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  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

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

2022-09-06T05:58:28.196Z||main|||||INFO|500||The following profiles are active: basic
2022-09-06T05:59:00.068Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-06T05:59:00.069Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-06T05:59:00.391Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-06T05:59:22.268Z||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.

2022-09-06T05:59:22.823Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-06T05:59:24.036Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-06T05:59:25.257Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-06T05:59:26.115Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-06T05:59:27.901Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-06T05:59:33.920Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-06T05:59:35.009Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-09-06T05:59:40.701Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-06T05:59:41.070Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-06T05:59:41.083Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-06T05:59:41.102Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-06T05:59:42.522Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-06T05:59:43.549Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-06T05:59:47.111Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-09-06T05:59:59.361Z||main|||||WARN|500||---
2022-09-06T05:59:59.362Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-06T05:59:59.363Z||main|||||WARN|500||---
2022-09-06T06:00:00.840Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-06T06:00:12.556Z||main|||||INFO|500||Started ApiHandlerApplication in 115.131 seconds (JVM running for 123.774)
2022-09-06T06:00:12.601Z|bd7853ec-ef3a-48e5-a88e-3090a3406189|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:00:12.676Z|bd7853ec-ef3a-48e5-a88e-3090a3406189|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:00:12.679Z|61ad2254-a984-4237-9b27-09b1fcc701a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:00:12.703Z|61ad2254-a984-4237-9b27-09b1fcc701a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:00:16.788Z||http-nio-8080-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-06T06:00:17.398Z|fcfaf025-dceb-4099-953d-7387123be228|http-nio-8080-exec-2|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
2022-09-06T06:00:18.305Z|fcfaf025-dceb-4099-953d-7387123be228|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:18.450Z|f0fe443e-4063-4608-b1e8-50b64b35c1aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:18.458Z|f0fe443e-4063-4608-b1e8-50b64b35c1aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:19.159Z|71b68628-950f-4f2a-b12f-85717ce277d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:19.178Z|71b68628-950f-4f2a-b12f-85717ce277d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:27.529Z|021fbd03-c106-470d-89c5-38b6617802da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:00:27.530Z|021fbd03-c106-470d-89c5-38b6617802da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:00:27.706Z|abc7cf60-9468-4aad-99ef-98041e37bff0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:27.708Z|abc7cf60-9468-4aad-99ef-98041e37bff0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:28.887Z|cba11be6-a2a9-46d5-919a-892eefcb976e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:28.890Z|cba11be6-a2a9-46d5-919a-892eefcb976e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:29.298Z|815ce9e9-a3db-4126-8217-6a18d203cfbf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:29.320Z|815ce9e9-a3db-4126-8217-6a18d203cfbf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:37.886Z|bb57d51c-5623-4f0d-b5ac-81f3edd41ef8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:37.889Z|bb57d51c-5623-4f0d-b5ac-81f3edd41ef8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:38.950Z|a432aab3-4d8a-4b0d-af63-ef170731df2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:38.952Z|a432aab3-4d8a-4b0d-af63-ef170731df2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:39.401Z|ed44a388-1caf-4ced-8a18-01d578f4ce31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:39.403Z|ed44a388-1caf-4ced-8a18-01d578f4ce31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:42.530Z|82c9c1dd-1eb2-42aa-a9e2-e46b638edc4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:00:42.534Z|82c9c1dd-1eb2-42aa-a9e2-e46b638edc4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:00:42.706Z|58e5722e-8af7-4fc6-8fbe-50b8146a511c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:00:42.707Z|58e5722e-8af7-4fc6-8fbe-50b8146a511c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:00:48.026Z|778b0733-a302-4037-972d-d1eca1f5c7c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:48.028Z|778b0733-a302-4037-972d-d1eca1f5c7c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:49.071Z|5cda4752-bd8a-4963-93e2-e83f615e57b3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:49.074Z|5cda4752-bd8a-4963-93e2-e83f615e57b3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:49.503Z|8e9f5aaa-2c3c-43ba-944d-6eaa514e0f87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:49.506Z|8e9f5aaa-2c3c-43ba-944d-6eaa514e0f87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:57.534Z|3159d9bb-d918-435d-8d78-48d92ffba1f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:00:57.565Z|3159d9bb-d918-435d-8d78-48d92ffba1f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:00:58.192Z|51de8485-4db8-4b77-a36a-279d9acb4e9f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:58.194Z|51de8485-4db8-4b77-a36a-279d9acb4e9f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:59.403Z|0cf19f92-f640-40f0-8903-65779121ed41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:59.405Z|0cf19f92-f640-40f0-8903-65779121ed41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:00:59.586Z|3dae4601-2f62-4dc6-93e9-897e3124f51f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:00:59.588Z|3dae4601-2f62-4dc6-93e9-897e3124f51f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:08.359Z|a467c13b-85e1-4cf7-85f1-b81a6264b056|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:08.365Z|a467c13b-85e1-4cf7-85f1-b81a6264b056|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:09.562Z|1c2b4924-cfd7-42d9-9e06-dc7b34d36d7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:09.563Z|1c2b4924-cfd7-42d9-9e06-dc7b34d36d7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:09.687Z|b1cc07f8-670b-4392-ad36-17358e34e9b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:09.689Z|b1cc07f8-670b-4392-ad36-17358e34e9b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:12.529Z|e944e19f-522e-4bc2-9bb1-f7a8d221d3eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:01:12.530Z|e944e19f-522e-4bc2-9bb1-f7a8d221d3eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:01:12.709Z|40a18036-3481-4167-97ee-274da254e076|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:01:12.711Z|40a18036-3481-4167-97ee-274da254e076|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:01:18.457Z|0385a008-8cf3-4fde-ba62-541f47262b21|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:18.459Z|0385a008-8cf3-4fde-ba62-541f47262b21|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:19.623Z|53458e79-c2a3-4579-ba02-dfa6e3c698d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:19.626Z|53458e79-c2a3-4579-ba02-dfa6e3c698d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:19.754Z|db9ffd82-9dd7-44db-9747-ecc336d3a623|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:19.756Z|db9ffd82-9dd7-44db-9747-ecc336d3a623|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:27.531Z|353a9711-16a7-4727-bcb1-6aa31a9881fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:01:27.538Z|353a9711-16a7-4727-bcb1-6aa31a9881fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:01:28.568Z|0af892c6-070d-4416-af7e-03509a177242|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:28.571Z|0af892c6-070d-4416-af7e-03509a177242|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:29.699Z|096100a6-e01c-47ab-88c2-11ae9c1fb656|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:29.702Z|096100a6-e01c-47ab-88c2-11ae9c1fb656|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:29.895Z|b8fdbbe9-8fec-4925-b12a-d0c6b0f8f1d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:29.896Z|b8fdbbe9-8fec-4925-b12a-d0c6b0f8f1d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:38.716Z|82e0d6ea-6771-4a0a-9255-128d4832355c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:38.719Z|82e0d6ea-6771-4a0a-9255-128d4832355c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:39.840Z|57a9197c-aaab-4cfe-852a-4cc3d2980bde|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:39.842Z|57a9197c-aaab-4cfe-852a-4cc3d2980bde|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:39.996Z|e29d243a-e4a7-4e95-b917-b15ac3f228f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:39.998Z|e29d243a-e4a7-4e95-b917-b15ac3f228f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:42.529Z|3f4e35b8-afb0-4b15-8d5c-e14bbb495944|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:01:42.538Z|3f4e35b8-afb0-4b15-8d5c-e14bbb495944|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:01:42.712Z|15665393-a61a-48a3-a2a3-9ebe0dddb2fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:01:42.714Z|15665393-a61a-48a3-a2a3-9ebe0dddb2fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:01:48.847Z|ac4eb6c5-fe34-4d78-964a-82d5ebbbe9d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:48.851Z|ac4eb6c5-fe34-4d78-964a-82d5ebbbe9d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:49.979Z|d3723ea0-e84e-41a8-87f7-1a6d9c299d49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:49.981Z|d3723ea0-e84e-41a8-87f7-1a6d9c299d49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:50.178Z|77c84145-51ac-4dea-bb70-4f1af8770ff7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:50.193Z|77c84145-51ac-4dea-bb70-4f1af8770ff7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:01:57.529Z|dd964557-5964-4866-9678-ae38a7cd5e7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:01:57.530Z|dd964557-5964-4866-9678-ae38a7cd5e7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:01:58.925Z|1e064251-22b7-489b-a2bb-d716313cdda8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:01:58.927Z|1e064251-22b7-489b-a2bb-d716313cdda8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:00.106Z|f5280e0a-0f04-4ae0-8a54-a59bea4318f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:00.107Z|f5280e0a-0f04-4ae0-8a54-a59bea4318f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:00.264Z|2a6bf5fc-83df-4e77-aa77-87d6f064a0bc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:00.270Z|2a6bf5fc-83df-4e77-aa77-87d6f064a0bc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:08.986Z|a2ac9fdc-73b9-4bd5-b30f-7a0a770588ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:08.987Z|a2ac9fdc-73b9-4bd5-b30f-7a0a770588ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:10.221Z|98603729-4b0a-4a7b-9140-e3c3b0f1844a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:10.223Z|98603729-4b0a-4a7b-9140-e3c3b0f1844a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:10.400Z|ee941142-c853-45a8-bb76-c35f78bac1f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:10.409Z|ee941142-c853-45a8-bb76-c35f78bac1f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:12.529Z|8967dc11-a140-487c-b3b7-d4a116a0f78e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:02:12.530Z|8967dc11-a140-487c-b3b7-d4a116a0f78e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:02:12.716Z|f4b38435-91d4-40b0-91e0-efc342618963|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:02:12.717Z|f4b38435-91d4-40b0-91e0-efc342618963|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:02:19.050Z|7e5c085b-d62e-42d5-95f3-2a936280b400|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:19.051Z|7e5c085b-d62e-42d5-95f3-2a936280b400|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:20.332Z|9c693fb5-7cbc-4ade-9c33-845fa27b550e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:20.336Z|9c693fb5-7cbc-4ade-9c33-845fa27b550e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:20.563Z|84d36a17-5d60-4b26-bbfc-96211b2ab905|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:20.571Z|84d36a17-5d60-4b26-bbfc-96211b2ab905|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:27.529Z|df95b06e-2096-4fc5-b415-5f66da62b2de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:02:27.536Z|df95b06e-2096-4fc5-b415-5f66da62b2de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:02:29.211Z|c81c35c2-1d6d-48ad-a75e-6ba1fe5b07a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:29.215Z|c81c35c2-1d6d-48ad-a75e-6ba1fe5b07a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:30.408Z|f403cec2-548b-4d12-bf11-0a1bf5944722|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:30.409Z|f403cec2-548b-4d12-bf11-0a1bf5944722|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:30.657Z|f81d175c-5a2f-4280-9b36-105066c5eaa8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:30.658Z|f81d175c-5a2f-4280-9b36-105066c5eaa8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:39.402Z|0d6d96dd-58dc-4858-8e6f-55a043c50b59|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:39.406Z|0d6d96dd-58dc-4858-8e6f-55a043c50b59|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:40.480Z|e6517ac8-608a-4dba-8600-fe9652d1ec07|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:40.481Z|e6517ac8-608a-4dba-8600-fe9652d1ec07|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:40.766Z|b7daea57-f055-42b1-aabd-a39a3e581ccc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:40.768Z|b7daea57-f055-42b1-aabd-a39a3e581ccc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:42.530Z|dbfd84f3-ec29-41c4-ac87-2d125b375ed4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:02:42.533Z|dbfd84f3-ec29-41c4-ac87-2d125b375ed4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:02:42.719Z|1f6601e1-0780-4f8d-9113-8e103acd1275|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:02:42.720Z|1f6601e1-0780-4f8d-9113-8e103acd1275|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:02:49.500Z|00fc8e8e-e279-470b-a5b5-95e13feab221|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:49.503Z|00fc8e8e-e279-470b-a5b5-95e13feab221|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:50.560Z|0305ea49-f011-42c8-81f9-4f03067f2557|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:50.563Z|0305ea49-f011-42c8-81f9-4f03067f2557|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:50.825Z|5ae9a1ee-48e1-4d34-bd59-78170faeb3a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:50.827Z|5ae9a1ee-48e1-4d34-bd59-78170faeb3a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:02:57.540Z|32be16bb-ee03-4bc5-a83b-fa8c2c799d25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:02:57.568Z|32be16bb-ee03-4bc5-a83b-fa8c2c799d25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:02:59.538Z|34e18e79-a914-40e1-a53e-30516880c802|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:02:59.540Z|34e18e79-a914-40e1-a53e-30516880c802|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:00.644Z|f3b3a18e-c552-4f5f-99bf-e535b9e3558a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:00.646Z|f3b3a18e-c552-4f5f-99bf-e535b9e3558a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:00.862Z|6fc77f87-0f9b-4ef0-adb3-d44feca65376|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:00.864Z|6fc77f87-0f9b-4ef0-adb3-d44feca65376|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:09.582Z|c772e6d4-844a-4535-a0f5-5311f970403a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:09.584Z|c772e6d4-844a-4535-a0f5-5311f970403a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:10.701Z|50f249a0-a285-4bda-a635-955ff4cfec64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:10.702Z|50f249a0-a285-4bda-a635-955ff4cfec64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:10.917Z|61456f6e-9918-4503-9158-03b665c27ec0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:10.919Z|61456f6e-9918-4503-9158-03b665c27ec0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:12.529Z|88437a22-f10f-4608-8e82-edfca14e0a19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:03:12.530Z|88437a22-f10f-4608-8e82-edfca14e0a19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:03:12.728Z|b05a2275-6d31-4e0c-a08b-67c062b82bf8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:03:12.730Z|b05a2275-6d31-4e0c-a08b-67c062b82bf8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:03:19.677Z|5b163d80-d457-465a-ae43-2dbe3dd211b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:19.685Z|5b163d80-d457-465a-ae43-2dbe3dd211b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:20.754Z|dd2e1cff-5d36-4bdb-aede-63b47aa71d7f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:20.755Z|dd2e1cff-5d36-4bdb-aede-63b47aa71d7f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:20.956Z|f3083839-0547-40a8-83b7-d9c43a52e8c6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:20.958Z|f3083839-0547-40a8-83b7-d9c43a52e8c6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:27.528Z|1db9a3f5-82b1-4946-9fd7-ed1a2032c95f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:03:27.529Z|1db9a3f5-82b1-4946-9fd7-ed1a2032c95f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:03:29.738Z|e3701d5d-810f-4d32-9daf-605c8d36022e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:29.739Z|e3701d5d-810f-4d32-9daf-605c8d36022e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:30.818Z|5a64a139-6483-4e3c-b81d-f17b6bbc4fa0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:30.820Z|5a64a139-6483-4e3c-b81d-f17b6bbc4fa0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:31.042Z|a7552c39-6682-465c-878d-fb07282234c8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:31.043Z|a7552c39-6682-465c-878d-fb07282234c8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:39.803Z|442973ad-0215-4b01-a8f3-7c8992c93a9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:39.805Z|442973ad-0215-4b01-a8f3-7c8992c93a9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:40.884Z|0f522f5a-9624-4bcf-912a-35922fabfee6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:40.893Z|0f522f5a-9624-4bcf-912a-35922fabfee6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:41.080Z|9ee3f45f-027b-4927-bae6-81645a570cf6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:41.082Z|9ee3f45f-027b-4927-bae6-81645a570cf6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:42.528Z|e13f4bdf-2169-41f7-82df-76a15dbd7d04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:03:42.532Z|e13f4bdf-2169-41f7-82df-76a15dbd7d04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:03:42.732Z|dc3b9e95-49f6-47a5-85e7-8522d43a5760|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:03:42.734Z|dc3b9e95-49f6-47a5-85e7-8522d43a5760|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:03:49.935Z|8c966ee3-508d-4db6-8bf7-c3791c5759c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:49.942Z|8c966ee3-508d-4db6-8bf7-c3791c5759c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:50.950Z|e022f672-32b5-4666-8c8d-2ca2261509ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:50.952Z|e022f672-32b5-4666-8c8d-2ca2261509ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:51.131Z|505b6c0a-bec7-44db-b0fb-580df789c281|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:03:51.134Z|505b6c0a-bec7-44db-b0fb-580df789c281|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:03:57.530Z|5c32b6a9-006c-49ab-9d4f-f76405d14f4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:03:57.531Z|5c32b6a9-006c-49ab-9d4f-f76405d14f4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:04:00.030Z|64f3ecc3-a96e-4751-aa8a-3a497a851201|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:00.032Z|64f3ecc3-a96e-4751-aa8a-3a497a851201|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:00.994Z|d7673a27-d155-4551-bee7-9cccaec83068|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:00.996Z|d7673a27-d155-4551-bee7-9cccaec83068|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:01.177Z|1aa2803a-a966-47d2-a90c-e94bacf3aa22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:01.179Z|1aa2803a-a966-47d2-a90c-e94bacf3aa22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:10.089Z|1f91dc00-f8c5-4ccd-90b2-8203d5b96f9a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:10.091Z|1f91dc00-f8c5-4ccd-90b2-8203d5b96f9a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:11.033Z|b73b1165-92f4-4308-94ed-db5a767ae99c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:11.034Z|b73b1165-92f4-4308-94ed-db5a767ae99c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:11.215Z|d174c1df-b6cf-40bb-ac0e-8f1dd7aa4d09|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:11.224Z|d174c1df-b6cf-40bb-ac0e-8f1dd7aa4d09|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:12.529Z|8b731178-4101-482d-81a3-55bfd588dd04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:04:12.530Z|8b731178-4101-482d-81a3-55bfd588dd04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:04:12.735Z|3fc3a353-f964-4fc8-8487-1a7deefc9fa3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:04:12.738Z|3fc3a353-f964-4fc8-8487-1a7deefc9fa3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:04:20.146Z|cb717b8b-3101-4e0b-9e16-dcb311eb1765|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:20.148Z|cb717b8b-3101-4e0b-9e16-dcb311eb1765|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:21.070Z|f7431297-2b9c-4f02-ab63-ba118b0a3111|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:21.072Z|f7431297-2b9c-4f02-ab63-ba118b0a3111|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:21.264Z|3ac2b469-dd53-4bc5-9e3f-f7a667c96c55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:21.266Z|3ac2b469-dd53-4bc5-9e3f-f7a667c96c55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:27.528Z|4014f1de-1954-486e-94ba-7db747487b2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:04:27.533Z|4014f1de-1954-486e-94ba-7db747487b2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:04:30.191Z|ec4389aa-99f1-40f5-9cf8-9d5b1e8857cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:30.193Z|ec4389aa-99f1-40f5-9cf8-9d5b1e8857cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:31.100Z|6e102fa6-c766-4c0f-b210-cf8bedbee2aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:31.102Z|6e102fa6-c766-4c0f-b210-cf8bedbee2aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:31.309Z|4d5c8806-8d12-445c-bd1e-8e51596a9813|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:31.310Z|4d5c8806-8d12-445c-bd1e-8e51596a9813|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:40.236Z|923f5df3-8819-4861-a273-95ff1bfc412a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:40.238Z|923f5df3-8819-4861-a273-95ff1bfc412a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:41.141Z|afdf7113-e794-42c2-a6e9-9a615e4594af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:41.143Z|afdf7113-e794-42c2-a6e9-9a615e4594af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:41.345Z|63b9f4fe-45a7-4d5e-b942-a4f6b2cb85fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:41.346Z|63b9f4fe-45a7-4d5e-b942-a4f6b2cb85fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:42.529Z|ffd091b9-c906-4eb9-9dca-b0b3c4b9a7ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:04:42.532Z|ffd091b9-c906-4eb9-9dca-b0b3c4b9a7ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:04:42.739Z|16f12514-38ba-4e0c-932a-409faa34b563|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:04:42.741Z|16f12514-38ba-4e0c-932a-409faa34b563|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:04:50.282Z|e97c9f8d-637b-4a86-8fb2-254e6702b400|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:50.284Z|e97c9f8d-637b-4a86-8fb2-254e6702b400|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:51.198Z|68e22a90-cc68-4fe0-a5f1-00710f6e3759|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:51.199Z|68e22a90-cc68-4fe0-a5f1-00710f6e3759|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:51.376Z|9a1b0c3d-0170-42cc-aa67-0bdcd459cf6f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:04:51.378Z|9a1b0c3d-0170-42cc-aa67-0bdcd459cf6f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:04:57.529Z|21ef3b65-efe6-4687-9150-2ef952e3ae5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:04:57.531Z|21ef3b65-efe6-4687-9150-2ef952e3ae5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:05:00.331Z|330c37d5-b49c-4b7d-9b9b-dc2d020669fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:00.333Z|330c37d5-b49c-4b7d-9b9b-dc2d020669fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:01.244Z|4f672ebc-99a1-49ac-a060-bddd984db43b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:01.245Z|4f672ebc-99a1-49ac-a060-bddd984db43b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:01.434Z|d0f23a5e-0067-48b8-a289-f530741a5c14|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:01.436Z|d0f23a5e-0067-48b8-a289-f530741a5c14|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:10.440Z|db9ea582-0997-4c82-997e-bf2d771b527f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:10.441Z|db9ea582-0997-4c82-997e-bf2d771b527f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:11.295Z|fb8cc514-4524-43ba-8048-61ff36bafa8c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:11.297Z|fb8cc514-4524-43ba-8048-61ff36bafa8c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:11.489Z|1e8dfe4d-f73e-480f-8a5c-9d9c712b0eee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:11.491Z|1e8dfe4d-f73e-480f-8a5c-9d9c712b0eee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:12.528Z|51649e91-6dc3-4c5f-b764-082b1bf33194|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:05:12.533Z|51649e91-6dc3-4c5f-b764-082b1bf33194|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:05:12.743Z|c5589112-cfe6-46ec-92c6-058620dcf3b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:05:12.744Z|c5589112-cfe6-46ec-92c6-058620dcf3b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:05:20.476Z|c88d8ec2-30ea-4fc0-8e9f-aa1dfecdc0fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:20.478Z|c88d8ec2-30ea-4fc0-8e9f-aa1dfecdc0fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:21.339Z|242f587e-e103-4b22-bf58-ab1493db3b7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:21.341Z|242f587e-e103-4b22-bf58-ab1493db3b7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:21.522Z|9b4fbd81-66d2-4850-a6aa-06ece8b6c219|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:21.526Z|9b4fbd81-66d2-4850-a6aa-06ece8b6c219|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:27.528Z|0601530f-d73c-4e01-9abd-b12c3ba5e88a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:05:27.531Z|0601530f-d73c-4e01-9abd-b12c3ba5e88a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:05:30.534Z|fcb1440c-27ce-4d9d-b1d1-1e056c524767|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:30.536Z|fcb1440c-27ce-4d9d-b1d1-1e056c524767|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:31.374Z|6f01d585-caa8-4baa-9e06-f1dfdbc5f47a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:31.376Z|6f01d585-caa8-4baa-9e06-f1dfdbc5f47a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:31.565Z|e8ddd47a-1fa7-4d2a-98ed-03bc9aa74329|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:31.579Z|e8ddd47a-1fa7-4d2a-98ed-03bc9aa74329|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:40.586Z|623aaa99-79b6-4c52-b739-9e6851f95773|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:40.588Z|623aaa99-79b6-4c52-b739-9e6851f95773|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:41.409Z|e04f7f8f-1c2a-4d7d-b327-f86e6d1ca669|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:41.411Z|e04f7f8f-1c2a-4d7d-b327-f86e6d1ca669|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:41.621Z|4ce2b6cb-2b3c-4a42-927c-4d3e4e23c4ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:41.623Z|4ce2b6cb-2b3c-4a42-927c-4d3e4e23c4ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:42.528Z|f95fa50a-dd46-4769-8bd4-a5dc1474943d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:05:42.529Z|f95fa50a-dd46-4769-8bd4-a5dc1474943d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:05:42.746Z|15a9029d-8747-4d1d-8867-7eb8ab58448f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:05:42.747Z|15a9029d-8747-4d1d-8867-7eb8ab58448f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:05:50.639Z|fdecb566-13bf-4f23-b138-882c3fd45fb8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:50.641Z|fdecb566-13bf-4f23-b138-882c3fd45fb8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:51.466Z|5c62028c-3f66-4b60-a2fa-e0bf56916fcb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:51.468Z|5c62028c-3f66-4b60-a2fa-e0bf56916fcb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:51.689Z|c45cfae9-5b04-4c58-a799-2f1acffce927|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:05:51.691Z|c45cfae9-5b04-4c58-a799-2f1acffce927|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:05:57.528Z|b720afa5-c977-4fb9-8eff-8462a7e7e5b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:05:57.532Z|b720afa5-c977-4fb9-8eff-8462a7e7e5b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:06:00.680Z|20ab480c-c93b-4aeb-8da3-30df63a3bf2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:00.681Z|20ab480c-c93b-4aeb-8da3-30df63a3bf2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:01.513Z|03d9df50-a900-46fb-bb05-6efe5f03c2d3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:01.515Z|03d9df50-a900-46fb-bb05-6efe5f03c2d3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:01.743Z|81f38d02-6ac2-49bf-b614-94660dd1265c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:01.745Z|81f38d02-6ac2-49bf-b614-94660dd1265c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:10.726Z|020def34-8574-4e2d-9f32-49e133f367a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:10.728Z|020def34-8574-4e2d-9f32-49e133f367a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:11.573Z|a04426d4-bf17-4cbb-85be-dcffd2626c39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:11.575Z|a04426d4-bf17-4cbb-85be-dcffd2626c39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:11.777Z|2e5f43c1-825a-4885-8d05-6e04e5bccd14|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:11.779Z|2e5f43c1-825a-4885-8d05-6e04e5bccd14|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:12.528Z|aa934124-73af-40df-9e28-e795d1afe6b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:06:12.529Z|aa934124-73af-40df-9e28-e795d1afe6b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:06:12.749Z|fdbec7d0-e53a-40cc-8bc6-77d432e4be80|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:06:12.750Z|fdbec7d0-e53a-40cc-8bc6-77d432e4be80|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:06:20.766Z|d6f8338a-2b0e-432b-80ad-845a64382a1c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:20.768Z|d6f8338a-2b0e-432b-80ad-845a64382a1c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:21.610Z|4bb94e42-fb99-45b0-b46a-3c049c74ee5f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:21.611Z|4bb94e42-fb99-45b0-b46a-3c049c74ee5f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:21.810Z|1e27f8d5-da5c-4c6f-b327-bdd9a1f3b5f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:21.811Z|1e27f8d5-da5c-4c6f-b327-bdd9a1f3b5f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:27.528Z|b05c1567-98e1-49d8-9162-f5025d73d0a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:06:27.530Z|b05c1567-98e1-49d8-9162-f5025d73d0a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:06:30.800Z|32b95841-b223-478b-828f-cda9c1cc7961|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:30.802Z|32b95841-b223-478b-828f-cda9c1cc7961|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:31.658Z|994a22c7-74d5-435f-84eb-a9e3cbfe18db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:31.659Z|994a22c7-74d5-435f-84eb-a9e3cbfe18db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:31.845Z|da11d167-0c16-456c-b966-d8b8302a542a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:31.847Z|da11d167-0c16-456c-b966-d8b8302a542a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:40.831Z|9755875e-2277-43f5-b43a-520e3fe1fb26|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:40.833Z|9755875e-2277-43f5-b43a-520e3fe1fb26|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:41.698Z|250a5641-d28e-4c68-9cb3-e515152ddfda|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:41.699Z|250a5641-d28e-4c68-9cb3-e515152ddfda|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:41.876Z|643580e7-bb9f-476d-a859-f674718e3b90|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:41.878Z|643580e7-bb9f-476d-a859-f674718e3b90|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:42.529Z|406c3f7f-edcf-41b9-b573-881f9e77331b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:06:42.536Z|406c3f7f-edcf-41b9-b573-881f9e77331b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:06:42.752Z|26e607a3-363a-46dc-923d-ef8cf3c6a579|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:06:42.753Z|26e607a3-363a-46dc-923d-ef8cf3c6a579|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:06:50.907Z|eced83ad-f6bd-48bd-9dcd-852d1ef19516|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:50.908Z|eced83ad-f6bd-48bd-9dcd-852d1ef19516|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:51.745Z|006d5ee1-9f8c-4e80-92c8-900826ce3a0a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:51.746Z|006d5ee1-9f8c-4e80-92c8-900826ce3a0a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:51.910Z|db185450-ea13-4e9f-a3ee-72309f8d6b5d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:06:51.911Z|db185450-ea13-4e9f-a3ee-72309f8d6b5d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:06:57.528Z|59bfa90d-00d7-4b74-adb2-5d71a30f3bfd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:06:57.530Z|59bfa90d-00d7-4b74-adb2-5d71a30f3bfd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:07:00.956Z|d6249d17-baef-4b11-9814-00513e1f9339|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:00.957Z|d6249d17-baef-4b11-9814-00513e1f9339|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:01.787Z|f5c5e3f3-0cf2-4953-8f02-6d52b69541c5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:01.788Z|f5c5e3f3-0cf2-4953-8f02-6d52b69541c5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:01.940Z|b100bb2d-36ff-4f3d-8df1-38dd463a02af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:01.941Z|b100bb2d-36ff-4f3d-8df1-38dd463a02af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:10.990Z|28b7acc9-90ab-4047-a228-984e53330ef4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:10.992Z|28b7acc9-90ab-4047-a228-984e53330ef4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:11.825Z|ef80638d-dca3-41b5-83f3-3a49316af1b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:11.826Z|ef80638d-dca3-41b5-83f3-3a49316af1b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:11.988Z|6db33544-8a5b-4186-90a1-02d556def6c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:11.990Z|6db33544-8a5b-4186-90a1-02d556def6c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:12.529Z|2b1432b8-1ac4-478b-b256-556612082fff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:07:12.530Z|2b1432b8-1ac4-478b-b256-556612082fff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:07:12.754Z|2cbb2f47-0f1b-41a1-ab36-5f25df5cfe51|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:07:12.755Z|2cbb2f47-0f1b-41a1-ab36-5f25df5cfe51|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:07:21.031Z|d4f8acf7-c6fb-4106-96ee-b031fda30f44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:21.032Z|d4f8acf7-c6fb-4106-96ee-b031fda30f44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:21.866Z|796b8358-f94c-48a5-a0ef-884c0c021fcc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:21.868Z|796b8358-f94c-48a5-a0ef-884c0c021fcc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:22.044Z|c1e88dba-a287-4fce-b4ae-6342747c40da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:22.046Z|c1e88dba-a287-4fce-b4ae-6342747c40da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:27.529Z|733b7ac4-4bfb-4624-ac22-8f47a3a156db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:07:27.533Z|733b7ac4-4bfb-4624-ac22-8f47a3a156db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:07:31.066Z|c76984cd-e493-4247-899e-f35db7fc38a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:31.068Z|c76984cd-e493-4247-899e-f35db7fc38a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:31.914Z|be409b5a-a5c2-4136-8bad-fffdfd7b1c32|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:31.915Z|be409b5a-a5c2-4136-8bad-fffdfd7b1c32|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:32.140Z|56752d2b-3691-4eee-9a3d-422dca79a6d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:32.142Z|56752d2b-3691-4eee-9a3d-422dca79a6d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:41.111Z|6557d12a-cafd-45d4-b508-7a1e2791857f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:41.113Z|6557d12a-cafd-45d4-b508-7a1e2791857f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:41.950Z|5c8c9779-c98a-4dd5-aa7a-067aff9e69d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:41.951Z|5c8c9779-c98a-4dd5-aa7a-067aff9e69d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:42.185Z|0b3d314d-9092-4f59-8a86-040a08c9001d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:42.188Z|0b3d314d-9092-4f59-8a86-040a08c9001d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:42.533Z|a735347a-fb83-442f-af02-d5e369fc0a41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:07:42.535Z|a735347a-fb83-442f-af02-d5e369fc0a41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:07:42.760Z|29efa362-a38c-4546-9fb9-22dca0d99256|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:07:42.761Z|29efa362-a38c-4546-9fb9-22dca0d99256|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:07:51.144Z|5b094fe4-9fa4-40ff-8ed8-4222332d1df8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:51.147Z|5b094fe4-9fa4-40ff-8ed8-4222332d1df8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:51.985Z|f40efb12-0f21-4cdb-8a85-ccd487c5420c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:51.987Z|f40efb12-0f21-4cdb-8a85-ccd487c5420c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:52.222Z|27eeb8f4-fbd7-45c9-b039-c7805c023d82|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:07:52.223Z|27eeb8f4-fbd7-45c9-b039-c7805c023d82|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:07:57.528Z|813b378a-72c1-4d45-b2a1-d79ce67fe3d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:07:57.529Z|813b378a-72c1-4d45-b2a1-d79ce67fe3d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:08:01.195Z|5bfc40e5-9547-4abc-a2e8-b9e4c1fb9dae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:01.196Z|5bfc40e5-9547-4abc-a2e8-b9e4c1fb9dae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:02.027Z|3d287697-6dcc-4eb2-92d4-aadf660de646|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:02.028Z|3d287697-6dcc-4eb2-92d4-aadf660de646|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:02.279Z|c2970bda-9fe3-4c9d-a728-067f0e8bece0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:02.282Z|c2970bda-9fe3-4c9d-a728-067f0e8bece0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:11.286Z|a23c7041-88ca-44f9-90c4-8c8a620b7318|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:11.289Z|a23c7041-88ca-44f9-90c4-8c8a620b7318|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:12.127Z|4217754a-e67f-468c-ac58-b36918a0eb7a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:12.129Z|4217754a-e67f-468c-ac58-b36918a0eb7a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:12.318Z|7e9af092-822f-4f36-9bb1-8efb2712190e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:12.319Z|7e9af092-822f-4f36-9bb1-8efb2712190e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:12.530Z|1ae104c7-e9d3-49b2-9d57-6d1db3c6ce66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:08:12.537Z|1ae104c7-e9d3-49b2-9d57-6d1db3c6ce66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:08:12.766Z|f17254e3-97cf-4230-bd98-139a2dd663ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:08:12.767Z|f17254e3-97cf-4230-bd98-139a2dd663ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:08:21.356Z|3ef1efd7-7d07-4d3f-86af-08da19f0c988|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:21.357Z|3ef1efd7-7d07-4d3f-86af-08da19f0c988|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:22.206Z|7cae7fc5-d1ae-411f-94f5-7e2eef426773|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:22.207Z|7cae7fc5-d1ae-411f-94f5-7e2eef426773|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:22.385Z|62517dbe-13d9-4939-80a7-e699a24c7d6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:22.386Z|62517dbe-13d9-4939-80a7-e699a24c7d6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:27.528Z|d83ed594-71bc-42bf-a4ca-9f578c007309|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:08:27.529Z|d83ed594-71bc-42bf-a4ca-9f578c007309|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:08:29.690Z|e624e256-8541-4e1e-b7b4-3da86b5bd668|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:08:29.691Z|e624e256-8541-4e1e-b7b4-3da86b5bd668|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:31.435Z|41c5747d-eb84-4466-84b7-93d2e241080f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:31.437Z|41c5747d-eb84-4466-84b7-93d2e241080f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:32.312Z|71bb795b-e8b3-495a-911a-0021f6dd00f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:32.315Z|71bb795b-e8b3-495a-911a-0021f6dd00f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:32.451Z|d206020e-1e13-40cf-9e7f-429090395897|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:32.452Z|d206020e-1e13-40cf-9e7f-429090395897|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:41.525Z|1c28910f-210f-4de7-bde6-08e98f54fad6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:41.527Z|1c28910f-210f-4de7-bde6-08e98f54fad6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:42.377Z|2c982c1c-681b-461f-897a-3ad66d480541|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:42.379Z|2c982c1c-681b-461f-897a-3ad66d480541|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:42.496Z|c608f84e-8fef-4992-8b58-6e25087f1bc7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:42.497Z|c608f84e-8fef-4992-8b58-6e25087f1bc7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:42.529Z|4ead9de3-4349-442e-b6d8-be56200f3838|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:08:42.530Z|4ead9de3-4349-442e-b6d8-be56200f3838|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:08:42.774Z|a54bb956-ec69-485c-98ab-d941eba7496d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:08:42.775Z|a54bb956-ec69-485c-98ab-d941eba7496d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:08:51.635Z|05fa7e9c-284c-4025-a754-f304a614f213|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:51.638Z|05fa7e9c-284c-4025-a754-f304a614f213|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:52.424Z|b46c1440-07ac-4aab-bfa0-c72272293ab9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:52.426Z|b46c1440-07ac-4aab-bfa0-c72272293ab9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:52.551Z|222b5867-2baa-49f1-9320-8ffef9bd51f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:08:52.553Z|222b5867-2baa-49f1-9320-8ffef9bd51f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:08:57.529Z|cfa17d75-e6d2-4a80-84d4-0d6b645c2829|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:08:57.539Z|cfa17d75-e6d2-4a80-84d4-0d6b645c2829|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:09:01.706Z|60ab0db7-beff-492d-9b84-4603592ae953|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:01.708Z|60ab0db7-beff-492d-9b84-4603592ae953|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:02.489Z|5327cde4-46a4-420c-a7b8-6e905443be90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:02.491Z|5327cde4-46a4-420c-a7b8-6e905443be90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:02.592Z|1580f068-c293-4754-80c7-ce19bb927f30|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:02.593Z|1580f068-c293-4754-80c7-ce19bb927f30|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:11.778Z|09c3d248-9ced-4176-9607-21cf3a1fedba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:11.780Z|09c3d248-9ced-4176-9607-21cf3a1fedba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:12.528Z|f63b82de-1d13-4d6c-a945-c8c87ec82c32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:09:12.528Z|4774bf50-978a-4201-a1b9-b15b0a53fc8e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:12.530Z|f63b82de-1d13-4d6c-a945-c8c87ec82c32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:09:12.530Z|4774bf50-978a-4201-a1b9-b15b0a53fc8e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:12.643Z|601ea755-8e02-4cf5-9fa8-cbd3be3de34e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:12.645Z|601ea755-8e02-4cf5-9fa8-cbd3be3de34e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:12.780Z|2fc1bc5e-18fb-4eda-8ad5-279123811a72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:09:12.781Z|2fc1bc5e-18fb-4eda-8ad5-279123811a72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:09:21.923Z|ecea10e7-f6bf-40a5-a348-404fb04d674a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:21.925Z|ecea10e7-f6bf-40a5-a348-404fb04d674a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:22.575Z|dd7aa7b2-7386-432b-bc62-4a0ce0b42606|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:22.578Z|dd7aa7b2-7386-432b-bc62-4a0ce0b42606|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:22.754Z|6bc74764-1c8a-417a-9100-ef3d632a803d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:22.755Z|6bc74764-1c8a-417a-9100-ef3d632a803d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:27.528Z|1889bca6-fc42-4714-86ee-486023de2c29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:09:27.529Z|1889bca6-fc42-4714-86ee-486023de2c29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:09:29.665Z|399f98b3-aa97-4dd9-914f-7a75df0773f1|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:09:29.686Z|399f98b3-aa97-4dd9-914f-7a75df0773f1|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:31.982Z|d232439e-4bfc-4eb2-9c00-3d9c579f11db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:31.983Z|d232439e-4bfc-4eb2-9c00-3d9c579f11db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:32.630Z|dc2d7fa4-ed8d-4ed7-9437-85310dccf73d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:32.632Z|dc2d7fa4-ed8d-4ed7-9437-85310dccf73d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:32.816Z|3bdc8ee9-2b58-4c1c-91d5-038963253d0f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:32.818Z|3bdc8ee9-2b58-4c1c-91d5-038963253d0f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:42.022Z|586471d9-ae80-4e26-9a7b-5871aeebac36|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:42.023Z|586471d9-ae80-4e26-9a7b-5871aeebac36|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:42.528Z|88ac1811-7936-4786-8030-2b88128efad7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:09:42.533Z|88ac1811-7936-4786-8030-2b88128efad7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:09:42.679Z|95a20d6b-8393-4c92-9f8c-2624a9d67c44|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:42.682Z|95a20d6b-8393-4c92-9f8c-2624a9d67c44|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:42.783Z|c6a0178d-45b2-459d-93f0-2419a891294d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:09:42.784Z|c6a0178d-45b2-459d-93f0-2419a891294d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:09:42.859Z|0e2cb083-9064-48d3-826d-79b5a9ac1a46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:42.862Z|0e2cb083-9064-48d3-826d-79b5a9ac1a46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:52.099Z|ed4bcc37-07cc-4fb7-9b48-a9fef5bc162f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:52.101Z|ed4bcc37-07cc-4fb7-9b48-a9fef5bc162f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:52.741Z|6a6bb5f9-2fd5-4bf4-9410-51a5b33e10ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:52.742Z|6a6bb5f9-2fd5-4bf4-9410-51a5b33e10ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:52.903Z|e04fa704-92fd-430b-8e63-4c238717a998|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:09:52.907Z|e04fa704-92fd-430b-8e63-4c238717a998|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:09:57.534Z|3f4d66c2-44c1-4fc6-8d53-d9fbce2d1f41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:09:57.535Z|3f4d66c2-44c1-4fc6-8d53-d9fbce2d1f41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:10:02.160Z|fd9290da-b16b-499d-9a2e-819f61ab2d01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:02.162Z|fd9290da-b16b-499d-9a2e-819f61ab2d01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:02.801Z|5a55e28f-a5aa-4dc3-9708-4e2dc36b257a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:02.802Z|5a55e28f-a5aa-4dc3-9708-4e2dc36b257a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:02.956Z|76102f88-33e9-4419-8ae3-3949d6ca3277|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:02.960Z|76102f88-33e9-4419-8ae3-3949d6ca3277|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:12.208Z|a34ce5a3-e932-4ba8-aad4-23dd805bc9c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:12.211Z|a34ce5a3-e932-4ba8-aad4-23dd805bc9c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:12.528Z|5b520c37-b417-41e4-9e6b-db55416811ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:10:12.530Z|5b520c37-b417-41e4-9e6b-db55416811ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:10:12.793Z|1e92c5be-d4c0-4c4d-8cf1-1827dc517222|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:10:12.794Z|1e92c5be-d4c0-4c4d-8cf1-1827dc517222|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:10:12.867Z|58ffdfaa-a4dd-49d0-8b7e-4645ad332c41|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:12.869Z|58ffdfaa-a4dd-49d0-8b7e-4645ad332c41|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:13.012Z|e432ef9e-1ca1-4188-8ef1-e6a74db9a118|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:13.014Z|e432ef9e-1ca1-4188-8ef1-e6a74db9a118|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:22.275Z|fe40eb5b-2f3c-49c2-b8cd-7c965734bfe8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:22.277Z|fe40eb5b-2f3c-49c2-b8cd-7c965734bfe8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:22.919Z|1e5fc60c-3180-4122-bf28-cd10557a78f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:22.922Z|1e5fc60c-3180-4122-bf28-cd10557a78f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:23.054Z|f410f249-83ae-4892-9982-fa8207a83429|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:23.061Z|f410f249-83ae-4892-9982-fa8207a83429|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:27.530Z|216f2233-68ec-46a0-8853-87201eaea198|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:10:27.539Z|216f2233-68ec-46a0-8853-87201eaea198|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:10:29.663Z|0b658b0d-6427-4549-9bba-3b37814c1e78|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:10:29.664Z|0b658b0d-6427-4549-9bba-3b37814c1e78|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:32.324Z|89906071-b1d7-4820-af49-92989173e094|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:32.325Z|89906071-b1d7-4820-af49-92989173e094|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:32.964Z|91aa4280-b3e2-4ab9-a604-10783a28bc60|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:32.965Z|91aa4280-b3e2-4ab9-a604-10783a28bc60|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:33.121Z|fc5dfe4e-227f-4b30-a525-2957195c141e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:33.122Z|fc5dfe4e-227f-4b30-a525-2957195c141e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:42.361Z|a47265e3-913e-45cb-90ec-d92019a8c4ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:42.362Z|a47265e3-913e-45cb-90ec-d92019a8c4ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:42.528Z|8df58190-57d8-4bdf-af61-dde01a270530|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:10:42.530Z|8df58190-57d8-4bdf-af61-dde01a270530|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:10:42.797Z|30bd2b0a-c116-4a22-ab01-b048eb95d559|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:10:42.798Z|30bd2b0a-c116-4a22-ab01-b048eb95d559|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:10:43.006Z|bd925c05-4a08-4042-9094-78d7c7fab3e7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:43.027Z|bd925c05-4a08-4042-9094-78d7c7fab3e7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:43.179Z|19d8d44e-33eb-49a8-aa50-db490b44b22a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:43.182Z|19d8d44e-33eb-49a8-aa50-db490b44b22a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:52.412Z|900d1c40-3e19-4bee-9df5-395894a86f0a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:52.414Z|900d1c40-3e19-4bee-9df5-395894a86f0a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:53.068Z|7cfc2f17-525d-4d54-b751-00f3df495e20|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:53.070Z|7cfc2f17-525d-4d54-b751-00f3df495e20|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:53.236Z|e37878a6-4d89-4bce-90b0-76b18f3a29d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:10:53.237Z|e37878a6-4d89-4bce-90b0-76b18f3a29d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:10:57.537Z|330425af-8c2d-4f96-bc42-1e08ddc2415a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:10:57.538Z|330425af-8c2d-4f96-bc42-1e08ddc2415a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:11:02.468Z|469557c5-3504-447d-b712-31c3d13a8316|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:02.470Z|469557c5-3504-447d-b712-31c3d13a8316|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:03.131Z|cb499c31-cef2-4119-8452-3d205c220cc0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:03.132Z|cb499c31-cef2-4119-8452-3d205c220cc0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:03.305Z|6a5b78f1-cb96-4fe8-843c-25481028557f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:03.306Z|6a5b78f1-cb96-4fe8-843c-25481028557f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:12.523Z|470de856-6ec2-4337-852a-1c7062e2b084|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:12.524Z|470de856-6ec2-4337-852a-1c7062e2b084|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:12.528Z|2561ebca-ed0d-40f8-8743-d81e8f2d067e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:11:12.535Z|2561ebca-ed0d-40f8-8743-d81e8f2d067e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:11:12.801Z|c558832e-1fec-4413-8629-3c528f56f2b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:11:12.802Z|c558832e-1fec-4413-8629-3c528f56f2b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:11:13.187Z|fec42c16-d2ff-458b-96b9-2f62a895b93d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:13.188Z|fec42c16-d2ff-458b-96b9-2f62a895b93d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:13.358Z|e720b047-1481-41e1-8fbd-761e3a3c2fc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:13.361Z|e720b047-1481-41e1-8fbd-761e3a3c2fc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:22.597Z|5761e689-85be-4f67-8d9e-2d458b91d343|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:22.599Z|5761e689-85be-4f67-8d9e-2d458b91d343|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:23.224Z|ed5d60c1-d522-41aa-9e5e-5a1450db6251|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:23.226Z|ed5d60c1-d522-41aa-9e5e-5a1450db6251|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:23.401Z|33e7a5e6-f9a1-41e7-9c62-7c041541b161|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:23.403Z|33e7a5e6-f9a1-41e7-9c62-7c041541b161|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:27.529Z|0ddc0562-3af7-4d58-aa66-982de8c934d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:11:27.530Z|0ddc0562-3af7-4d58-aa66-982de8c934d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:11:29.669Z|33418202-0070-4421-91cc-398c32a7be91|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:11:29.671Z|33418202-0070-4421-91cc-398c32a7be91|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:32.663Z|03f0b4e7-cf0e-4959-abe2-23ae5f53fc02|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:32.666Z|03f0b4e7-cf0e-4959-abe2-23ae5f53fc02|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:33.264Z|febe368b-4bdc-4d88-b881-bfd914a4f3e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:33.266Z|febe368b-4bdc-4d88-b881-bfd914a4f3e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:33.446Z|c663fe60-cb15-4e59-9338-4205afa9bfce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:33.448Z|c663fe60-cb15-4e59-9338-4205afa9bfce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:42.528Z|62084942-3bf9-44bf-b6dd-c794fa96770c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:11:42.530Z|62084942-3bf9-44bf-b6dd-c794fa96770c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:11:42.751Z|2a68be99-0638-414b-8b0f-b17b62d300a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:42.759Z|2a68be99-0638-414b-8b0f-b17b62d300a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:42.804Z|f6bf1caa-3734-40e2-8f65-51f67ad9fc25|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:11:42.805Z|f6bf1caa-3734-40e2-8f65-51f67ad9fc25|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:11:43.307Z|290c382f-e8c6-4122-aff8-fcf47b39f453|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:43.314Z|290c382f-e8c6-4122-aff8-fcf47b39f453|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:43.498Z|a022d3e3-0356-409b-9b4f-dc7ea54c9c50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:43.499Z|a022d3e3-0356-409b-9b4f-dc7ea54c9c50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:52.841Z|6834657d-236a-466c-a437-9039a7ae3ef2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:52.843Z|6834657d-236a-466c-a437-9039a7ae3ef2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:53.371Z|ae8458a5-ae9e-4833-94d1-385cd36b510f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:53.374Z|ae8458a5-ae9e-4833-94d1-385cd36b510f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:53.539Z|e6e606ca-1676-4e54-871b-887f1a36a040|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:11:53.541Z|e6e606ca-1676-4e54-871b-887f1a36a040|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:11:57.528Z|9e8902be-5ee5-4d1f-b62c-a4485c1ac190|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:11:57.532Z|9e8902be-5ee5-4d1f-b62c-a4485c1ac190|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:12:02.905Z|28374a98-e1f1-4f3c-b403-2aafd9efb0ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:02.907Z|28374a98-e1f1-4f3c-b403-2aafd9efb0ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:03.441Z|479e26cf-2a18-4fdf-b452-e5c023d4e420|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:03.442Z|479e26cf-2a18-4fdf-b452-e5c023d4e420|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:03.589Z|e7adba64-2fd0-436d-b464-f03c3e98ecab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:03.591Z|e7adba64-2fd0-436d-b464-f03c3e98ecab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:12.528Z|31235bac-a28e-475d-8ab6-ffdcdcb738b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:12:12.529Z|31235bac-a28e-475d-8ab6-ffdcdcb738b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:12:12.822Z|cbc887d0-8641-4bd1-903a-759ab3f72b0b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:12:12.826Z|cbc887d0-8641-4bd1-903a-759ab3f72b0b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:12:13.003Z|bebbf7e6-cf6b-4e3d-8d82-444eae831c9b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:13.004Z|bebbf7e6-cf6b-4e3d-8d82-444eae831c9b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:13.484Z|cef23fb9-7f8c-4302-b870-1eeaf5f081f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:13.485Z|cef23fb9-7f8c-4302-b870-1eeaf5f081f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:13.629Z|04c9fea7-463c-4d31-9986-ce24980a15b2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:13.631Z|04c9fea7-463c-4d31-9986-ce24980a15b2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:23.095Z|794c6751-dbc8-48a9-a1cf-92b5f4251fe8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:23.097Z|794c6751-dbc8-48a9-a1cf-92b5f4251fe8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:23.533Z|8225c90d-258d-48c6-839f-bfc929937de0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:23.534Z|8225c90d-258d-48c6-839f-bfc929937de0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:23.694Z|bebf6221-a5e7-4372-93ee-4c0f831f11b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:23.697Z|bebf6221-a5e7-4372-93ee-4c0f831f11b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:27.528Z|c67b9669-8f03-4209-8feb-b74e4da72593|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:12:27.529Z|c67b9669-8f03-4209-8feb-b74e4da72593|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:12:29.671Z|bfc783df-340d-40cb-b976-79c7e9cd6bb4|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:12:29.673Z|bfc783df-340d-40cb-b976-79c7e9cd6bb4|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:33.156Z|fc9f69d2-d502-47c2-a803-018f1e170a4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:33.158Z|fc9f69d2-d502-47c2-a803-018f1e170a4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:33.590Z|833d61e9-f6fe-4256-8ae3-9a0f4578c938|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:33.591Z|833d61e9-f6fe-4256-8ae3-9a0f4578c938|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:33.761Z|f5f7750a-dd1e-457d-99b0-aa60c8407049|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:33.763Z|f5f7750a-dd1e-457d-99b0-aa60c8407049|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:42.528Z|b8a9e003-c057-4ac4-867a-137fdc7e1674|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:12:42.538Z|b8a9e003-c057-4ac4-867a-137fdc7e1674|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:12:42.828Z|23e05c2f-dea1-4c5e-9b7c-da044a9f3489|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:12:42.830Z|23e05c2f-dea1-4c5e-9b7c-da044a9f3489|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:12:43.193Z|0689a6d3-fdbb-4cd5-9041-3d6b823a6491|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:43.194Z|0689a6d3-fdbb-4cd5-9041-3d6b823a6491|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:43.623Z|c80691c9-51fc-424d-acd8-31ebe9e993ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:43.624Z|c80691c9-51fc-424d-acd8-31ebe9e993ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:43.817Z|c9288976-51a8-4eac-8cab-d14bd0094479|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:43.821Z|c9288976-51a8-4eac-8cab-d14bd0094479|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:53.237Z|5725ddfc-3e17-415d-8b4c-2c246a09b04b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:53.238Z|5725ddfc-3e17-415d-8b4c-2c246a09b04b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:53.667Z|2797a245-90ec-4ffc-9470-e4022983a2bc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:53.669Z|2797a245-90ec-4ffc-9470-e4022983a2bc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:53.861Z|c46fc4f8-5e8b-4715-aa4c-e317268f5046|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:12:53.863Z|c46fc4f8-5e8b-4715-aa4c-e317268f5046|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:12:57.528Z|3ca92039-eb29-49d3-81c3-549e6795132d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:12:57.534Z|3ca92039-eb29-49d3-81c3-549e6795132d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:13:03.279Z|330f30da-f437-4b03-87aa-d88755774cc7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:03.281Z|330f30da-f437-4b03-87aa-d88755774cc7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:03.707Z|5d9e4cad-806c-4e8a-93bc-aaf89269df1f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:03.708Z|5d9e4cad-806c-4e8a-93bc-aaf89269df1f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:03.901Z|14d24564-837a-4701-ad49-1917868251c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:03.902Z|14d24564-837a-4701-ad49-1917868251c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:12.529Z|146dc58b-b790-43ee-aae9-4c211f5d93c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:13:12.532Z|146dc58b-b790-43ee-aae9-4c211f5d93c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:13:12.832Z|f956bd7a-6819-402c-b8b7-8234bbb8afcc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:13:12.833Z|f956bd7a-6819-402c-b8b7-8234bbb8afcc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:13:13.324Z|dfc0b503-262d-4f70-a654-c4f2797598f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:13.326Z|dfc0b503-262d-4f70-a654-c4f2797598f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:13.747Z|81ae109c-51fd-4a11-991b-a02c54a757c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:13.748Z|81ae109c-51fd-4a11-991b-a02c54a757c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:13.945Z|788b3076-aea3-4217-b583-6996ee9206ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:13.946Z|788b3076-aea3-4217-b583-6996ee9206ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:23.399Z|39123826-96a7-4e3a-8f6e-aa76da5cbc58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:23.403Z|39123826-96a7-4e3a-8f6e-aa76da5cbc58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:23.799Z|f2f5c161-7ec2-4f2c-b73f-7c68a01d647c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:23.800Z|f2f5c161-7ec2-4f2c-b73f-7c68a01d647c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:23.989Z|d4cdf0b0-1a87-499c-87a7-a2d480ba0294|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:23.991Z|d4cdf0b0-1a87-499c-87a7-a2d480ba0294|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:27.531Z|3ef8ce9f-17b0-4e32-8037-ee30c308622b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:13:27.537Z|3ef8ce9f-17b0-4e32-8037-ee30c308622b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:13:29.682Z|be310dfd-f2ed-4d59-be3b-56ee8e509fa1|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:13:29.687Z|be310dfd-f2ed-4d59-be3b-56ee8e509fa1|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:33.466Z|5d6e2f6e-c19b-41b3-ac7f-7b559f442f3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:33.469Z|5d6e2f6e-c19b-41b3-ac7f-7b559f442f3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:33.848Z|94436305-cb1b-473e-9125-61c102839f8f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:33.850Z|94436305-cb1b-473e-9125-61c102839f8f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:34.054Z|730b801e-e77a-4216-838b-435b35b7232f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:34.059Z|730b801e-e77a-4216-838b-435b35b7232f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:42.529Z|8188b509-9e04-4922-bcad-3c5db729a025|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:13:42.530Z|8188b509-9e04-4922-bcad-3c5db729a025|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:13:42.835Z|ed58ab59-0ade-4b6a-832d-825e5c695bd9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:13:42.836Z|ed58ab59-0ade-4b6a-832d-825e5c695bd9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:13:43.518Z|29f40c15-8c27-4eed-bf52-00871ceee566|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:43.519Z|29f40c15-8c27-4eed-bf52-00871ceee566|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:43.888Z|bc2d54bf-1124-453f-9886-2c3dec04cbd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:43.889Z|bc2d54bf-1124-453f-9886-2c3dec04cbd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:44.094Z|88369a5d-4fb3-4565-b96d-281ce7fab4e9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:44.095Z|88369a5d-4fb3-4565-b96d-281ce7fab4e9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:53.562Z|f0ebd727-461f-4638-9fda-66a47e606606|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:53.565Z|f0ebd727-461f-4638-9fda-66a47e606606|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:53.957Z|57c60f37-a7aa-4c58-9734-1be89004e558|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:53.958Z|57c60f37-a7aa-4c58-9734-1be89004e558|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:54.145Z|128ff3d2-d7f3-45ab-9dd3-077a9d4e50c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:13:54.150Z|128ff3d2-d7f3-45ab-9dd3-077a9d4e50c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:13:57.528Z|b308851d-0167-48e2-a1f3-3e1aa92d6877|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:13:57.530Z|b308851d-0167-48e2-a1f3-3e1aa92d6877|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:14:03.614Z|b5111724-f7a7-4139-81bc-80d7d7b54981|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:03.616Z|b5111724-f7a7-4139-81bc-80d7d7b54981|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:04.028Z|ecf1fa66-802d-44ae-a828-9fd2c97f12ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:04.030Z|ecf1fa66-802d-44ae-a828-9fd2c97f12ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:04.196Z|1fd243a6-abb3-4fa5-a94f-2fd9e4519c38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:04.197Z|1fd243a6-abb3-4fa5-a94f-2fd9e4519c38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:12.530Z|5604b0b0-b3db-4866-9980-7a67d4e3b2f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:14:12.538Z|5604b0b0-b3db-4866-9980-7a67d4e3b2f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:14:12.837Z|9ebfab2e-c989-44eb-a3f2-d70012a16a87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:14:12.838Z|9ebfab2e-c989-44eb-a3f2-d70012a16a87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:14:13.676Z|a667b8b5-4a4f-4b90-b3f9-e55a348189db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:13.679Z|a667b8b5-4a4f-4b90-b3f9-e55a348189db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:14.078Z|3d38e2a5-5193-4447-bb0b-c4ab5c043a89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:14.079Z|3d38e2a5-5193-4447-bb0b-c4ab5c043a89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:14.275Z|c90e352e-f929-49c2-8da3-8021d1817506|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:14.277Z|c90e352e-f929-49c2-8da3-8021d1817506|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:23.738Z|0e5414dc-413d-4586-917b-f58e4bd946be|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:23.740Z|0e5414dc-413d-4586-917b-f58e4bd946be|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:24.120Z|4be4dad6-97b1-494b-9f54-015a39b22249|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:24.121Z|4be4dad6-97b1-494b-9f54-015a39b22249|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:24.322Z|08357dfe-d644-492f-af7b-615772d4da2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:24.324Z|08357dfe-d644-492f-af7b-615772d4da2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:27.528Z|c2a5bfaa-e066-49d5-a2f4-f3348559d153|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:14:27.529Z|c2a5bfaa-e066-49d5-a2f4-f3348559d153|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:14:29.669Z|e9569da5-c707-4074-a22d-536b8d1a161b|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:14:29.671Z|e9569da5-c707-4074-a22d-536b8d1a161b|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:33.786Z|fb29e3f0-40c9-42d2-9072-c10b81cc3f32|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:33.788Z|fb29e3f0-40c9-42d2-9072-c10b81cc3f32|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:34.158Z|d6b92ec6-5656-4bbe-9e8a-4bfb1a2d63de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:34.160Z|d6b92ec6-5656-4bbe-9e8a-4bfb1a2d63de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:34.366Z|6f8fe908-3ba5-497b-9df6-f8a176dbddf1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:34.367Z|6f8fe908-3ba5-497b-9df6-f8a176dbddf1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:42.528Z|af8ef173-2989-4d4d-ba3a-1e11d7b74240|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:14:42.529Z|af8ef173-2989-4d4d-ba3a-1e11d7b74240|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:14:42.840Z|0199c65f-c2cd-4ed4-bd26-2daa37ae278b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:14:42.841Z|0199c65f-c2cd-4ed4-bd26-2daa37ae278b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:14:43.861Z|7e5ed5e8-0c72-4c51-8370-65a7f50fee31|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:43.862Z|7e5ed5e8-0c72-4c51-8370-65a7f50fee31|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:44.219Z|0950b23c-8b04-4a63-bd3a-1cf545a9c37c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:44.226Z|0950b23c-8b04-4a63-bd3a-1cf545a9c37c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:44.418Z|1880d1f2-cb7a-47ea-a469-3ff009ed9905|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:44.420Z|1880d1f2-cb7a-47ea-a469-3ff009ed9905|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:53.932Z|9607a9b6-1ed1-468e-83d0-4c11ab1af7ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:53.934Z|9607a9b6-1ed1-468e-83d0-4c11ab1af7ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:54.274Z|963eb47a-d0f5-4f99-b8ca-eb498b4d41da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:54.275Z|963eb47a-d0f5-4f99-b8ca-eb498b4d41da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:54.520Z|478e16d9-d047-40ef-86b8-8daa3c746d04|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:14:54.522Z|478e16d9-d047-40ef-86b8-8daa3c746d04|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:14:57.528Z|74c9ab49-29e8-4543-bb3f-593b86174e76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:14:57.537Z|74c9ab49-29e8-4543-bb3f-593b86174e76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:15:03.991Z|d1000f9e-fc97-49c2-8ffb-0b6f4d8bf1a5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:03.993Z|d1000f9e-fc97-49c2-8ffb-0b6f4d8bf1a5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:04.333Z|846b4dbd-0568-4ffb-945a-80730b0eb5de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:04.334Z|846b4dbd-0568-4ffb-945a-80730b0eb5de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:04.564Z|0264808a-146d-4d30-8ece-ce7e3940a581|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:04.566Z|0264808a-146d-4d30-8ece-ce7e3940a581|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:12.528Z|0a8798f4-ac18-4aee-a96b-b4957d07126e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:15:12.549Z|0a8798f4-ac18-4aee-a96b-b4957d07126e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:15:12.842Z|89b3a805-2dac-49c9-8139-446224abc03a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:15:12.843Z|89b3a805-2dac-49c9-8139-446224abc03a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:15:14.059Z|3fc82c3d-bcb0-44d6-952d-1017abe7f9ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:14.060Z|3fc82c3d-bcb0-44d6-952d-1017abe7f9ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:14.446Z|36fe16c6-c5f4-463d-9ab6-d9159dfa7f6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:14.448Z|36fe16c6-c5f4-463d-9ab6-d9159dfa7f6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:14.611Z|b9341f7d-37cd-4f41-a7e2-ecffa8664686|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:14.613Z|b9341f7d-37cd-4f41-a7e2-ecffa8664686|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:24.140Z|03d9cc36-f6ab-4732-a997-ba982a07fbc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:24.141Z|03d9cc36-f6ab-4732-a997-ba982a07fbc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:24.500Z|cb9819ab-c971-4f9d-adc6-20f52fd0e3d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:24.502Z|cb9819ab-c971-4f9d-adc6-20f52fd0e3d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:24.685Z|2580471f-a420-4a3c-a905-7c2e0073b974|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:24.687Z|2580471f-a420-4a3c-a905-7c2e0073b974|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:27.533Z|1c7028f1-aa27-430d-bdec-dc22c10f4eac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:15:27.533Z|1c7028f1-aa27-430d-bdec-dc22c10f4eac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:15:29.663Z|60bb166c-4c31-4c9c-afbc-dd521473021b|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:15:29.665Z|60bb166c-4c31-4c9c-afbc-dd521473021b|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:34.192Z|038585db-1280-4866-8ac9-eec57f95efa9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:34.193Z|038585db-1280-4866-8ac9-eec57f95efa9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:34.548Z|b3b79e83-b09d-497a-b769-d045727090de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:34.550Z|b3b79e83-b09d-497a-b769-d045727090de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:34.752Z|cfd18305-80c1-4804-b911-05611e12da29|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:34.754Z|cfd18305-80c1-4804-b911-05611e12da29|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:42.528Z|5d28cfa3-7d0b-4fc3-baf2-6f094392e3d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:15:42.538Z|5d28cfa3-7d0b-4fc3-baf2-6f094392e3d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:15:42.845Z|c09592e0-c8a4-47c0-88ee-4f23463b010a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:15:42.846Z|c09592e0-c8a4-47c0-88ee-4f23463b010a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:15:44.241Z|b6ba1da1-9f83-4491-9e28-1cad0b10d16f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:44.244Z|b6ba1da1-9f83-4491-9e28-1cad0b10d16f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:44.592Z|7353276f-089f-4700-9e09-ac8020cdb8f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:44.594Z|7353276f-089f-4700-9e09-ac8020cdb8f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:44.797Z|18056c85-fd87-45bf-9bb6-ffa096b8e474|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:44.798Z|18056c85-fd87-45bf-9bb6-ffa096b8e474|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:54.302Z|d90fbd90-9c07-4d6b-965b-f75646a4b7c1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:54.303Z|d90fbd90-9c07-4d6b-965b-f75646a4b7c1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:54.681Z|722aa726-a29c-49c2-951b-c161caaf73a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:54.683Z|722aa726-a29c-49c2-951b-c161caaf73a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:54.855Z|59ef8051-ee01-425c-9567-1a4c4a877973|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:15:54.858Z|59ef8051-ee01-425c-9567-1a4c4a877973|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:15:57.528Z|ce5e6bd4-a1d1-4238-b381-15c4a1f3f2a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:15:57.530Z|ce5e6bd4-a1d1-4238-b381-15c4a1f3f2a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:16:04.341Z|c8ee7589-50a8-4987-bfc0-21af6e3ca814|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:04.342Z|c8ee7589-50a8-4987-bfc0-21af6e3ca814|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:04.718Z|0b4ecb5a-daf0-4769-8bc7-4cfb5e989c2d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:04.720Z|0b4ecb5a-daf0-4769-8bc7-4cfb5e989c2d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:04.926Z|69e6fec9-1ff7-4676-b106-2bf3a29654c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:04.928Z|69e6fec9-1ff7-4676-b106-2bf3a29654c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:12.529Z|d9a7be72-03cf-4545-9e76-a323a70f4747|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:16:12.530Z|d9a7be72-03cf-4545-9e76-a323a70f4747|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:16:12.847Z|3d476132-5165-4002-afe6-ea5964a86d35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:16:12.848Z|3d476132-5165-4002-afe6-ea5964a86d35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:16:14.374Z|6082f610-a889-47b0-9f9e-feef6d6e11ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:14.376Z|6082f610-a889-47b0-9f9e-feef6d6e11ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:14.764Z|f1e2e38c-2b3f-4388-9010-d5e1c30a2af3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:14.765Z|f1e2e38c-2b3f-4388-9010-d5e1c30a2af3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:14.996Z|54ea10c2-75db-4b48-89e5-c0783f6d471f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:14.997Z|54ea10c2-75db-4b48-89e5-c0783f6d471f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:24.415Z|7154cbec-7bf2-4390-8ac8-8261baad9d70|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:24.417Z|7154cbec-7bf2-4390-8ac8-8261baad9d70|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:24.801Z|4a27054c-41ad-40a9-a8ee-b806ad73ded5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:24.802Z|4a27054c-41ad-40a9-a8ee-b806ad73ded5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:25.036Z|81052985-0400-4930-a43c-12b7da545bc0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:25.037Z|81052985-0400-4930-a43c-12b7da545bc0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:27.528Z|7fbe046b-e08c-40c0-9953-0dffb8f7f6fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:16:27.536Z|7fbe046b-e08c-40c0-9953-0dffb8f7f6fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:16:29.685Z|fe13ded4-9d2b-41e2-bde4-7037beca0e57|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:16:29.687Z|fe13ded4-9d2b-41e2-bde4-7037beca0e57|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:34.458Z|534ce24e-c7ab-44a8-b400-466e1b407d71|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:34.459Z|534ce24e-c7ab-44a8-b400-466e1b407d71|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:34.835Z|abdd5e8b-5c37-4096-a751-1eb359c81845|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:34.840Z|abdd5e8b-5c37-4096-a751-1eb359c81845|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:35.067Z|abe5a0f7-1ad4-45ce-9306-0f24d73a85ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:35.069Z|abe5a0f7-1ad4-45ce-9306-0f24d73a85ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:42.528Z|5333f6a9-b0c5-4ed6-a4c1-3d4fabf69942|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:16:42.529Z|5333f6a9-b0c5-4ed6-a4c1-3d4fabf69942|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:16:42.849Z|74225c49-2ca3-4f64-a979-384191f2a764|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:16:42.850Z|74225c49-2ca3-4f64-a979-384191f2a764|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:16:44.494Z|67dee47b-99d8-44b0-8b2a-28441a736031|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:44.496Z|67dee47b-99d8-44b0-8b2a-28441a736031|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:44.879Z|e0746038-214e-4985-bf34-6bc783fe3f30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:44.881Z|e0746038-214e-4985-bf34-6bc783fe3f30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:45.102Z|14ee4f3d-a28c-4fcd-874e-03c8e2fd771b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:45.104Z|14ee4f3d-a28c-4fcd-874e-03c8e2fd771b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:54.537Z|e804042a-ec1e-465f-b499-db7c86bed02c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:54.539Z|e804042a-ec1e-465f-b499-db7c86bed02c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:54.927Z|86d8d51f-18a4-4369-897f-07953a7a6195|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:54.928Z|86d8d51f-18a4-4369-897f-07953a7a6195|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:55.147Z|c5fd01bc-b32c-4b64-a75f-825ce6dc222b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:16:55.153Z|c5fd01bc-b32c-4b64-a75f-825ce6dc222b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:16:57.528Z|ee02b2ca-41e8-4514-a7c4-858133270b70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:16:57.529Z|ee02b2ca-41e8-4514-a7c4-858133270b70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:17:04.603Z|27b40e02-823b-4b09-ae8f-3ce4ae451920|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:04.604Z|27b40e02-823b-4b09-ae8f-3ce4ae451920|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:04.971Z|f1d17686-09b7-4533-8d88-bbcd534fc11d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:04.972Z|f1d17686-09b7-4533-8d88-bbcd534fc11d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:05.204Z|36d9896a-0106-4cd8-b1f6-d8fc653fa501|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:05.205Z|36d9896a-0106-4cd8-b1f6-d8fc653fa501|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:12.528Z|eb906575-431b-4ad4-b183-6ff0f21b082f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:17:12.533Z|eb906575-431b-4ad4-b183-6ff0f21b082f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:17:12.852Z|807313b3-2901-4b56-9467-185129d800e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:17:12.853Z|807313b3-2901-4b56-9467-185129d800e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:17:14.662Z|276e2f2a-c552-471b-9517-18ec25935267|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:14.664Z|276e2f2a-c552-471b-9517-18ec25935267|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:15.011Z|31475dfa-21af-46bb-8423-06aeb2d0231f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:15.015Z|31475dfa-21af-46bb-8423-06aeb2d0231f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:15.243Z|a4838a27-7c7b-4108-9921-320a957a7060|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:15.244Z|a4838a27-7c7b-4108-9921-320a957a7060|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:24.714Z|44b1c42f-6b4f-4297-a87e-c9f40fec7061|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:24.716Z|44b1c42f-6b4f-4297-a87e-c9f40fec7061|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:25.063Z|4afb106c-6326-40e4-af15-8430897c909e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:25.065Z|4afb106c-6326-40e4-af15-8430897c909e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:25.228Z||http-nio-8080-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x037]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	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)
2022-09-06T06:17:25.282Z|1279ccf0-5c6b-4828-bc7a-153fac04a893|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:25.284Z|1279ccf0-5c6b-4828-bc7a-153fac04a893|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:27.529Z|d385d4c7-f8aa-42b3-8f54-61b92079e5eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:17:27.530Z|d385d4c7-f8aa-42b3-8f54-61b92079e5eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:17:29.693Z|e545b913-4d09-40f3-9fc5-3e2c77d1087a|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:17:29.694Z|e545b913-4d09-40f3-9fc5-3e2c77d1087a|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:34.762Z|eebb84a7-6960-4b0f-b745-4af1b5b78415|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:34.764Z|eebb84a7-6960-4b0f-b745-4af1b5b78415|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:35.104Z|4d19a533-ebb1-4a3f-b031-be98c856825d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:35.105Z|4d19a533-ebb1-4a3f-b031-be98c856825d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:35.321Z|9908203e-bc1b-488d-b522-faa07d77e97a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:35.327Z|9908203e-bc1b-488d-b522-faa07d77e97a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:42.529Z|95f1667d-43d2-4444-a19e-65d34e6cb967|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:17:42.530Z|95f1667d-43d2-4444-a19e-65d34e6cb967|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:17:42.855Z|3b31ef43-6b8e-46ef-a7d6-9c856d3cf0ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:17:42.856Z|3b31ef43-6b8e-46ef-a7d6-9c856d3cf0ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:17:44.839Z|e432f3c5-149d-41b4-950a-a79e3b29a70c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:44.842Z|e432f3c5-149d-41b4-950a-a79e3b29a70c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:45.153Z|deeb5458-16bb-4277-b28a-c5a9fb242fc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:45.170Z|deeb5458-16bb-4277-b28a-c5a9fb242fc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:45.384Z|15dadc3d-e279-4a32-a95f-0df449b68900|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:45.386Z|15dadc3d-e279-4a32-a95f-0df449b68900|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:54.887Z|4ed6d488-8063-4e12-8f6f-d9a702b1e554|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:54.889Z|4ed6d488-8063-4e12-8f6f-d9a702b1e554|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:55.214Z|a61b7593-eefb-4715-8650-49c45b4cdc5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:55.216Z|a61b7593-eefb-4715-8650-49c45b4cdc5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:55.438Z|01733661-9cb4-4e9f-9ba7-6d16b2b4437f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:17:55.439Z|01733661-9cb4-4e9f-9ba7-6d16b2b4437f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:17:57.529Z|8da95213-ee5a-482e-9567-8a473e3e1002|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:17:57.538Z|8da95213-ee5a-482e-9567-8a473e3e1002|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:18:04.944Z|a42fe000-b996-4492-b468-11da610abe75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:04.946Z|a42fe000-b996-4492-b468-11da610abe75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:05.275Z|0bd6fa62-69dc-401d-ad90-af52fa355844|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:05.277Z|0bd6fa62-69dc-401d-ad90-af52fa355844|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:05.477Z|9ae45c43-9252-48a5-9d05-8dfdf13dbb42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:05.479Z|9ae45c43-9252-48a5-9d05-8dfdf13dbb42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:12.539Z|b66b3212-2cc8-4293-abf4-62a46aabb9a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:18:12.542Z|b66b3212-2cc8-4293-abf4-62a46aabb9a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:18:12.858Z|a1701de7-eda8-4e33-a403-fdcec238897d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:18:12.859Z|a1701de7-eda8-4e33-a403-fdcec238897d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:18:15.023Z|d0ac6b51-3698-451a-b625-53abc2122e31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:15.028Z|d0ac6b51-3698-451a-b625-53abc2122e31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:15.325Z|9b0e9155-e6ea-462a-b765-984bbef773e1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:15.326Z|9b0e9155-e6ea-462a-b765-984bbef773e1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:15.536Z|9c244098-a626-47e1-8494-e16315302085|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:15.538Z|9c244098-a626-47e1-8494-e16315302085|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:25.079Z|0e52287a-a920-47f3-9f80-c87b36dfb883|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:25.080Z|0e52287a-a920-47f3-9f80-c87b36dfb883|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:25.374Z|016d3569-7023-44c1-aad4-7dfb5f7c24bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:25.375Z|016d3569-7023-44c1-aad4-7dfb5f7c24bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:25.583Z|5c2476a0-9d3c-4731-88bb-24caec1e46d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:25.585Z|5c2476a0-9d3c-4731-88bb-24caec1e46d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:27.528Z|278d89b8-9414-4d72-8c39-e6b751248e01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:18:27.529Z|278d89b8-9414-4d72-8c39-e6b751248e01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:18:29.679Z|287ee747-ac05-49a4-b60e-b222decf2685|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:18:29.682Z|287ee747-ac05-49a4-b60e-b222decf2685|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:35.138Z|d38d1fda-7337-41e7-9af1-12f161d429ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:35.140Z|d38d1fda-7337-41e7-9af1-12f161d429ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:35.417Z|66e85305-364f-4fcf-86ad-bb198b199f4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:35.419Z|66e85305-364f-4fcf-86ad-bb198b199f4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:35.614Z|e8664c48-f114-4e73-ad9e-1910b4dc5c98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:35.615Z|e8664c48-f114-4e73-ad9e-1910b4dc5c98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:42.528Z|34052251-2f15-4231-9ff4-3af03f0cd521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:18:42.534Z|34052251-2f15-4231-9ff4-3af03f0cd521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:18:42.861Z|01d4bde2-b463-4d3d-b93b-8e39e7fb2624|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:18:42.862Z|01d4bde2-b463-4d3d-b93b-8e39e7fb2624|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:18:45.197Z|1448e7fb-73a0-42d0-b9ea-84f1825788ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:45.198Z|1448e7fb-73a0-42d0-b9ea-84f1825788ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:45.455Z|a94a19b4-5d62-48ae-b5d9-7ce02c027374|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:45.458Z|a94a19b4-5d62-48ae-b5d9-7ce02c027374|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:45.647Z|bfa48df1-e710-4ef4-9407-5ece617a3397|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:45.649Z|bfa48df1-e710-4ef4-9407-5ece617a3397|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:55.295Z|f53f5c2c-a5bf-49a2-afc8-7f6c24f1133a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:55.296Z|f53f5c2c-a5bf-49a2-afc8-7f6c24f1133a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:55.504Z|226410b7-7e88-4fe8-8c11-d90fd484a14d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:55.506Z|226410b7-7e88-4fe8-8c11-d90fd484a14d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:55.689Z|4bb47a38-1acc-45a8-b173-0f5646a8d1ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:18:55.690Z|4bb47a38-1acc-45a8-b173-0f5646a8d1ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:18:57.528Z|5261951d-450b-4b3c-8e23-7dd8d156d740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:18:57.529Z|5261951d-450b-4b3c-8e23-7dd8d156d740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:19:05.379Z|d698fde1-5272-4910-8be7-b1f76429f5d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:05.381Z|d698fde1-5272-4910-8be7-b1f76429f5d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:05.562Z|555320d7-0528-4536-a470-dce05692d0cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:05.567Z|555320d7-0528-4536-a470-dce05692d0cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:05.755Z|22469334-310b-4b14-9835-e16ecd125762|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:05.756Z|22469334-310b-4b14-9835-e16ecd125762|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:12.528Z|c26d2a2c-e448-4630-a443-6b561bce92af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:19:12.529Z|c26d2a2c-e448-4630-a443-6b561bce92af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:19:12.864Z|832a199d-bb22-498e-9020-a14ca1f78bda|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:19:12.865Z|832a199d-bb22-498e-9020-a14ca1f78bda|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:19:15.416Z|bbc7260e-d1c6-4529-a2e5-b2acc925673d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:15.417Z|bbc7260e-d1c6-4529-a2e5-b2acc925673d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:15.613Z|ad5381d2-8b7a-4b0d-9195-48026e9239a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:15.614Z|ad5381d2-8b7a-4b0d-9195-48026e9239a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:15.825Z|1b6dce45-387d-4821-8117-1182a6a0c993|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:15.833Z|1b6dce45-387d-4821-8117-1182a6a0c993|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:25.460Z|637030b1-a39f-4d33-b453-bfdb538c336b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:25.462Z|637030b1-a39f-4d33-b453-bfdb538c336b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:25.646Z|e96a63e4-0bb7-4d1c-87f6-5df3f5605c41|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:25.647Z|e96a63e4-0bb7-4d1c-87f6-5df3f5605c41|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:25.889Z|3dc934b3-f44f-4949-b026-62c7c6f206b5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:25.890Z|3dc934b3-f44f-4949-b026-62c7c6f206b5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:27.528Z|7965c9a2-4343-437d-ac54-4e66094bc0a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:19:27.532Z|7965c9a2-4343-437d-ac54-4e66094bc0a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:19:29.672Z|51d7d233-7a02-48f8-ae6a-bd24366bf708|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:19:29.677Z|51d7d233-7a02-48f8-ae6a-bd24366bf708|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:35.512Z|c05f9f71-4b5d-4516-9448-d0362e70cd8b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:35.514Z|c05f9f71-4b5d-4516-9448-d0362e70cd8b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:35.687Z|ab75c052-f707-4766-ba38-f3d34ac1542b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:35.688Z|ab75c052-f707-4766-ba38-f3d34ac1542b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:35.975Z|2c2b0937-ce2e-4173-8279-9bbb1c5c12da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:35.977Z|2c2b0937-ce2e-4173-8279-9bbb1c5c12da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:42.528Z|d44b5c02-7595-441a-8719-a7513ff24113|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:19:42.529Z|d44b5c02-7595-441a-8719-a7513ff24113|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:19:42.866Z|17003524-a945-4311-b072-ce744549e982|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:19:42.867Z|17003524-a945-4311-b072-ce744549e982|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:19:45.582Z|c180bbb4-2a91-461b-91cd-0a7a90d9f646|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:45.583Z|c180bbb4-2a91-461b-91cd-0a7a90d9f646|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:45.746Z|da250c65-aa7b-4df7-aa17-4d46eff6cb27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:45.747Z|da250c65-aa7b-4df7-aa17-4d46eff6cb27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:46.027Z|6796fdc0-bfbb-4bf1-8c26-adc47f5f694f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:46.028Z|6796fdc0-bfbb-4bf1-8c26-adc47f5f694f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:55.626Z|29dbbead-dd38-44e1-bd31-aac1bb1688e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:55.628Z|29dbbead-dd38-44e1-bd31-aac1bb1688e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:55.824Z|0ae52622-2714-4eb7-83b6-45c36ae2aca4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:55.825Z|0ae52622-2714-4eb7-83b6-45c36ae2aca4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:56.063Z|3c896bd2-dfda-474b-9f69-8911c7511658|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:19:56.065Z|3c896bd2-dfda-474b-9f69-8911c7511658|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:19:57.529Z|ec77b482-d62b-48cf-b1c2-7aa2ee61f457|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:19:57.530Z|ec77b482-d62b-48cf-b1c2-7aa2ee61f457|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:20:05.670Z|d97aa494-be4b-401d-b463-971747bef5fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:05.671Z|d97aa494-be4b-401d-b463-971747bef5fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:05.856Z|3f7a8c45-4e7d-4903-bd58-e06aba908461|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:05.857Z|3f7a8c45-4e7d-4903-bd58-e06aba908461|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:06.106Z|012e6887-3a24-42d4-bb3f-c2d77c93815d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:06.108Z|012e6887-3a24-42d4-bb3f-c2d77c93815d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:12.528Z|738b1889-5824-4b7a-8d6a-b84df983671b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:20:12.532Z|738b1889-5824-4b7a-8d6a-b84df983671b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:20:12.868Z|b1978aba-527b-4fc4-96e6-ac3d1d0f3fe8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:20:12.869Z|b1978aba-527b-4fc4-96e6-ac3d1d0f3fe8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:20:15.746Z|87c70d67-6127-414c-a967-681567540d7e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:15.748Z|87c70d67-6127-414c-a967-681567540d7e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:15.920Z|e5d7baa5-fc1a-4bce-aec2-f7986bfeef20|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:15.921Z|e5d7baa5-fc1a-4bce-aec2-f7986bfeef20|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:16.155Z|ef9c30d5-6613-4716-b06d-2d3e7129c920|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:16.156Z|ef9c30d5-6613-4716-b06d-2d3e7129c920|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:25.904Z|0523654b-1b9c-49ed-bc04-a84b696d4413|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:25.906Z|0523654b-1b9c-49ed-bc04-a84b696d4413|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:26.004Z|94615b45-750d-44c0-802b-350aea77f5e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:26.006Z|94615b45-750d-44c0-802b-350aea77f5e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:26.221Z|063172a5-1823-4b40-bcd6-1b1a298551bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:26.223Z|063172a5-1823-4b40-bcd6-1b1a298551bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:27.528Z|b5b77276-2898-4a51-9fc5-2599751e0751|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:20:27.529Z|b5b77276-2898-4a51-9fc5-2599751e0751|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:20:29.670Z|8e11a386-4b7a-473c-963a-3bef22fb7988|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:20:29.674Z|8e11a386-4b7a-473c-963a-3bef22fb7988|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:35.991Z|6c5f144c-c3bc-411c-9e4b-3840a8f9cf7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:35.993Z|6c5f144c-c3bc-411c-9e4b-3840a8f9cf7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:36.078Z|adc4daa8-be5b-4615-8973-140f767ddf4f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:36.080Z|adc4daa8-be5b-4615-8973-140f767ddf4f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:36.265Z|55003029-8062-43db-a052-1a5884291a2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:36.267Z|55003029-8062-43db-a052-1a5884291a2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:42.528Z|428b644c-b0ea-41a7-8bd0-d6c5a00613dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:20:42.529Z|428b644c-b0ea-41a7-8bd0-d6c5a00613dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:20:42.871Z|1d559bbc-4b5b-47c2-be18-95bd16846965|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:20:42.872Z|1d559bbc-4b5b-47c2-be18-95bd16846965|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:20:46.075Z|a382f7e5-d161-4695-b745-72f14ccc1173|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:46.077Z|a382f7e5-d161-4695-b745-72f14ccc1173|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:46.141Z|2998354f-a426-4720-9fde-8aee765bf648|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:46.142Z|2998354f-a426-4720-9fde-8aee765bf648|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:46.306Z|280e665d-6d2d-47bb-94e2-2e22fc7d5ff5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:46.307Z|280e665d-6d2d-47bb-94e2-2e22fc7d5ff5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:56.135Z|8d74de3b-4b97-4b45-ab34-fcb1d58a4e57|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:56.137Z|8d74de3b-4b97-4b45-ab34-fcb1d58a4e57|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:56.229Z|9a0e8262-f25f-487d-846e-d351c31f34a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:56.231Z|9a0e8262-f25f-487d-846e-d351c31f34a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:56.396Z|329bd508-1030-473d-8875-081bbe2b642f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:20:56.398Z|329bd508-1030-473d-8875-081bbe2b642f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:20:57.528Z|22cfe38f-7372-4e64-b851-fe34af23a261|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:20:57.535Z|22cfe38f-7372-4e64-b851-fe34af23a261|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:21:06.205Z|b186e62f-e73f-4b77-b1a4-3fc3fe5c81e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:06.206Z|b186e62f-e73f-4b77-b1a4-3fc3fe5c81e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:06.298Z|30669e70-b04a-4b13-bda1-afcac6dde30c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:06.299Z|30669e70-b04a-4b13-bda1-afcac6dde30c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:06.446Z|bcf5da7a-c7fd-48be-8d04-eab5ed928543|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:06.447Z|bcf5da7a-c7fd-48be-8d04-eab5ed928543|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:12.528Z|95b88a2c-e93b-43a4-bba6-0a700d8d9b44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:21:12.529Z|95b88a2c-e93b-43a4-bba6-0a700d8d9b44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:21:12.873Z|53dbb895-1e13-4997-8d6c-8f8a931e2e1a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:21:12.875Z|53dbb895-1e13-4997-8d6c-8f8a931e2e1a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:21:16.254Z|1a2c16f5-f580-416a-b6bb-9b235952d276|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:16.255Z|1a2c16f5-f580-416a-b6bb-9b235952d276|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:16.344Z|9a571acc-f773-477f-a781-388e5dc2511d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:16.345Z|9a571acc-f773-477f-a781-388e5dc2511d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:16.507Z|bf5511cd-25ef-4680-9632-3220d71745d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:16.508Z|bf5511cd-25ef-4680-9632-3220d71745d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:26.311Z|51b31690-12b4-4604-8acc-ca20efe3d8a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:26.312Z|51b31690-12b4-4604-8acc-ca20efe3d8a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:26.406Z|965f1fbb-2fa0-40f1-be7b-4a19b6d81e55|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:26.408Z|965f1fbb-2fa0-40f1-be7b-4a19b6d81e55|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:26.574Z|e103f2c2-ed3e-449f-88ff-d4b03ed4a697|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:26.576Z|e103f2c2-ed3e-449f-88ff-d4b03ed4a697|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:27.528Z|7d95352f-10f3-449e-b806-ff4fdc395ab6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:21:27.529Z|7d95352f-10f3-449e-b806-ff4fdc395ab6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:21:29.674Z|1a29d7d0-8a68-4fa6-a64a-dffefc605ab3|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:21:29.675Z|1a29d7d0-8a68-4fa6-a64a-dffefc605ab3|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:36.402Z|b80ce75c-3e85-45bc-a9ae-5cdc4fd1b492|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:36.403Z|b80ce75c-3e85-45bc-a9ae-5cdc4fd1b492|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:36.486Z|a41a7866-d401-4695-9a87-02559f742c10|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:36.488Z|a41a7866-d401-4695-9a87-02559f742c10|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:36.644Z|0873ea24-b047-47bc-9fed-735b0d2c0ad5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:36.645Z|0873ea24-b047-47bc-9fed-735b0d2c0ad5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:42.528Z|96a15b54-1be8-48c8-89ef-72a597b9215a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:21:42.533Z|96a15b54-1be8-48c8-89ef-72a597b9215a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:21:42.877Z|4cebaddf-3a71-40dc-9366-8ccf5e7cb00e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:21:42.878Z|4cebaddf-3a71-40dc-9366-8ccf5e7cb00e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:21:46.513Z|3c42cc4a-1419-48c3-97f8-a9f644bbbda3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:46.519Z|3c42cc4a-1419-48c3-97f8-a9f644bbbda3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:46.607Z|48c65c01-ee47-44b7-ab50-79bbce7ef72d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:46.609Z|48c65c01-ee47-44b7-ab50-79bbce7ef72d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:46.735Z|db34a247-85f9-4023-b17b-e968c47c28e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:46.737Z|db34a247-85f9-4023-b17b-e968c47c28e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:56.634Z|0ba8446c-4b9f-41e1-a0f7-a8a9c3797293|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:56.637Z|0ba8446c-4b9f-41e1-a0f7-a8a9c3797293|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:56.693Z|fd1460f7-7244-4ec1-b09b-27f2f71c3b52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:56.695Z|fd1460f7-7244-4ec1-b09b-27f2f71c3b52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:56.797Z|42de3083-f239-406b-b67a-7250675ed7d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:21:56.798Z|42de3083-f239-406b-b67a-7250675ed7d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:21:57.530Z|8b424d80-bd3b-456e-b227-da40cf4d3d6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:21:57.531Z|8b424d80-bd3b-456e-b227-da40cf4d3d6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:22:06.706Z|b5ac9ac9-8832-4166-9740-f1a6dcf6be96|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:06.708Z|b5ac9ac9-8832-4166-9740-f1a6dcf6be96|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:06.740Z|68dd9712-aabe-4c87-bd89-ac322bcb71da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:06.743Z|68dd9712-aabe-4c87-bd89-ac322bcb71da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:06.855Z|07e1da65-1468-4dbb-9ad6-516a5a26fbff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:06.857Z|07e1da65-1468-4dbb-9ad6-516a5a26fbff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:12.529Z|54d28d3a-cfef-4528-9a4b-b5d117209c1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:22:12.532Z|54d28d3a-cfef-4528-9a4b-b5d117209c1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:22:12.879Z|8a16680e-e636-4b0a-a83d-61eb18549c1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:22:12.880Z|8a16680e-e636-4b0a-a83d-61eb18549c1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:22:16.804Z|7e8c7eb0-b92b-4da8-910c-e0d037469819|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:16.808Z|7e8c7eb0-b92b-4da8-910c-e0d037469819|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:16.864Z|a1aea4d5-4dbb-4592-a152-0ce5fa1fc3bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:16.875Z|a1aea4d5-4dbb-4592-a152-0ce5fa1fc3bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:16.917Z|fb0a979a-cdde-45fe-bd42-cb760f9489c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:16.919Z|fb0a979a-cdde-45fe-bd42-cb760f9489c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:26.927Z|1aa83372-ebed-4ba6-bda1-47090bb14b48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:26.936Z|1aa83372-ebed-4ba6-bda1-47090bb14b48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:26.934Z|7f006950-460d-4c23-8189-67221ed599d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:26.945Z|7f006950-460d-4c23-8189-67221ed599d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:26.991Z|fe9c6b99-0f32-4232-9c2c-ea7ea8c6a488|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:26.993Z|fe9c6b99-0f32-4232-9c2c-ea7ea8c6a488|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:27.530Z|a61e6516-ecbd-4059-82c4-5efaaa502be9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:22:27.536Z|a61e6516-ecbd-4059-82c4-5efaaa502be9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:22:29.674Z|512cb45e-ccfa-49c4-bafa-f3aec1a75c26|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-09-06T06:22:29.675Z|512cb45e-ccfa-49c4-bafa-f3aec1a75c26|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:36.986Z|3570a25d-bfa0-41ef-adb3-a8439aee1937|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:36.987Z|3570a25d-bfa0-41ef-adb3-a8439aee1937|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:37.029Z|71348056-8650-45f3-a24b-129131585d30|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:37.030Z|71348056-8650-45f3-a24b-129131585d30|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:37.052Z|ba50d7af-5bae-40fc-99ea-9cb4a01e7ca1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:37.053Z|ba50d7af-5bae-40fc-99ea-9cb4a01e7ca1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:42.528Z|a5504718-4603-4c3b-baa4-409520e95809|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:22:42.530Z|a5504718-4603-4c3b-baa4-409520e95809|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:22:42.883Z|f12927bd-ed13-4868-b462-30a9efad26f5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:22:42.884Z|f12927bd-ed13-4868-b462-30a9efad26f5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-09-06T06:22:47.073Z|48869a91-9337-447e-ad77-79f246a2b0c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:47.075Z|48869a91-9337-447e-ad77-79f246a2b0c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:47.081Z|dbb325e6-4db8-4d06-819d-4c44144e3195|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:47.082Z|dbb325e6-4db8-4d06-819d-4c44144e3195|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:47.101Z|8bccf683-291e-4bc1-8e35-e8093d3dbfa3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:47.102Z|8bccf683-291e-4bc1-8e35-e8093d3dbfa3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:57.194Z|c685fedb-deae-4e67-9468-bd9d583ccc2b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:57.195Z|c685fedb-deae-4e67-9468-bd9d583ccc2b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:57.208Z|3a1908d2-a730-4a3d-8390-c97046800776|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:57.210Z|3a1908d2-a730-4a3d-8390-c97046800776|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:57.228Z|b112c7a2-8e18-4a4d-97ca-51c2f6c58a6c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-09-06T06:22:57.229Z|b112c7a2-8e18-4a4d-97ca-51c2f6c58a6c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-09-06T06:22:57.528Z|7f560ac9-70ec-453f-86fe-daa16741dcb6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-09-06T06:22:57.529Z|7f560ac9-70ec-453f-86fe-daa16741dcb6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.