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)

2021-09-22T15:44:30.405Z||main|||||INFO|500||The following profiles are active: basic
2021-09-22T15:44:40.919Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-22T15:44:40.920Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-22T15:44:41.030Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-22T15:44:46.647Z||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.

2021-09-22T15:44:46.926Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-22T15:44:47.130Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-22T15:44:47.484Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-22T15:44:47.491Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-22T15:44:47.574Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-22T15:44:47.688Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-22T15:44:48.099Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-22T15:44:49.016Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-22T15:44:51.018Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-22T15:44:51.066Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-22T15:44:51.679Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-22T15:44:51.850Z||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.
2021-09-22T15:44:52.693Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-22T15:44:53.798Z||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
2021-09-22T15:44:58.353Z||main|||||WARN|500||---
2021-09-22T15:44:58.354Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-22T15:44:58.354Z||main|||||WARN|500||---
2021-09-22T15:44:58.895Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-22T15:45:03.467Z||main|||||INFO|500||Started ApiHandlerApplication in 35.837 seconds (JVM running for 37.137)
2021-09-22T15:45:03.488Z|45086279-9fe5-4d3b-8fb3-983e4d5146fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:45:03.498Z|45086279-9fe5-4d3b-8fb3-983e4d5146fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:45:03.499Z|9df98091-4448-4e7e-8800-c778545ab984|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:45:03.504Z|9df98091-4448-4e7e-8800-c778545ab984|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:45:07.541Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-22T15:45:07.783Z|82adbe82-18fe-4166-95b4-efb76023986e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (jar:file:/app/app.jar!/BOOT-INF/lib/jaxb-impl-2.3.0.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2021-09-22T15:45:08.187Z|82adbe82-18fe-4166-95b4-efb76023986e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:08.309Z|f3ea44a9-6cf2-4e49-a805-e3ad32c7d780|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:08.310Z|f3ea44a9-6cf2-4e49-a805-e3ad32c7d780|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:09.076Z|2afacc9d-4d61-4bec-8583-7751b6f50ec6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:09.077Z|2afacc9d-4d61-4bec-8583-7751b6f50ec6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:18.353Z|d0f75fed-43c3-487e-81ae-cdec427b3175|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:18.353Z|4cb91567-f08f-4f24-bc34-9931a3ef3a3c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:18.355Z|4cb91567-f08f-4f24-bc34-9931a3ef3a3c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:18.355Z|d0f75fed-43c3-487e-81ae-cdec427b3175|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:18.461Z|e212f444-af08-4857-88ba-7e2a0c2189e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:45:18.464Z|e212f444-af08-4857-88ba-7e2a0c2189e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:45:19.110Z|4a23b86f-0dff-42dd-a146-f9a927edc585|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:19.111Z|4a23b86f-0dff-42dd-a146-f9a927edc585|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:28.397Z|ef060c74-470f-4654-a7a9-372d475972f5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:28.399Z|09dd38be-41b7-4dfe-8f7d-5d583ad81e2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:28.399Z|ef060c74-470f-4654-a7a9-372d475972f5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:28.400Z|09dd38be-41b7-4dfe-8f7d-5d583ad81e2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:29.145Z|b5af6802-b3bc-4956-8e5f-cbd33941301a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:29.146Z|b5af6802-b3bc-4956-8e5f-cbd33941301a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:33.460Z|165cf7a1-3322-4db7-8fc7-29812c6382c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:45:33.462Z|165cf7a1-3322-4db7-8fc7-29812c6382c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:45:33.505Z|986e2e5f-b6b8-488f-aa63-dff888fc9613|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:45:33.507Z|986e2e5f-b6b8-488f-aa63-dff888fc9613|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:45:38.437Z|26da11bc-582a-4ad7-b1a7-5f47c0fecf8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:38.439Z|26da11bc-582a-4ad7-b1a7-5f47c0fecf8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:38.452Z|9967e17f-5ac5-4807-9398-74f3c449139c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:38.454Z|9967e17f-5ac5-4807-9398-74f3c449139c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:39.175Z|2ad1f5f5-c701-4457-a8cc-ec881595e7c2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:39.177Z|2ad1f5f5-c701-4457-a8cc-ec881595e7c2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:48.460Z|f75851ef-d809-42f6-8329-6c09ec855467|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:45:48.462Z|f75851ef-d809-42f6-8329-6c09ec855467|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:45:48.479Z|4c797228-e17a-484a-ab41-8d43b2bb7173|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:48.481Z|4c797228-e17a-484a-ab41-8d43b2bb7173|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:48.489Z|8d64c6c1-a8cf-4e50-9e41-fcd8117e1575|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:48.491Z|8d64c6c1-a8cf-4e50-9e41-fcd8117e1575|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:49.210Z|6f8239dd-8be3-4880-a5c3-c9d6b5072deb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:49.211Z|6f8239dd-8be3-4880-a5c3-c9d6b5072deb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:58.518Z|02dff26d-0424-4f8e-bf57-564256f520d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:58.520Z|02dff26d-0424-4f8e-bf57-564256f520d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:58.523Z|454999fb-94d2-4377-ba3a-35bb73e1e7d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:58.524Z|454999fb-94d2-4377-ba3a-35bb73e1e7d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:45:59.244Z|1a7faccf-9336-487c-9f82-9e2ca3c40b12|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:45:59.246Z|1a7faccf-9336-487c-9f82-9e2ca3c40b12|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:03.460Z|0ddc9b30-3749-46be-9102-b48ed7e3b821|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:46:03.463Z|0ddc9b30-3749-46be-9102-b48ed7e3b821|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:46:03.508Z|40c78a66-1a77-4b6a-8e77-249927f83adb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:46:03.509Z|40c78a66-1a77-4b6a-8e77-249927f83adb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:46:08.556Z|c63004af-05dc-460c-a9a7-faf136fd698c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:08.556Z|1eacf6f5-5084-4d2a-b227-e9bbbd2b36c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:08.558Z|1eacf6f5-5084-4d2a-b227-e9bbbd2b36c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:08.558Z|c63004af-05dc-460c-a9a7-faf136fd698c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:09.282Z|cb4fb176-8f46-4456-bd6a-06fb5bef2372|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:09.284Z|cb4fb176-8f46-4456-bd6a-06fb5bef2372|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:18.460Z|6964a969-df7b-4a53-9a5f-2944e037847f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:46:18.461Z|6964a969-df7b-4a53-9a5f-2944e037847f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:46:18.589Z|5b8e4bbe-c6c8-4b5b-80e6-6c4447b09ada|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:18.590Z|f31de7ea-139b-41fd-afc2-eb5af9b3352c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:18.591Z|5b8e4bbe-c6c8-4b5b-80e6-6c4447b09ada|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:18.592Z|f31de7ea-139b-41fd-afc2-eb5af9b3352c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:19.318Z|fa191958-9ea1-404c-bcf8-6322f0447c57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:19.319Z|fa191958-9ea1-404c-bcf8-6322f0447c57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:28.629Z|1b208b3e-34a4-40ea-89d1-efb3417a91f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:28.629Z|21589e4d-bcee-4e06-aebc-53feab35f45f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:28.632Z|1b208b3e-34a4-40ea-89d1-efb3417a91f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:28.632Z|21589e4d-bcee-4e06-aebc-53feab35f45f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:29.350Z|8d08e6cf-cb1f-4f4d-93cf-b1555b9b5c89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:29.351Z|8d08e6cf-cb1f-4f4d-93cf-b1555b9b5c89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:33.460Z|f7ff8d06-54f0-4dac-b49a-5c29500d25c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:46:33.462Z|f7ff8d06-54f0-4dac-b49a-5c29500d25c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:46:33.511Z|ec84efa0-f30b-48bb-9b6d-aa8c59649a4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:46:33.512Z|ec84efa0-f30b-48bb-9b6d-aa8c59649a4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:46:38.688Z|9554268a-993b-4f70-9fa1-a5f400d9d25e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:38.690Z|9554268a-993b-4f70-9fa1-a5f400d9d25e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:38.690Z|0aa115b1-87d3-4dcf-822e-f0c61d890441|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:38.692Z|0aa115b1-87d3-4dcf-822e-f0c61d890441|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:39.385Z|d938fa00-eb10-49aa-9374-62ade337f0e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:39.387Z|d938fa00-eb10-49aa-9374-62ade337f0e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:48.461Z|2329558d-cd8e-43bd-b954-29e9a6da8a11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:46:48.465Z|2329558d-cd8e-43bd-b954-29e9a6da8a11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:46:48.744Z|095cd8bc-a694-4aec-b08e-45947ca66a17|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:48.744Z|bf1509e5-5eff-4ffe-88f9-30f487018a48|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:48.746Z|095cd8bc-a694-4aec-b08e-45947ca66a17|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:48.747Z|bf1509e5-5eff-4ffe-88f9-30f487018a48|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:49.443Z|4a23d97e-a848-46d1-91ab-ea6d912fc5b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:49.445Z|4a23d97e-a848-46d1-91ab-ea6d912fc5b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:58.783Z|22db88f7-b99c-419c-ab5d-671ce66113ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:58.784Z|c07d36d3-2f4b-4f5d-a98b-7b6df3c88117|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:58.785Z|22db88f7-b99c-419c-ab5d-671ce66113ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:58.785Z|c07d36d3-2f4b-4f5d-a98b-7b6df3c88117|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:46:59.476Z|d63f7b8c-2de7-4b86-9281-8f88f05dda97|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:46:59.477Z|d63f7b8c-2de7-4b86-9281-8f88f05dda97|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:03.461Z|6916ef48-359b-41c5-9291-ecbab70e1379|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:47:03.463Z|6916ef48-359b-41c5-9291-ecbab70e1379|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:47:03.513Z|d9252e4f-e45f-4efa-9488-8f5083f21d5a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:47:03.514Z|d9252e4f-e45f-4efa-9488-8f5083f21d5a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:47:08.821Z|3c9c408b-fede-4067-950a-07776a8172db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:08.821Z|deb89402-f192-47ab-9eab-55f91e5cf8b0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:08.824Z|deb89402-f192-47ab-9eab-55f91e5cf8b0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:08.824Z|3c9c408b-fede-4067-950a-07776a8172db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:09.507Z|d512fe3d-4a4a-4c21-b9cc-417058ffe9c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:09.509Z|d512fe3d-4a4a-4c21-b9cc-417058ffe9c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:18.460Z|7fafa537-d461-41d8-bceb-0f0c6b9abcbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:47:18.462Z|7fafa537-d461-41d8-bceb-0f0c6b9abcbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:47:18.860Z|4fe2b59e-d78d-4133-8613-755a4752ebb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:18.860Z|9ac0c526-3aa9-420d-92e8-415d29c8d14a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:18.862Z|4fe2b59e-d78d-4133-8613-755a4752ebb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:18.862Z|9ac0c526-3aa9-420d-92e8-415d29c8d14a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:19.540Z|f9d404f4-f9cc-462b-ad4d-e55f68e57146|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:19.541Z|f9d404f4-f9cc-462b-ad4d-e55f68e57146|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:28.890Z|acd56d8e-5301-4ef1-a852-578444b8d48e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:28.890Z|9df48771-66bb-4791-a6ca-f76b51f48010|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:28.891Z|acd56d8e-5301-4ef1-a852-578444b8d48e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:28.891Z|9df48771-66bb-4791-a6ca-f76b51f48010|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:29.570Z|c5bf370f-199f-48c3-880d-2770ed0a67a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:29.572Z|c5bf370f-199f-48c3-880d-2770ed0a67a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:33.462Z|1554ed9c-ee96-4dea-8e97-d008c0a69353|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:47:33.465Z|1554ed9c-ee96-4dea-8e97-d008c0a69353|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:47:33.517Z|ab25eb37-233f-457f-be70-4c33f546db52|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:47:33.518Z|ab25eb37-233f-457f-be70-4c33f546db52|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:47:38.926Z|6b0ce09b-7aa6-4f7e-93c2-b5f3fca95fe4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:38.926Z|bdca15eb-e32c-40e1-af73-3a4700424bdf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:38.931Z|bdca15eb-e32c-40e1-af73-3a4700424bdf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:38.928Z|6b0ce09b-7aa6-4f7e-93c2-b5f3fca95fe4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:39.614Z|60028d16-62cc-4f8b-8bac-d2ded46fd478|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:39.615Z|60028d16-62cc-4f8b-8bac-d2ded46fd478|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:48.461Z|4f11f2c8-c7f4-4d78-b9d4-15601df82280|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:47:48.463Z|4f11f2c8-c7f4-4d78-b9d4-15601df82280|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:47:48.969Z|ee29ca3d-20bb-421e-9d35-2fdf734e0f3f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:48.969Z|17834b19-0043-4dc8-a7b7-7d2048db6b07|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:48.970Z|17834b19-0043-4dc8-a7b7-7d2048db6b07|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:48.970Z|ee29ca3d-20bb-421e-9d35-2fdf734e0f3f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:49.645Z|d83b4803-2ce0-4b39-b100-640346aaf56f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:49.646Z|d83b4803-2ce0-4b39-b100-640346aaf56f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:59.010Z|93025df3-aa02-4f4c-8be7-4e885709ad3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:59.010Z|4febf173-785c-4326-ad9d-3c75dded1682|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:59.012Z|93025df3-aa02-4f4c-8be7-4e885709ad3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:59.012Z|4febf173-785c-4326-ad9d-3c75dded1682|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:47:59.678Z|ef089671-88fc-4eee-aeef-765944544eaa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:47:59.679Z|ef089671-88fc-4eee-aeef-765944544eaa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:03.461Z|e9c44b70-4396-45ff-b4ff-b7e047cb2904|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:48:03.463Z|e9c44b70-4396-45ff-b4ff-b7e047cb2904|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:48:03.519Z|a9568f78-cd93-4777-b2c2-3c17f975dd97|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:48:03.520Z|a9568f78-cd93-4777-b2c2-3c17f975dd97|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:48:09.046Z|d29321fe-d119-4657-b035-7c1751500d39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:09.046Z|a736ee63-49e0-42de-99d6-1658d20cc577|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:09.049Z|a736ee63-49e0-42de-99d6-1658d20cc577|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:09.049Z|d29321fe-d119-4657-b035-7c1751500d39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:09.711Z|996be2ff-6948-4dfb-baff-a9acb01279d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:09.713Z|996be2ff-6948-4dfb-baff-a9acb01279d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:18.461Z|7ce6f5aa-f688-4af5-b7f5-b1021174bfac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:48:18.465Z|7ce6f5aa-f688-4af5-b7f5-b1021174bfac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:48:19.090Z|94a853e8-74f1-4044-b604-f2c50c38be1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:19.090Z|06b8c8b8-8e74-4d14-bbce-fea2609b720d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:19.091Z|06b8c8b8-8e74-4d14-bbce-fea2609b720d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:19.091Z|94a853e8-74f1-4044-b604-f2c50c38be1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:19.748Z|4fc7303a-55b0-44e0-9da6-5cc45e6804e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:19.750Z|4fc7303a-55b0-44e0-9da6-5cc45e6804e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:29.121Z|291e93be-6134-4e0d-95a8-0d1f2c0fa77e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:29.121Z|8ae03a0d-804d-413b-b0a2-be39f68cf0ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:29.122Z|291e93be-6134-4e0d-95a8-0d1f2c0fa77e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:29.122Z|8ae03a0d-804d-413b-b0a2-be39f68cf0ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:29.781Z|b81867fa-0862-4efc-8e1d-6b2b973e9c97|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:29.782Z|b81867fa-0862-4efc-8e1d-6b2b973e9c97|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:33.460Z|46f64cd9-9e6b-4c58-9fce-f8c50216d6a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:48:33.461Z|46f64cd9-9e6b-4c58-9fce-f8c50216d6a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:48:33.521Z|797f6d8b-aed8-4d1e-8f06-0c480e4f7aa3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:48:33.522Z|797f6d8b-aed8-4d1e-8f06-0c480e4f7aa3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:48:39.153Z|a98d16c6-26b9-4003-a1b5-d08e15bfb3f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:39.154Z|a98d16c6-26b9-4003-a1b5-d08e15bfb3f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:39.158Z|bb89e259-7ebc-454f-b6a6-8e409e314d2e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:39.159Z|bb89e259-7ebc-454f-b6a6-8e409e314d2e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:39.818Z|2c2919f9-7fe2-4ce6-993c-a71b71dda03d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:39.819Z|2c2919f9-7fe2-4ce6-993c-a71b71dda03d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:48.463Z|5ad8fd5a-840f-4eed-9a5d-34890a01f0cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:48:48.464Z|5ad8fd5a-840f-4eed-9a5d-34890a01f0cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:48:49.185Z|9b0d7922-6158-414e-8c2e-d22b36273179|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:49.186Z|9b0d7922-6158-414e-8c2e-d22b36273179|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:49.187Z|1cc5ae30-0639-4ada-a0a3-77185a79c02e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:49.189Z|1cc5ae30-0639-4ada-a0a3-77185a79c02e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:49.850Z|a7cc49b9-f21b-429e-a22d-be404b7dc614|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:49.852Z|a7cc49b9-f21b-429e-a22d-be404b7dc614|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:59.225Z|3af30734-762f-4a8a-be46-923293c99bea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:59.225Z|e61b135c-0cc8-4b87-ade1-0ef246aab623|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:59.228Z|3af30734-762f-4a8a-be46-923293c99bea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:59.228Z|e61b135c-0cc8-4b87-ade1-0ef246aab623|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:48:59.881Z|24b665bc-0c8d-483a-aef6-ded5706409ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:48:59.882Z|24b665bc-0c8d-483a-aef6-ded5706409ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:03.461Z|8924526a-bdf8-4188-9e26-91f1aad6adcb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:49:03.464Z|8924526a-bdf8-4188-9e26-91f1aad6adcb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:49:03.524Z|f3452380-641b-4713-ad5b-dbbc44562ecf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:49:03.525Z|f3452380-641b-4713-ad5b-dbbc44562ecf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:49:09.270Z|accd627a-1b85-4548-8b0a-7c886d3094d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:09.270Z|04f158d8-4759-4bd1-bbe2-945856601577|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:09.272Z|accd627a-1b85-4548-8b0a-7c886d3094d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:09.272Z|04f158d8-4759-4bd1-bbe2-945856601577|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:09.915Z|90d21039-e2f1-4a63-ba59-7d0cbbff76e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:09.917Z|90d21039-e2f1-4a63-ba59-7d0cbbff76e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:18.460Z|767bc469-2f0d-4ea2-aa8f-4d4b3948f06c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:49:18.462Z|767bc469-2f0d-4ea2-aa8f-4d4b3948f06c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:49:19.319Z|aa702865-0e05-49d2-8b8d-114bb3ad8c70|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:19.319Z|24e71cb8-961a-46e3-a18b-59908f8ac392|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:19.321Z|aa702865-0e05-49d2-8b8d-114bb3ad8c70|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:19.321Z|24e71cb8-961a-46e3-a18b-59908f8ac392|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:19.947Z|f29c3f26-9f47-40b9-901f-5a6c7edde858|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:19.949Z|f29c3f26-9f47-40b9-901f-5a6c7edde858|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:29.361Z|71d4d3c0-4c5e-4d8a-a0d1-6431fcd03956|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:29.361Z|d6ba8a9d-1434-4d48-b027-47e0b79403b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:29.363Z|71d4d3c0-4c5e-4d8a-a0d1-6431fcd03956|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:29.363Z|d6ba8a9d-1434-4d48-b027-47e0b79403b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:29.979Z|abcc9741-cca0-4746-95aa-ca6b41c5308f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:29.981Z|abcc9741-cca0-4746-95aa-ca6b41c5308f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:33.461Z|a31d42ef-ce6c-423c-bb29-7401158b1e78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:49:33.463Z|a31d42ef-ce6c-423c-bb29-7401158b1e78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:49:33.526Z|39275041-6607-4537-b8a5-8c03858ff98d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:49:33.527Z|39275041-6607-4537-b8a5-8c03858ff98d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:49:39.405Z|25aaba4d-d7df-48e2-9837-499608af4a60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:39.405Z|883f0650-ed79-4173-9df0-c95e0d1500b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:39.407Z|25aaba4d-d7df-48e2-9837-499608af4a60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:39.407Z|883f0650-ed79-4173-9df0-c95e0d1500b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:40.013Z|47570c35-9c32-4214-9e2e-ede48343e14c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:40.014Z|47570c35-9c32-4214-9e2e-ede48343e14c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:48.461Z|db5c6f26-9581-486c-b91f-2d2e21cd4eef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:49:48.465Z|db5c6f26-9581-486c-b91f-2d2e21cd4eef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:49:49.447Z|35cb5d25-9888-405a-9c5d-785d35df55f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:49.449Z|35cb5d25-9888-405a-9c5d-785d35df55f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:49.449Z|54cf375c-8fa9-4d71-9e4e-cbe098db22f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:49.451Z|54cf375c-8fa9-4d71-9e4e-cbe098db22f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:50.044Z|eec201f6-207c-4035-918a-6c2f8cc0bcb3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:50.045Z|eec201f6-207c-4035-918a-6c2f8cc0bcb3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:59.482Z|b05c78a7-34a5-4cde-b56d-db00170eda73|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:59.482Z|8e995ec0-8a1b-4f41-b772-c52749643a04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:49:59.483Z|b05c78a7-34a5-4cde-b56d-db00170eda73|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:49:59.483Z|8e995ec0-8a1b-4f41-b772-c52749643a04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:00.074Z|cac931ab-9dc4-4b7a-bb3f-3c6251a15c8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:00.075Z|cac931ab-9dc4-4b7a-bb3f-3c6251a15c8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:03.460Z|eff39981-86fe-4e52-9182-54beafadfce7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:50:03.461Z|eff39981-86fe-4e52-9182-54beafadfce7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:50:03.528Z|f86495ad-a888-4cc0-ac56-8c62c7d922e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:50:03.529Z|f86495ad-a888-4cc0-ac56-8c62c7d922e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:50:09.515Z|b4862b5f-72d1-464e-acb7-095c89896aa3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:09.515Z|1f6f5c62-c5a1-467a-be42-44e22bbda690|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:09.516Z|1f6f5c62-c5a1-467a-be42-44e22bbda690|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:09.516Z|b4862b5f-72d1-464e-acb7-095c89896aa3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:10.106Z|e0d52474-006b-4f4e-9037-af19e4bfa1d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:10.108Z|e0d52474-006b-4f4e-9037-af19e4bfa1d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:18.459Z|62679690-f836-4fdc-abc2-65754e859376|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:50:18.460Z|62679690-f836-4fdc-abc2-65754e859376|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:50:19.547Z|78dc95da-291c-42a5-aa2f-d06b27dc5b3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:19.547Z|65782738-2911-42da-9ef7-63c17a62c8cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:19.549Z|78dc95da-291c-42a5-aa2f-d06b27dc5b3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:19.549Z|65782738-2911-42da-9ef7-63c17a62c8cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:20.139Z|f19bb9ad-9760-4966-81a9-7e0538e94fe8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:20.141Z|f19bb9ad-9760-4966-81a9-7e0538e94fe8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:29.580Z|e9a456a3-fcdd-4006-9db1-d2d4a64462e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:29.580Z|ccb60d14-7de4-444e-befd-f6cf506725dd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:29.582Z|e9a456a3-fcdd-4006-9db1-d2d4a64462e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:29.582Z|ccb60d14-7de4-444e-befd-f6cf506725dd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:30.174Z|b919fd8e-044e-491e-b03b-4dcf3f33169c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:30.175Z|b919fd8e-044e-491e-b03b-4dcf3f33169c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:33.460Z|2303bc5d-7ccb-4a9e-a1e7-e0509c647872|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:50:33.463Z|2303bc5d-7ccb-4a9e-a1e7-e0509c647872|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:50:33.530Z|ffee2751-9b3b-499f-9396-8a1e7e924c20|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:50:33.531Z|ffee2751-9b3b-499f-9396-8a1e7e924c20|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:50:39.617Z|ad9c4e33-3d6b-4573-9b7e-9d7f1001c547|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:39.617Z|3afd5c3c-d624-4e22-9615-242f8e1836d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:39.619Z|ad9c4e33-3d6b-4573-9b7e-9d7f1001c547|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:39.619Z|3afd5c3c-d624-4e22-9615-242f8e1836d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:40.224Z|ef91162d-3763-4c8b-a2aa-3a47d5eab2e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:40.226Z|ef91162d-3763-4c8b-a2aa-3a47d5eab2e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:48.460Z|de62ce44-e8e6-4d58-9485-7fe4edcdcfa1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:50:48.462Z|de62ce44-e8e6-4d58-9485-7fe4edcdcfa1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:50:49.652Z|021f2f7d-441d-4700-aa18-91b03d6cb70e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:49.652Z|764f92be-ac71-421c-85d0-6990de3442a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:49.654Z|764f92be-ac71-421c-85d0-6990de3442a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:49.654Z|021f2f7d-441d-4700-aa18-91b03d6cb70e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:50.263Z|a5687a70-e602-408b-9ea0-410a80c1eb05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:50.265Z|a5687a70-e602-408b-9ea0-410a80c1eb05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:59.695Z|d4fcb6a2-3f2d-4892-8b10-33f626850a45|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:59.695Z|e4c55d3f-b334-420e-8857-160192de2bca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:50:59.697Z|d4fcb6a2-3f2d-4892-8b10-33f626850a45|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:50:59.697Z|e4c55d3f-b334-420e-8857-160192de2bca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:00.296Z|fdb35949-9dcf-4bfb-911a-4e15900850d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:00.298Z|fdb35949-9dcf-4bfb-911a-4e15900850d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:03.461Z|253a88c9-fef0-4523-bbeb-c24c4f4c521d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:51:03.462Z|253a88c9-fef0-4523-bbeb-c24c4f4c521d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:51:03.532Z|967d0be4-f2f6-4538-b380-d9cd4a72a76d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:51:03.533Z|967d0be4-f2f6-4538-b380-d9cd4a72a76d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:51:09.735Z|1f4bb4ea-af2c-40c0-9ead-7319cb2c8cae|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:09.735Z|16c02f5b-72b7-43b1-a4d6-bd03a515de29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:09.736Z|1f4bb4ea-af2c-40c0-9ead-7319cb2c8cae|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:09.736Z|16c02f5b-72b7-43b1-a4d6-bd03a515de29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:10.329Z|387225e5-0f57-4935-8be8-2b5b5a63c081|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:10.330Z|387225e5-0f57-4935-8be8-2b5b5a63c081|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:18.461Z|34b5f215-4e49-4c69-8c07-0949c0bc253e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:51:18.464Z|34b5f215-4e49-4c69-8c07-0949c0bc253e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:51:19.773Z|5de1c637-96f9-4352-8379-92199953e52f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:19.773Z|9aee2ae3-2579-4034-bffc-66c26f948f18|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:19.774Z|5de1c637-96f9-4352-8379-92199953e52f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:19.775Z|9aee2ae3-2579-4034-bffc-66c26f948f18|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:20.364Z|9a53389a-4596-4db4-a3c2-c75e16f26550|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:20.365Z|9a53389a-4596-4db4-a3c2-c75e16f26550|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:29.813Z|1df800dc-7796-4924-9476-84792c2aa739|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:29.813Z|1b6586c9-c1d9-4819-8465-1d888a036f65|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:29.815Z|1b6586c9-c1d9-4819-8465-1d888a036f65|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:29.815Z|1df800dc-7796-4924-9476-84792c2aa739|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:30.397Z|2f5bc112-ef3d-434a-b814-7508c59160f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:30.399Z|2f5bc112-ef3d-434a-b814-7508c59160f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:33.461Z|9bbb4c50-8cbc-4ad9-9150-ec7313a6637f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:51:33.462Z|9bbb4c50-8cbc-4ad9-9150-ec7313a6637f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:51:33.534Z|3b650faa-daee-4c95-a1dd-26f4f168e114|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:51:33.535Z|3b650faa-daee-4c95-a1dd-26f4f168e114|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:51:39.849Z|bf7ffe21-9819-4c73-97d0-dbd2d964ca6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:39.849Z|4363e1cb-c350-4c8c-9207-047f86aba411|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:39.851Z|4363e1cb-c350-4c8c-9207-047f86aba411|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:39.851Z|bf7ffe21-9819-4c73-97d0-dbd2d964ca6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:40.428Z|2f503416-ad0b-4244-b007-b88e9a290c2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:40.429Z|2f503416-ad0b-4244-b007-b88e9a290c2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:48.460Z|680c6af1-77ad-452a-8e00-b440a4930be1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:51:48.461Z|680c6af1-77ad-452a-8e00-b440a4930be1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:51:49.885Z|836f1439-8988-41f2-aff9-fc517aa51d9a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:49.885Z|e5a5c000-c965-4548-b35c-48a2d0886c22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:49.886Z|836f1439-8988-41f2-aff9-fc517aa51d9a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:49.886Z|e5a5c000-c965-4548-b35c-48a2d0886c22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:50.460Z|aba31529-68df-48f9-94e6-54a60db5cb95|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:50.462Z|aba31529-68df-48f9-94e6-54a60db5cb95|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:59.915Z|8482cadb-3e3a-41d5-98b5-14970b5a0f29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:59.916Z|8482cadb-3e3a-41d5-98b5-14970b5a0f29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:51:59.971Z|3452f2e8-07e5-4b93-9531-c5d28464d8c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:51:59.972Z|3452f2e8-07e5-4b93-9531-c5d28464d8c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:00.492Z|ebbd77f7-3640-4250-b51b-a0f9c3ae4a87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:00.493Z|ebbd77f7-3640-4250-b51b-a0f9c3ae4a87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:03.460Z|7d5137d9-6d15-4828-9927-a8f10d764b32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:52:03.462Z|7d5137d9-6d15-4828-9927-a8f10d764b32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:52:03.537Z|227036bc-3358-485f-9225-145c0ab3f060|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:52:03.537Z|227036bc-3358-485f-9225-145c0ab3f060|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:52:09.945Z|71cac2ac-8e63-42fa-a375-92260b834123|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:09.947Z|71cac2ac-8e63-42fa-a375-92260b834123|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:09.997Z|c175e106-b823-4ee0-a9e1-b9b167cd9ae7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:09.998Z|c175e106-b823-4ee0-a9e1-b9b167cd9ae7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:10.525Z|68b1912e-0ec2-4e51-ab21-15c937de8c71|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:10.526Z|68b1912e-0ec2-4e51-ab21-15c937de8c71|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:18.460Z|65787535-53cf-4e92-b76e-9484a6d5bd75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:52:18.461Z|65787535-53cf-4e92-b76e-9484a6d5bd75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:52:19.981Z|3ef5b1ec-84a7-46e1-b826-330d85d41278|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:19.982Z|3ef5b1ec-84a7-46e1-b826-330d85d41278|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:20.024Z|9a07d260-bdcb-4128-967c-bbbc0abeaf2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:20.025Z|9a07d260-bdcb-4128-967c-bbbc0abeaf2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:20.559Z|d1d6b5e0-ff9b-49f6-8f70-cf0598199cd0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:20.561Z|d1d6b5e0-ff9b-49f6-8f70-cf0598199cd0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:30.032Z|ac5976ec-3d72-49cd-a13a-49dbb09c2804|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:30.033Z|ac5976ec-3d72-49cd-a13a-49dbb09c2804|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:30.049Z|4d63821a-2bec-4ccc-be8a-cda3e2b8ce12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:30.050Z|4d63821a-2bec-4ccc-be8a-cda3e2b8ce12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:30.592Z|b57a1b6d-1337-4bfc-ba7e-8d575855cd87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:30.593Z|b57a1b6d-1337-4bfc-ba7e-8d575855cd87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:33.461Z|4c2e3755-cb22-44c1-a574-1acbf6c69935|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:52:33.465Z|4c2e3755-cb22-44c1-a574-1acbf6c69935|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:52:33.542Z|47313b70-1883-4916-bf0e-b94abbcb1953|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:52:33.543Z|47313b70-1883-4916-bf0e-b94abbcb1953|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:52:40.079Z|a983cd76-8c21-490c-8130-73d8b0c9275c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:40.079Z|45ef804b-a6ed-45da-a7e6-84c753a23036|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:40.082Z|a983cd76-8c21-490c-8130-73d8b0c9275c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:40.082Z|45ef804b-a6ed-45da-a7e6-84c753a23036|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:40.623Z|3fb76f20-a56c-4149-b3e7-0f94c92834ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:40.624Z|3fb76f20-a56c-4149-b3e7-0f94c92834ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:48.461Z|13cf55f0-ef31-4edf-a23f-5301d8173802|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:52:48.463Z|13cf55f0-ef31-4edf-a23f-5301d8173802|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:52:50.122Z|437e509e-27cb-4357-bbf2-9fe3c83b2ebe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:50.122Z|77da3c92-ff04-429b-b66d-16b760388dd5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:50.124Z|77da3c92-ff04-429b-b66d-16b760388dd5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:50.124Z|437e509e-27cb-4357-bbf2-9fe3c83b2ebe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:52:50.661Z|65b9547d-17c8-4238-a2f2-0f4f1f1eafda|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:52:50.663Z|65b9547d-17c8-4238-a2f2-0f4f1f1eafda|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:00.160Z|4e27adbf-f52a-44d0-a0e2-a51e10067c83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:00.160Z|06272da5-50c3-4149-86dd-f2913a26fb3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:00.162Z|06272da5-50c3-4149-86dd-f2913a26fb3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:00.162Z|4e27adbf-f52a-44d0-a0e2-a51e10067c83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:00.695Z|092a8746-3db4-49c2-bb54-54a7009db337|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:00.697Z|092a8746-3db4-49c2-bb54-54a7009db337|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:03.460Z|13bcae93-ccf0-4bdb-91d7-6b0249168600|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:53:03.461Z|13bcae93-ccf0-4bdb-91d7-6b0249168600|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:53:03.545Z|65cab4bd-91ce-48c8-ae51-d40a2c38262c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:53:03.545Z|65cab4bd-91ce-48c8-ae51-d40a2c38262c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:53:10.197Z|4f5b44d0-c2f7-46f5-a626-ea4ed5bc6556|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:10.197Z|3197194f-19ee-4b60-acb2-8f8e260ea69c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:10.198Z|4f5b44d0-c2f7-46f5-a626-ea4ed5bc6556|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:10.198Z|3197194f-19ee-4b60-acb2-8f8e260ea69c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:10.728Z|dbf5c767-0d09-462a-b907-21603b71e121|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:10.729Z|dbf5c767-0d09-462a-b907-21603b71e121|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:18.460Z|62ca03f6-589a-44ee-b568-4bfe4d8165e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:53:18.463Z|62ca03f6-589a-44ee-b568-4bfe4d8165e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:53:20.230Z|06ea8598-aef1-4e35-b0e7-819d3dc52ebe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:20.230Z|92c799e3-16ad-4057-8ce1-41e53c444b90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:20.231Z|06ea8598-aef1-4e35-b0e7-819d3dc52ebe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:20.231Z|92c799e3-16ad-4057-8ce1-41e53c444b90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:20.758Z|f7ab6ac1-347f-454f-b6dc-0030c2028ec2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:20.759Z|f7ab6ac1-347f-454f-b6dc-0030c2028ec2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:30.263Z|302ab423-8c25-4046-a37d-a839f58bd6ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:30.263Z|b8142df4-051a-4872-a5cd-c99be63a445b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:30.264Z|b8142df4-051a-4872-a5cd-c99be63a445b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:30.264Z|302ab423-8c25-4046-a37d-a839f58bd6ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:30.787Z|663e4afa-8bc5-4821-ab62-2aed481a76ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:30.788Z|663e4afa-8bc5-4821-ab62-2aed481a76ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:33.460Z|153879a5-a0f8-4d2d-9cc1-b5ca5f571958|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:53:33.461Z|153879a5-a0f8-4d2d-9cc1-b5ca5f571958|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:53:33.546Z|62087ef2-2237-4cb0-b1c8-f4b484eecafa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:53:33.547Z|62087ef2-2237-4cb0-b1c8-f4b484eecafa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:53:40.295Z|4ad753c4-5d4b-4b2d-b01e-2454a98ebb17|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:40.296Z|6095bb75-4c16-49a4-9412-49cc9a9eaa8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:40.296Z|4ad753c4-5d4b-4b2d-b01e-2454a98ebb17|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:40.298Z|6095bb75-4c16-49a4-9412-49cc9a9eaa8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:40.817Z|6db5f392-8185-487a-8225-9cab1a67b0c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:40.818Z|6db5f392-8185-487a-8225-9cab1a67b0c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:48.461Z|653baf67-9c12-4b98-b7cd-e0c4da968519|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:53:48.466Z|653baf67-9c12-4b98-b7cd-e0c4da968519|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:53:50.330Z|8da42a3b-5b31-4319-8485-2e63f4cfb549|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:50.330Z|60317009-017d-481f-b995-1683c64fd66c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:50.332Z|8da42a3b-5b31-4319-8485-2e63f4cfb549|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:50.332Z|60317009-017d-481f-b995-1683c64fd66c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:53:50.848Z|d1635b44-1fba-4c2b-afaa-ef626a876d7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:53:50.849Z|d1635b44-1fba-4c2b-afaa-ef626a876d7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:00.363Z|e131f947-970d-4c03-9589-76185e6647ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:00.364Z|5884898c-b834-42b7-9832-92ba42db12d6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:00.365Z|e131f947-970d-4c03-9589-76185e6647ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:00.368Z|5884898c-b834-42b7-9832-92ba42db12d6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:00.877Z|704ad4de-d52f-4c62-bbe3-1458d6df79b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:00.878Z|704ad4de-d52f-4c62-bbe3-1458d6df79b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:03.460Z|e770c7df-390d-4600-ad32-22c75a4c92ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:54:03.462Z|e770c7df-390d-4600-ad32-22c75a4c92ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:54:03.548Z|b5609fdd-c688-46e1-abda-5a8d06a3b46a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:54:03.549Z|b5609fdd-c688-46e1-abda-5a8d06a3b46a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:54:10.407Z|38a3ad84-43e1-48c3-acad-8c5762bcfc85|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:10.407Z|3e6603e6-8c05-47c4-8423-d8488110a431|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:10.409Z|38a3ad84-43e1-48c3-acad-8c5762bcfc85|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:10.409Z|3e6603e6-8c05-47c4-8423-d8488110a431|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:10.909Z|e2abfe69-055f-4063-89dc-5a64bbb58df4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:10.910Z|e2abfe69-055f-4063-89dc-5a64bbb58df4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:18.461Z|e8850d5a-3ae3-4fee-b236-eecf339c4ad8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:54:18.463Z|e8850d5a-3ae3-4fee-b236-eecf339c4ad8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:54:20.445Z|fd5f0285-6123-4497-9dc7-02eaaea3c74f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:20.445Z|b797110b-818c-4057-91b0-09a986c3db74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:20.446Z|fd5f0285-6123-4497-9dc7-02eaaea3c74f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:20.446Z|b797110b-818c-4057-91b0-09a986c3db74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:20.939Z|7b8067ec-e85f-4d01-a3de-4b9f902ca94d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:20.940Z|7b8067ec-e85f-4d01-a3de-4b9f902ca94d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:30.485Z|46b7863c-99b1-45eb-b0d1-7e199f754feb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:30.485Z|6e78f439-ad4c-4256-b922-662f24091e8f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:30.488Z|6e78f439-ad4c-4256-b922-662f24091e8f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:30.488Z|46b7863c-99b1-45eb-b0d1-7e199f754feb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:30.970Z|11d84bcb-6fd1-4868-80e3-1f09fc79afa4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:30.971Z|11d84bcb-6fd1-4868-80e3-1f09fc79afa4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:33.460Z|122cf74d-943d-44b8-b62a-7423abe99e91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:54:33.465Z|122cf74d-943d-44b8-b62a-7423abe99e91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:54:33.550Z|82a950a1-7651-4ca9-a6ea-1c65ba3b4412|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:54:33.551Z|82a950a1-7651-4ca9-a6ea-1c65ba3b4412|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:54:40.527Z|3b3df7ee-8c2f-4f47-92b5-462aa1bd1771|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:40.527Z|996bc248-67a7-4e8c-9900-4a8abe0788c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:40.528Z|3b3df7ee-8c2f-4f47-92b5-462aa1bd1771|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:40.528Z|996bc248-67a7-4e8c-9900-4a8abe0788c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:41.004Z|32d2a964-b60d-467f-b035-17d8c248ea7b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:41.005Z|32d2a964-b60d-467f-b035-17d8c248ea7b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:45.799Z|de69be35-837c-4d36-9442-51d29719645c|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T15:54:45.801Z|de69be35-837c-4d36-9442-51d29719645c|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:48.459Z|9e43af42-148f-4374-94e7-28ce168bbfd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:54:48.460Z|9e43af42-148f-4374-94e7-28ce168bbfd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:54:50.563Z|bc04ca7b-8b52-4246-92c1-6c0e58018469|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:50.564Z|bc04ca7b-8b52-4246-92c1-6c0e58018469|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:50.564Z|b010f5ff-1492-44a6-871a-6af82249d9ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:50.565Z|b010f5ff-1492-44a6-871a-6af82249d9ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:54:51.036Z|1a232616-c0e3-4d2a-adf6-14fd0733f543|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:54:51.038Z|1a232616-c0e3-4d2a-adf6-14fd0733f543|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:00.595Z|ccf86091-ca38-4c55-9d39-4414e067ff8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:00.595Z|ef296631-3f5e-4ed7-a176-b2b542b4a62f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:00.596Z|ccf86091-ca38-4c55-9d39-4414e067ff8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:00.596Z|ef296631-3f5e-4ed7-a176-b2b542b4a62f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:01.069Z|d886f537-ad11-47b8-9c98-26200a7d1aa7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:01.070Z|d886f537-ad11-47b8-9c98-26200a7d1aa7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:03.459Z|2a02ed58-9d46-445a-9273-f2212bb86295|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:55:03.461Z|2a02ed58-9d46-445a-9273-f2212bb86295|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:55:03.552Z|0e054e71-55b2-4d13-a2e3-2dc895110f59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:55:03.552Z|0e054e71-55b2-4d13-a2e3-2dc895110f59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:55:10.631Z|8232f208-6266-4147-8b32-d447c944f618|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:10.631Z|05fce623-2997-4934-ae85-73bf1bb06335|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:10.633Z|8232f208-6266-4147-8b32-d447c944f618|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:10.633Z|05fce623-2997-4934-ae85-73bf1bb06335|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:11.100Z|aabd67f7-3071-43e9-9728-c22dca5ec4c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:11.101Z|aabd67f7-3071-43e9-9728-c22dca5ec4c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:18.460Z|ddcc2a3a-db8b-4f93-bf4a-fceaf735f722|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:55:18.463Z|ddcc2a3a-db8b-4f93-bf4a-fceaf735f722|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:55:20.674Z|6ad7b12b-02fa-41d9-80bb-ba386f2e0613|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:20.677Z|6ad7b12b-02fa-41d9-80bb-ba386f2e0613|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:20.679Z|792cfee2-21a6-4067-9620-5f67cfbd88e0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:20.680Z|792cfee2-21a6-4067-9620-5f67cfbd88e0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:21.137Z|e2707adc-22ff-4873-ac53-777a55d0a822|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:21.139Z|e2707adc-22ff-4873-ac53-777a55d0a822|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:30.715Z|ebe7a9db-2eb0-4c04-a864-fac6ea29583d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:30.715Z|380c3e69-8e7f-4ad8-a63f-763abfc36027|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:30.716Z|380c3e69-8e7f-4ad8-a63f-763abfc36027|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:30.716Z|ebe7a9db-2eb0-4c04-a864-fac6ea29583d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:31.173Z|22c2b6b7-3005-4554-9569-59966e9584fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:31.174Z|22c2b6b7-3005-4554-9569-59966e9584fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:33.460Z|dfc31922-c30c-4727-a4cb-1ac1f12cedf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:55:33.461Z|dfc31922-c30c-4727-a4cb-1ac1f12cedf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:55:33.553Z|01c094c2-c1a6-4e34-820a-2d0037715d0e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:55:33.554Z|01c094c2-c1a6-4e34-820a-2d0037715d0e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:55:40.751Z|50dd329a-8224-48a7-8c1b-abe51d54862c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:40.751Z|492de28c-f199-42b7-9975-160966bab407|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:40.753Z|50dd329a-8224-48a7-8c1b-abe51d54862c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:40.753Z|492de28c-f199-42b7-9975-160966bab407|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:41.204Z|caae657f-83bd-41ae-b5a7-76b0e41dec8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:41.205Z|caae657f-83bd-41ae-b5a7-76b0e41dec8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:45.779Z|631f5655-e093-49de-8977-f3c82272b32a|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T15:55:45.780Z|631f5655-e093-49de-8977-f3c82272b32a|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:48.460Z|2ae14ef6-7206-4f89-a68d-765815aae155|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:55:48.461Z|2ae14ef6-7206-4f89-a68d-765815aae155|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:55:50.781Z|238ae547-d70f-4b43-aef1-90d0c36246cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:50.782Z|238ae547-d70f-4b43-aef1-90d0c36246cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:50.784Z|988ae4bb-c91c-4f21-859e-30dd48f22581|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:50.785Z|988ae4bb-c91c-4f21-859e-30dd48f22581|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:55:51.236Z|2b57c736-450d-41ad-bd2c-ac1ddde5be18|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:55:51.237Z|2b57c736-450d-41ad-bd2c-ac1ddde5be18|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:00.817Z|e04e6501-772b-4f4c-bbcd-8c1fdd0b8605|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:00.817Z|01a75652-2ea4-44cb-bd55-eb85a24ab64d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:00.819Z|01a75652-2ea4-44cb-bd55-eb85a24ab64d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:00.821Z|e04e6501-772b-4f4c-bbcd-8c1fdd0b8605|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:01.270Z|d34b2e14-e8e2-4e39-871f-d3cc88d75dc1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:01.271Z|d34b2e14-e8e2-4e39-871f-d3cc88d75dc1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:03.460Z|e9fdcd96-36e4-43ba-b64c-f3b89b63a500|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:56:03.463Z|e9fdcd96-36e4-43ba-b64c-f3b89b63a500|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:56:03.555Z|d30f38d4-d2e8-4131-bd4d-02f779a6f509|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:56:03.555Z|d30f38d4-d2e8-4131-bd4d-02f779a6f509|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:56:10.854Z|757ea357-d617-46e2-be17-56bc8b0927d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:10.855Z|cd7d97e8-d424-450c-b592-30a5bec38edd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:10.855Z|757ea357-d617-46e2-be17-56bc8b0927d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:10.858Z|cd7d97e8-d424-450c-b592-30a5bec38edd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:11.301Z|cec9140d-b521-4ed8-a383-343c74b8a8a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:11.302Z|cec9140d-b521-4ed8-a383-343c74b8a8a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:18.460Z|0ae09258-7acc-4dcb-9464-74938ab4d1c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:56:18.461Z|0ae09258-7acc-4dcb-9464-74938ab4d1c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:56:20.888Z|bf869cd8-9061-431f-b55f-d576258bb946|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:20.888Z|d99e8233-b688-4609-a628-cb26b994d85c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:20.890Z|d99e8233-b688-4609-a628-cb26b994d85c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:20.890Z|bf869cd8-9061-431f-b55f-d576258bb946|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:21.332Z|80524141-cc36-4788-b952-b70eb9470cf1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:21.333Z|80524141-cc36-4788-b952-b70eb9470cf1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:30.921Z|65ea09b7-0072-40a7-91a7-a53620cd0179|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:30.923Z|65ea09b7-0072-40a7-91a7-a53620cd0179|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:30.923Z|b6f52147-4e7f-41f1-a4db-43a6fd95c971|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:30.925Z|b6f52147-4e7f-41f1-a4db-43a6fd95c971|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:31.361Z|8428a6b2-8187-43e9-80b9-bf949da35653|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:31.362Z|8428a6b2-8187-43e9-80b9-bf949da35653|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:33.460Z|713fe19f-d241-444a-bb67-c9a15d734803|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:56:33.461Z|713fe19f-d241-444a-bb67-c9a15d734803|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:56:33.556Z|43e4cb6e-14ae-4363-b574-9a9f5f07794e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:56:33.557Z|43e4cb6e-14ae-4363-b574-9a9f5f07794e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:56:40.953Z|c124544e-dfa5-4732-9000-8212737e4fbb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:40.954Z|dcdefb69-9876-4c26-9ab5-5876d85dda53|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:40.954Z|c124544e-dfa5-4732-9000-8212737e4fbb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:40.954Z|dcdefb69-9876-4c26-9ab5-5876d85dda53|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:41.392Z|6df2ae07-82a9-48df-9c7c-c0b271734575|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:41.393Z|6df2ae07-82a9-48df-9c7c-c0b271734575|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:45.778Z|adaab21f-7092-4eee-9e48-f229e6ac57bf|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T15:56:45.779Z|adaab21f-7092-4eee-9e48-f229e6ac57bf|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:48.459Z|622f77db-cbe7-439f-8f79-b2ecbe1ed37a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:56:48.462Z|622f77db-cbe7-439f-8f79-b2ecbe1ed37a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:56:50.986Z|14f8528a-acd2-443e-aafb-070bace0b08a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:50.986Z|de9678c2-b017-4f01-ba05-558067ee69b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:50.987Z|14f8528a-acd2-443e-aafb-070bace0b08a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:50.987Z|de9678c2-b017-4f01-ba05-558067ee69b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:56:51.418Z|df9690a7-7507-4cff-b41b-c89834d81652|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:56:51.420Z|df9690a7-7507-4cff-b41b-c89834d81652|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:01.019Z|21b3af0e-fea5-4d73-96be-0696c6228547|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:01.019Z|697025af-d9d6-4fce-8133-2c9a533c115f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:01.021Z|697025af-d9d6-4fce-8133-2c9a533c115f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:01.021Z|21b3af0e-fea5-4d73-96be-0696c6228547|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:01.448Z|a32762f3-feca-4ae2-a6b8-ac6a241f3a73|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:01.449Z|a32762f3-feca-4ae2-a6b8-ac6a241f3a73|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:03.459Z|f24ef134-b943-4a49-8537-21905d2b361c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:57:03.460Z|f24ef134-b943-4a49-8537-21905d2b361c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:57:03.558Z|aceae6df-79ef-4da4-b283-a1720cb9e902|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:57:03.558Z|aceae6df-79ef-4da4-b283-a1720cb9e902|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:57:11.056Z|3d186bbe-dd44-4547-9c92-c6360c6d3632|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:11.056Z|b5c98b2f-5822-497a-9157-444858e74e15|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:11.058Z|3d186bbe-dd44-4547-9c92-c6360c6d3632|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:11.058Z|b5c98b2f-5822-497a-9157-444858e74e15|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:11.475Z|d96e4b60-bef3-4b01-8806-d157449135d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:11.477Z|d96e4b60-bef3-4b01-8806-d157449135d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:18.460Z|c5994861-c340-48e2-bf59-a55e14f2a012|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:57:18.462Z|c5994861-c340-48e2-bf59-a55e14f2a012|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:57:21.093Z|03fc78fb-5dac-4f97-91d3-81d94fd503b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:21.093Z|fcc4abb7-ffed-4498-9cfd-77c38ad0beb2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:21.095Z|03fc78fb-5dac-4f97-91d3-81d94fd503b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:21.095Z|fcc4abb7-ffed-4498-9cfd-77c38ad0beb2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:21.504Z|07b9fcce-d863-4490-a606-34edd8999b78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:21.505Z|07b9fcce-d863-4490-a606-34edd8999b78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:31.133Z|98c931bf-b0b2-40cc-8f55-800bbe07d4ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:31.133Z|8061c493-2f10-42d8-b78e-4531e9775af9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:31.135Z|98c931bf-b0b2-40cc-8f55-800bbe07d4ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:31.135Z|8061c493-2f10-42d8-b78e-4531e9775af9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:31.534Z|157ed0aa-ddd6-44f8-8ea3-fa34aa9d4fa5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:31.536Z|157ed0aa-ddd6-44f8-8ea3-fa34aa9d4fa5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:33.460Z|3556b9b7-07d3-4d8d-aef8-7dedcc2549c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:57:33.464Z|3556b9b7-07d3-4d8d-aef8-7dedcc2549c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:57:33.559Z|a5f48108-1dbc-408b-8c52-78f68fb38858|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:57:33.560Z|a5f48108-1dbc-408b-8c52-78f68fb38858|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:57:41.168Z|03dc0daf-a353-4d06-9a4d-fe0e43895f08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:41.168Z|7e779e5e-3e3d-4f6e-8736-e6e0e385f743|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:41.170Z|03dc0daf-a353-4d06-9a4d-fe0e43895f08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:41.170Z|7e779e5e-3e3d-4f6e-8736-e6e0e385f743|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:41.608Z|40344b3b-2e32-4da0-b2f3-c63b77b8d226|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:41.609Z|40344b3b-2e32-4da0-b2f3-c63b77b8d226|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:45.778Z|234cdf9b-83d0-4368-b8da-68bba2459c8e|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T15:57:45.779Z|234cdf9b-83d0-4368-b8da-68bba2459c8e|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:48.460Z|9dcda158-2a56-4ee4-9a27-f9ce25e705cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:57:48.461Z|9dcda158-2a56-4ee4-9a27-f9ce25e705cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:57:51.205Z|affc0490-5916-4d9c-95f9-0e23aa75f9d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:51.205Z|89a9b6cc-291a-4fdf-bf40-b5ecd65b28ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:51.207Z|affc0490-5916-4d9c-95f9-0e23aa75f9d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:51.207Z|89a9b6cc-291a-4fdf-bf40-b5ecd65b28ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:57:51.639Z|39004201-d9bc-4731-b1b8-dab8f4cd2824|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:57:51.640Z|39004201-d9bc-4731-b1b8-dab8f4cd2824|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:01.246Z|b1d2eaee-d0a2-455f-8ca5-e8eb37cfa572|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:01.246Z|d5dc28e4-0e02-443d-b63a-7095c01b89da|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:01.248Z|d5dc28e4-0e02-443d-b63a-7095c01b89da|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:01.248Z|b1d2eaee-d0a2-455f-8ca5-e8eb37cfa572|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:01.667Z|2623bebf-6bbc-4f6c-a6ae-0fcb13b93b17|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:01.667Z|2623bebf-6bbc-4f6c-a6ae-0fcb13b93b17|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:03.460Z|7acfe061-b754-4211-b6f2-5fe7d074ec29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:58:03.461Z|7acfe061-b754-4211-b6f2-5fe7d074ec29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:58:03.561Z|40a172f3-f04d-437b-8577-fbcbe78f2efa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:58:03.561Z|40a172f3-f04d-437b-8577-fbcbe78f2efa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:58:11.282Z|cd228540-1115-4676-8efd-94493615757c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:11.284Z|cd228540-1115-4676-8efd-94493615757c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:11.287Z|5e0e7745-d9d6-4b87-b865-20b6c2cb05f7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:11.288Z|5e0e7745-d9d6-4b87-b865-20b6c2cb05f7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:11.695Z|6c880124-277b-4d2b-a95b-defa1b55e6c9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:11.697Z|6c880124-277b-4d2b-a95b-defa1b55e6c9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:18.460Z|72b869ed-a58e-4228-a18a-103ed514606b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:58:18.463Z|72b869ed-a58e-4228-a18a-103ed514606b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:58:21.317Z|deef07b8-5c59-42cc-a0c9-27a3ca8c262f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:21.317Z|33b1d3d6-d811-4114-bced-1cf5ef82fa58|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:21.319Z|deef07b8-5c59-42cc-a0c9-27a3ca8c262f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:21.319Z|33b1d3d6-d811-4114-bced-1cf5ef82fa58|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:21.727Z|3fa54e2c-3aea-48e0-b00c-e1a331fb9e3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:21.728Z|3fa54e2c-3aea-48e0-b00c-e1a331fb9e3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:31.345Z|f0e41c81-2d1a-4855-9924-c5169696d146|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:31.346Z|f0e41c81-2d1a-4855-9924-c5169696d146|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:31.349Z|0f5a846b-2860-4997-a72e-25558fc88293|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:31.350Z|0f5a846b-2860-4997-a72e-25558fc88293|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:31.758Z|fc934abc-9754-4fba-a817-31b8b8b91dcd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:31.759Z|fc934abc-9754-4fba-a817-31b8b8b91dcd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:33.460Z|663138e3-fb6c-40fe-a7fa-3117900f53d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:58:33.461Z|663138e3-fb6c-40fe-a7fa-3117900f53d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:58:33.562Z|00f027f3-1212-4f8f-8073-097c7709a620|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:58:33.563Z|00f027f3-1212-4f8f-8073-097c7709a620|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:58:41.376Z|896e3414-9512-48c9-b91f-fb8212dd450e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:41.377Z|896e3414-9512-48c9-b91f-fb8212dd450e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:41.379Z|7b64f1cd-9d45-4474-9d53-7f0737e4ba02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:41.380Z|7b64f1cd-9d45-4474-9d53-7f0737e4ba02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:41.788Z|0688e14a-7c36-4950-80c1-bfe92f4609c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:41.789Z|0688e14a-7c36-4950-80c1-bfe92f4609c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:45.777Z|9adb548b-8667-4b9b-8c6f-61977b3ef8ae|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T15:58:45.779Z|9adb548b-8667-4b9b-8c6f-61977b3ef8ae|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:48.459Z|4c1c4b84-8e1f-462a-9c48-9bb35b759079|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:58:48.461Z|4c1c4b84-8e1f-462a-9c48-9bb35b759079|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:58:51.406Z|64fbfe4a-f196-42bf-8735-32e0cd2905a9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:51.406Z|392fc328-b694-4291-b590-40f5f78f4422|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:51.407Z|64fbfe4a-f196-42bf-8735-32e0cd2905a9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:51.407Z|392fc328-b694-4291-b590-40f5f78f4422|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:58:51.816Z|fca93430-913a-45dd-88cd-f74ba09b1ce3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:58:51.818Z|fca93430-913a-45dd-88cd-f74ba09b1ce3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:01.435Z|bf8ca077-3e9b-4a87-a5b1-81575d7d6d88|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:01.435Z|4d3cbc01-3933-4f34-9117-8bf4b872c246|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:01.436Z|bf8ca077-3e9b-4a87-a5b1-81575d7d6d88|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:01.436Z|4d3cbc01-3933-4f34-9117-8bf4b872c246|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:01.845Z|6970c87d-f24a-4aec-8fc6-1cf97089a246|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:01.846Z|6970c87d-f24a-4aec-8fc6-1cf97089a246|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:03.459Z|77661f23-848b-4f82-add7-94773e4a6e4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:59:03.462Z|77661f23-848b-4f82-add7-94773e4a6e4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:59:03.564Z|65835c86-81ca-4493-836e-4d6e6b131d66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:59:03.565Z|65835c86-81ca-4493-836e-4d6e6b131d66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:59:11.466Z|70a55cf2-ea14-439c-a243-8ce3d4d7e8c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:11.466Z|4de3dbb6-b0e0-4b78-8e16-a987bb2a337b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:11.467Z|4de3dbb6-b0e0-4b78-8e16-a987bb2a337b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:11.467Z|70a55cf2-ea14-439c-a243-8ce3d4d7e8c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:11.869Z|1a7c462d-30a4-48aa-ba1b-bc58ffd53f73|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:11.870Z|1a7c462d-30a4-48aa-ba1b-bc58ffd53f73|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:18.460Z|8ff1968b-b1bf-41c7-8b92-9d6960517450|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:59:18.461Z|8ff1968b-b1bf-41c7-8b92-9d6960517450|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:59:21.497Z|36295f1e-4c50-417c-8e32-9d406d6975f2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:21.497Z|a85d571f-6649-47b6-8ed8-44acf3146080|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:21.498Z|a85d571f-6649-47b6-8ed8-44acf3146080|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:21.498Z|36295f1e-4c50-417c-8e32-9d406d6975f2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:21.896Z|ea18f389-e7f3-4516-a917-22f30755d907|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:21.898Z|ea18f389-e7f3-4516-a917-22f30755d907|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:31.533Z|b1ffbc41-950f-4a06-b460-ab2335b94f4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:31.533Z|d2ac8d80-f722-46f7-944b-ac3ec617964f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:31.535Z|b1ffbc41-950f-4a06-b460-ab2335b94f4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:31.535Z|d2ac8d80-f722-46f7-944b-ac3ec617964f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:31.925Z|bb5a7095-13f5-494c-8d25-8d5881fbab2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:31.926Z|bb5a7095-13f5-494c-8d25-8d5881fbab2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:33.460Z|0a452d07-56d7-4632-8e65-606030082bc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:59:33.461Z|0a452d07-56d7-4632-8e65-606030082bc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:59:33.565Z|ef7932cd-b8cb-4e82-bdec-228875950bf1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:59:33.566Z|ef7932cd-b8cb-4e82-bdec-228875950bf1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:59:41.583Z|7f8a3dcc-cff0-404f-b26d-1b79fe5e96b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:41.583Z|fc706f40-549f-4361-95db-7d4f3e0116ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:41.586Z|7f8a3dcc-cff0-404f-b26d-1b79fe5e96b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:41.586Z|fc706f40-549f-4361-95db-7d4f3e0116ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:41.957Z|a0283d91-ba07-4f00-83f8-5ad048740db4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:41.958Z|a0283d91-ba07-4f00-83f8-5ad048740db4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:45.778Z|7048d2b9-797f-41bd-8e23-7244b5c7fe20|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T15:59:45.780Z|7048d2b9-797f-41bd-8e23-7244b5c7fe20|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:48.460Z|e44ce5bc-86dc-481a-a563-195158d14058|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T15:59:48.462Z|e44ce5bc-86dc-481a-a563-195158d14058|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T15:59:51.626Z|638dea16-dcf1-429a-9f79-0aac0f553f82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:51.626Z|65b02d7a-8378-4cd4-a5b7-44201f22b99e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:51.628Z|638dea16-dcf1-429a-9f79-0aac0f553f82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:51.628Z|65b02d7a-8378-4cd4-a5b7-44201f22b99e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T15:59:51.988Z|242bbfed-fbe2-4a3f-a753-3cc67ab95048|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T15:59:51.989Z|242bbfed-fbe2-4a3f-a753-3cc67ab95048|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:01.666Z|47223559-e324-401c-8551-5e5022f0bf12|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:01.666Z|2733bf5d-ad9f-41b6-a50f-ac07b3b9672f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:01.668Z|47223559-e324-401c-8551-5e5022f0bf12|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:01.668Z|2733bf5d-ad9f-41b6-a50f-ac07b3b9672f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:02.016Z|b8212541-d93c-428c-9d47-685ef1f5ae8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:02.017Z|b8212541-d93c-428c-9d47-685ef1f5ae8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:03.460Z|d9564aa1-4c6e-4dae-9927-d3a62576f65d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:00:03.461Z|d9564aa1-4c6e-4dae-9927-d3a62576f65d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:00:03.567Z|d0695b9e-5c02-4def-b5bd-882a77a26705|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:00:03.568Z|d0695b9e-5c02-4def-b5bd-882a77a26705|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:00:11.703Z|4061dd08-89a3-4f6d-a46b-c1d808b7d3ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:11.703Z|0003cce8-7680-4b2b-bbc4-1d59f65caa87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:11.705Z|4061dd08-89a3-4f6d-a46b-c1d808b7d3ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:11.705Z|0003cce8-7680-4b2b-bbc4-1d59f65caa87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:12.042Z|59f99a12-4c4a-43d0-baa8-eefcfda6d04b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:12.043Z|59f99a12-4c4a-43d0-baa8-eefcfda6d04b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:18.460Z|ce1f6631-4b45-4c67-b4b5-f2e51a55ceac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:00:18.460Z|ce1f6631-4b45-4c67-b4b5-f2e51a55ceac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:00:21.735Z|3e44709e-1af0-40d0-856e-5dcf61578a67|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:21.734Z|3c2a9742-7822-4043-9e74-9240fb11f9a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:21.735Z|3c2a9742-7822-4043-9e74-9240fb11f9a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:21.736Z|3e44709e-1af0-40d0-856e-5dcf61578a67|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:22.068Z|4478c64b-4e45-45f1-99d3-c6b3adb0a44d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:22.069Z|4478c64b-4e45-45f1-99d3-c6b3adb0a44d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:31.762Z|5cf26aa8-26b6-45f9-9f7d-af7856060747|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:31.762Z|943d60dd-d5b4-400f-aef4-8e7b9803b901|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:31.763Z|5cf26aa8-26b6-45f9-9f7d-af7856060747|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:31.763Z|943d60dd-d5b4-400f-aef4-8e7b9803b901|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:32.096Z|5a17b5e6-45c6-4a00-8b20-7b14c698fa16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:32.097Z|5a17b5e6-45c6-4a00-8b20-7b14c698fa16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:33.460Z|a796036e-d66b-40c2-a208-f5c2b0c2c0e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:00:33.462Z|a796036e-d66b-40c2-a208-f5c2b0c2c0e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:00:33.568Z|67a97cf2-68f4-4a8d-90cb-c6eb2dcbe1ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:00:33.569Z|67a97cf2-68f4-4a8d-90cb-c6eb2dcbe1ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:00:41.790Z|78493a33-5502-4811-b194-d4a624b16d2b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:41.790Z|e5f2e175-cc68-4366-9283-6f9f7002e89b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:41.791Z|e5f2e175-cc68-4366-9283-6f9f7002e89b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:41.791Z|78493a33-5502-4811-b194-d4a624b16d2b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:42.124Z|a686fdbc-be2c-433c-9f9b-18a6296bd569|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:42.125Z|a686fdbc-be2c-433c-9f9b-18a6296bd569|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:45.777Z|cd364fde-bcd1-45cf-bd15-facf616750c5|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:00:45.778Z|cd364fde-bcd1-45cf-bd15-facf616750c5|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:48.459Z|bc8ca63e-7be0-485a-80e4-8e75d7efdad2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:00:48.460Z|bc8ca63e-7be0-485a-80e4-8e75d7efdad2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:00:51.817Z|1dadba6e-e926-4c93-bb7a-91361870703e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:51.817Z|2f99de0d-4104-4720-ad3a-73a651408599|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:51.819Z|2f99de0d-4104-4720-ad3a-73a651408599|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:51.819Z|1dadba6e-e926-4c93-bb7a-91361870703e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:00:52.153Z|a075d9a7-15e0-475f-9f96-0b67e95caaad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:00:52.154Z|a075d9a7-15e0-475f-9f96-0b67e95caaad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:01.854Z|eba033ad-1cc4-4141-9a64-98ec7c193687|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:01.854Z|2e339544-fd30-4870-b5aa-408ed5485043|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:01.856Z|eba033ad-1cc4-4141-9a64-98ec7c193687|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:01.856Z|2e339544-fd30-4870-b5aa-408ed5485043|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:02.182Z|5e57c252-ded5-4743-b4d1-687b1c3ade86|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:02.183Z|5e57c252-ded5-4743-b4d1-687b1c3ade86|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:03.460Z|efc8e999-921b-410d-bbb8-e7531daa29e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:01:03.461Z|efc8e999-921b-410d-bbb8-e7531daa29e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:01:03.570Z|9c639bdb-ddb4-4afa-a3c4-a7fabd790e20|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:01:03.571Z|9c639bdb-ddb4-4afa-a3c4-a7fabd790e20|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:01:11.891Z|1b88d4b5-8718-4570-b1ac-b0dc6fbd93ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:11.891Z|de6b7209-b195-493d-b426-8520a2099e98|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:11.893Z|1b88d4b5-8718-4570-b1ac-b0dc6fbd93ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:11.893Z|de6b7209-b195-493d-b426-8520a2099e98|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:12.211Z|ee135dc1-443d-4eaf-b6f0-31f8c51fb98f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:12.212Z|ee135dc1-443d-4eaf-b6f0-31f8c51fb98f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:18.460Z|cb359dcf-f2b2-4e6c-be6e-efeb0777c711|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:01:18.463Z|cb359dcf-f2b2-4e6c-be6e-efeb0777c711|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:01:21.930Z|5e377034-e6d7-4038-9d25-09a381051768|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:21.930Z|2367b542-bb9e-4ef1-b3a3-e259c19807ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:21.932Z|5e377034-e6d7-4038-9d25-09a381051768|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:21.932Z|2367b542-bb9e-4ef1-b3a3-e259c19807ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:22.243Z|dff6512b-575e-495c-a9bb-42206547168c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:22.244Z|dff6512b-575e-495c-a9bb-42206547168c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:31.969Z|030dc10f-7508-47af-8cd4-ea368e128d08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:31.969Z|c9ada8a2-a33c-41c5-a2f3-19013190277f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:31.971Z|030dc10f-7508-47af-8cd4-ea368e128d08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:31.971Z|c9ada8a2-a33c-41c5-a2f3-19013190277f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:32.272Z|817d23d4-727d-42a6-b9a8-9c3abd4e79e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:32.273Z|817d23d4-727d-42a6-b9a8-9c3abd4e79e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:33.460Z|d0a552a5-c390-4965-9cea-bfd463b3e308|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:01:33.461Z|d0a552a5-c390-4965-9cea-bfd463b3e308|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:01:33.571Z|5d98feaa-2512-4771-9bc7-57eabaa59243|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:01:33.572Z|5d98feaa-2512-4771-9bc7-57eabaa59243|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:01:42.006Z|9e666bd7-0fef-4cbb-be74-c9966d9ec6d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:42.006Z|df79a465-c4f8-4623-a615-a8056e7b2d9e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:42.008Z|9e666bd7-0fef-4cbb-be74-c9966d9ec6d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:42.008Z|df79a465-c4f8-4623-a615-a8056e7b2d9e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:42.302Z|3aa0b0d2-9853-4f3c-8059-9330263d36ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:42.303Z|3aa0b0d2-9853-4f3c-8059-9330263d36ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:45.777Z|062634db-7b90-4240-8359-227b52edc3fe|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:01:45.779Z|062634db-7b90-4240-8359-227b52edc3fe|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:48.460Z|60690e51-d06f-469d-b829-e3cc29bb5430|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:01:48.461Z|60690e51-d06f-469d-b829-e3cc29bb5430|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:01:52.042Z|874cdd34-10e8-4808-ba3d-a428cf328501|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:52.042Z|868d92f2-881d-4b39-a366-3b2f850b68d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:52.044Z|874cdd34-10e8-4808-ba3d-a428cf328501|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:52.044Z|868d92f2-881d-4b39-a366-3b2f850b68d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:01:52.331Z|8e086bfe-b968-467c-a5b4-9ce35f18cb06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:01:52.332Z|8e086bfe-b968-467c-a5b4-9ce35f18cb06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:02.074Z|f3aaa867-14b2-4bb1-a8e4-f99f4b5e546b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:02.074Z|795ea60e-60d6-4e6c-aff8-f49a15b86fc1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:02.076Z|f3aaa867-14b2-4bb1-a8e4-f99f4b5e546b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:02.076Z|795ea60e-60d6-4e6c-aff8-f49a15b86fc1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:02.364Z|7b017161-4223-4ade-9e2c-34adeaf0bb76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:02.365Z|7b017161-4223-4ade-9e2c-34adeaf0bb76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:03.459Z|a60ba859-fb24-4844-8b96-d9a6dadb5845|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:02:03.462Z|a60ba859-fb24-4844-8b96-d9a6dadb5845|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:02:03.573Z|f08f7ec5-cc40-4705-b5ab-a9076be39bb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:02:03.574Z|f08f7ec5-cc40-4705-b5ab-a9076be39bb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:02:12.106Z|a993c7b2-3e2d-4141-8ccf-89f19d661795|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:12.106Z|23375e98-185f-4726-bb0d-7fb3f3ce6557|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:12.107Z|23375e98-185f-4726-bb0d-7fb3f3ce6557|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:12.107Z|a993c7b2-3e2d-4141-8ccf-89f19d661795|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:12.395Z|0e96c835-1a97-43db-8cd0-c1610cdc7068|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:12.396Z|0e96c835-1a97-43db-8cd0-c1610cdc7068|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:18.459Z|6009da9b-af6c-4ff0-9177-8b65aed2baf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:02:18.460Z|6009da9b-af6c-4ff0-9177-8b65aed2baf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:02:22.139Z|7ad0df16-6107-48c8-be87-a42424f884f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:22.139Z|ef488f5d-72ee-4f0b-8647-8b8a24fedbb3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:22.140Z|7ad0df16-6107-48c8-be87-a42424f884f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:22.140Z|ef488f5d-72ee-4f0b-8647-8b8a24fedbb3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:22.427Z|517647fc-0d16-4d92-89a9-00248bb66f13|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:22.428Z|517647fc-0d16-4d92-89a9-00248bb66f13|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:32.174Z|b664cf84-b4a2-4f95-88a8-2a3326e782e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:32.174Z|7ecbe116-dbe3-497f-9c51-7c6641661eb3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:32.176Z|b664cf84-b4a2-4f95-88a8-2a3326e782e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:32.176Z|7ecbe116-dbe3-497f-9c51-7c6641661eb3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:32.457Z|06d8f728-0654-4d6b-a886-0352e7201a1f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:32.458Z|06d8f728-0654-4d6b-a886-0352e7201a1f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:33.460Z|6a54cc3d-9ec5-4d7c-8836-5d19a02f4001|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:02:33.461Z|6a54cc3d-9ec5-4d7c-8836-5d19a02f4001|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:02:33.575Z|c0e1ab4a-b14b-4a40-908d-cd7248126603|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:02:33.575Z|c0e1ab4a-b14b-4a40-908d-cd7248126603|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:02:42.203Z|fbc89678-bfa6-42c6-a7cf-0b26cd56be3b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:42.205Z|fbc89678-bfa6-42c6-a7cf-0b26cd56be3b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:42.208Z|b6ea62ee-a3f7-46f3-959f-e5c468e18026|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:42.208Z|b6ea62ee-a3f7-46f3-959f-e5c468e18026|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:42.487Z|02b51208-ad63-448f-8544-1ee64f32030d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:42.488Z|02b51208-ad63-448f-8544-1ee64f32030d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:45.777Z|6b7903e5-499d-46b7-82ac-f167c7bf5e42|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:02:45.779Z|6b7903e5-499d-46b7-82ac-f167c7bf5e42|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:48.461Z|426c8fa6-8c16-455c-87e5-7c804ff5c0b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:02:48.465Z|426c8fa6-8c16-455c-87e5-7c804ff5c0b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:02:52.242Z|9580cb2c-7343-4578-9e9d-70c3e4ec32d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:52.243Z|96a43ec7-e659-4831-b599-ff99c4f639a1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:52.243Z|9580cb2c-7343-4578-9e9d-70c3e4ec32d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:52.244Z|96a43ec7-e659-4831-b599-ff99c4f639a1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:02:52.518Z|b80c6274-1a97-4433-a6fe-28c9aeac4b0b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:02:52.519Z|b80c6274-1a97-4433-a6fe-28c9aeac4b0b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:02.282Z|e540ba89-4f4c-4e6d-a0fa-c9995b3b73b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:02.282Z|f780e555-ea47-48db-9472-d32641711fb5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:02.283Z|e540ba89-4f4c-4e6d-a0fa-c9995b3b73b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:02.283Z|f780e555-ea47-48db-9472-d32641711fb5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:02.550Z|905401ae-1415-460b-919a-73533470c07d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:02.551Z|905401ae-1415-460b-919a-73533470c07d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:03.460Z|3b3a3dd7-6f78-4c74-a1bc-40ce091c8a54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:03:03.461Z|3b3a3dd7-6f78-4c74-a1bc-40ce091c8a54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:03:03.576Z|8667760f-b6b3-490c-95da-249fb912733e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:03:03.577Z|8667760f-b6b3-490c-95da-249fb912733e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:03:12.318Z|30dd88ef-d219-4576-ab21-1248749a2d40|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:12.320Z|30dd88ef-d219-4576-ab21-1248749a2d40|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:12.322Z|b449dd90-1b73-44d1-9324-62779aebbe8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:12.322Z|b449dd90-1b73-44d1-9324-62779aebbe8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:12.579Z|f39ebf25-fe3e-4234-ac7b-0ad7b9e7485a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:12.580Z|f39ebf25-fe3e-4234-ac7b-0ad7b9e7485a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:18.460Z|99e0bae3-9eef-4241-896c-29429e6e5bf8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:03:18.461Z|99e0bae3-9eef-4241-896c-29429e6e5bf8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:03:22.356Z|08a72c83-cdc9-426a-8dbe-9217bb15d317|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:22.356Z|beda4b87-c076-41ab-b0eb-605e57bcc972|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:22.358Z|08a72c83-cdc9-426a-8dbe-9217bb15d317|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:22.358Z|beda4b87-c076-41ab-b0eb-605e57bcc972|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:22.609Z|05164eaf-e4b4-46b6-985d-741bbfd94c1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:22.610Z|05164eaf-e4b4-46b6-985d-741bbfd94c1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:32.396Z|20118e16-0ff1-488c-87b6-03c50f96baa9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:32.396Z|05cd7558-98ac-4ea7-814a-a7eab8dba1d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:32.398Z|20118e16-0ff1-488c-87b6-03c50f96baa9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:32.398Z|05cd7558-98ac-4ea7-814a-a7eab8dba1d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:32.638Z|a9b923fb-d639-46ca-a66d-f09b3a3e40ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:32.639Z|a9b923fb-d639-46ca-a66d-f09b3a3e40ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:33.460Z|345e3f9e-a070-4e52-910d-20a357cc4b7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:03:33.463Z|345e3f9e-a070-4e52-910d-20a357cc4b7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:03:33.578Z|9c203330-7b4c-40e0-935b-0a3d77153306|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:03:33.578Z|9c203330-7b4c-40e0-935b-0a3d77153306|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:03:42.429Z|6c66f864-a6cd-41f8-b501-84a6c9a807ab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:42.430Z|c56850ae-c6a5-4230-b30b-52ef41a075c6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:42.430Z|6c66f864-a6cd-41f8-b501-84a6c9a807ab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:42.431Z|c56850ae-c6a5-4230-b30b-52ef41a075c6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:42.669Z|3baf0abc-2bc9-4169-8e27-797b8cca31c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:42.670Z|3baf0abc-2bc9-4169-8e27-797b8cca31c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:45.777Z|89e11189-3b74-4c61-a117-958cdcacb046|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:03:45.779Z|89e11189-3b74-4c61-a117-958cdcacb046|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:48.460Z|4093fef8-75af-42e1-ad00-934ca39af454|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:03:48.461Z|4093fef8-75af-42e1-ad00-934ca39af454|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:03:52.462Z|d205275d-a8c4-48d7-bcdc-06bd8dde2aec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:52.462Z|b15ac53a-aeec-4fe4-8cad-9841c51b2f47|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:52.463Z|b15ac53a-aeec-4fe4-8cad-9841c51b2f47|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:52.463Z|d205275d-a8c4-48d7-bcdc-06bd8dde2aec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:03:52.699Z|8ce908fd-1fe3-4e7f-aaeb-ad41f53d693f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:03:52.700Z|8ce908fd-1fe3-4e7f-aaeb-ad41f53d693f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:02.490Z|380502ba-1ed5-44d2-a104-cd34415aef6f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:02.490Z|24835a28-6658-4bc8-9137-48e480adf2d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:02.491Z|24835a28-6658-4bc8-9137-48e480adf2d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:02.491Z|380502ba-1ed5-44d2-a104-cd34415aef6f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:02.731Z|110a73a3-925c-47f5-ab5e-3c5d78ea6dc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:02.732Z|110a73a3-925c-47f5-ab5e-3c5d78ea6dc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:03.459Z|811933e5-cc61-4665-a841-1b903bffc272|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:04:03.460Z|811933e5-cc61-4665-a841-1b903bffc272|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:04:03.579Z|e5bf2893-1194-42bf-aa80-2d5dddeaea08|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:04:03.580Z|e5bf2893-1194-42bf-aa80-2d5dddeaea08|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:04:12.518Z|e9ffd057-dfea-4007-a9b9-fb2f6d162bb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:12.519Z|b24ef8a6-8127-4263-95d8-9b228dbf99e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:12.519Z|e9ffd057-dfea-4007-a9b9-fb2f6d162bb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:12.521Z|b24ef8a6-8127-4263-95d8-9b228dbf99e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:12.759Z|4f04ed8b-bd17-41a3-8aac-e3e21504f282|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:12.759Z|4f04ed8b-bd17-41a3-8aac-e3e21504f282|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:18.459Z|bc19158c-ae35-45b7-a0da-8928f980b52c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:04:18.462Z|bc19158c-ae35-45b7-a0da-8928f980b52c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:04:22.550Z|71bd5ac7-3610-448b-a5c4-58b6b8990c88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:22.550Z|1888078a-959d-4bc7-9a15-eea232e99b57|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:22.551Z|71bd5ac7-3610-448b-a5c4-58b6b8990c88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:22.551Z|1888078a-959d-4bc7-9a15-eea232e99b57|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:22.790Z|99041066-33bb-4a20-be5d-b7163c89ef97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:22.791Z|99041066-33bb-4a20-be5d-b7163c89ef97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:32.587Z|4c16f447-5343-4a9a-a016-c056c16ecc91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:32.587Z|188f4204-fe22-4bd0-80e8-abd7feb8e478|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:32.589Z|188f4204-fe22-4bd0-80e8-abd7feb8e478|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:32.589Z|4c16f447-5343-4a9a-a016-c056c16ecc91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:32.821Z|da451128-6bb7-451f-98df-4bd4569bb1cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:32.822Z|da451128-6bb7-451f-98df-4bd4569bb1cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:33.460Z|99691e59-fca5-4cc3-a834-05269f07328e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:04:33.461Z|99691e59-fca5-4cc3-a834-05269f07328e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:04:33.581Z|22ec852a-dc65-4598-8266-faf81f322a4f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:04:33.581Z|22ec852a-dc65-4598-8266-faf81f322a4f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:04:42.626Z|d1482d4d-9f89-431b-8bde-4dcceb05940b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:42.626Z|91d8b736-4025-46c1-8836-9a94353f72db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:42.627Z|d1482d4d-9f89-431b-8bde-4dcceb05940b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:42.627Z|91d8b736-4025-46c1-8836-9a94353f72db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:42.850Z|9bd5da0e-1353-4862-9b4d-1834f9506d1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:42.851Z|9bd5da0e-1353-4862-9b4d-1834f9506d1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:45.777Z|0b3691c3-cb5e-45c2-96ba-2709bd271a90|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:04:45.778Z|0b3691c3-cb5e-45c2-96ba-2709bd271a90|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:48.460Z|00d25409-fa0f-4f4b-84c6-dca4dde5fca7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:04:48.462Z|00d25409-fa0f-4f4b-84c6-dca4dde5fca7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:04:52.666Z|d040fad5-9712-43d5-b729-a74785328819|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:52.666Z|a68969b4-0651-4b94-82ac-eb76e0afab14|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:52.668Z|d040fad5-9712-43d5-b729-a74785328819|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:52.668Z|a68969b4-0651-4b94-82ac-eb76e0afab14|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:04:52.876Z|4561ed9b-eb2d-42e4-91ee-5eb52d3d3d2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:04:52.877Z|4561ed9b-eb2d-42e4-91ee-5eb52d3d3d2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:02.704Z|efb588a9-93cb-423f-a24f-7bfe4f777d3a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:02.704Z|f878b2fc-33b1-442f-a3cf-c06a8f2b13fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:02.705Z|efb588a9-93cb-423f-a24f-7bfe4f777d3a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:02.705Z|f878b2fc-33b1-442f-a3cf-c06a8f2b13fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:02.903Z|f22c4008-d5ec-4e14-b8fc-75cfb9fba6bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:02.904Z|f22c4008-d5ec-4e14-b8fc-75cfb9fba6bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:03.460Z|fa5a9db4-a828-4644-bdfe-47102cb77fd8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:05:03.462Z|fa5a9db4-a828-4644-bdfe-47102cb77fd8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:05:03.582Z|cb959dcd-2a7e-4008-be76-06959a0bafa8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:05:03.583Z|cb959dcd-2a7e-4008-be76-06959a0bafa8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:05:12.738Z|0a20acb9-f52e-4154-b8d6-f5e6ab8a74b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:12.738Z|efd174e6-4c22-4e71-a0d8-887358ea559b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:12.739Z|0a20acb9-f52e-4154-b8d6-f5e6ab8a74b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:12.739Z|efd174e6-4c22-4e71-a0d8-887358ea559b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:12.929Z|cbf562ed-61fa-4ab9-a5a8-3bbb31d3292d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:12.929Z|cbf562ed-61fa-4ab9-a5a8-3bbb31d3292d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:18.460Z|f95a5a1d-fa7c-480d-ab98-5f739eb530ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:05:18.461Z|f95a5a1d-fa7c-480d-ab98-5f739eb530ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:05:22.772Z|451dcb6e-df9c-43aa-ae28-62143438ed27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:22.772Z|3eb27516-d728-4cd4-abaf-165e408199a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:22.773Z|451dcb6e-df9c-43aa-ae28-62143438ed27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:22.773Z|3eb27516-d728-4cd4-abaf-165e408199a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:22.955Z|a6db2d0e-d8ce-40f7-9d55-7bf3db8d9202|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:22.956Z|a6db2d0e-d8ce-40f7-9d55-7bf3db8d9202|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:32.801Z|9eb36852-1941-45ff-8a20-82ffa42d7fa8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:32.802Z|9eb36852-1941-45ff-8a20-82ffa42d7fa8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:32.805Z|05613ea8-e30d-4a68-a953-f214e832040c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:32.806Z|05613ea8-e30d-4a68-a953-f214e832040c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:32.981Z|db12bf98-d469-4419-84bf-f574ebe50df7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:32.982Z|db12bf98-d469-4419-84bf-f574ebe50df7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:33.459Z|3463d92f-274c-48dd-9e95-03a066b1e537|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:05:33.460Z|3463d92f-274c-48dd-9e95-03a066b1e537|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:05:33.584Z|95797e49-da51-4dea-b543-3a66db594364|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:05:33.584Z|95797e49-da51-4dea-b543-3a66db594364|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:05:42.835Z|f222b44b-642a-49e5-9e7e-35094e68bb29|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:42.836Z|f222b44b-642a-49e5-9e7e-35094e68bb29|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:42.840Z|3ee5de54-a831-4431-a7cf-9769384a6fab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:42.841Z|3ee5de54-a831-4431-a7cf-9769384a6fab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:43.009Z|f796ade2-8482-4e25-9ef5-58ba5cc11648|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:43.009Z|f796ade2-8482-4e25-9ef5-58ba5cc11648|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:45.777Z|581338e5-ed23-44d2-910b-5c26e2e2fecd|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:05:45.778Z|581338e5-ed23-44d2-910b-5c26e2e2fecd|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:48.460Z|e4dc0798-e1d1-4cfb-beff-341a36c5c1bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:05:48.462Z|e4dc0798-e1d1-4cfb-beff-341a36c5c1bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:05:52.868Z|eab3a288-fcc4-4576-8bff-a3b6d797da44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:52.869Z|eab3a288-fcc4-4576-8bff-a3b6d797da44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:52.872Z|20647752-ac31-4681-9200-d514551ad19e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:52.872Z|20647752-ac31-4681-9200-d514551ad19e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:05:53.036Z|c43b0446-1b27-4fac-8047-69f7d78c710e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:05:53.037Z|c43b0446-1b27-4fac-8047-69f7d78c710e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:02.901Z|ee653d24-b666-44c6-b908-ef11108e2f25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:02.901Z|dc4071d1-e33e-4a8f-9e86-62afc07c7df2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:02.903Z|dc4071d1-e33e-4a8f-9e86-62afc07c7df2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:02.903Z|ee653d24-b666-44c6-b908-ef11108e2f25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:03.065Z|6f6f09b0-0fef-4ab4-9971-b3831a0c6ba1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:03.066Z|6f6f09b0-0fef-4ab4-9971-b3831a0c6ba1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:03.459Z|a6caf2f0-c7d9-4dbe-aae6-14cdf411d7e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:06:03.460Z|a6caf2f0-c7d9-4dbe-aae6-14cdf411d7e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:06:03.585Z|5ebb4aac-eefc-4e99-a0a5-4387e18b467d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:06:03.586Z|5ebb4aac-eefc-4e99-a0a5-4387e18b467d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:06:12.938Z|3329000f-6589-49d6-b8c8-0a14471d4aec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:12.938Z|80ec72e7-d4af-4128-8bcf-0d32cc76849a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:12.939Z|80ec72e7-d4af-4128-8bcf-0d32cc76849a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:12.939Z|3329000f-6589-49d6-b8c8-0a14471d4aec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:13.096Z|6a5d6703-b55d-4c37-a72a-94060f1ddc62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:13.097Z|6a5d6703-b55d-4c37-a72a-94060f1ddc62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:18.460Z|e7ad5805-f9b2-45b3-ba2b-44113120ff39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:06:18.462Z|e7ad5805-f9b2-45b3-ba2b-44113120ff39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:06:22.980Z|67da90be-fde0-48c0-8970-5d5196bb7b6f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:22.980Z|851bb00c-3a2e-4af7-8226-abc0ea08bd2c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:22.982Z|851bb00c-3a2e-4af7-8226-abc0ea08bd2c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:22.982Z|67da90be-fde0-48c0-8970-5d5196bb7b6f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:23.127Z|0a7c0c95-bb47-4a77-b7eb-aa1915b2dd55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:23.128Z|0a7c0c95-bb47-4a77-b7eb-aa1915b2dd55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:33.020Z|c4889d2a-1390-4d0b-afcf-6aa81257cd2f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:33.020Z|f4ed262d-24c3-4553-9804-f6a653002203|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:33.021Z|f4ed262d-24c3-4553-9804-f6a653002203|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:33.022Z|c4889d2a-1390-4d0b-afcf-6aa81257cd2f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:33.161Z|4c2bc7f5-1df6-4145-b139-7add41ef303c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:33.162Z|4c2bc7f5-1df6-4145-b139-7add41ef303c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:33.460Z|af39172a-88f8-4bed-8bd9-468a56cf04c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:06:33.463Z|af39172a-88f8-4bed-8bd9-468a56cf04c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:06:33.586Z|fe97590e-2bb1-4e85-aa8a-58d90f49efa8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:06:33.587Z|fe97590e-2bb1-4e85-aa8a-58d90f49efa8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:06:43.057Z|cf975a47-8539-465d-8110-a09a031f166a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:43.057Z|3020284c-aee0-4c48-96f5-71a18d26a10c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:43.059Z|cf975a47-8539-465d-8110-a09a031f166a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:43.059Z|3020284c-aee0-4c48-96f5-71a18d26a10c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:43.190Z|e43aec03-dadd-4703-8cec-f6f93f3a54c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:43.191Z|e43aec03-dadd-4703-8cec-f6f93f3a54c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:45.779Z|93d3d7b6-6990-4d50-a11c-6ba9c8f757ca|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:06:45.781Z|93d3d7b6-6990-4d50-a11c-6ba9c8f757ca|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:48.459Z|71272fd7-b37f-4516-9f86-120f8623f325|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:06:48.460Z|71272fd7-b37f-4516-9f86-120f8623f325|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:06:53.092Z|22877e13-7a1b-4df2-96c0-6a8b26482d84|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:53.092Z|ceacb01b-3931-4b3a-82ce-3f69ac4deb24|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:53.093Z|ceacb01b-3931-4b3a-82ce-3f69ac4deb24|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:53.093Z|22877e13-7a1b-4df2-96c0-6a8b26482d84|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:06:53.214Z|ed27f3a3-dcb7-4a27-8c0c-aba664af6ab9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:06:53.215Z|ed27f3a3-dcb7-4a27-8c0c-aba664af6ab9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:03.145Z|ba67a2ad-6e8d-47fd-bbcc-dcd4c1e7d3b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:03.145Z|d2744a8a-0160-4bf3-a4da-d47ebb580280|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:03.145Z|ba67a2ad-6e8d-47fd-bbcc-dcd4c1e7d3b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:03.145Z|d2744a8a-0160-4bf3-a4da-d47ebb580280|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:03.240Z|b844cdff-aa16-4ed9-aa8b-28f3f5e8b48a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:03.241Z|b844cdff-aa16-4ed9-aa8b-28f3f5e8b48a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:03.459Z|c4f723d5-795e-4346-85a5-2f542ec744d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:07:03.460Z|c4f723d5-795e-4346-85a5-2f542ec744d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:07:03.588Z|517af69f-5716-4afb-8ce8-87e6e20d3551|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:07:03.589Z|517af69f-5716-4afb-8ce8-87e6e20d3551|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:07:13.174Z|70d0b30c-91b7-4cc7-8d93-09b224561459|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:13.174Z|936235a2-ff70-44b5-93ba-3632a91df4ec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:13.175Z|70d0b30c-91b7-4cc7-8d93-09b224561459|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:13.175Z|936235a2-ff70-44b5-93ba-3632a91df4ec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:13.265Z|80be12b7-1d47-455d-8aec-7327ec3fa252|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:13.266Z|80be12b7-1d47-455d-8aec-7327ec3fa252|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:18.459Z|e58e2e49-9672-4c6f-b3a8-78e379862f50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:07:18.462Z|e58e2e49-9672-4c6f-b3a8-78e379862f50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:07:23.205Z|2756034d-3337-4401-9f40-b87c0ce65d7e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:23.206Z|7903ef64-8f93-449b-8085-3b448bebc910|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:23.207Z|2756034d-3337-4401-9f40-b87c0ce65d7e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:23.207Z|7903ef64-8f93-449b-8085-3b448bebc910|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:23.292Z|ed9db463-3157-403c-af98-09ec38258558|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:23.293Z|ed9db463-3157-403c-af98-09ec38258558|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:33.235Z|d9d54225-8011-4002-8d51-75c7c2a2e2dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:33.235Z|a5700e45-9bc8-4f0a-a917-425b30088467|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:33.236Z|d9d54225-8011-4002-8d51-75c7c2a2e2dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:33.237Z|a5700e45-9bc8-4f0a-a917-425b30088467|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:33.318Z|0b3d0e1e-763b-4457-9d23-f0178dd83b7b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:33.319Z|0b3d0e1e-763b-4457-9d23-f0178dd83b7b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:33.459Z|fd8a4734-abfd-49c9-b1cb-ca427b8fc7f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:07:33.460Z|fd8a4734-abfd-49c9-b1cb-ca427b8fc7f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:07:33.589Z|122b5723-6487-48ec-a5af-3665ba93712f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:07:33.590Z|122b5723-6487-48ec-a5af-3665ba93712f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:07:43.279Z|7d47bc0c-ebc9-475d-9f82-430429c43d38|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:43.279Z|9c96c50c-e04e-4448-97ff-c291486a7a7d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:43.281Z|7d47bc0c-ebc9-475d-9f82-430429c43d38|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:43.281Z|9c96c50c-e04e-4448-97ff-c291486a7a7d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:43.346Z|d155c131-8727-4722-82d8-6514556e52b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:43.348Z|d155c131-8727-4722-82d8-6514556e52b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:45.778Z|177a53a1-44d1-45d3-af99-c5c76256734e|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:07:45.780Z|177a53a1-44d1-45d3-af99-c5c76256734e|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:48.460Z|e35094a0-667c-4ac3-8978-64e3ad624815|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:07:48.461Z|e35094a0-667c-4ac3-8978-64e3ad624815|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:07:53.320Z|54fcb35e-2f65-4c74-bc5d-3a740a168017|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:53.319Z|fc76a36a-9bcf-4eb7-94c1-25ac3f0e6d26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:53.321Z|54fcb35e-2f65-4c74-bc5d-3a740a168017|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:53.321Z|fc76a36a-9bcf-4eb7-94c1-25ac3f0e6d26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:07:53.375Z|2588e9e2-53c1-41ff-b04f-76738836dff6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:07:53.376Z|2588e9e2-53c1-41ff-b04f-76738836dff6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:03.362Z|fa8e9068-545e-4fba-b86a-3e724ea032df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:03.362Z|800d6536-f7e9-4914-9d6b-344b2af71b07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:03.364Z|fa8e9068-545e-4fba-b86a-3e724ea032df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:03.364Z|800d6536-f7e9-4914-9d6b-344b2af71b07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:03.403Z|80fca8dd-a102-43cc-936b-32376a74aa53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:03.403Z|80fca8dd-a102-43cc-936b-32376a74aa53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:03.459Z|5ba87635-0766-46bd-849c-37801725e8aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:08:03.461Z|5ba87635-0766-46bd-849c-37801725e8aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:08:03.590Z|c0699e1e-34ad-4fd8-9a5e-d22fdcece07c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:08:03.591Z|c0699e1e-34ad-4fd8-9a5e-d22fdcece07c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:08:13.402Z|61484a7b-c1ed-41a1-89eb-8d34369a4282|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:13.402Z|2085cfbd-93ad-46c6-b2d0-c2180204cacb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:13.404Z|61484a7b-c1ed-41a1-89eb-8d34369a4282|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:13.404Z|2085cfbd-93ad-46c6-b2d0-c2180204cacb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:13.427Z|be10c513-91b5-4011-a1f5-c81e173910db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:13.428Z|be10c513-91b5-4011-a1f5-c81e173910db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:18.460Z|4927f4c4-4564-4e2c-8d20-b14ad2c01a6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:08:18.462Z|4927f4c4-4564-4e2c-8d20-b14ad2c01a6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:08:23.442Z|cca4eba0-af3c-4e48-8e2d-72dd1c30a9fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:23.442Z|0d384d42-4ea5-4a78-94d9-0b148a53cf90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:23.443Z|0d384d42-4ea5-4a78-94d9-0b148a53cf90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:23.443Z|cca4eba0-af3c-4e48-8e2d-72dd1c30a9fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:23.453Z|68cb9fe9-ae93-4d84-b080-3503b4e9b7ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:23.454Z|68cb9fe9-ae93-4d84-b080-3503b4e9b7ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:33.460Z|e0445330-deff-4a7b-8f30-855f3c2e65da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:08:33.464Z|e0445330-deff-4a7b-8f30-855f3c2e65da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:08:33.474Z|5e528f15-3442-4d74-bbd4-2af7826df979|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:33.474Z|c18d0ad5-44f4-4ca3-92ac-5f87b1fc840e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:33.475Z|5e528f15-3442-4d74-bbd4-2af7826df979|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:33.475Z|c18d0ad5-44f4-4ca3-92ac-5f87b1fc840e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:33.479Z|1367e04b-6b16-4795-aed4-5f4b64bd3f49|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:33.482Z|1367e04b-6b16-4795-aed4-5f4b64bd3f49|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:33.592Z|32d6ad1a-2e55-4bd8-bcdc-979842670360|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:08:33.592Z|32d6ad1a-2e55-4bd8-bcdc-979842670360|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:08:43.507Z|683cf40b-da16-4a2e-a92f-bbfcd47a45a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:43.509Z|70ce2e0b-07cc-4ce9-b5eb-cada776bdac2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:43.509Z|683cf40b-da16-4a2e-a92f-bbfcd47a45a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:43.510Z|70ce2e0b-07cc-4ce9-b5eb-cada776bdac2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:43.517Z|91d70be7-a7a1-445e-bbe5-f1f13abd2b36|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:43.518Z|91d70be7-a7a1-445e-bbe5-f1f13abd2b36|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:45.777Z|9b53954c-a27b-4328-a19e-6b971813a2f7|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:08:45.778Z|9b53954c-a27b-4328-a19e-6b971813a2f7|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:48.460Z|54ae1a22-c185-4cce-a5ca-db80db43f96d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:08:48.460Z|54ae1a22-c185-4cce-a5ca-db80db43f96d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:08:53.547Z|fa62e647-d33b-463a-91db-83ced5717176|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:53.548Z|fa62e647-d33b-463a-91db-83ced5717176|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:53.551Z|de66f6b3-665e-4c30-9321-1e957edc9c84|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:53.553Z|74f5496a-a33e-402c-885b-8b76cfd7d2f3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:08:53.552Z|de66f6b3-665e-4c30-9321-1e957edc9c84|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:08:53.556Z|74f5496a-a33e-402c-885b-8b76cfd7d2f3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:03.459Z|8a3fb1ce-d7fe-4f8d-8a70-6e6e0a8441c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:09:03.461Z|8a3fb1ce-d7fe-4f8d-8a70-6e6e0a8441c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:09:03.587Z|3a133e3b-0263-442b-b540-32efedd5d865|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:03.587Z|0cae933a-3cad-48e7-a5c1-c19d5523bead|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:03.588Z|3a133e3b-0263-442b-b540-32efedd5d865|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:03.588Z|0cae933a-3cad-48e7-a5c1-c19d5523bead|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:03.594Z|8b54c30d-577e-4e4c-8b7d-77abe71d5af3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:09:03.594Z|bd9f8eb7-b3ec-4f1d-8266-fb6ee652f69a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:03.595Z|8b54c30d-577e-4e4c-8b7d-77abe71d5af3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:09:03.596Z|bd9f8eb7-b3ec-4f1d-8266-fb6ee652f69a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:13.618Z|a5a9834e-31e3-4b72-9b25-6dc05e5dc166|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:13.618Z|0106f22a-a313-4f0a-9fe9-a60959b20567|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:13.620Z|a5a9834e-31e3-4b72-9b25-6dc05e5dc166|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:13.620Z|0106f22a-a313-4f0a-9fe9-a60959b20567|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:13.628Z|b233f75e-e399-423b-8fd0-9f7f8bd7ffa6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:13.628Z|b233f75e-e399-423b-8fd0-9f7f8bd7ffa6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:18.460Z|9fe9f673-5462-4c88-8437-4ba0c4e66fdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:09:18.465Z|9fe9f673-5462-4c88-8437-4ba0c4e66fdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:09:23.652Z|b38561da-77a8-4347-8706-ef8f8cf66ff0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:23.652Z|0343e436-d53f-47dd-8a92-5788e9d02d39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:23.653Z|0343e436-d53f-47dd-8a92-5788e9d02d39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:23.653Z|b38561da-77a8-4347-8706-ef8f8cf66ff0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:23.658Z|e8bc578b-d9a4-4f9d-a94e-99da14cf5b85|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:23.658Z|e8bc578b-d9a4-4f9d-a94e-99da14cf5b85|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:33.460Z|3bc2aa78-d110-445d-8536-8cd085f0f4fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:09:33.462Z|3bc2aa78-d110-445d-8536-8cd085f0f4fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:09:33.596Z|83fd6f6e-ae41-453b-b780-68c833326818|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:09:33.597Z|83fd6f6e-ae41-453b-b780-68c833326818|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:09:33.689Z|80433fb3-e100-4643-8df4-303c1a755307|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:33.689Z|6a7bb8b0-3d4e-4b18-9e21-dad1abdf7453|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:33.691Z|80433fb3-e100-4643-8df4-303c1a755307|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:33.691Z|6a7bb8b0-3d4e-4b18-9e21-dad1abdf7453|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:33.695Z|b75650e8-1380-4376-95a1-fd46bab368f6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:33.696Z|b75650e8-1380-4376-95a1-fd46bab368f6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:43.734Z|7797b86b-009f-4a87-8a2c-325b3349a7d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:43.734Z|4d128b88-2561-4089-a502-48834baab955|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:43.735Z|2d96e3de-175a-4427-a986-f146dd089e72|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:43.736Z|7797b86b-009f-4a87-8a2c-325b3349a7d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:43.736Z|4d128b88-2561-4089-a502-48834baab955|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:43.740Z|2d96e3de-175a-4427-a986-f146dd089e72|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:45.777Z|d4f4edd0-b4b0-43b4-8f60-51f29e575502|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:09:45.779Z|d4f4edd0-b4b0-43b4-8f60-51f29e575502|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:48.460Z|bdf798c4-7e0e-4a97-806a-a52d68bfc434|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:09:48.461Z|bdf798c4-7e0e-4a97-806a-a52d68bfc434|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:09:53.775Z|3b8a3f80-bdd9-4d5d-b10d-47b5caf7c21a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:53.775Z|1cc00ed0-2771-45c0-9c32-ed9b77d7e145|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:53.777Z|3b8a3f80-bdd9-4d5d-b10d-47b5caf7c21a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:53.777Z|1cc00ed0-2771-45c0-9c32-ed9b77d7e145|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:09:53.783Z|7a9b85d5-2107-41d2-87af-ec59e78e678d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:09:53.783Z|7a9b85d5-2107-41d2-87af-ec59e78e678d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:03.460Z|b2cd85fe-ece4-4854-a953-86ab65a85ce9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:10:03.463Z|b2cd85fe-ece4-4854-a953-86ab65a85ce9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:10:03.598Z|3285fa36-139f-412e-95b8-3bb151cabe2d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:10:03.599Z|3285fa36-139f-412e-95b8-3bb151cabe2d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:10:03.806Z|7f5a2027-08bd-4841-aa61-8d8af738bf5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:03.807Z|7f5a2027-08bd-4841-aa61-8d8af738bf5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:03.810Z|02f16a00-9b60-4b97-a5c3-abc4e650ee10|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:03.810Z|3c938ba6-9a39-4427-b994-d1864238f011|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:03.811Z|02f16a00-9b60-4b97-a5c3-abc4e650ee10|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:03.816Z|3c938ba6-9a39-4427-b994-d1864238f011|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:13.848Z|6c4640d7-52f7-475c-b7fa-fd4726296fd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:13.848Z|ee26216a-408b-4472-a170-fd8783cac49e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:13.849Z|f2332866-13c5-40d8-8e4c-039e6b10e3ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:13.849Z|6c4640d7-52f7-475c-b7fa-fd4726296fd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:13.851Z|ee26216a-408b-4472-a170-fd8783cac49e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:13.851Z|f2332866-13c5-40d8-8e4c-039e6b10e3ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:18.459Z|aeb23241-502b-4548-8f95-07d974c1d7a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:10:18.460Z|aeb23241-502b-4548-8f95-07d974c1d7a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:10:23.885Z|5dfb4cb4-ce06-4865-8d4e-f2111c69fd63|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:23.885Z|a155f599-de66-46d0-b67b-2d91e59046eb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:23.886Z|d8d502ab-45b4-42dd-865a-f0408b9b8e9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:23.886Z|5dfb4cb4-ce06-4865-8d4e-f2111c69fd63|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:23.887Z|a155f599-de66-46d0-b67b-2d91e59046eb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:23.889Z|d8d502ab-45b4-42dd-865a-f0408b9b8e9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:33.460Z|2ca079ac-3cfd-4a8e-8a1b-0c09e9adbff7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:10:33.461Z|2ca079ac-3cfd-4a8e-8a1b-0c09e9adbff7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:10:33.600Z|cfe19ba8-77ea-4ade-8d0d-a6880889d600|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:10:33.600Z|cfe19ba8-77ea-4ade-8d0d-a6880889d600|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:10:33.917Z|6b58501e-bdfe-4b29-8ff7-3bd2a8aa2cd3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:33.918Z|6b58501e-bdfe-4b29-8ff7-3bd2a8aa2cd3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:33.921Z|639caf77-c3d5-4867-937d-b27b01022f14|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:33.924Z|639caf77-c3d5-4867-937d-b27b01022f14|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:33.923Z|19a5af8e-70bf-4482-9b52-4d9284066900|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:33.928Z|19a5af8e-70bf-4482-9b52-4d9284066900|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:43.949Z|642eb5d7-d688-4959-aa0b-569e4c917a75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:43.949Z|9f3baf72-90a3-429f-b666-b8c43213c5f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:43.951Z|9f3baf72-90a3-429f-b666-b8c43213c5f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:43.951Z|642eb5d7-d688-4959-aa0b-569e4c917a75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:43.953Z|5cc732be-aecb-4fba-8cc3-95c400a90e1e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:43.954Z|5cc732be-aecb-4fba-8cc3-95c400a90e1e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:45.777Z|43ca1698-152c-4ac4-9dfc-ba18d20fe97e|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:10:45.778Z|43ca1698-152c-4ac4-9dfc-ba18d20fe97e|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:48.459Z|1f5bc29b-cc7f-41fd-a909-52a71432fa0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:10:48.462Z|1f5bc29b-cc7f-41fd-a909-52a71432fa0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:10:53.983Z|d27fbd1c-4aaa-49f1-adb3-e8a246715cab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:53.983Z|549e8433-9448-42b0-9043-7520352997d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:53.983Z|8e8e2b8e-f767-4e81-81c0-95ce737a361c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:10:53.984Z|d27fbd1c-4aaa-49f1-adb3-e8a246715cab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:53.985Z|549e8433-9448-42b0-9043-7520352997d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:10:53.985Z|8e8e2b8e-f767-4e81-81c0-95ce737a361c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:03.461Z|96fca738-7854-4d11-897f-8af246e07e86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:11:03.462Z|96fca738-7854-4d11-897f-8af246e07e86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:11:03.601Z|04352225-356b-43ac-be2e-2938e28caf29|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:11:03.602Z|04352225-356b-43ac-be2e-2938e28caf29|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:11:04.023Z|1de1f6bb-aafa-435b-9e0b-e77270ee5376|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:04.023Z|c93d9dee-f78f-4f7d-87f1-967441ba1dc6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:04.025Z|56817f29-0f1c-4f8f-b4d0-0a98e733c750|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:04.025Z|1de1f6bb-aafa-435b-9e0b-e77270ee5376|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:04.025Z|c93d9dee-f78f-4f7d-87f1-967441ba1dc6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:04.029Z|56817f29-0f1c-4f8f-b4d0-0a98e733c750|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:14.062Z|848933cb-b28e-41d1-84b0-d1b55706e417|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:14.062Z|517edd6b-5ec4-4b9a-acda-f629edfff850|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:14.063Z|07ed6dd3-f733-4cb5-9b6c-014450146384|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:14.065Z|07ed6dd3-f733-4cb5-9b6c-014450146384|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:14.063Z|517edd6b-5ec4-4b9a-acda-f629edfff850|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:14.063Z|848933cb-b28e-41d1-84b0-d1b55706e417|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:18.460Z|26f113ea-44da-4d9d-9893-918ff232e114|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:11:18.461Z|26f113ea-44da-4d9d-9893-918ff232e114|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:11:24.099Z|f2dadf1c-52a2-4190-869a-d11dcb7aaf51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:24.099Z|3b667c88-fd7a-45a2-bef3-c441588f98c2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:24.099Z|607fda61-7042-4965-8941-a6b0b14e422d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:24.100Z|f2dadf1c-52a2-4190-869a-d11dcb7aaf51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:24.100Z|3b667c88-fd7a-45a2-bef3-c441588f98c2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:24.100Z|607fda61-7042-4965-8941-a6b0b14e422d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:33.460Z|418eaf3f-c296-44f7-9e0e-5691d078ffcb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:11:33.463Z|418eaf3f-c296-44f7-9e0e-5691d078ffcb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:11:33.603Z|0593c336-ae1b-4d6e-a523-d6ec5a8d5d4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:11:33.603Z|0593c336-ae1b-4d6e-a523-d6ec5a8d5d4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:11:34.138Z|bd61bc54-75b1-40fb-92c9-97476008ec3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:34.140Z|bd61bc54-75b1-40fb-92c9-97476008ec3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:34.140Z|5afd5cc7-c043-4d8c-9e40-4b16e4f4b5cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:34.141Z|5afd5cc7-c043-4d8c-9e40-4b16e4f4b5cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:34.138Z|3270164e-3bd5-443f-84df-7e33893f6c43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:34.148Z|3270164e-3bd5-443f-84df-7e33893f6c43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:44.174Z|a58db0cf-3685-49c2-b8c3-b4b7f910cc45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:44.174Z|5a06e147-71e9-4e5b-90f7-c304062f95f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:44.174Z|9cc949a6-b077-49a2-8831-ee36d93f9995|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:44.175Z|9cc949a6-b077-49a2-8831-ee36d93f9995|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:44.175Z|5a06e147-71e9-4e5b-90f7-c304062f95f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:44.175Z|a58db0cf-3685-49c2-b8c3-b4b7f910cc45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:45.776Z|a0d6d149-f3cf-4545-9e14-1d76f216a559|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:11:45.778Z|a0d6d149-f3cf-4545-9e14-1d76f216a559|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:48.460Z|b3eb17e2-17da-40ab-8cd9-f82d8ffdbe1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:11:48.461Z|b3eb17e2-17da-40ab-8cd9-f82d8ffdbe1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:11:54.205Z|e74515c2-cdb8-45af-93c0-78f6cb6c68fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:54.205Z|222a5c3b-1ccd-4b84-a5db-1dff44610fd1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:54.206Z|bef2b944-e077-4f58-bd91-2ae9f08661ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:11:54.207Z|e74515c2-cdb8-45af-93c0-78f6cb6c68fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:54.207Z|bef2b944-e077-4f58-bd91-2ae9f08661ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:11:54.207Z|222a5c3b-1ccd-4b84-a5db-1dff44610fd1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:03.460Z|c1b7e2b5-f132-4b16-b3a2-c20a26cce9bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:12:03.461Z|c1b7e2b5-f132-4b16-b3a2-c20a26cce9bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:12:03.604Z|886c319d-ec37-45ab-a534-461712ed7eab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:12:03.604Z|886c319d-ec37-45ab-a534-461712ed7eab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:12:04.239Z|1555f017-c49d-4f41-a3b3-358952772aaf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:04.239Z|aa8f05d8-be6f-4967-98cf-9bb2ee84b16f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:04.239Z|66c96b3d-84e8-4db0-a060-8cf60fafa024|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:04.241Z|1555f017-c49d-4f41-a3b3-358952772aaf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:04.241Z|aa8f05d8-be6f-4967-98cf-9bb2ee84b16f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:04.241Z|66c96b3d-84e8-4db0-a060-8cf60fafa024|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:14.272Z|d6c216ba-9940-49fc-8da1-faa81bf456ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:14.273Z|2a994e90-6400-4594-a260-ce3dd842e615|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:14.273Z|d6c216ba-9940-49fc-8da1-faa81bf456ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:14.274Z|2a994e90-6400-4594-a260-ce3dd842e615|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:14.282Z|0e14704c-7227-4862-a336-7e6db48eab7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:14.283Z|0e14704c-7227-4862-a336-7e6db48eab7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:18.459Z|d4708da6-b4e2-4888-a665-8852324f7035|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:12:18.462Z|d4708da6-b4e2-4888-a665-8852324f7035|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:12:24.303Z|acc0447b-41b8-490e-9f07-2c0ba75a312c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:24.303Z|e87dab30-3752-4b7f-81cc-66f28fe5a576|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:24.304Z|acc0447b-41b8-490e-9f07-2c0ba75a312c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:24.304Z|e87dab30-3752-4b7f-81cc-66f28fe5a576|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:24.309Z|8180ac78-3d6d-4849-8ad5-ee679da0baf7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:24.309Z|8180ac78-3d6d-4849-8ad5-ee679da0baf7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:33.459Z|5ec67a18-ff24-4362-aed3-7d24427f66b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:12:33.460Z|5ec67a18-ff24-4362-aed3-7d24427f66b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:12:33.605Z|794ebc32-a571-4f18-a97a-b2dbd3296bb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:12:33.606Z|794ebc32-a571-4f18-a97a-b2dbd3296bb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:12:34.338Z|acfd02e5-0b48-4b79-ac99-4e9c437c109b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:34.339Z|acfd02e5-0b48-4b79-ac99-4e9c437c109b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:34.342Z|9ba4ef26-c102-4afd-9d30-25506385aeb6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:34.342Z|abdb354e-3a46-4f44-9be8-76be032bbf62|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:34.342Z|9ba4ef26-c102-4afd-9d30-25506385aeb6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:34.344Z|abdb354e-3a46-4f44-9be8-76be032bbf62|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:44.367Z|cdf8fef4-f667-4bc2-bcac-58bc6f9e103f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:44.367Z|9b4131cc-75a4-433d-b563-89470cfbb301|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:44.368Z|cdf8fef4-f667-4bc2-bcac-58bc6f9e103f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:44.368Z|9b4131cc-75a4-433d-b563-89470cfbb301|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:44.369Z|993084a3-a02d-4dfc-9df2-b7d7cb3ad2a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:44.369Z|993084a3-a02d-4dfc-9df2-b7d7cb3ad2a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:45.778Z|ff276685-03ab-4941-b4e4-b13aaa241989|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:12:45.779Z|ff276685-03ab-4941-b4e4-b13aaa241989|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:48.460Z|beb89f80-b1e1-4d00-995c-98d86f0b417a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:12:48.461Z|beb89f80-b1e1-4d00-995c-98d86f0b417a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:12:54.446Z|01fee437-63fb-4197-b729-54bde5ac838c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:54.446Z|5d108c45-da7f-43d5-aa60-5599d487e2cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:54.446Z|de57382e-9ac8-4613-af39-e84bcf33ad7d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:12:54.447Z|5d108c45-da7f-43d5-aa60-5599d487e2cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:54.447Z|01fee437-63fb-4197-b729-54bde5ac838c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:12:54.447Z|de57382e-9ac8-4613-af39-e84bcf33ad7d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:03.460Z|01ac0502-ef80-47a1-8ac0-d5befe29f180|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:13:03.464Z|01ac0502-ef80-47a1-8ac0-d5befe29f180|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:13:03.606Z|16734ec1-7bd3-4e23-aa80-d79ddcdc374c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:13:03.607Z|16734ec1-7bd3-4e23-aa80-d79ddcdc374c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:13:04.476Z|17e4be6c-6cab-41df-884a-8769723293ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:04.476Z|ec542a15-4fab-4b35-8d4f-1c588aa7f635|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:04.477Z|17e4be6c-6cab-41df-884a-8769723293ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:04.477Z|ec542a15-4fab-4b35-8d4f-1c588aa7f635|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:04.476Z|7d46a2cd-9d04-4f24-bb06-c40251748239|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:04.482Z|7d46a2cd-9d04-4f24-bb06-c40251748239|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:14.516Z|675afd92-b297-4b05-9d92-9a8f9d767759|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:14.516Z|2c6d369f-7e15-41fd-bbdb-020394ca1ad7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:14.516Z|d3229e58-6da7-4cbc-8099-0d45000dd993|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:14.517Z|d3229e58-6da7-4cbc-8099-0d45000dd993|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:14.517Z|675afd92-b297-4b05-9d92-9a8f9d767759|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:14.517Z|2c6d369f-7e15-41fd-bbdb-020394ca1ad7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:18.460Z|a39a7c94-8c67-4b1e-bd7b-16d8a9dfc447|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:13:18.461Z|a39a7c94-8c67-4b1e-bd7b-16d8a9dfc447|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:13:24.552Z|c46f8d56-9cec-4f68-8574-209e917d0d47|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:24.552Z|26085ed9-fc22-4db7-a921-9346930f1650|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:24.552Z|dc8d8694-8fb8-4c4d-8b9e-965c78398bd1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:24.554Z|c46f8d56-9cec-4f68-8574-209e917d0d47|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:24.554Z|26085ed9-fc22-4db7-a921-9346930f1650|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:24.554Z|dc8d8694-8fb8-4c4d-8b9e-965c78398bd1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:33.460Z|80d3f6a3-44f1-4efa-bca8-51cc944ccbf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:13:33.462Z|80d3f6a3-44f1-4efa-bca8-51cc944ccbf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:13:33.608Z|1269aa31-a4a5-4d66-93f6-5ac85eabf63b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:13:33.608Z|1269aa31-a4a5-4d66-93f6-5ac85eabf63b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:13:34.587Z|e2eed2a6-271e-4ad4-a1ce-67a0aeb2f14e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:34.587Z|2992d402-aa51-4188-a620-3324e76afc1f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:34.587Z|35a805d5-4ae2-4817-ac6f-dc76ae06b015|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:34.589Z|e2eed2a6-271e-4ad4-a1ce-67a0aeb2f14e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:34.589Z|2992d402-aa51-4188-a620-3324e76afc1f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:34.595Z|35a805d5-4ae2-4817-ac6f-dc76ae06b015|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:44.630Z|e80804bd-c602-4d65-a2ee-8243169305f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:44.630Z|f53203f1-a9bd-492e-9e4b-959a7cddfbbd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:44.630Z|ec4fca62-bc4c-4a30-814d-334de535a810|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:44.632Z|e80804bd-c602-4d65-a2ee-8243169305f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:44.632Z|f53203f1-a9bd-492e-9e4b-959a7cddfbbd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:44.632Z|ec4fca62-bc4c-4a30-814d-334de535a810|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:45.776Z|071a54e0-3a30-4cc4-9a2c-96fa61a34250|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:13:45.777Z|071a54e0-3a30-4cc4-9a2c-96fa61a34250|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:48.460Z|c0c63a9a-965b-422f-857d-8f78d0849c5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:13:48.462Z|c0c63a9a-965b-422f-857d-8f78d0849c5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:13:54.665Z|088941d5-d279-48bf-94c2-5803a2612b12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:54.665Z|6989fad9-9b4e-41a7-b4f0-0bd1abaf6b97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:54.665Z|4850226a-9590-40f2-9ad8-deff8aadf262|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:13:54.667Z|6989fad9-9b4e-41a7-b4f0-0bd1abaf6b97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:54.667Z|088941d5-d279-48bf-94c2-5803a2612b12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:13:54.667Z|4850226a-9590-40f2-9ad8-deff8aadf262|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:03.459Z|e40c2d8a-3292-4256-a6b5-ce3510aade74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:14:03.460Z|e40c2d8a-3292-4256-a6b5-ce3510aade74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:14:03.609Z|52a81454-6b58-4b04-9e98-f6777ad247bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:14:03.610Z|52a81454-6b58-4b04-9e98-f6777ad247bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:14:04.698Z|7c7c4ba1-605a-4320-8393-2001ef3b345f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:04.698Z|e17edcb6-06fb-40f2-b538-7c914cf82583|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:04.698Z|eac12af3-4699-4a2e-8568-a76f661943da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:04.699Z|7c7c4ba1-605a-4320-8393-2001ef3b345f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:04.699Z|e17edcb6-06fb-40f2-b538-7c914cf82583|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:04.699Z|eac12af3-4699-4a2e-8568-a76f661943da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:14.729Z|05059ef7-a60a-45a4-97ad-1f969c69f5a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:14.729Z|142cc286-1b95-480b-86d6-7688e752e9b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:14.729Z|efcb5dab-764e-4f43-afa0-5722eb6352bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:14.730Z|05059ef7-a60a-45a4-97ad-1f969c69f5a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:14.730Z|142cc286-1b95-480b-86d6-7688e752e9b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:14.730Z|efcb5dab-764e-4f43-afa0-5722eb6352bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:18.459Z|511e8224-da1c-46a9-90db-66f35e2fb112|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:14:18.460Z|511e8224-da1c-46a9-90db-66f35e2fb112|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:14:24.759Z|01c1b0de-c6d8-45fd-9644-61b4f281fd9a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:24.761Z|01c1b0de-c6d8-45fd-9644-61b4f281fd9a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:24.761Z|24fdfe6a-5906-44af-bf58-ec93801cf6bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:24.762Z|24fdfe6a-5906-44af-bf58-ec93801cf6bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:24.766Z|f57a0732-b013-4900-b717-047e8bc43540|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:24.766Z|f57a0732-b013-4900-b717-047e8bc43540|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:33.460Z|3bde32a6-18c3-498f-b639-4c42918c285d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:14:33.462Z|3bde32a6-18c3-498f-b639-4c42918c285d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:14:33.611Z|8fda1d2e-c4c5-4500-89f1-f0b1a882c219|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:14:33.612Z|8fda1d2e-c4c5-4500-89f1-f0b1a882c219|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:14:34.795Z|99d630c1-a388-4055-a745-0072d3259657|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:34.795Z|9b9e0f24-3917-4abc-a145-93e1a4e0201e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:34.796Z|9b9e0f24-3917-4abc-a145-93e1a4e0201e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:34.796Z|74186072-cf71-4ee8-9a9a-079af81306db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:34.796Z|99d630c1-a388-4055-a745-0072d3259657|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:34.801Z|74186072-cf71-4ee8-9a9a-079af81306db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:44.833Z|9d6de86d-b9ab-498a-a7f1-2cfdf9bef5bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:44.833Z|2e631913-fda4-4d0c-9cd8-78c51445f489|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:44.833Z|30e8d182-7fd5-4464-bc7c-0f71ab9d4b54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:44.834Z|30e8d182-7fd5-4464-bc7c-0f71ab9d4b54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:44.834Z|2e631913-fda4-4d0c-9cd8-78c51445f489|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:44.834Z|9d6de86d-b9ab-498a-a7f1-2cfdf9bef5bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:45.776Z|0932943f-b8a0-456d-893d-645059194bd4|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:14:45.778Z|0932943f-b8a0-456d-893d-645059194bd4|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:48.460Z|88992d56-61a4-48d2-8e62-1d63b3e23a1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:14:48.461Z|88992d56-61a4-48d2-8e62-1d63b3e23a1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:14:54.877Z|aa0337c5-b1a4-41e6-ae70-57174f1c7f7f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:54.877Z|1019b881-1fbe-4246-856d-131112f6e903|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:54.877Z|d8a58538-f884-4c6b-af89-57f896ea38e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:14:54.880Z|d8a58538-f884-4c6b-af89-57f896ea38e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:54.880Z|1019b881-1fbe-4246-856d-131112f6e903|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:14:54.880Z|aa0337c5-b1a4-41e6-ae70-57174f1c7f7f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:03.460Z|96459c66-529d-4b4c-8bd0-b0fe40c10127|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:15:03.464Z|96459c66-529d-4b4c-8bd0-b0fe40c10127|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:15:03.615Z|9e1043cd-c361-4135-b993-912c18008eb6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:15:03.615Z|9e1043cd-c361-4135-b993-912c18008eb6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:15:04.916Z|b1432959-860d-43e1-bfff-2884e30484dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:04.916Z|4618ff26-0648-4db3-9761-009699f648f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:04.916Z|45d7f95a-b511-405c-91be-1651564909fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:04.918Z|45d7f95a-b511-405c-91be-1651564909fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:04.918Z|4618ff26-0648-4db3-9761-009699f648f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:04.918Z|b1432959-860d-43e1-bfff-2884e30484dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:14.957Z|28ca08d2-6f80-4447-966c-b9d818138211|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:14.957Z|227094d6-3b5f-4612-a337-1779a02235cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:14.959Z|4bf3c7c3-7f60-4ffa-87e1-de5d39dd7c30|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:14.958Z|227094d6-3b5f-4612-a337-1779a02235cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:14.958Z|28ca08d2-6f80-4447-966c-b9d818138211|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:14.962Z|4bf3c7c3-7f60-4ffa-87e1-de5d39dd7c30|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:18.460Z|883275dc-5eec-40e8-8d8e-3c024fa53fdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:15:18.461Z|883275dc-5eec-40e8-8d8e-3c024fa53fdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:15:24.994Z|dacb2601-436f-4d5a-b51a-1d9120c38b82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:24.994Z|2efaf3e5-23d3-40e4-9780-90955ccca7fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:24.994Z|283732d7-299b-4fd1-b2ec-6fa867e68292|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:24.996Z|2efaf3e5-23d3-40e4-9780-90955ccca7fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:24.996Z|dacb2601-436f-4d5a-b51a-1d9120c38b82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:24.996Z|283732d7-299b-4fd1-b2ec-6fa867e68292|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:33.459Z|428381d2-48ff-48ce-a9ac-0c7a83874521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:15:33.460Z|428381d2-48ff-48ce-a9ac-0c7a83874521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:15:33.616Z|84f7199c-f2d0-46b9-a141-257fdb7b378f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:15:33.617Z|84f7199c-f2d0-46b9-a141-257fdb7b378f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:15:35.021Z|9288a0ed-70a4-4539-ab3c-ad2557116a7e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:35.022Z|9288a0ed-70a4-4539-ab3c-ad2557116a7e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:35.022Z|38c77e4e-de08-4de6-a6f8-ec13c0dba3fb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:35.024Z|38c77e4e-de08-4de6-a6f8-ec13c0dba3fb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:35.026Z|d8d7d049-99cf-46ea-9424-3b14a5a060c1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:35.027Z|d8d7d049-99cf-46ea-9424-3b14a5a060c1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:45.061Z|56037435-cd1e-49eb-b6e7-2c2384bbde40|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:45.061Z|460f1040-4c45-4e68-81a8-d2b1abed8fc6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:45.062Z|56037435-cd1e-49eb-b6e7-2c2384bbde40|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:45.062Z|460f1040-4c45-4e68-81a8-d2b1abed8fc6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:45.062Z|9a8a8903-57a2-436b-80d2-7188d2206ec6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:45.065Z|9a8a8903-57a2-436b-80d2-7188d2206ec6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:45.777Z|b5151e87-039e-41bf-b69c-0f62b2f21709|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:15:45.778Z|b5151e87-039e-41bf-b69c-0f62b2f21709|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:48.459Z|72c39020-4ea6-4d33-89b7-dd573be422c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:15:48.461Z|72c39020-4ea6-4d33-89b7-dd573be422c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:15:55.091Z|21807613-7086-48a2-996f-691d97779e02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:55.091Z|cde5e92a-84e4-4c1b-b48a-4010767c8b9f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:55.093Z|21807613-7086-48a2-996f-691d97779e02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:55.093Z|cde5e92a-84e4-4c1b-b48a-4010767c8b9f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:15:55.096Z|34c8c39d-7bf7-4cdd-b40e-b59c3a515211|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:15:55.097Z|34c8c39d-7bf7-4cdd-b40e-b59c3a515211|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:03.459Z|6e7891cf-70bd-4e49-9290-b0083fc4f753|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:16:03.460Z|6e7891cf-70bd-4e49-9290-b0083fc4f753|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:16:03.618Z|435dfa88-1e98-4a61-a68a-ba995985d868|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:16:03.618Z|435dfa88-1e98-4a61-a68a-ba995985d868|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:16:05.126Z|e3cfa2af-3ae8-4965-98cd-57725f8679ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:05.126Z|ebaf6b1c-fb67-4659-aedc-a3373d50c25d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:05.126Z|120f6697-a994-4937-a41a-923a32a7f632|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:05.127Z|e3cfa2af-3ae8-4965-98cd-57725f8679ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:05.127Z|120f6697-a994-4937-a41a-923a32a7f632|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:05.127Z|ebaf6b1c-fb67-4659-aedc-a3373d50c25d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:15.160Z|90cb2dc7-1dc5-42f6-8f71-e17983c6f2ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:15.160Z|2f851b03-bf40-48a7-9339-e64cb0645f09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:15.160Z|57b443d7-48f4-4e0c-8bfd-7ed348b4e785|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:15.162Z|90cb2dc7-1dc5-42f6-8f71-e17983c6f2ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:15.162Z|57b443d7-48f4-4e0c-8bfd-7ed348b4e785|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:15.162Z|2f851b03-bf40-48a7-9339-e64cb0645f09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:18.460Z|b87ad96b-8c4a-4ada-853c-746fd25a7f43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:16:18.461Z|b87ad96b-8c4a-4ada-853c-746fd25a7f43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:16:25.197Z|13237ebc-4d56-496a-8c38-ee12d05e01ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:25.198Z|19720dcf-a056-4080-a226-f6d1dccaa7b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:25.198Z|8ab041ff-3f3e-4a60-b887-ff75591d0ddb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:25.199Z|19720dcf-a056-4080-a226-f6d1dccaa7b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:25.199Z|8ab041ff-3f3e-4a60-b887-ff75591d0ddb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:25.199Z|13237ebc-4d56-496a-8c38-ee12d05e01ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:33.461Z|457f4cb9-5fb6-4d2c-9d9f-da5fefa42e26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:16:33.464Z|457f4cb9-5fb6-4d2c-9d9f-da5fefa42e26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:16:33.619Z|896e2d57-a398-4a8c-870b-aad88fee698b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:16:33.620Z|896e2d57-a398-4a8c-870b-aad88fee698b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:16:35.239Z|74e1e46f-dead-4c00-bda1-310a0fa2dc80|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:35.239Z|bb50c4b1-40d5-4bd4-aa29-c5e99f435d7b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:35.239Z|8daf6d81-2812-45b2-864f-1d6c1fe552cf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:35.241Z|bb50c4b1-40d5-4bd4-aa29-c5e99f435d7b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:35.241Z|74e1e46f-dead-4c00-bda1-310a0fa2dc80|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:35.241Z|8daf6d81-2812-45b2-864f-1d6c1fe552cf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:45.290Z|fb40084f-a1b2-47e0-aff9-36e3d5440834|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:45.290Z|0e487821-83da-4b5f-8425-33abcdadc192|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:45.291Z|4eee9a08-9fd2-4596-a8d8-7b5174a636d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:45.293Z|fb40084f-a1b2-47e0-aff9-36e3d5440834|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:45.294Z|0e487821-83da-4b5f-8425-33abcdadc192|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:45.319Z|4eee9a08-9fd2-4596-a8d8-7b5174a636d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:45.775Z|ab798b24-0443-4b7f-8dda-ae26a9c86ed4|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:16:45.776Z|ab798b24-0443-4b7f-8dda-ae26a9c86ed4|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:48.461Z|129b6c5f-3f22-4221-9dc1-f7a4625080a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:16:48.462Z|129b6c5f-3f22-4221-9dc1-f7a4625080a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:16:55.345Z|35f0389b-9ed3-4f26-b14b-4edacffb5cf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:55.346Z|245980ca-b857-4703-8d56-8eb4196d1ae2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:55.347Z|35f0389b-9ed3-4f26-b14b-4edacffb5cf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:55.347Z|245980ca-b857-4703-8d56-8eb4196d1ae2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:16:55.345Z|d894ef1e-0ecd-48be-b8ec-3094b86b2281|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:16:55.354Z|d894ef1e-0ecd-48be-b8ec-3094b86b2281|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:03.460Z|0a272582-e0ff-495b-9d2c-50e3a08015d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:17:03.461Z|0a272582-e0ff-495b-9d2c-50e3a08015d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:17:03.620Z|9f80c020-bab1-4608-81a7-0d85f8d7261f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:17:03.621Z|9f80c020-bab1-4608-81a7-0d85f8d7261f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:17:05.384Z|11e3372f-9fd8-423c-8d48-94faa6cb0f0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:05.384Z|fd090bbf-6367-4d11-9edb-4f0096cdd6f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:05.385Z|fd090bbf-6367-4d11-9edb-4f0096cdd6f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:05.385Z|11e3372f-9fd8-423c-8d48-94faa6cb0f0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:05.393Z|cd7ba059-84b5-4361-8836-5f87db93e15a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:05.394Z|cd7ba059-84b5-4361-8836-5f87db93e15a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:15.424Z|a228c6f4-d73d-46b3-803a-2031310bb61c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:15.425Z|5376a071-496d-4fb7-bc79-4ea1cb4e58b5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:15.425Z|a228c6f4-d73d-46b3-803a-2031310bb61c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:15.426Z|5376a071-496d-4fb7-bc79-4ea1cb4e58b5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:15.429Z|e9dd9a95-040d-4a35-adf8-5f9061623dab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:15.429Z|e9dd9a95-040d-4a35-adf8-5f9061623dab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:18.459Z|1a94f458-e6ca-40c8-8cf0-17ee6313ae8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:17:18.462Z|1a94f458-e6ca-40c8-8cf0-17ee6313ae8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:17:25.461Z|bde7044a-d407-42a4-9222-dbc16a01f3e6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:25.462Z|bde7044a-d407-42a4-9222-dbc16a01f3e6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:25.465Z|ff02af13-ba90-4a6e-b955-bcb36439e47f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:25.465Z|ff02af13-ba90-4a6e-b955-bcb36439e47f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:25.467Z|e6cc55c7-e858-4cea-946e-60a695c12d9c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:25.468Z|e6cc55c7-e858-4cea-946e-60a695c12d9c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:33.460Z|9d0e9a58-1c74-4bdf-aa98-177b7c4310bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:17:33.461Z|9d0e9a58-1c74-4bdf-aa98-177b7c4310bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:17:33.622Z|110cf4bf-3f43-48cb-9f50-0172cc7bb944|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:17:33.622Z|110cf4bf-3f43-48cb-9f50-0172cc7bb944|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:17:35.506Z|7f274b78-a8b3-44f5-811b-3e30f409a166|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:35.506Z|acab6d3f-a787-4402-92aa-edeae21b20f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:35.506Z|7994ac31-bbda-495b-be7a-df97bbddeea4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:35.508Z|acab6d3f-a787-4402-92aa-edeae21b20f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:35.508Z|7f274b78-a8b3-44f5-811b-3e30f409a166|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:35.508Z|7994ac31-bbda-495b-be7a-df97bbddeea4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:45.541Z|747c7708-7a7a-471c-ac29-fbfc3b24c0bc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:45.541Z|902351ea-f746-4926-9b7f-1567b0e572c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:45.542Z|747c7708-7a7a-471c-ac29-fbfc3b24c0bc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:45.542Z|316978dd-6fca-4c40-a009-0c89a00a5d43|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:45.542Z|902351ea-f746-4926-9b7f-1567b0e572c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:45.545Z|316978dd-6fca-4c40-a009-0c89a00a5d43|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:45.774Z|2260b3e7-aa8c-4e6b-821e-26cf79265c69|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:17:45.775Z|2260b3e7-aa8c-4e6b-821e-26cf79265c69|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:48.459Z|32df9b0d-a223-4a95-932f-0c1b42038613|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:17:48.460Z|32df9b0d-a223-4a95-932f-0c1b42038613|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:17:55.577Z|812c9584-1358-4be9-8010-f8fa3c997704|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:55.579Z|812c9584-1358-4be9-8010-f8fa3c997704|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:55.577Z|10658d2f-f8f5-4a40-9c06-985a320b3cfc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:55.581Z|10658d2f-f8f5-4a40-9c06-985a320b3cfc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:17:55.581Z|a815be87-ea69-432e-81b4-c97153018281|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:17:55.583Z|a815be87-ea69-432e-81b4-c97153018281|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:03.460Z|c47013d0-e70a-4ad0-9a8f-2d91676dbc00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:18:03.464Z|c47013d0-e70a-4ad0-9a8f-2d91676dbc00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:18:03.623Z|1fb4f87e-4e9b-42c5-87f1-a2635d326a96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:18:03.624Z|1fb4f87e-4e9b-42c5-87f1-a2635d326a96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:18:05.611Z|b8e7ab71-f6ea-4399-94de-ff23fa1b3543|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:05.613Z|b8e7ab71-f6ea-4399-94de-ff23fa1b3543|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:05.613Z|0fbca248-da6e-4612-8901-5b211e8efd93|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:05.614Z|0fbca248-da6e-4612-8901-5b211e8efd93|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:05.619Z|43ed2b46-9be1-457c-8492-ffcaba57e62f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:05.620Z|43ed2b46-9be1-457c-8492-ffcaba57e62f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:15.645Z|c8d1c250-103b-4406-b63f-f45e6b300f68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:15.644Z|527516e5-72de-4a9d-ae7c-7ec3505c23bd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:15.644Z|ed1048ee-462d-4c0e-bb88-c121b2f7d688|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:15.646Z|c8d1c250-103b-4406-b63f-f45e6b300f68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:15.646Z|527516e5-72de-4a9d-ae7c-7ec3505c23bd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:15.646Z|ed1048ee-462d-4c0e-bb88-c121b2f7d688|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:18.459Z|dff4a5ec-b074-475f-a013-9b56aa62235c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:18:18.460Z|dff4a5ec-b074-475f-a013-9b56aa62235c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:18:25.687Z|b122512d-1b95-421e-9018-cb620bd3f33e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:25.687Z|d35d6569-60cf-4a7b-b924-e74bbd48aa50|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:25.687Z|f45d9d29-1bed-41b7-aff3-9d8fde499cb9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:25.689Z|d35d6569-60cf-4a7b-b924-e74bbd48aa50|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:25.689Z|f45d9d29-1bed-41b7-aff3-9d8fde499cb9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:25.689Z|b122512d-1b95-421e-9018-cb620bd3f33e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:33.460Z|d51d4e56-642d-46a0-bdf4-c0712934768b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:18:33.462Z|d51d4e56-642d-46a0-bdf4-c0712934768b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:18:33.625Z|d8892532-fffa-42a4-a607-6d6e43143675|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:18:33.626Z|d8892532-fffa-42a4-a607-6d6e43143675|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:18:35.731Z|a619b087-c50c-4b4f-8507-83b2bceea5e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:35.731Z|56cc1ef4-5f7f-4ae8-b5cb-a0f025c8439e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:35.731Z|e5537941-2dae-4be3-9ff0-ff1457f67f39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:35.733Z|56cc1ef4-5f7f-4ae8-b5cb-a0f025c8439e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:35.733Z|e5537941-2dae-4be3-9ff0-ff1457f67f39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:35.736Z|a619b087-c50c-4b4f-8507-83b2bceea5e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:45.772Z|ffc3a897-d2ae-44ba-8737-502c4013b092|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:45.772Z|654e20bf-9d83-469b-adea-70b6d589efe5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:45.772Z|b7270ee4-57d1-4d9f-b6d6-b94ae5c81f59|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:45.774Z|ffc3a897-d2ae-44ba-8737-502c4013b092|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:45.774Z|654e20bf-9d83-469b-adea-70b6d589efe5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:45.775Z|b7270ee4-57d1-4d9f-b6d6-b94ae5c81f59|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:45.781Z|24590546-88d3-4b32-85d7-11d2796e2dd0|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:18:45.782Z|24590546-88d3-4b32-85d7-11d2796e2dd0|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:48.460Z|9bd1544c-84d5-4320-bcb3-52a9a5339cf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:18:48.463Z|9bd1544c-84d5-4320-bcb3-52a9a5339cf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:18:55.810Z|746bcd1b-f16c-43b4-b68b-dff28e7adce6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:55.810Z|adb5834f-7266-4c53-90e2-ef4b572a000e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:55.810Z|312b71c7-1654-4ae3-84b4-36b157edc99c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:18:55.811Z|adb5834f-7266-4c53-90e2-ef4b572a000e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:55.811Z|746bcd1b-f16c-43b4-b68b-dff28e7adce6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:18:55.811Z|312b71c7-1654-4ae3-84b4-36b157edc99c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:03.459Z|de8e34b4-fce6-4cac-9001-9047b07e99a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:19:03.460Z|de8e34b4-fce6-4cac-9001-9047b07e99a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:19:03.626Z|a7741b56-3cdf-4071-a9b3-1a2169d91df8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:19:03.627Z|a7741b56-3cdf-4071-a9b3-1a2169d91df8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:19:05.842Z|15935ab4-090c-4554-a1ff-e57e32cbb132|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:05.842Z|cb27e8a8-d26b-48d7-9ed1-3733cc40a942|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:05.842Z|db4fbd17-25e7-475b-ae6b-64e5bddbdd44|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:05.843Z|15935ab4-090c-4554-a1ff-e57e32cbb132|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:05.843Z|db4fbd17-25e7-475b-ae6b-64e5bddbdd44|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:05.843Z|cb27e8a8-d26b-48d7-9ed1-3733cc40a942|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:15.875Z|bddd93d3-d1af-474b-826f-c4b9799571a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:15.875Z|390e3d9f-3cbd-4b12-a212-3797e09606c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:15.876Z|390e3d9f-3cbd-4b12-a212-3797e09606c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:15.876Z|bddd93d3-d1af-474b-826f-c4b9799571a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:15.879Z|aee7a281-275a-428a-bb54-6b513a40fd51|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:15.880Z|aee7a281-275a-428a-bb54-6b513a40fd51|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:18.460Z|e2b3571e-e194-4ae3-a0cf-528cd7b04072|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:19:18.461Z|e2b3571e-e194-4ae3-a0cf-528cd7b04072|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:19:25.909Z|1dcf477d-0ae1-4e41-abee-6a52e7dcd0fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:25.909Z|bdb45157-cf93-4890-bd40-8ccb7b94acdc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:25.909Z|862a991e-601b-4d5e-b622-7dd7971f890f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:25.911Z|862a991e-601b-4d5e-b622-7dd7971f890f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:25.911Z|bdb45157-cf93-4890-bd40-8ccb7b94acdc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:25.911Z|1dcf477d-0ae1-4e41-abee-6a52e7dcd0fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:33.461Z|fa525f7e-74a0-4f7a-9f1f-d64222b5df95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:19:33.469Z|fa525f7e-74a0-4f7a-9f1f-d64222b5df95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:19:33.628Z|0cd95fb7-8c46-4c8f-a4c5-22b1d231b18a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:19:33.629Z|0cd95fb7-8c46-4c8f-a4c5-22b1d231b18a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:19:35.944Z|e09b69ca-94eb-48b6-856e-6d624d7f5c96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:35.944Z|17e974cc-aca7-44ec-a17c-3b03a83e6178|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:35.944Z|c439d4b3-8880-4e1c-a08b-165c0721850f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:35.946Z|17e974cc-aca7-44ec-a17c-3b03a83e6178|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:35.946Z|e09b69ca-94eb-48b6-856e-6d624d7f5c96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:35.946Z|c439d4b3-8880-4e1c-a08b-165c0721850f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:45.782Z|ff797709-a64d-475f-9a5a-0c07c0c11ff0|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:19:45.785Z|ff797709-a64d-475f-9a5a-0c07c0c11ff0|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:45.978Z|20006f6d-cd72-4bf8-be94-bdde1ac7935d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:45.978Z|1c862f71-e389-41eb-95ab-75f5553079a2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:45.978Z|f7f480c3-74b5-42ff-9633-a79e96b8ff0e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:45.978Z|20006f6d-cd72-4bf8-be94-bdde1ac7935d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:45.979Z|f7f480c3-74b5-42ff-9633-a79e96b8ff0e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:45.980Z|1c862f71-e389-41eb-95ab-75f5553079a2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:48.460Z|6288595c-74c8-47d2-b645-3a3ae1498780|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:19:48.461Z|6288595c-74c8-47d2-b645-3a3ae1498780|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:19:56.020Z|3403f189-04c8-4b61-8d40-4db5ffde8ead|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:56.020Z|4f48ba60-362c-4b18-808e-d91a44468920|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:56.020Z|cf3fa7b9-c4ea-458b-bc25-8a69750da13e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:19:56.021Z|3403f189-04c8-4b61-8d40-4db5ffde8ead|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:56.022Z|cf3fa7b9-c4ea-458b-bc25-8a69750da13e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:19:56.022Z|4f48ba60-362c-4b18-808e-d91a44468920|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:03.460Z|d50af676-2bdf-4bfd-a225-93af9fee050b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:20:03.461Z|d50af676-2bdf-4bfd-a225-93af9fee050b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:20:03.629Z|43d2faf4-9417-4885-95aa-89fb00acf76a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:20:03.630Z|43d2faf4-9417-4885-95aa-89fb00acf76a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:20:06.061Z|cba2b7d0-a41a-4994-b291-aa2cf490bcda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:06.061Z|59f64010-81d7-47a2-9d0d-9e0627f1ef34|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:06.061Z|136c891c-7669-411b-8e4d-a3b8d857f465|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:06.063Z|cba2b7d0-a41a-4994-b291-aa2cf490bcda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:06.063Z|136c891c-7669-411b-8e4d-a3b8d857f465|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:06.063Z|59f64010-81d7-47a2-9d0d-9e0627f1ef34|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:16.099Z|8fcd03c6-bba7-40a9-8f64-918797dc41de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:16.099Z|3eb974f9-821c-48f9-aef7-a089280564fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:16.099Z|b6712bac-8f15-4c3a-8b84-669addbf6bad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:16.101Z|3eb974f9-821c-48f9-aef7-a089280564fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:16.101Z|8fcd03c6-bba7-40a9-8f64-918797dc41de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:16.101Z|b6712bac-8f15-4c3a-8b84-669addbf6bad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:18.460Z|6145349c-54aa-4514-aad4-d0de9ed3cf6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:20:18.463Z|6145349c-54aa-4514-aad4-d0de9ed3cf6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:20:26.134Z|8ee3afa1-db52-4fe2-89b7-b531c66b6b11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:26.134Z|73fcf9e7-3dc2-4536-9c47-e97228dd0096|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:26.135Z|8ee3afa1-db52-4fe2-89b7-b531c66b6b11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:26.135Z|73fcf9e7-3dc2-4536-9c47-e97228dd0096|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:26.137Z|013dfa27-d8ee-459c-8457-e10e9548600b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:26.138Z|013dfa27-d8ee-459c-8457-e10e9548600b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:33.459Z|a3f99388-7814-4b3b-a331-2bb23de1d399|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:20:33.460Z|a3f99388-7814-4b3b-a331-2bb23de1d399|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:20:33.633Z|a7cb9f79-23d0-4dba-aebf-fed763339bba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:20:33.633Z|a7cb9f79-23d0-4dba-aebf-fed763339bba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:20:36.166Z|7863091c-ca73-408e-ba99-85aa25e510f0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:36.166Z|5cb2a984-db3f-4e80-b867-15b8fdbe69bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:36.166Z|c2db3939-9eaf-48db-97d8-c49e14a663b0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:36.168Z|5cb2a984-db3f-4e80-b867-15b8fdbe69bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:36.168Z|7863091c-ca73-408e-ba99-85aa25e510f0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:36.168Z|c2db3939-9eaf-48db-97d8-c49e14a663b0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:45.776Z|b97d62de-fcc5-4712-8a3f-f081ebb3fa4a|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:20:45.778Z|b97d62de-fcc5-4712-8a3f-f081ebb3fa4a|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:46.204Z|714f2820-4882-4e58-bfff-9091076de939|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:46.209Z|714f2820-4882-4e58-bfff-9091076de939|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:46.211Z|bac9f9ba-057b-4e9b-928a-1e4f99d5d64a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:46.211Z|5995d160-0789-4b29-a02f-58efb5d75d50|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:46.211Z|bac9f9ba-057b-4e9b-928a-1e4f99d5d64a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:46.213Z|5995d160-0789-4b29-a02f-58efb5d75d50|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:48.459Z|f94bd842-81ae-4caf-a640-76e2c8f7883c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:20:48.460Z|f94bd842-81ae-4caf-a640-76e2c8f7883c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:20:56.248Z|c8933b27-8c2d-4d76-8a83-590231617c2b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:56.248Z|a690fb1a-8a93-42f9-a1d4-ac9f57d050ce|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:56.248Z|b279265e-3a2e-4829-acf4-c7df55e2d3c9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:20:56.249Z|a690fb1a-8a93-42f9-a1d4-ac9f57d050ce|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:56.251Z|b279265e-3a2e-4829-acf4-c7df55e2d3c9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:20:56.249Z|c8933b27-8c2d-4d76-8a83-590231617c2b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:03.459Z|8a6e2f8e-6ca6-4f0b-9368-32deada0df9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:21:03.462Z|8a6e2f8e-6ca6-4f0b-9368-32deada0df9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:21:03.634Z|17cedf7c-1f45-427f-acd1-443507471442|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:21:03.634Z|17cedf7c-1f45-427f-acd1-443507471442|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:21:06.279Z|b163c244-211f-4c42-81b6-ff601cfd93e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:06.279Z|c5486668-6c32-4bb9-9060-77cf5a86fe6f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:06.279Z|bcd8daf4-c886-45be-80c3-09ad909bfed8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:06.280Z|bcd8daf4-c886-45be-80c3-09ad909bfed8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:06.280Z|c5486668-6c32-4bb9-9060-77cf5a86fe6f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:06.280Z|b163c244-211f-4c42-81b6-ff601cfd93e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:16.309Z|a6f4c906-572a-489f-b408-ea0b332def7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:16.309Z|b5c0fda4-0047-4bb3-9097-56e54509b8ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:16.310Z|a6f4c906-572a-489f-b408-ea0b332def7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:16.310Z|b5c0fda4-0047-4bb3-9097-56e54509b8ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:16.310Z|d7bb41d3-49af-4348-9a15-df38e9a9e678|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:16.311Z|d7bb41d3-49af-4348-9a15-df38e9a9e678|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:18.459Z|41808668-dad0-4042-a798-3c051bbbbcaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:21:18.460Z|41808668-dad0-4042-a798-3c051bbbbcaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:21:26.346Z|06ac7ff8-ca28-4570-81be-5511bf26b333|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:26.346Z|b71d8560-0d11-44c4-85ac-0e6b9f261839|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:26.346Z|da6f864a-cc0f-4ef2-852e-c8f4ff8bc3c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:26.348Z|b71d8560-0d11-44c4-85ac-0e6b9f261839|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:26.348Z|da6f864a-cc0f-4ef2-852e-c8f4ff8bc3c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:26.348Z|06ac7ff8-ca28-4570-81be-5511bf26b333|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:33.461Z|659c12eb-d6ad-4daf-8ca9-cda6cb7358d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:21:33.469Z|659c12eb-d6ad-4daf-8ca9-cda6cb7358d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:21:33.635Z|3a209539-f958-49c0-ba6a-b13ff23026e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:21:33.636Z|3a209539-f958-49c0-ba6a-b13ff23026e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:21:36.394Z|efe23099-0de7-429d-8145-1b194e325bdf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:36.395Z|e9ae4391-d2a9-4fe1-9f7d-6d9b711a2525|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:36.394Z|0f57afde-7ecb-4145-8121-f94c1d5910cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:36.395Z|efe23099-0de7-429d-8145-1b194e325bdf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:36.396Z|0f57afde-7ecb-4145-8121-f94c1d5910cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:36.395Z|e9ae4391-d2a9-4fe1-9f7d-6d9b711a2525|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:45.781Z|f2da3c7d-bba5-483d-9413-13a0ecf410e9|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:21:45.783Z|f2da3c7d-bba5-483d-9413-13a0ecf410e9|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:46.426Z|dc042404-c7ec-4cd8-a4b2-c410b976fe2b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:46.426Z|b3c4060d-bba7-4a89-abec-b523ed91adf2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:46.427Z|dc042404-c7ec-4cd8-a4b2-c410b976fe2b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:46.427Z|b3c4060d-bba7-4a89-abec-b523ed91adf2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:46.428Z|d9839362-8eed-4ae8-a971-899f1eee61d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:46.429Z|d9839362-8eed-4ae8-a971-899f1eee61d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:48.460Z|edfb101c-0490-4b02-85c8-433751446d12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:21:48.461Z|edfb101c-0490-4b02-85c8-433751446d12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:21:56.463Z|57fc3a89-c776-4c60-86f4-514a31abdb14|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:56.463Z|c21f75ca-8ab4-414d-a39e-ec68fe799381|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:56.463Z|e3d4c801-5fa8-40a9-bbad-aa477a30c8e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:21:56.465Z|57fc3a89-c776-4c60-86f4-514a31abdb14|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:56.465Z|e3d4c801-5fa8-40a9-bbad-aa477a30c8e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:21:56.465Z|c21f75ca-8ab4-414d-a39e-ec68fe799381|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:03.460Z|9e134b81-51c6-4353-b24d-48b192a0ec0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:22:03.461Z|9e134b81-51c6-4353-b24d-48b192a0ec0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:22:03.637Z|df7784a3-8f33-48dc-ae41-b3702a29cf1e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:22:03.637Z|df7784a3-8f33-48dc-ae41-b3702a29cf1e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:22:06.498Z|b1802436-6138-4071-bf0f-49741c4618fc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:06.498Z|db114499-71a4-45ed-b341-39d4da3cfd7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:06.500Z|b1802436-6138-4071-bf0f-49741c4618fc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:06.500Z|db114499-71a4-45ed-b341-39d4da3cfd7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:06.506Z|f9480fd2-501c-49d6-b8cb-cb7f769768e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:06.507Z|f9480fd2-501c-49d6-b8cb-cb7f769768e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:16.528Z|afa23ec3-49ae-485e-ac2a-f1c5e31d3433|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:16.528Z|5020bb6e-b131-40ff-b2ed-a61a34f0f1d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:16.529Z|afa23ec3-49ae-485e-ac2a-f1c5e31d3433|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:16.529Z|5020bb6e-b131-40ff-b2ed-a61a34f0f1d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:16.531Z|4b137a40-22f7-4a31-a911-2294c25484ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:16.533Z|4b137a40-22f7-4a31-a911-2294c25484ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:18.459Z|0ab938d7-7dc4-4b78-8cad-2db229d2d233|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:22:18.462Z|0ab938d7-7dc4-4b78-8cad-2db229d2d233|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:22:26.557Z|d5cfce5b-e4a5-4267-b15b-be72d8888881|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:26.557Z|536d3f42-a7bd-4d54-ba33-52112fb2030f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:26.558Z|d5cfce5b-e4a5-4267-b15b-be72d8888881|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:26.558Z|536d3f42-a7bd-4d54-ba33-52112fb2030f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:26.562Z|5da485ea-4679-4dec-b5df-48816a595d02|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:26.563Z|5da485ea-4679-4dec-b5df-48816a595d02|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:33.459Z|e2ee8850-4dc0-453b-9da9-8195397e6101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:22:33.460Z|e2ee8850-4dc0-453b-9da9-8195397e6101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:22:33.639Z|0b2b5336-c8d2-4680-abd1-409b52772d82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:22:33.639Z|0b2b5336-c8d2-4680-abd1-409b52772d82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:22:36.588Z|383d0a80-3f4f-4830-968d-8e060db47cf0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:36.588Z|a3082dda-881b-4719-854e-a0cb1a5ea52c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:36.589Z|a3082dda-881b-4719-854e-a0cb1a5ea52c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:36.589Z|383d0a80-3f4f-4830-968d-8e060db47cf0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:36.590Z|9ab0cfb7-3e25-476d-bf2f-5c5a1a8cf9fe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:36.593Z|9ab0cfb7-3e25-476d-bf2f-5c5a1a8cf9fe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:45.777Z|404db543-c55e-4a4a-9b9c-1e309bcaa8fb|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:22:45.778Z|404db543-c55e-4a4a-9b9c-1e309bcaa8fb|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:46.621Z|638c748b-da43-409a-989a-b334d7c438b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:46.620Z|73cdd2e5-2cc8-42f9-8451-7b292aa86272|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:46.621Z|638c748b-da43-409a-989a-b334d7c438b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:46.623Z|73cdd2e5-2cc8-42f9-8451-7b292aa86272|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:46.629Z|c8e10462-a675-4340-aec1-f19f99caf08b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:46.630Z|c8e10462-a675-4340-aec1-f19f99caf08b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:48.459Z|625728cb-78f8-4085-83f5-f7ec90908efa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:22:48.460Z|625728cb-78f8-4085-83f5-f7ec90908efa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:22:56.653Z|e86b85ab-1f70-45ca-98b9-3506d124dbef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:56.653Z|a56bfc3e-150d-44cb-a652-62f78e0e0a35|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:56.655Z|e86b85ab-1f70-45ca-98b9-3506d124dbef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:56.655Z|a56bfc3e-150d-44cb-a652-62f78e0e0a35|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:22:56.658Z|e4ed7ebe-e2a6-4144-b60d-147067763318|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:22:56.659Z|e4ed7ebe-e2a6-4144-b60d-147067763318|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:03.460Z|c0c1fd0d-8aa9-4f9b-8fe7-54c2492b1101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:23:03.464Z|c0c1fd0d-8aa9-4f9b-8fe7-54c2492b1101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:23:03.640Z|d8a57565-90c9-4035-98e9-88b152520001|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:23:03.641Z|d8a57565-90c9-4035-98e9-88b152520001|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:23:06.698Z|da73f867-fecb-4f69-bb62-6ab8309845b1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:06.698Z|baf3eb23-04e3-4f92-98cc-4fd3e3601d40|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:06.698Z|b8ada57b-ec1d-4630-97d2-515a7a953eca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:06.699Z|da73f867-fecb-4f69-bb62-6ab8309845b1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:06.699Z|baf3eb23-04e3-4f92-98cc-4fd3e3601d40|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:06.699Z|b8ada57b-ec1d-4630-97d2-515a7a953eca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:16.736Z|8f934227-3658-4c8f-9c56-37d6ac568777|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:16.736Z|c90822da-82c8-4d2b-b318-441b292df676|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:16.736Z|08fadf0a-8da5-4973-a6fe-264ad4ba5aec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:16.737Z|08fadf0a-8da5-4973-a6fe-264ad4ba5aec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:16.737Z|c90822da-82c8-4d2b-b318-441b292df676|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:16.737Z|8f934227-3658-4c8f-9c56-37d6ac568777|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:18.460Z|218450aa-026b-4e34-b849-cdda1dc12b9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:23:18.461Z|218450aa-026b-4e34-b849-cdda1dc12b9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:23:26.773Z|e0c5bdb6-7771-410f-8e34-af6b0f22ab20|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:26.773Z|11a5466e-748b-4ad4-b1e5-4325194d8102|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:26.773Z|00ecde6d-cc47-40fe-9b47-f2a6793c2dd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:26.775Z|e0c5bdb6-7771-410f-8e34-af6b0f22ab20|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:26.775Z|11a5466e-748b-4ad4-b1e5-4325194d8102|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:26.775Z|00ecde6d-cc47-40fe-9b47-f2a6793c2dd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:33.460Z|48a334b6-511a-43e6-ad45-8da6948ae398|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:23:33.462Z|48a334b6-511a-43e6-ad45-8da6948ae398|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:23:33.641Z|17eb8d3f-79af-4f3f-8aef-fb01d71fa4e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:23:33.642Z|17eb8d3f-79af-4f3f-8aef-fb01d71fa4e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:23:36.820Z|2db6732a-1f38-4579-b3f5-65f83e1515e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:36.820Z|a41eafd0-cddf-4256-b896-c939882fb308|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:36.822Z|2db6732a-1f38-4579-b3f5-65f83e1515e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:36.822Z|a41eafd0-cddf-4256-b896-c939882fb308|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:36.824Z|b5ed19f5-3d20-4e69-97e4-e7395040765c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:36.827Z|b5ed19f5-3d20-4e69-97e4-e7395040765c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:45.777Z|735d96cf-20d4-43ed-b648-3ec9754a9c38|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:23:45.779Z|735d96cf-20d4-43ed-b648-3ec9754a9c38|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:46.853Z|2e2ec509-e903-4050-a69b-287c9674d3ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:46.853Z|7f34445a-2043-4f52-8276-0926ec0a6f5d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:46.854Z|7f34445a-2043-4f52-8276-0926ec0a6f5d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:46.854Z|2e2ec509-e903-4050-a69b-287c9674d3ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:46.857Z|929fca4a-b56a-4fd6-b519-31e99e6e27b4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:46.857Z|929fca4a-b56a-4fd6-b519-31e99e6e27b4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:48.459Z|5e69449e-0180-4285-b15d-75e743e0bdd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:23:48.462Z|5e69449e-0180-4285-b15d-75e743e0bdd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:23:56.878Z|6b682df7-b31a-47af-b32e-ccc7232f7f8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:56.879Z|6b682df7-b31a-47af-b32e-ccc7232f7f8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:56.880Z|ce6906e8-847f-4887-812a-742c9fbfac2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:56.881Z|ce6906e8-847f-4887-812a-742c9fbfac2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:23:56.887Z|504fba8d-8f8d-443f-a08f-3bc08477e2e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:23:56.888Z|504fba8d-8f8d-443f-a08f-3bc08477e2e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:03.459Z|a0a4425b-4f1b-43fe-aaae-b19dfa249a56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:24:03.460Z|a0a4425b-4f1b-43fe-aaae-b19dfa249a56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:24:03.643Z|046e27fe-6290-4d83-8db7-939d6b1ca34a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:24:03.643Z|046e27fe-6290-4d83-8db7-939d6b1ca34a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:24:06.913Z|b4a61fa8-d5ca-40d9-bf56-e4c7ea5f593a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:06.913Z|e14adab0-9da7-4672-97b7-bb23c38f7929|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:06.913Z|2ac24815-bcad-498c-adf9-78f0a832dec5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:06.914Z|e14adab0-9da7-4672-97b7-bb23c38f7929|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:06.914Z|2ac24815-bcad-498c-adf9-78f0a832dec5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:06.914Z|b4a61fa8-d5ca-40d9-bf56-e4c7ea5f593a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:16.941Z|1032ee7a-2f75-4c87-8def-42413ee79dee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:16.942Z|282fdeb7-8c3f-400f-96ec-e9edecc7fb5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:16.942Z|1032ee7a-2f75-4c87-8def-42413ee79dee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:16.946Z|42e88328-4bd3-43f2-aa8b-52bd713f70c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:16.947Z|42e88328-4bd3-43f2-aa8b-52bd713f70c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:16.943Z|282fdeb7-8c3f-400f-96ec-e9edecc7fb5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:18.459Z|c19e040b-e2c6-44d4-9c5c-876b404a7895|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:24:18.460Z|c19e040b-e2c6-44d4-9c5c-876b404a7895|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:24:26.973Z|2a9c1d4c-c212-4377-b07d-d290d682ebc2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:26.974Z|2a9c1d4c-c212-4377-b07d-d290d682ebc2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:26.974Z|17f98aa2-e7dc-4919-b80f-798815daa057|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:26.975Z|17f98aa2-e7dc-4919-b80f-798815daa057|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:26.980Z|dbf780fa-b5f6-4ef6-a8d1-8de11ef55a70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:26.981Z|dbf780fa-b5f6-4ef6-a8d1-8de11ef55a70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:33.459Z|c08ed2f4-762d-4844-985a-6d8c1ae677df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:24:33.462Z|c08ed2f4-762d-4844-985a-6d8c1ae677df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:24:33.644Z|bc12a16b-9e8a-4de6-87df-5bd4d591b5d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:24:33.645Z|bc12a16b-9e8a-4de6-87df-5bd4d591b5d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:24:37.005Z|8e6fe705-4b8e-4e12-b1a6-ee4edc0b09b2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:37.006Z|c9e463f4-8b89-480c-8944-631f10d16011|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:37.007Z|8e6fe705-4b8e-4e12-b1a6-ee4edc0b09b2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:37.010Z|c9e463f4-8b89-480c-8944-631f10d16011|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:37.007Z|b46dd0de-9693-4bda-8e80-e20495b84cdc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:37.013Z|b46dd0de-9693-4bda-8e80-e20495b84cdc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:45.781Z|99ddc447-ade8-440f-b232-07c1fb7aeea2|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:24:45.783Z|99ddc447-ade8-440f-b232-07c1fb7aeea2|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:47.036Z|ca2359c0-c022-468d-8720-6a4f2d3fd7fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:47.037Z|ca2359c0-c022-468d-8720-6a4f2d3fd7fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:47.039Z|7f2515ec-baaf-4510-8b21-750b23ac772b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:47.039Z|7f2515ec-baaf-4510-8b21-750b23ac772b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:47.042Z|726356fa-0356-4a22-9685-23e951a98e15|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:47.042Z|726356fa-0356-4a22-9685-23e951a98e15|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:48.460Z|d994b8c5-290a-4292-b2aa-3ed169e497a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:24:48.461Z|d994b8c5-290a-4292-b2aa-3ed169e497a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:24:57.067Z|ea175b26-daa0-4f8c-a054-355372affa09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:57.067Z|44b140e6-eaa8-425e-a137-8abc4a4553b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:57.067Z|c567099e-96d8-4d33-a840-d83e79d5e191|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:24:57.069Z|ea175b26-daa0-4f8c-a054-355372affa09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:57.069Z|44b140e6-eaa8-425e-a137-8abc4a4553b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:24:57.069Z|c567099e-96d8-4d33-a840-d83e79d5e191|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:03.460Z|8e2b51be-73c7-4435-8c75-1166f43b9aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:25:03.462Z|8e2b51be-73c7-4435-8c75-1166f43b9aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:25:03.646Z|242e2cba-f469-45c9-9b1b-6ec30b201ea3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:25:03.647Z|242e2cba-f469-45c9-9b1b-6ec30b201ea3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:25:07.100Z|890a16d6-b4b4-41fe-a507-50b135111742|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:07.100Z|334dcfaf-b06e-4534-897e-743b036944de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:07.101Z|c660ed00-0646-4504-ac2e-2913909cb4fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:07.102Z|890a16d6-b4b4-41fe-a507-50b135111742|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:07.102Z|334dcfaf-b06e-4534-897e-743b036944de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:07.102Z|c660ed00-0646-4504-ac2e-2913909cb4fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:17.136Z|5681cd4b-ced7-4f5d-baca-588028ab133f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:17.136Z|edd9fa91-7ee9-486c-af0d-afcfca4d2e36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:17.136Z|cd879fcc-2425-4652-997b-0d9cbb1e9768|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:17.137Z|5681cd4b-ced7-4f5d-baca-588028ab133f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:17.137Z|cd879fcc-2425-4652-997b-0d9cbb1e9768|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:17.137Z|edd9fa91-7ee9-486c-af0d-afcfca4d2e36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:18.460Z|207b7494-3350-44e4-b703-e82db81338c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:25:18.463Z|207b7494-3350-44e4-b703-e82db81338c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:25:27.165Z|485a0774-b1a2-48d1-a7e3-22f0f80e3e3a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:27.165Z|e7137b8b-795c-4d90-89c5-0c2d3a3888a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:27.166Z|1d88fcbe-cf96-4413-806b-978e42e07352|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:27.167Z|485a0774-b1a2-48d1-a7e3-22f0f80e3e3a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:27.167Z|e7137b8b-795c-4d90-89c5-0c2d3a3888a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:27.167Z|1d88fcbe-cf96-4413-806b-978e42e07352|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:33.460Z|5dfdb10f-81ee-46bb-80be-5295568023b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:25:33.461Z|5dfdb10f-81ee-46bb-80be-5295568023b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:25:33.648Z|8f64ab22-6029-4d9b-98d3-bbf01de2a462|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:25:33.648Z|8f64ab22-6029-4d9b-98d3-bbf01de2a462|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:25:37.194Z|c150f2d6-4f66-4f6c-b281-174336ff898f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:37.195Z|c150f2d6-4f66-4f6c-b281-174336ff898f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:37.200Z|9f66be33-24d9-4cdd-a640-5f9b1cb42e20|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:37.201Z|9f66be33-24d9-4cdd-a640-5f9b1cb42e20|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:37.209Z|60bc7c19-5557-42f2-8307-9a1f21811dd5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:37.212Z|60bc7c19-5557-42f2-8307-9a1f21811dd5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:45.776Z|a5089419-49a1-472a-aecb-e34c0ddd60e9|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:25:45.777Z|a5089419-49a1-472a-aecb-e34c0ddd60e9|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:47.234Z|12dce2b5-4f1a-4136-b210-32ec27a382ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:47.234Z|799f765c-ab82-4b5a-8299-915f7f153998|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:47.235Z|799f765c-ab82-4b5a-8299-915f7f153998|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:47.235Z|12dce2b5-4f1a-4136-b210-32ec27a382ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:47.247Z|99700814-f79e-4392-8753-d7d396c645fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:47.248Z|99700814-f79e-4392-8753-d7d396c645fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:48.459Z|6190dbaf-03bf-4985-89cb-7060d4890950|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:25:48.460Z|6190dbaf-03bf-4985-89cb-7060d4890950|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:25:57.260Z|c9d016b5-e59d-493b-9971-d9af54f554c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:57.260Z|1c58ea35-2aa6-46a6-bee4-701ec0f83d44|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:57.261Z|1c58ea35-2aa6-46a6-bee4-701ec0f83d44|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:57.262Z|c9d016b5-e59d-493b-9971-d9af54f554c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:25:57.271Z|5a9f141d-9eae-4258-b061-bb4851d4ad0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:25:57.272Z|5a9f141d-9eae-4258-b061-bb4851d4ad0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:03.459Z|a4352e40-ea7d-4f33-8c1b-16adc54bbd0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:26:03.462Z|a4352e40-ea7d-4f33-8c1b-16adc54bbd0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:26:03.649Z|9c7a9e18-a5ec-421d-918a-39cfbc44f0fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:26:03.650Z|9c7a9e18-a5ec-421d-918a-39cfbc44f0fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:26:07.288Z|82101db2-3e1c-4ba3-b178-8a165a9ed98a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:07.288Z|3d654eda-42e4-4d1c-8577-5d62a20ff815|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:07.289Z|3d654eda-42e4-4d1c-8577-5d62a20ff815|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:07.290Z|82101db2-3e1c-4ba3-b178-8a165a9ed98a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:07.297Z|58521f11-b1ec-4350-a1e6-20feb7ddd4cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:07.298Z|58521f11-b1ec-4350-a1e6-20feb7ddd4cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:17.317Z|ebed1033-3ee0-4441-ac62-a076eb883c88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:17.317Z|8661711b-59f8-40c7-9093-9994437684fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:17.319Z|ebed1033-3ee0-4441-ac62-a076eb883c88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:17.319Z|8661711b-59f8-40c7-9093-9994437684fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:17.326Z|aa351810-c46e-4fb0-90ff-e2509c36b60c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:17.327Z|aa351810-c46e-4fb0-90ff-e2509c36b60c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:18.459Z|1236bf82-38d5-4c29-8e41-39dc0c96ec68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:26:18.460Z|1236bf82-38d5-4c29-8e41-39dc0c96ec68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:26:27.359Z|e598e548-797e-451d-9e7c-7db435d96c5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:27.359Z|fa518add-a49d-4b5a-be35-3fc9e18f5b96|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:27.359Z|aee895c2-fbef-4d9b-a6d6-0bc95be6762e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:27.361Z|e598e548-797e-451d-9e7c-7db435d96c5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:27.361Z|fa518add-a49d-4b5a-be35-3fc9e18f5b96|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:27.361Z|aee895c2-fbef-4d9b-a6d6-0bc95be6762e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:33.460Z|7a106055-aa57-4301-8ab7-78f141d46060|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:26:33.462Z|7a106055-aa57-4301-8ab7-78f141d46060|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:26:33.650Z|179aa46a-f8c7-4ba4-a070-279ae320f57c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:26:33.651Z|179aa46a-f8c7-4ba4-a070-279ae320f57c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:26:37.397Z|b463bdda-2509-4a5b-9f87-d1261757ce6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:37.395Z|109641b7-bbff-4cab-883d-82a2698928ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:37.398Z|b463bdda-2509-4a5b-9f87-d1261757ce6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:37.398Z|109641b7-bbff-4cab-883d-82a2698928ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:37.396Z|dd2ee5b6-ac89-4bea-9d2b-70a120c9f3c3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:37.406Z|dd2ee5b6-ac89-4bea-9d2b-70a120c9f3c3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:45.783Z|9253ade5-dcd7-4d17-b62c-7aaa04e13948|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:26:45.786Z|9253ade5-dcd7-4d17-b62c-7aaa04e13948|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:47.425Z|e31dcbc2-b8cf-4adf-9851-aed3008be71a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:47.427Z|e31dcbc2-b8cf-4adf-9851-aed3008be71a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:47.432Z|2e4df4b1-166a-4e21-9e14-49a5943a8e12|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:47.432Z|e3f4780c-42e4-4e50-a96e-aa2f6564b0b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:47.433Z|2e4df4b1-166a-4e21-9e14-49a5943a8e12|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:47.433Z|e3f4780c-42e4-4e50-a96e-aa2f6564b0b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:48.460Z|baec5d6a-d9d3-4608-a60e-a9598fb601f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:26:48.463Z|baec5d6a-d9d3-4608-a60e-a9598fb601f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:26:57.460Z|3dae2183-f8fe-41e6-8841-4065526e929a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:57.460Z|f4badd33-5431-4399-9c34-982b589c77a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:57.460Z|d378b587-534f-45d3-b61a-c2d20cb5be88|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:26:57.462Z|3dae2183-f8fe-41e6-8841-4065526e929a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:57.462Z|f4badd33-5431-4399-9c34-982b589c77a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:26:57.462Z|d378b587-534f-45d3-b61a-c2d20cb5be88|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:03.460Z|9947932a-81c8-47cc-8833-10604d31b0d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:27:03.461Z|9947932a-81c8-47cc-8833-10604d31b0d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:27:03.653Z|9eb89281-6557-4ae6-922f-787d12c66c4c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:27:03.654Z|9eb89281-6557-4ae6-922f-787d12c66c4c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:27:07.495Z|52ad56e0-1430-46b8-b0d7-5a49d8c3694a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:07.495Z|3a98d39c-bf89-4c1c-9753-6d163f9a7926|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:07.495Z|0f69aaed-614b-477b-b6c3-13c4d56ef71f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:07.496Z|52ad56e0-1430-46b8-b0d7-5a49d8c3694a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:07.496Z|3a98d39c-bf89-4c1c-9753-6d163f9a7926|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:07.496Z|0f69aaed-614b-477b-b6c3-13c4d56ef71f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:17.524Z|f03b5230-9387-4aac-bb4f-509ef8dfd363|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:17.526Z|f03b5230-9387-4aac-bb4f-509ef8dfd363|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:17.528Z|ee8bfe01-030f-442b-a106-5c8c2db76f1e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:17.529Z|ee8bfe01-030f-442b-a106-5c8c2db76f1e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:17.529Z|45d404bf-4cfa-4043-9c12-64cec575f2c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:17.531Z|45d404bf-4cfa-4043-9c12-64cec575f2c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:18.460Z|a3748638-cfcc-458b-af48-fc9035cf35c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:27:18.461Z|a3748638-cfcc-458b-af48-fc9035cf35c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:27:27.556Z|277ae10a-2be0-4a3f-a8b1-dfc20d2f93b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:27.556Z|b1df8727-8913-4882-9a63-76c83245ed10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:27.556Z|3848d5ab-e07a-4f0c-a74c-ae4994f126a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:27.557Z|3848d5ab-e07a-4f0c-a74c-ae4994f126a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:27.557Z|277ae10a-2be0-4a3f-a8b1-dfc20d2f93b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:27.557Z|b1df8727-8913-4882-9a63-76c83245ed10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:33.460Z|55a9b27b-b060-42e0-baa0-1b82d69c2d8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:27:33.463Z|55a9b27b-b060-42e0-baa0-1b82d69c2d8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:27:33.655Z|f7f8ed51-3bfe-4f40-9d69-d2f7161262d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:27:33.656Z|f7f8ed51-3bfe-4f40-9d69-d2f7161262d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:27:37.583Z|2696d04c-b0f0-4b40-a3a8-ef82aace76e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:37.583Z|40917449-3ca7-4368-bae5-7496ad224d82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:37.584Z|2696d04c-b0f0-4b40-a3a8-ef82aace76e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:37.584Z|40917449-3ca7-4368-bae5-7496ad224d82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:37.583Z|62a1c589-2a67-40e4-b146-5e35971fcc4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:37.593Z|62a1c589-2a67-40e4-b146-5e35971fcc4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:45.776Z|73c0f17d-22d5-4d1a-99c8-7157d64e64cf|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:27:45.777Z|73c0f17d-22d5-4d1a-99c8-7157d64e64cf|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:47.612Z|9f682d75-8a1b-429a-88a9-cb15efb0fa9c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:47.612Z|a8c08f35-8761-45e4-ad34-10ac55ce9c46|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:47.613Z|9f682d75-8a1b-429a-88a9-cb15efb0fa9c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:47.613Z|a8c08f35-8761-45e4-ad34-10ac55ce9c46|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:47.618Z|2da08fa9-5907-42ae-9474-a5abe1ed5e70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:47.618Z|2da08fa9-5907-42ae-9474-a5abe1ed5e70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:48.459Z|6cb41f88-7623-4fc8-9527-9e29409acfc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:27:48.460Z|6cb41f88-7623-4fc8-9527-9e29409acfc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:27:57.641Z|2f049908-d49e-4a1f-abda-daae4cde41cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:57.641Z|10600fac-9da7-4343-9336-d573026587e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:57.641Z|f2c6d708-45e7-475f-a520-49d8e59ec2cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:27:57.642Z|10600fac-9da7-4343-9336-d573026587e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:57.642Z|2f049908-d49e-4a1f-abda-daae4cde41cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:27:57.642Z|f2c6d708-45e7-475f-a520-49d8e59ec2cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:03.459Z|935a6711-fffe-4c03-ae3b-b7ec121ca2b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:28:03.460Z|935a6711-fffe-4c03-ae3b-b7ec121ca2b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:28:03.657Z|f3b84aa1-b989-40da-bc14-95fe80f92db4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:28:03.658Z|f3b84aa1-b989-40da-bc14-95fe80f92db4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:28:07.672Z|5fe15151-c93f-4b36-b36f-9ef65851c990|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:07.672Z|d919629e-1a6f-4fa0-ac44-433b4169ca2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:07.672Z|3139ff4a-1314-4a92-aae5-0458b33bae85|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:07.674Z|5fe15151-c93f-4b36-b36f-9ef65851c990|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:07.674Z|3139ff4a-1314-4a92-aae5-0458b33bae85|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:07.674Z|d919629e-1a6f-4fa0-ac44-433b4169ca2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:17.703Z|f4d3eb06-f170-4da7-8991-8f080ddca3c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:17.703Z|20281e70-4e89-4664-8285-25fcfb161d4d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:17.704Z|f4d3eb06-f170-4da7-8991-8f080ddca3c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:17.705Z|07e9ca5a-2f4c-4496-b144-4d3508aed7b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:17.705Z|20281e70-4e89-4664-8285-25fcfb161d4d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:17.705Z|07e9ca5a-2f4c-4496-b144-4d3508aed7b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:18.460Z|66b4f481-515c-45e5-abeb-a8294de18ee5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:28:18.463Z|66b4f481-515c-45e5-abeb-a8294de18ee5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:28:27.738Z|f47995be-9c22-422a-877c-a73b013007a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:27.738Z|ee701e4c-04d1-4583-b3a3-f14667f64d0d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:27.739Z|e4d6672e-570c-4cd1-a4db-d79d7ed8ce63|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:27.740Z|e4d6672e-570c-4cd1-a4db-d79d7ed8ce63|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:27.740Z|ee701e4c-04d1-4583-b3a3-f14667f64d0d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:27.740Z|f47995be-9c22-422a-877c-a73b013007a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:33.460Z|20d65831-df22-4f37-9184-a6f6d56ca757|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:28:33.462Z|20d65831-df22-4f37-9184-a6f6d56ca757|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:28:33.658Z|80ba8536-7f6f-42f8-967a-ce6fcdae8eb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:28:33.659Z|80ba8536-7f6f-42f8-967a-ce6fcdae8eb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:28:37.773Z|22b52a08-8309-48c1-9876-00d1e05e2959|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:37.773Z|7a1c5389-ab39-4055-b318-63bb846c173a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:37.773Z|bf131d7d-ca44-4f71-ae36-cb43ef0433bd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:37.774Z|bf131d7d-ca44-4f71-ae36-cb43ef0433bd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:37.774Z|7a1c5389-ab39-4055-b318-63bb846c173a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:37.774Z|22b52a08-8309-48c1-9876-00d1e05e2959|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:45.779Z|bdec26b1-3230-4100-8ea5-9c0687d343ca|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:28:45.782Z|bdec26b1-3230-4100-8ea5-9c0687d343ca|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:47.805Z|f9a66241-aff9-4750-ba08-24dfc73adfa3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:47.805Z|85c338d3-dda0-4af8-a7a3-3031b237748e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:47.805Z|cb2e6519-231a-445d-ad89-e47fc1891551|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:47.806Z|cb2e6519-231a-445d-ad89-e47fc1891551|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:47.806Z|f9a66241-aff9-4750-ba08-24dfc73adfa3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:47.806Z|85c338d3-dda0-4af8-a7a3-3031b237748e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:48.460Z|78dd0072-cf82-4dce-b949-de927f66abf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:28:48.461Z|78dd0072-cf82-4dce-b949-de927f66abf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:28:57.834Z|528d5753-5a40-4e04-b51a-f36b3d3e9956|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:57.834Z|5534c599-a59e-416b-ad39-48547eb454da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:57.835Z|528d5753-5a40-4e04-b51a-f36b3d3e9956|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:57.836Z|5534c599-a59e-416b-ad39-48547eb454da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:28:57.838Z|6111f773-0ae8-4d30-84ce-d79d2054a97f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:28:57.838Z|6111f773-0ae8-4d30-84ce-d79d2054a97f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:03.459Z|1dd06eb7-6577-4796-8856-734a6d8995e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:29:03.462Z|1dd06eb7-6577-4796-8856-734a6d8995e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:29:03.660Z|974f157a-385c-49e7-b661-b44d63bff256|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:29:03.661Z|974f157a-385c-49e7-b661-b44d63bff256|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:29:07.866Z|0dc909ff-3b4e-4631-ae29-50c2ad741855|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:07.866Z|3b12188e-9e31-476c-9198-83fea2579a78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:07.866Z|05b1afbe-92cc-4d41-afee-9a0ae164ea8f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:07.867Z|05b1afbe-92cc-4d41-afee-9a0ae164ea8f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:07.867Z|3b12188e-9e31-476c-9198-83fea2579a78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:07.867Z|0dc909ff-3b4e-4631-ae29-50c2ad741855|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:17.896Z|5e3a7758-1d1b-4be1-bf54-00db42bc97b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:17.896Z|0a5f359b-6e28-4da0-ab21-28bca5c76dc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:17.896Z|97df4183-7184-45b5-aab4-0b977cc97221|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:17.897Z|5e3a7758-1d1b-4be1-bf54-00db42bc97b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:17.897Z|0a5f359b-6e28-4da0-ab21-28bca5c76dc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:17.897Z|97df4183-7184-45b5-aab4-0b977cc97221|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:18.459Z|54455d2a-4631-403d-9e08-9d9d7db22443|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:29:18.460Z|54455d2a-4631-403d-9e08-9d9d7db22443|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:29:27.926Z|068ecf86-3c9a-4e14-af47-5ae9c17c44e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:27.926Z|c37d5b8c-0fc3-4b9b-9967-0de043d6a82e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:27.927Z|068ecf86-3c9a-4e14-af47-5ae9c17c44e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:27.927Z|c37d5b8c-0fc3-4b9b-9967-0de043d6a82e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:27.930Z|91f717d5-f8b4-4509-8f0c-cd823f58b94e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:27.930Z|91f717d5-f8b4-4509-8f0c-cd823f58b94e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:33.459Z|c3e7b07b-3a66-4b97-9112-475f2049f497|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:29:33.461Z|c3e7b07b-3a66-4b97-9112-475f2049f497|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:29:33.662Z|7cc5b7a3-e547-4105-8a66-515bedfd09d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:29:33.663Z|7cc5b7a3-e547-4105-8a66-515bedfd09d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:29:37.953Z|bc97fc9f-5d5c-4a9f-be55-3381388715a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:37.954Z|bc97fc9f-5d5c-4a9f-be55-3381388715a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:37.956Z|deb6d7b1-fdef-4efa-bb4e-2da7909a8069|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:37.956Z|6bc54ec4-8d69-4852-bf56-1c3f196c8d15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:37.957Z|deb6d7b1-fdef-4efa-bb4e-2da7909a8069|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:37.957Z|6bc54ec4-8d69-4852-bf56-1c3f196c8d15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:45.776Z|5357485f-8040-45d7-8b97-4b54f4fd630b|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:29:45.777Z|5357485f-8040-45d7-8b97-4b54f4fd630b|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:47.985Z|9200424d-c2a1-4c32-9ece-7f666653d9ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:47.985Z|1489268c-2846-4d62-a0b0-bb6d903c6a25|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:47.985Z|1c0c9f6f-e40d-4529-8e60-828df9269e3a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:47.986Z|1489268c-2846-4d62-a0b0-bb6d903c6a25|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:47.986Z|1c0c9f6f-e40d-4529-8e60-828df9269e3a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:47.986Z|9200424d-c2a1-4c32-9ece-7f666653d9ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:48.459Z|913a35c5-c2d6-40df-81bb-08a041b05399|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:29:48.462Z|913a35c5-c2d6-40df-81bb-08a041b05399|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:29:58.022Z|e0527be6-012a-4694-8889-ace2513976f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:58.022Z|e05fbc8e-b5ca-4685-867e-2edc17956ff9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:58.024Z|8206c9b3-9b09-47ff-8c3d-bb5e21ba04e4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:29:58.024Z|e0527be6-012a-4694-8889-ace2513976f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:58.024Z|e05fbc8e-b5ca-4685-867e-2edc17956ff9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:29:58.024Z|8206c9b3-9b09-47ff-8c3d-bb5e21ba04e4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:03.460Z|2547dad5-50ec-45a1-9e85-1eec8c470041|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:30:03.461Z|2547dad5-50ec-45a1-9e85-1eec8c470041|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:30:03.664Z|b4f52fd7-fae5-4a17-b192-63bc4f6d84af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:30:03.665Z|b4f52fd7-fae5-4a17-b192-63bc4f6d84af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:30:08.058Z|049610b6-88b2-4a96-bdf4-dca9fde34a6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:08.058Z|59aee181-1404-41a0-be6c-0ec6e7e14918|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:08.058Z|b5c1e019-039b-41f5-a028-3c4639120bbc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:08.059Z|049610b6-88b2-4a96-bdf4-dca9fde34a6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:08.059Z|b5c1e019-039b-41f5-a028-3c4639120bbc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:08.059Z|59aee181-1404-41a0-be6c-0ec6e7e14918|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:18.094Z|30a227e5-10d1-476e-92c6-afa395699e13|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:18.094Z|e23e1906-3465-4517-97ec-c054e22f741f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:18.094Z|f6590d10-0ba7-4925-83c4-545586bfee82|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:18.096Z|30a227e5-10d1-476e-92c6-afa395699e13|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:18.096Z|e23e1906-3465-4517-97ec-c054e22f741f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:18.096Z|f6590d10-0ba7-4925-83c4-545586bfee82|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:18.460Z|18c46a05-3826-4d5e-af2c-56b61b0c23b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:30:18.461Z|18c46a05-3826-4d5e-af2c-56b61b0c23b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:30:28.134Z|f817d36e-948c-4050-8f02-1b5a57001afb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:28.135Z|e0bfc204-4506-4bbb-ac45-b1d27ebc7864|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:28.136Z|7f02fba8-af92-49f5-b5e7-9afc25706304|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:28.136Z|f817d36e-948c-4050-8f02-1b5a57001afb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:28.137Z|e0bfc204-4506-4bbb-ac45-b1d27ebc7864|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:28.137Z|7f02fba8-af92-49f5-b5e7-9afc25706304|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:33.460Z|d7a71ad8-4527-4517-9829-bfcc0c5300e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:30:33.464Z|d7a71ad8-4527-4517-9829-bfcc0c5300e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:30:33.666Z|c79ee065-a330-4a07-b8af-c7d3883df860|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:30:33.667Z|c79ee065-a330-4a07-b8af-c7d3883df860|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:30:38.173Z|05c8c511-e090-4373-aee3-71b6eedd1ba0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:38.173Z|6b027801-1920-468e-935e-dcef3bd7866f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:38.173Z|e594b83c-3a13-4f9f-b246-b02f20f629dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:38.175Z|e594b83c-3a13-4f9f-b246-b02f20f629dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:38.175Z|6b027801-1920-468e-935e-dcef3bd7866f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:38.175Z|05c8c511-e090-4373-aee3-71b6eedd1ba0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:45.778Z|9f79bbad-545c-4c38-bcca-2d902e447df7|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:30:45.779Z|9f79bbad-545c-4c38-bcca-2d902e447df7|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:48.207Z|995d9a1e-0df0-4398-81b9-756991453bca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:48.207Z|0378f40c-2731-4dc9-9888-520813478877|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:48.207Z|34a1405c-543a-4780-87d4-4fc6ca1a2bc3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:48.208Z|995d9a1e-0df0-4398-81b9-756991453bca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:48.208Z|0378f40c-2731-4dc9-9888-520813478877|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:48.208Z|34a1405c-543a-4780-87d4-4fc6ca1a2bc3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:48.459Z|4605253c-2617-450c-8c3d-e6429c950046|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:30:48.460Z|4605253c-2617-450c-8c3d-e6429c950046|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:30:58.239Z|114e5c22-03e4-421f-a590-d37272fb9b11|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:58.239Z|7fb6bbb0-82ff-4731-828a-3cfa6e001554|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:58.239Z|d8d989e2-3811-4be5-93f4-2dd92d1bc17c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:30:58.241Z|114e5c22-03e4-421f-a590-d37272fb9b11|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:58.241Z|7fb6bbb0-82ff-4731-828a-3cfa6e001554|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:30:58.241Z|d8d989e2-3811-4be5-93f4-2dd92d1bc17c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:03.459Z|f34b6738-dafd-47a4-afd7-c286bd7efd47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:31:03.460Z|f34b6738-dafd-47a4-afd7-c286bd7efd47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:31:03.667Z|6463da3f-d8b3-4233-8c8f-0957cbd8c97c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:31:03.668Z|6463da3f-d8b3-4233-8c8f-0957cbd8c97c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:31:08.268Z|03020ae5-9388-44e0-8ffe-451d1c0c5238|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:08.269Z|c447e689-899c-4fb8-b277-14d9db60875a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:08.269Z|03020ae5-9388-44e0-8ffe-451d1c0c5238|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:08.269Z|c447e689-899c-4fb8-b277-14d9db60875a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:08.277Z|c5c95d1d-c21e-45ff-a68e-0a3222c13431|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:08.277Z|c5c95d1d-c21e-45ff-a68e-0a3222c13431|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:18.298Z|a8d6d848-c6a0-4710-b2c2-99bfca71e57b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:18.298Z|3e9801cb-7612-4ccc-99f0-9e8d881a5d08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:18.299Z|a8d6d848-c6a0-4710-b2c2-99bfca71e57b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:18.299Z|3e9801cb-7612-4ccc-99f0-9e8d881a5d08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:18.304Z|a4f2567a-85d5-42fa-ad7b-f59d54e2bab5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:18.305Z|a4f2567a-85d5-42fa-ad7b-f59d54e2bab5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:18.459Z|9eb971a9-eebc-407f-ad2b-d9b55b7ab732|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:31:18.461Z|9eb971a9-eebc-407f-ad2b-d9b55b7ab732|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:31:28.323Z|82769387-b979-4960-b564-4b919d47e37e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:28.324Z|fdc77d22-572c-4ab1-8955-43e206d095cd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:28.324Z|82769387-b979-4960-b564-4b919d47e37e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:28.325Z|fdc77d22-572c-4ab1-8955-43e206d095cd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:28.331Z|bfbb8f9f-c68e-4097-8d1a-b8ecdbb46166|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:28.332Z|bfbb8f9f-c68e-4097-8d1a-b8ecdbb46166|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:33.459Z|d4f0b3c3-3a5c-4dc5-bbf2-ab62004c0a75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:31:33.460Z|d4f0b3c3-3a5c-4dc5-bbf2-ab62004c0a75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:31:33.669Z|ee6b0c11-b5a8-4691-aad2-a675b2e3ed57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:31:33.669Z|ee6b0c11-b5a8-4691-aad2-a675b2e3ed57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:31:38.408Z|d42deed8-36f7-479b-a541-96f37010ee8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:38.407Z|bbb3588a-09f4-4e70-b8cd-035304e155ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:38.352Z|04d1ed77-265f-4c40-854d-db9c921fafc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:38.408Z|d42deed8-36f7-479b-a541-96f37010ee8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:38.409Z|bbb3588a-09f4-4e70-b8cd-035304e155ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:38.408Z|04d1ed77-265f-4c40-854d-db9c921fafc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:45.778Z|5bb1c244-3e11-4064-94fd-90952de6db48|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:31:45.779Z|5bb1c244-3e11-4064-94fd-90952de6db48|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:48.438Z|29b32dcf-b8f3-4279-93a8-fde22c2d2c01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:48.438Z|eca36283-85a3-4503-98d2-f073c472d79a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:48.438Z|2b52acf2-5caa-4769-b4fc-96083eca4698|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:48.439Z|29b32dcf-b8f3-4279-93a8-fde22c2d2c01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:48.439Z|eca36283-85a3-4503-98d2-f073c472d79a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:48.439Z|2b52acf2-5caa-4769-b4fc-96083eca4698|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:48.460Z|8dcdc61c-4942-4440-a6a1-80ef857e1f4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:31:48.461Z|8dcdc61c-4942-4440-a6a1-80ef857e1f4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:31:58.476Z|f28c26b2-572e-4b08-a1f4-e0fbfda2db25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:58.476Z|edfdecb9-d8e7-4554-9469-2b11fa3facd4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:58.476Z|107cb86f-0be7-4ab3-8f85-85d235cd4c06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:31:58.478Z|f28c26b2-572e-4b08-a1f4-e0fbfda2db25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:58.478Z|edfdecb9-d8e7-4554-9469-2b11fa3facd4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:31:58.478Z|107cb86f-0be7-4ab3-8f85-85d235cd4c06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:03.460Z|4cf67384-d3ff-41fd-9e8a-291bc94d4c98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:32:03.463Z|4cf67384-d3ff-41fd-9e8a-291bc94d4c98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:32:03.670Z|16f53183-5299-4543-9a68-12a25e598150|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:32:03.670Z|16f53183-5299-4543-9a68-12a25e598150|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:32:08.511Z|e6d2928e-d65b-4904-8c58-0a528e414252|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:08.511Z|ce3da290-0cd6-45e1-944a-75717c0c2f76|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:08.512Z|ce3da290-0cd6-45e1-944a-75717c0c2f76|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:08.512Z|e6d2928e-d65b-4904-8c58-0a528e414252|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:08.514Z|78e5628c-54da-43fb-a422-b2e554d8efbc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:08.515Z|78e5628c-54da-43fb-a422-b2e554d8efbc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:18.460Z|a4338ad8-cd44-43e5-b2fd-163c88af8365|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:32:18.463Z|a4338ad8-cd44-43e5-b2fd-163c88af8365|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:32:18.548Z|78777428-e96c-4ad5-93bb-8e3f15255ac8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:18.548Z|ec5d4932-9e26-49e9-8e38-fcd14eb08345|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:18.550Z|78777428-e96c-4ad5-93bb-8e3f15255ac8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:18.550Z|ec5d4932-9e26-49e9-8e38-fcd14eb08345|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:18.555Z|957b19bc-c864-4bf1-a129-07120430f14e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:18.556Z|957b19bc-c864-4bf1-a129-07120430f14e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:28.583Z|49ef441d-5dfe-4e99-b5bd-54a7dbe17ae1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:28.583Z|8c9e50d3-0c55-4c41-8d4e-bf09b4584ada|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:28.583Z|f852a82f-e349-43a5-b2ab-65ad0345e268|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:28.584Z|8c9e50d3-0c55-4c41-8d4e-bf09b4584ada|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:28.584Z|49ef441d-5dfe-4e99-b5bd-54a7dbe17ae1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:28.584Z|f852a82f-e349-43a5-b2ab-65ad0345e268|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:33.459Z|18c6f782-b69a-46a5-8114-fa3fd318275d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:32:33.460Z|18c6f782-b69a-46a5-8114-fa3fd318275d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:32:33.671Z|ed738723-96dd-4e22-bb3d-fa95a91c372b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:32:33.672Z|ed738723-96dd-4e22-bb3d-fa95a91c372b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:32:38.615Z|8d14ce6c-afab-45fb-8459-8a5aba8872af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:38.615Z|caa329d7-97e3-42dd-a3cb-147efaf136d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:38.616Z|8d14ce6c-afab-45fb-8459-8a5aba8872af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:38.618Z|caa329d7-97e3-42dd-a3cb-147efaf136d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:38.620Z|4c6304a9-5991-486c-8ebe-57735f0995d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:38.621Z|4c6304a9-5991-486c-8ebe-57735f0995d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:45.776Z|3125e04a-d0ce-463a-b182-1e59352dc8e6|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:32:45.777Z|3125e04a-d0ce-463a-b182-1e59352dc8e6|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:48.459Z|7510f49c-90b3-4632-afad-c78486d1d87c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:32:48.462Z|7510f49c-90b3-4632-afad-c78486d1d87c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:32:48.644Z|faa13810-f592-448b-9621-7a3ad9a87ce9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:48.645Z|faa13810-f592-448b-9621-7a3ad9a87ce9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:48.645Z|7d029100-89cc-4cdf-9223-444d4c5e70d9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:48.647Z|7d029100-89cc-4cdf-9223-444d4c5e70d9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:48.650Z|a8e7e221-1c68-41ba-9b7e-495f1ee1a0b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:48.650Z|a8e7e221-1c68-41ba-9b7e-495f1ee1a0b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:58.672Z|323f728d-4c3f-40cb-902a-05d96e281eea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:58.672Z|7145c977-f710-4b23-86fc-d414160f947a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:58.672Z|d55d5a88-44a8-43db-87e3-c00268f26a0d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:32:58.673Z|7145c977-f710-4b23-86fc-d414160f947a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:58.673Z|d55d5a88-44a8-43db-87e3-c00268f26a0d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:32:58.673Z|323f728d-4c3f-40cb-902a-05d96e281eea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:03.459Z|01a37168-8de1-4472-a752-cb5b698ed6f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:33:03.460Z|01a37168-8de1-4472-a752-cb5b698ed6f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:33:03.672Z|c784818b-3372-4416-81f4-9300d2fa6bfe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:33:03.673Z|c784818b-3372-4416-81f4-9300d2fa6bfe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:33:08.704Z|2908caa6-1fd2-4ba9-b490-8cf72ce842ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:08.704Z|8c37f5ea-ca4b-4f50-8edf-6adaa0d19db5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:08.704Z|57090d3a-4b76-4327-867c-b027f968eb14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:08.706Z|57090d3a-4b76-4327-867c-b027f968eb14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:08.706Z|2908caa6-1fd2-4ba9-b490-8cf72ce842ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:08.706Z|8c37f5ea-ca4b-4f50-8edf-6adaa0d19db5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:18.460Z|80dc3720-5524-48a6-ac25-4e1b1281c674|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:33:18.461Z|80dc3720-5524-48a6-ac25-4e1b1281c674|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:33:18.738Z|6e53b135-38ed-4b24-a567-5386a9876e1d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:18.738Z|8ad7ca4f-bb7a-4c62-a5d1-e26023e9e813|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:18.739Z|6e53b135-38ed-4b24-a567-5386a9876e1d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:18.739Z|8ad7ca4f-bb7a-4c62-a5d1-e26023e9e813|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:18.738Z|32c52d49-178e-4cab-bb7f-8b56ebc88760|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:18.741Z|32c52d49-178e-4cab-bb7f-8b56ebc88760|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:28.772Z|58014c43-2ee8-46ba-a69f-906df72e60b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:28.772Z|a5ecd06d-af69-4ca2-af8d-94ff7c0c20cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:28.772Z|aa18603a-224e-40dd-a818-a20e5a7d3bc5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:28.774Z|58014c43-2ee8-46ba-a69f-906df72e60b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:28.774Z|a5ecd06d-af69-4ca2-af8d-94ff7c0c20cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:28.774Z|aa18603a-224e-40dd-a818-a20e5a7d3bc5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:33.460Z|7155e995-5545-4584-abc4-e947c582bbdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:33:33.463Z|7155e995-5545-4584-abc4-e947c582bbdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:33:33.674Z|02914b33-6599-46ae-b615-06cda46dadd0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:33:33.674Z|02914b33-6599-46ae-b615-06cda46dadd0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:33:38.817Z|c56be6a3-ecc0-4952-b9de-e2f10ddd5710|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:38.817Z|c14da764-8d3a-46cf-a461-755a80106a13|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:38.817Z|f53d9cdb-5165-4c5c-9388-bc4e3ba3525e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:38.820Z|f53d9cdb-5165-4c5c-9388-bc4e3ba3525e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:38.820Z|c14da764-8d3a-46cf-a461-755a80106a13|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:38.820Z|c56be6a3-ecc0-4952-b9de-e2f10ddd5710|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:45.778Z|fc8e80b5-dab8-41bd-9c4a-31dad9ede32e|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:33:45.780Z|fc8e80b5-dab8-41bd-9c4a-31dad9ede32e|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:48.460Z|99dab398-c60f-493a-adc4-38cbf264c8e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:33:48.461Z|99dab398-c60f-493a-adc4-38cbf264c8e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:33:48.848Z|9f4138d7-a73d-4f5f-bd85-7e4561db2b76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:48.849Z|5660edf4-00c1-47e0-9b4c-dfbe2978b357|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:48.849Z|75b45dd6-bd74-463e-8902-b804903fa34f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:48.849Z|5660edf4-00c1-47e0-9b4c-dfbe2978b357|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:48.849Z|9f4138d7-a73d-4f5f-bd85-7e4561db2b76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:48.850Z|75b45dd6-bd74-463e-8902-b804903fa34f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:58.879Z|ea98ebcb-716a-4d63-90c5-f8dded49d8ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:58.879Z|cd5a21b2-e65c-4d05-887f-0f0ce1d8a341|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:58.880Z|ea98ebcb-716a-4d63-90c5-f8dded49d8ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:58.880Z|cd5a21b2-e65c-4d05-887f-0f0ce1d8a341|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:33:58.883Z|d70d3c4d-1ae0-4bab-99ab-6fe6b42aa956|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:33:58.883Z|d70d3c4d-1ae0-4bab-99ab-6fe6b42aa956|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:03.459Z|583c2a66-4352-4115-b7d2-2d3ac71059ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:34:03.460Z|583c2a66-4352-4115-b7d2-2d3ac71059ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:34:03.675Z|df00ab76-e74b-403c-90c4-cb6f584354ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:34:03.676Z|df00ab76-e74b-403c-90c4-cb6f584354ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:34:08.908Z|9896f662-5588-4a67-b942-182e2113ff2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:08.909Z|6054447a-b850-4686-9677-41d6b249af86|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:08.908Z|23b22c20-d863-4b86-ad54-48a4992392a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:08.909Z|9896f662-5588-4a67-b942-182e2113ff2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:08.909Z|6054447a-b850-4686-9677-41d6b249af86|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:08.911Z|23b22c20-d863-4b86-ad54-48a4992392a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:18.459Z|8e328215-7868-41d1-9f82-ef1ccb1e164b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:34:18.462Z|8e328215-7868-41d1-9f82-ef1ccb1e164b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:34:18.939Z|efafb941-8c5b-4d4a-bb18-1cd366ba2713|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:18.939Z|b1fe5ecf-5c35-4783-89be-f896e2d96f4a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:18.939Z|57a04c3b-0394-4a56-a6b6-981885b2760b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:18.940Z|efafb941-8c5b-4d4a-bb18-1cd366ba2713|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:18.940Z|b1fe5ecf-5c35-4783-89be-f896e2d96f4a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:18.940Z|57a04c3b-0394-4a56-a6b6-981885b2760b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:28.965Z|5155485b-c3ea-4ab8-af42-8337727107d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:28.964Z|60e6b0f4-a8fd-403d-b3e2-53cda13ebcc4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:28.966Z|5155485b-c3ea-4ab8-af42-8337727107d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:28.966Z|60e6b0f4-a8fd-403d-b3e2-53cda13ebcc4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:28.967Z|b2d88d10-c611-47b0-97f9-42a6c88cd7f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:28.967Z|b2d88d10-c611-47b0-97f9-42a6c88cd7f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:33.459Z|b7eda942-2ccc-4d58-a213-ee04efdd69ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:34:33.460Z|b7eda942-2ccc-4d58-a213-ee04efdd69ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:34:33.676Z|7e72ffca-7247-4bc4-82da-77c9e1ac77ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:34:33.677Z|7e72ffca-7247-4bc4-82da-77c9e1ac77ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:34:38.992Z|43805fb8-eb82-41a3-82ba-0e893d8ff9d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:38.992Z|f9a1341d-d5b6-4809-8d50-52361615d6c2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:38.992Z|7f2da563-de47-4678-9bfe-d22a4757a0dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:38.993Z|7f2da563-de47-4678-9bfe-d22a4757a0dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:38.993Z|f9a1341d-d5b6-4809-8d50-52361615d6c2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:38.993Z|43805fb8-eb82-41a3-82ba-0e893d8ff9d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:45.780Z|84f77ccd-0c9f-40b2-85b1-a8585f4d011b|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:34:45.782Z|84f77ccd-0c9f-40b2-85b1-a8585f4d011b|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:48.460Z|7e6b7989-fc95-4dab-a354-6c01bd7ca1ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:34:48.461Z|7e6b7989-fc95-4dab-a354-6c01bd7ca1ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:34:49.023Z|3d247554-175c-419e-9ed1-6e486cdef46c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:49.023Z|62b564cb-00b8-4621-968c-0093640ea9b6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:49.023Z|e7ed5c3b-63b1-46b9-9399-29a411ddcc3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:49.024Z|62b564cb-00b8-4621-968c-0093640ea9b6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:49.024Z|3d247554-175c-419e-9ed1-6e486cdef46c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:49.025Z|e7ed5c3b-63b1-46b9-9399-29a411ddcc3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:59.058Z|04bcbbde-c63d-4f42-9cd4-040f53c5e18e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:59.058Z|5107b4f6-0ed2-47d9-9216-3bf2daaa618a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:59.059Z|4336af0c-02af-4403-bd67-87f11e047b9b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:34:59.060Z|04bcbbde-c63d-4f42-9cd4-040f53c5e18e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:59.060Z|5107b4f6-0ed2-47d9-9216-3bf2daaa618a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:34:59.060Z|4336af0c-02af-4403-bd67-87f11e047b9b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:03.460Z|51e7071e-a6f0-4df9-9094-bd53040185b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:35:03.462Z|51e7071e-a6f0-4df9-9094-bd53040185b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:35:03.678Z|203462e9-8041-450f-8c17-3360cff6d4a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:35:03.678Z|203462e9-8041-450f-8c17-3360cff6d4a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:35:09.095Z|18ba6337-a8f7-44bf-81c3-dbaa626c1d0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:09.095Z|de5241e3-4d53-408b-8e03-65cda66fc045|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:09.095Z|5b29dca0-ecf3-4e0a-ab31-d6fea8939846|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:09.097Z|de5241e3-4d53-408b-8e03-65cda66fc045|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:09.097Z|18ba6337-a8f7-44bf-81c3-dbaa626c1d0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:09.097Z|5b29dca0-ecf3-4e0a-ab31-d6fea8939846|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:18.460Z|ff769740-47d9-404a-8bb3-9e60b3ef78c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:35:18.462Z|ff769740-47d9-404a-8bb3-9e60b3ef78c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:35:19.130Z|56755831-8282-4d0b-8682-25d5d0554f4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:19.130Z|15ce9db3-e56b-4730-90a5-d8164e6628be|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:19.130Z|f157c745-58f6-4d85-98d4-1b7219a452c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:19.131Z|15ce9db3-e56b-4730-90a5-d8164e6628be|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:19.131Z|f157c745-58f6-4d85-98d4-1b7219a452c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:19.131Z|56755831-8282-4d0b-8682-25d5d0554f4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:29.164Z|b1f26f0c-7201-4870-921b-775265325c8c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:29.164Z|fe560892-7e7c-4d3a-91fb-ca2a0dcab4c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:29.164Z|d3ef4b71-dfdf-4da7-9618-fbf278d7219b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:29.166Z|b1f26f0c-7201-4870-921b-775265325c8c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:29.166Z|d3ef4b71-dfdf-4da7-9618-fbf278d7219b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:29.166Z|fe560892-7e7c-4d3a-91fb-ca2a0dcab4c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:33.460Z|80652a09-fb57-4d0a-9ba1-03e75f8ad53b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:35:33.461Z|80652a09-fb57-4d0a-9ba1-03e75f8ad53b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:35:33.679Z|79297509-0240-40e0-a15f-606b0756b76c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:35:33.679Z|79297509-0240-40e0-a15f-606b0756b76c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:35:39.199Z|8bab1007-6595-4106-a4a1-d6e1cea81397|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:39.200Z|8bab1007-6595-4106-a4a1-d6e1cea81397|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:39.202Z|e0bc8cc2-b072-4558-af14-ae228fbb25a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:39.202Z|e0bc8cc2-b072-4558-af14-ae228fbb25a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:39.200Z|a51833bf-f81e-49bd-94a3-b678be59d0da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:39.204Z|a51833bf-f81e-49bd-94a3-b678be59d0da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:45.776Z|d71c073a-2641-476f-b2da-a4a8f3f689a0|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:35:45.777Z|d71c073a-2641-476f-b2da-a4a8f3f689a0|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:48.459Z|46061893-2165-4b5e-adbf-90d08f1226e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:35:48.462Z|46061893-2165-4b5e-adbf-90d08f1226e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:35:49.229Z|8f3ef0c2-0f50-4153-8909-21e4c1fdca09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:49.230Z|f19267f7-b896-4669-918d-6aedabae0324|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:49.230Z|8f3ef0c2-0f50-4153-8909-21e4c1fdca09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:49.233Z|f19267f7-b896-4669-918d-6aedabae0324|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:49.233Z|29021e59-9c06-44d5-9afc-d5a6f0ccebea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:49.235Z|29021e59-9c06-44d5-9afc-d5a6f0ccebea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:59.265Z|20f5c0a2-276a-415d-bb50-2e16b2e2d94a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:59.265Z|c4ef7899-951b-4c88-85f7-197daa7b959f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:59.265Z|3d9e1449-3e23-4fa4-aa71-7de6f1d684ff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:35:59.266Z|3d9e1449-3e23-4fa4-aa71-7de6f1d684ff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:59.266Z|20f5c0a2-276a-415d-bb50-2e16b2e2d94a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:35:59.266Z|c4ef7899-951b-4c88-85f7-197daa7b959f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:03.459Z|8bf9cd2d-851d-4166-b688-67d22422a497|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:36:03.460Z|8bf9cd2d-851d-4166-b688-67d22422a497|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:36:03.680Z|05e3296b-8085-46cd-a865-bd01e68ca8dc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:36:03.681Z|05e3296b-8085-46cd-a865-bd01e68ca8dc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:36:09.297Z|27df6ece-0ead-4be5-afdf-7d102cd9be9a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:09.297Z|92aea987-23ae-403e-a388-80c55896d2f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:09.298Z|92aea987-23ae-403e-a388-80c55896d2f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:09.298Z|27df6ece-0ead-4be5-afdf-7d102cd9be9a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:09.299Z|948513fd-2024-4fb5-a87e-203a6d50f354|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:09.301Z|948513fd-2024-4fb5-a87e-203a6d50f354|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:18.459Z|41e8f224-a364-453c-8148-753d69e95374|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:36:18.460Z|41e8f224-a364-453c-8148-753d69e95374|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:36:19.326Z|c7797bc3-a86f-4330-8b65-aaec43c67382|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:19.326Z|02488c77-b5ae-4802-8ff7-c2dcbd1b70ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:19.327Z|c7797bc3-a86f-4330-8b65-aaec43c67382|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:19.327Z|02488c77-b5ae-4802-8ff7-c2dcbd1b70ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:19.330Z|80af663d-26df-4a64-ad76-bdb4f63c42bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:19.333Z|80af663d-26df-4a64-ad76-bdb4f63c42bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:29.361Z|8a632bb3-2b1a-48f7-810c-1e52ffbd61d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:29.361Z|41426c44-fbba-4354-9898-e3e3679e3fff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:29.363Z|8a632bb3-2b1a-48f7-810c-1e52ffbd61d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:29.363Z|41426c44-fbba-4354-9898-e3e3679e3fff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:29.371Z|f1a08552-5356-4ac3-bd79-e0024ca329cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:29.372Z|f1a08552-5356-4ac3-bd79-e0024ca329cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:33.460Z|bc880d9d-6fdc-47d4-a8f1-101ec552d508|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:36:33.463Z|bc880d9d-6fdc-47d4-a8f1-101ec552d508|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:36:33.681Z|79d18646-4b81-45c7-96bf-d22a68203e0b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:36:33.682Z|79d18646-4b81-45c7-96bf-d22a68203e0b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:36:39.402Z|f86c9d45-7c31-4251-9bc8-3f0e13a96601|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:39.402Z|6885de08-7822-413c-9f8c-cb0252ea3f67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:39.402Z|f131df18-94ba-46c8-a8a0-33936e240bc8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:39.405Z|6885de08-7822-413c-9f8c-cb0252ea3f67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:39.405Z|f86c9d45-7c31-4251-9bc8-3f0e13a96601|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:39.405Z|f131df18-94ba-46c8-a8a0-33936e240bc8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:45.780Z|48e59be5-ca60-4daa-8ccd-51bc4fae72c9|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:36:45.782Z|48e59be5-ca60-4daa-8ccd-51bc4fae72c9|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:48.460Z|59250ce7-1116-4b3f-9d0d-8fda45058677|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:36:48.470Z|59250ce7-1116-4b3f-9d0d-8fda45058677|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:36:49.439Z|472820ff-5062-444b-83eb-1c052b8dfc4c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:49.439Z|c94b4045-141c-4716-b936-2b7e747a66aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:49.439Z|289ee052-e392-415c-b11c-07fce84709c4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:49.440Z|c94b4045-141c-4716-b936-2b7e747a66aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:49.440Z|472820ff-5062-444b-83eb-1c052b8dfc4c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:49.444Z|289ee052-e392-415c-b11c-07fce84709c4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:59.476Z|462ae9ff-7e52-4c88-b33d-ad3e3a6158ba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:59.478Z|462ae9ff-7e52-4c88-b33d-ad3e3a6158ba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:59.475Z|ded49dd0-2f5e-4166-9a1e-f3dd22e3b597|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:59.479Z|ded49dd0-2f5e-4166-9a1e-f3dd22e3b597|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:36:59.480Z|bd3fefe6-eca7-4999-b488-8045cb498b8f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:36:59.481Z|bd3fefe6-eca7-4999-b488-8045cb498b8f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:03.459Z|7341dc0e-b131-45af-b45a-bd2123dec0b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:37:03.461Z|7341dc0e-b131-45af-b45a-bd2123dec0b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:37:03.682Z|6004f8a2-1efb-4b03-9379-1d1098e8d559|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:37:03.683Z|6004f8a2-1efb-4b03-9379-1d1098e8d559|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:37:09.513Z|87df188c-a75b-417d-ba95-f21f8960e524|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:09.513Z|6a93d472-3e85-4b44-966d-fea998ae6dc1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:09.513Z|c4fbeeed-64b6-4870-a6bb-bc62f4f7bf71|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:09.514Z|6a93d472-3e85-4b44-966d-fea998ae6dc1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:09.514Z|c4fbeeed-64b6-4870-a6bb-bc62f4f7bf71|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:09.514Z|87df188c-a75b-417d-ba95-f21f8960e524|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:18.459Z|101a98c6-ed29-4f19-b921-c1362d87ad8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:37:18.462Z|101a98c6-ed29-4f19-b921-c1362d87ad8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:37:19.543Z|a34c4472-e9fd-4b50-aeb9-caa1b40383e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:19.545Z|32dc31c7-0f02-42d8-84e7-766e9e27590d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:19.545Z|3a53077f-4cf5-44eb-ab6f-79f74c446c61|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:19.546Z|32dc31c7-0f02-42d8-84e7-766e9e27590d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:19.546Z|3a53077f-4cf5-44eb-ab6f-79f74c446c61|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:19.544Z|a34c4472-e9fd-4b50-aeb9-caa1b40383e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:29.575Z|83111d21-c43c-4024-bc26-36be6ea9df73|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:29.574Z|d62c6ce6-5b7a-4bea-9c1f-d21270018bcc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:29.574Z|f891ff32-efab-4ae9-bfac-96c327d7153c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:29.576Z|83111d21-c43c-4024-bc26-36be6ea9df73|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:29.576Z|d62c6ce6-5b7a-4bea-9c1f-d21270018bcc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:29.576Z|f891ff32-efab-4ae9-bfac-96c327d7153c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:33.459Z|453a92ae-9265-4a70-ab1f-ae604435a81f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:37:33.460Z|453a92ae-9265-4a70-ab1f-ae604435a81f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:37:33.685Z|c669c5ba-711c-49c8-9abe-54e1ae69f468|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:37:33.685Z|c669c5ba-711c-49c8-9abe-54e1ae69f468|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:37:39.605Z|5b35411a-a752-455a-a91b-bc4856651f8e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:39.605Z|da49faa4-9304-49d8-a3ce-1b0090ff0c18|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:39.605Z|1d00505a-ddce-493c-b8ce-3e2419acde8f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:39.606Z|5b35411a-a752-455a-a91b-bc4856651f8e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:39.606Z|da49faa4-9304-49d8-a3ce-1b0090ff0c18|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:39.606Z|1d00505a-ddce-493c-b8ce-3e2419acde8f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:45.776Z|9fc7e678-6af2-488e-ba07-5a7573e4a14b|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:37:45.777Z|9fc7e678-6af2-488e-ba07-5a7573e4a14b|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:48.460Z|016df2be-4c71-4959-a211-9b7666d08d2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:37:48.461Z|016df2be-4c71-4959-a211-9b7666d08d2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:37:49.634Z|4ba3d90e-8a3b-4137-b1bb-dffe06adb1b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:49.634Z|718bb9cb-e4aa-4088-8e25-ea657f71a923|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:49.634Z|0d5bb8a8-09ba-42dc-857a-c661c1904314|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:49.635Z|0d5bb8a8-09ba-42dc-857a-c661c1904314|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:49.635Z|4ba3d90e-8a3b-4137-b1bb-dffe06adb1b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:49.635Z|718bb9cb-e4aa-4088-8e25-ea657f71a923|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:59.671Z|5f8fe058-ed92-4fdf-876a-ffa0335940d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:59.671Z|4c09f291-64ec-48c9-9af5-0d34f1113c88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:59.671Z|0336f2bf-0765-4a8f-b42b-cdaaa8b0b0b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:37:59.673Z|5f8fe058-ed92-4fdf-876a-ffa0335940d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:59.673Z|4c09f291-64ec-48c9-9af5-0d34f1113c88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:37:59.673Z|0336f2bf-0765-4a8f-b42b-cdaaa8b0b0b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:03.461Z|e536de04-33ce-4137-a4a3-7b54ca5f5dbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:38:03.464Z|e536de04-33ce-4137-a4a3-7b54ca5f5dbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:38:03.687Z|e1829c1c-e8dd-498d-8f47-c97220ab80cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:38:03.687Z|e1829c1c-e8dd-498d-8f47-c97220ab80cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:38:09.707Z|c93a6e56-d071-4053-8e3b-19cb6971af22|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:09.707Z|789f86d6-b682-474c-8dfc-2b3d86aeb3c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:09.709Z|c93a6e56-d071-4053-8e3b-19cb6971af22|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:09.709Z|789f86d6-b682-474c-8dfc-2b3d86aeb3c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:09.716Z|41d4d7cc-f6d6-48e8-976d-d04271481ae7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:09.716Z|41d4d7cc-f6d6-48e8-976d-d04271481ae7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:18.460Z|b47495bd-991d-4ef5-b2ae-a078c504327f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:38:18.462Z|b47495bd-991d-4ef5-b2ae-a078c504327f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:38:19.745Z|b77350d6-0745-483b-8821-65dc56274f8b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:19.745Z|6cac963e-f75d-4ab6-834c-36bdc4a20cb0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:19.745Z|3b4c3816-47b5-4008-ac1f-247568cbb1ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:19.747Z|b77350d6-0745-483b-8821-65dc56274f8b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:19.747Z|3b4c3816-47b5-4008-ac1f-247568cbb1ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:19.747Z|6cac963e-f75d-4ab6-834c-36bdc4a20cb0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:29.781Z|d5e155cb-e43d-4909-b9c8-b55bbfb26988|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:29.781Z|9900677d-9456-419e-b389-6fda754f370b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:29.781Z|1a74151e-af77-42b6-85b7-128cbe85dc3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:29.783Z|d5e155cb-e43d-4909-b9c8-b55bbfb26988|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:29.783Z|9900677d-9456-419e-b389-6fda754f370b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:29.783Z|1a74151e-af77-42b6-85b7-128cbe85dc3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:33.460Z|f60e742d-463c-4c51-847f-35e0ba2b56fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:38:33.461Z|f60e742d-463c-4c51-847f-35e0ba2b56fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:38:33.688Z|ce620308-2a67-43a4-a503-10859f416b96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:38:33.689Z|ce620308-2a67-43a4-a503-10859f416b96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:38:39.813Z|6c559bf0-e59b-4424-86c5-233a04eb5658|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:39.813Z|0f6d9b2f-e91e-413a-b5b5-fe3c200250c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:39.813Z|ff65a3fc-ef34-40ad-8288-738b689cd5be|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:39.814Z|0f6d9b2f-e91e-413a-b5b5-fe3c200250c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:39.814Z|ff65a3fc-ef34-40ad-8288-738b689cd5be|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:39.814Z|6c559bf0-e59b-4424-86c5-233a04eb5658|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:45.776Z|64f72bdf-8ab1-403a-a7e5-9e6413b808b3|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:38:45.778Z|64f72bdf-8ab1-403a-a7e5-9e6413b808b3|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:48.459Z|6d52b254-52d0-4cd8-b971-c1b8ff6f9de9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:38:48.462Z|6d52b254-52d0-4cd8-b971-c1b8ff6f9de9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:38:49.845Z|ceaad721-334c-4aef-8fc1-fa6fd95ccffb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:49.845Z|96ffcc23-dd89-4657-96ed-ee6176b7abd1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:49.845Z|519e155d-bc15-43de-8093-f192f85f9e56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:49.846Z|519e155d-bc15-43de-8093-f192f85f9e56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:49.846Z|96ffcc23-dd89-4657-96ed-ee6176b7abd1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:49.846Z|ceaad721-334c-4aef-8fc1-fa6fd95ccffb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:59.871Z|082ee196-30a9-4a9e-919b-adfb3d262dda|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:59.871Z|082ee196-30a9-4a9e-919b-adfb3d262dda|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:59.872Z|05650482-d2ab-467f-9cc9-cabe0bc423d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:59.872Z|4de7523a-2f3c-4077-a95c-d9b020697e2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:38:59.872Z|4de7523a-2f3c-4077-a95c-d9b020697e2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:38:59.872Z|05650482-d2ab-467f-9cc9-cabe0bc423d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:03.459Z|f385a3dd-2e08-4e52-9526-2b8a2a7e520e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:39:03.460Z|f385a3dd-2e08-4e52-9526-2b8a2a7e520e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:39:03.689Z|5a5991c0-ab1f-4694-bd5d-16339d2f883d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:39:03.690Z|5a5991c0-ab1f-4694-bd5d-16339d2f883d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:39:09.901Z|dc5da2ad-9fe2-49aa-a17b-a38bb57abfd1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:09.901Z|432d67a4-8237-422b-b501-178bd6bc4d51|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:09.901Z|e29ad9fa-a38f-4672-9dfe-7bec63ccc4af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:09.902Z|dc5da2ad-9fe2-49aa-a17b-a38bb57abfd1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:09.902Z|432d67a4-8237-422b-b501-178bd6bc4d51|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:09.903Z|e29ad9fa-a38f-4672-9dfe-7bec63ccc4af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:18.459Z|c9e771da-2f45-4ff2-8ced-fd653ce996cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:39:18.460Z|c9e771da-2f45-4ff2-8ced-fd653ce996cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:39:19.932Z|375d685e-f698-41e6-aeb3-6b6a541796e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:19.932Z|362b1ea2-36ce-4113-b3cb-bc164f4e2a14|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:19.932Z|90709dfe-dba9-4397-84c8-798b0e1e231e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:19.934Z|362b1ea2-36ce-4113-b3cb-bc164f4e2a14|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:19.934Z|90709dfe-dba9-4397-84c8-798b0e1e231e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:19.934Z|375d685e-f698-41e6-aeb3-6b6a541796e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:29.968Z|4a537367-6c60-4751-bbc3-39f0a9609c2e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:29.968Z|ee7407c6-b345-4eb4-b7fc-7be05f573a2a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:29.968Z|80d57091-065a-4bb4-bd1b-b57193267e27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:29.970Z|4a537367-6c60-4751-bbc3-39f0a9609c2e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:29.970Z|ee7407c6-b345-4eb4-b7fc-7be05f573a2a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:29.970Z|80d57091-065a-4bb4-bd1b-b57193267e27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:33.460Z|bd00a43b-4f0c-495f-8b3a-7d5ea341bc15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:39:33.463Z|bd00a43b-4f0c-495f-8b3a-7d5ea341bc15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:39:33.691Z|53e17972-f2fe-410b-9c6d-2aa210127035|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:39:33.691Z|53e17972-f2fe-410b-9c6d-2aa210127035|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:39:40.004Z|58e6ed9a-5944-4fe9-9938-0d33c3a45bd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:40.004Z|fe2b8147-7f33-448d-82e5-9e419004fca6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:40.004Z|35244dbd-c13c-4561-8cbf-4e0dd93c8360|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:40.006Z|fe2b8147-7f33-448d-82e5-9e419004fca6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:40.006Z|35244dbd-c13c-4561-8cbf-4e0dd93c8360|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:40.006Z|58e6ed9a-5944-4fe9-9938-0d33c3a45bd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:45.778Z|19a881d4-d64e-4147-af82-c2237b35dd49|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:39:45.780Z|19a881d4-d64e-4147-af82-c2237b35dd49|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:48.460Z|a48600f9-94f5-4466-b98f-04ea301ffdfd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:39:48.461Z|a48600f9-94f5-4466-b98f-04ea301ffdfd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:39:50.034Z|d4499bb5-15c0-4b10-8bc6-e16a33e50fb0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:50.034Z|e7635277-1e5f-4c37-ba8c-5699639fb3df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:50.035Z|2717d356-89a5-4bce-a0dd-077430d8ca03|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:39:50.035Z|d4499bb5-15c0-4b10-8bc6-e16a33e50fb0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:50.035Z|2717d356-89a5-4bce-a0dd-077430d8ca03|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:39:50.036Z|e7635277-1e5f-4c37-ba8c-5699639fb3df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:00.070Z|9242b58d-4125-4859-846b-11dc6d8f5657|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:00.070Z|e9ed74b6-9fb6-40fa-80e2-941f68103d63|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:00.070Z|9967352f-f8fe-4261-b7ea-716690712883|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:00.071Z|e9ed74b6-9fb6-40fa-80e2-941f68103d63|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:00.071Z|9242b58d-4125-4859-846b-11dc6d8f5657|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:00.071Z|9967352f-f8fe-4261-b7ea-716690712883|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:03.460Z|cc4eec16-b82c-41a6-9022-9ca607e5e33d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:40:03.461Z|cc4eec16-b82c-41a6-9022-9ca607e5e33d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:40:03.692Z|d882b3b1-20bd-42c3-bb96-1c364b73dded|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:40:03.693Z|d882b3b1-20bd-42c3-bb96-1c364b73dded|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:40:10.105Z|ec1c8a56-fe94-4482-bf35-fe79cbf46ea8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:10.105Z|f7b39791-92cc-46b8-8b37-ed54b21d240f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:10.105Z|3b15e925-a824-46e0-8a3e-4ef465ec1e7e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:10.106Z|f7b39791-92cc-46b8-8b37-ed54b21d240f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:10.106Z|ec1c8a56-fe94-4482-bf35-fe79cbf46ea8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:10.106Z|3b15e925-a824-46e0-8a3e-4ef465ec1e7e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:18.459Z|eab3606f-c7a2-438f-9534-a545ae3f7160|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:40:18.462Z|eab3606f-c7a2-438f-9534-a545ae3f7160|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:40:20.139Z|458284bf-e8e0-49f2-bebf-d8f05dd5fd14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:20.139Z|0fab39a6-bf4f-4c56-a1ac-642c3e666208|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:20.139Z|58660d28-b826-496c-b4b7-d7e0bda53716|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:20.140Z|458284bf-e8e0-49f2-bebf-d8f05dd5fd14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:20.140Z|0fab39a6-bf4f-4c56-a1ac-642c3e666208|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:20.140Z|58660d28-b826-496c-b4b7-d7e0bda53716|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:30.169Z|ee2e43ab-0a01-415e-8bbd-97c077263437|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:30.170Z|078c9124-0593-434e-b7cf-17a777444aa5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:30.170Z|ee2e43ab-0a01-415e-8bbd-97c077263437|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:30.170Z|078c9124-0593-434e-b7cf-17a777444aa5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:30.173Z|d17efa58-0062-42fd-835b-583b142a49c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:30.174Z|d17efa58-0062-42fd-835b-583b142a49c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:33.459Z|6bb377ce-f749-4bad-a435-1e426334fcbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:40:33.460Z|6bb377ce-f749-4bad-a435-1e426334fcbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:40:33.693Z|8542d903-1c19-4485-bb4e-96ecbf47fa29|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:40:33.694Z|8542d903-1c19-4485-bb4e-96ecbf47fa29|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:40:40.200Z|e205bd5e-fefb-430f-922c-7b14aee6e26e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:40.200Z|b9eef8b1-09b4-450a-b552-6b5d5281d38a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:40.205Z|b9eef8b1-09b4-450a-b552-6b5d5281d38a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:40.201Z|e205bd5e-fefb-430f-922c-7b14aee6e26e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:40.206Z|f21f8714-f2a4-461f-ac65-96c4aaefae77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:40.207Z|f21f8714-f2a4-461f-ac65-96c4aaefae77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:45.776Z|83a0d189-e2bb-430b-afad-413fa42db591|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:40:45.777Z|83a0d189-e2bb-430b-afad-413fa42db591|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:48.459Z|4af5f422-db23-4c09-aa5b-aa25e8c08e70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:40:48.460Z|4af5f422-db23-4c09-aa5b-aa25e8c08e70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:40:50.234Z|7e8c7f88-6d48-4ce2-942b-83a8aa18650f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:50.235Z|799806a1-4ae1-4706-aec8-85b840b3d49a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:50.235Z|30e96321-bbbf-45fe-bb2f-8835f5e4feca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:40:50.235Z|7e8c7f88-6d48-4ce2-942b-83a8aa18650f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:50.236Z|799806a1-4ae1-4706-aec8-85b840b3d49a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:40:50.236Z|30e96321-bbbf-45fe-bb2f-8835f5e4feca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:00.271Z|669c4445-99c6-42a9-80a1-4134bdd4a783|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:00.271Z|9f879f23-e02c-4a11-9d7d-021e8ce29947|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:00.271Z|607614b9-f33f-40a7-90e6-547e0a3e351a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:00.273Z|607614b9-f33f-40a7-90e6-547e0a3e351a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:00.273Z|669c4445-99c6-42a9-80a1-4134bdd4a783|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:00.273Z|9f879f23-e02c-4a11-9d7d-021e8ce29947|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:03.459Z|5684ee4e-b51a-484f-8859-241fde48d8ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:41:03.463Z|5684ee4e-b51a-484f-8859-241fde48d8ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:41:03.695Z|4e415570-d41e-4ab6-a21f-f998ce7f97df|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:41:03.695Z|4e415570-d41e-4ab6-a21f-f998ce7f97df|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:41:10.305Z|d3ec152b-c276-4a01-aa4a-248729642173|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:10.305Z|6be8fb00-2d5d-44ff-8ed1-63c1611d33d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:10.306Z|d3ec152b-c276-4a01-aa4a-248729642173|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:10.306Z|6be8fb00-2d5d-44ff-8ed1-63c1611d33d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:10.309Z|0dff6f88-4ec3-4078-9af2-eb7994bbbf33|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:10.310Z|0dff6f88-4ec3-4078-9af2-eb7994bbbf33|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:18.460Z|5b99748f-9af1-46de-adbb-d01ad668b1aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:41:18.462Z|5b99748f-9af1-46de-adbb-d01ad668b1aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:41:20.336Z|554c06dd-2777-42ff-9cb6-1ef98aea0366|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:20.336Z|784803f7-b518-4c14-a45d-ba4f31661cbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:20.336Z|201df934-deec-4f02-9fa4-eb9f38fb8007|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:20.337Z|554c06dd-2777-42ff-9cb6-1ef98aea0366|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:20.337Z|201df934-deec-4f02-9fa4-eb9f38fb8007|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:20.337Z|784803f7-b518-4c14-a45d-ba4f31661cbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:30.369Z|eafba3e4-d05c-45e8-bad3-fa04198fd29e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:30.369Z|b0e62acb-2da9-4dfa-b674-39eca82bc267|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:30.371Z|eafba3e4-d05c-45e8-bad3-fa04198fd29e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:30.371Z|281331d8-51e3-4cbb-847e-681241230c42|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:30.371Z|b0e62acb-2da9-4dfa-b674-39eca82bc267|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:30.374Z|281331d8-51e3-4cbb-847e-681241230c42|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:33.460Z|b6fc87d6-02d5-4803-b7d6-809d4a6c875b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:41:33.461Z|b6fc87d6-02d5-4803-b7d6-809d4a6c875b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:41:33.699Z|54030ce5-4c28-4e40-862a-e9f5327d37de|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:41:33.700Z|54030ce5-4c28-4e40-862a-e9f5327d37de|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:41:40.404Z|b6e278f3-5ab4-4458-a759-e4146efd5d00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:40.404Z|2e01f7f5-6778-47bd-bdf7-3b8dc499879e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:40.404Z|7194e38d-bfb2-4308-a6a0-13f443ded10b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:40.406Z|2e01f7f5-6778-47bd-bdf7-3b8dc499879e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:40.406Z|b6e278f3-5ab4-4458-a759-e4146efd5d00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:40.406Z|7194e38d-bfb2-4308-a6a0-13f443ded10b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:45.777Z|0ea76ed1-cac5-439f-91df-8ef430524c89|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:41:45.778Z|0ea76ed1-cac5-439f-91df-8ef430524c89|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:48.459Z|c6d5139d-f589-4039-9551-1aeeb9dd017a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:41:48.463Z|c6d5139d-f589-4039-9551-1aeeb9dd017a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:41:50.441Z|5eeb1ece-e82f-42f8-aab2-960aa9c22516|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:50.441Z|5b6a96d7-28df-492a-a32a-3fa828950180|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:50.441Z|92dd8435-df16-42fd-a327-71040423d559|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:41:50.441Z|5eeb1ece-e82f-42f8-aab2-960aa9c22516|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:50.441Z|5b6a96d7-28df-492a-a32a-3fa828950180|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:41:50.441Z|92dd8435-df16-42fd-a327-71040423d559|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:00.469Z|ff0a4054-ef2b-4511-9d0a-6d1610736bf1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:00.469Z|5b48484d-7688-43f2-8068-b912a138bb37|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:00.469Z|611df1fb-0011-4eb9-887b-ef70eed978cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:00.470Z|5b48484d-7688-43f2-8068-b912a138bb37|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:00.470Z|611df1fb-0011-4eb9-887b-ef70eed978cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:00.470Z|ff0a4054-ef2b-4511-9d0a-6d1610736bf1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:03.460Z|90088b04-6120-4fb3-8f7b-4ec48d831444|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:42:03.461Z|90088b04-6120-4fb3-8f7b-4ec48d831444|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:42:03.701Z|98b385ef-4db9-4d35-9c34-0a72ec3a4f3f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:42:03.701Z|98b385ef-4db9-4d35-9c34-0a72ec3a4f3f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:42:10.499Z|0f6bcf93-c7b5-4e7b-b96d-3563e24c8320|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:10.498Z|e9dc627b-591f-409d-b580-ed60e0e673f4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:10.498Z|23d41995-2a03-4fb3-851e-7fbaa8e05a17|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:10.500Z|0f6bcf93-c7b5-4e7b-b96d-3563e24c8320|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:10.500Z|e9dc627b-591f-409d-b580-ed60e0e673f4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:10.502Z|23d41995-2a03-4fb3-851e-7fbaa8e05a17|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:18.459Z|3f04c3bf-f975-4bb2-b081-f65b76b82d55|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:42:18.460Z|3f04c3bf-f975-4bb2-b081-f65b76b82d55|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:42:20.528Z|ada346fd-b34c-4cbe-b90b-fd5db7934edc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:20.528Z|a114ffc6-a3e5-4e14-a3a5-848ddf445599|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:20.528Z|8f892367-25c3-4053-b347-135cab6ec9e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:20.529Z|ada346fd-b34c-4cbe-b90b-fd5db7934edc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:20.529Z|a114ffc6-a3e5-4e14-a3a5-848ddf445599|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:20.529Z|8f892367-25c3-4053-b347-135cab6ec9e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:30.556Z|9465bc40-d617-4c0f-841d-acc8748c8e46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:30.556Z|e832ac62-853d-41f9-be53-c6a19b01f30c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:30.557Z|9d187457-8e4a-4b96-99ac-853a3c2114dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:30.557Z|9d187457-8e4a-4b96-99ac-853a3c2114dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:30.557Z|9465bc40-d617-4c0f-841d-acc8748c8e46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:30.557Z|e832ac62-853d-41f9-be53-c6a19b01f30c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:33.459Z|263c5587-6a3f-4816-bcfe-0a37a9ff42c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:42:33.463Z|263c5587-6a3f-4816-bcfe-0a37a9ff42c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:42:33.703Z|e134c098-90a8-49df-ab1e-48a8d017834f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:42:33.703Z|e134c098-90a8-49df-ab1e-48a8d017834f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:42:40.581Z|6c4b92e8-1795-4031-b6f1-aaf50ecb8718|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:40.582Z|030fdfd5-ef18-479a-843b-698f3828792e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:40.582Z|33817ff5-40f0-4ec0-9e60-359ed3e30b8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:40.582Z|6c4b92e8-1795-4031-b6f1-aaf50ecb8718|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:40.584Z|33817ff5-40f0-4ec0-9e60-359ed3e30b8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:40.582Z|030fdfd5-ef18-479a-843b-698f3828792e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:45.779Z|eadc3725-0cc9-4623-a688-75374a2c9e03|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:42:45.781Z|eadc3725-0cc9-4623-a688-75374a2c9e03|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:48.460Z|6f76b892-5091-4f52-9e03-4a2b1c8f5d18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:42:48.461Z|6f76b892-5091-4f52-9e03-4a2b1c8f5d18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:42:50.609Z|94931da2-fd2c-44ac-a0bf-75a2349bd122|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:50.610Z|1577dba9-f511-491a-93a1-1127ae27bc0f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:50.610Z|94931da2-fd2c-44ac-a0bf-75a2349bd122|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:50.612Z|1577dba9-f511-491a-93a1-1127ae27bc0f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:42:50.613Z|6f3c767a-19d6-40ce-bb64-636bbb92b6d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:42:50.614Z|6f3c767a-19d6-40ce-bb64-636bbb92b6d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:00.643Z|876ce8d3-7adf-40ec-be5e-5884ab5131d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:00.643Z|69221724-3ec4-4b1b-a2e2-d2d1f5354255|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:00.644Z|91d3c667-307f-49de-82e4-a78175ccdca0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:00.644Z|876ce8d3-7adf-40ec-be5e-5884ab5131d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:00.645Z|91d3c667-307f-49de-82e4-a78175ccdca0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:00.645Z|69221724-3ec4-4b1b-a2e2-d2d1f5354255|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:03.459Z|0cd62a8e-095f-433b-89a8-41c7da86e595|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:43:03.460Z|0cd62a8e-095f-433b-89a8-41c7da86e595|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:43:03.704Z|74424f61-a904-44c9-b9ad-edaa8a70f390|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:43:03.705Z|74424f61-a904-44c9-b9ad-edaa8a70f390|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:43:10.678Z|43a802f9-4360-43eb-b639-64c9c073c287|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:10.679Z|43a802f9-4360-43eb-b639-64c9c073c287|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:10.678Z|ed34f1c9-394c-448a-aeac-6a21646053bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:10.681Z|ed34f1c9-394c-448a-aeac-6a21646053bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:10.685Z|44eebf7b-abbd-400a-ab32-bc9571997c26|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:10.687Z|44eebf7b-abbd-400a-ab32-bc9571997c26|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:18.459Z|1252cdd4-d3b8-49c4-beaf-497e93e56eb6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:43:18.462Z|1252cdd4-d3b8-49c4-beaf-497e93e56eb6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:43:20.709Z|4506f459-d47d-4f75-a9d2-e1ed1282efa3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:20.709Z|a0994f7b-0572-4318-91ac-46483197320b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:20.709Z|b3fc2303-48a4-41f4-9849-9b330f4df673|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:20.710Z|a0994f7b-0572-4318-91ac-46483197320b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:20.710Z|b3fc2303-48a4-41f4-9849-9b330f4df673|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:20.710Z|4506f459-d47d-4f75-a9d2-e1ed1282efa3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:30.737Z|aa531544-06c4-4a1f-82b0-378d9e6d69d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:30.737Z|5c99eaec-fac8-43ec-92de-8976c21d4c2d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:30.737Z|ff6da0a0-95a7-42c1-be00-59b332546e45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:30.738Z|aa531544-06c4-4a1f-82b0-378d9e6d69d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:30.738Z|5c99eaec-fac8-43ec-92de-8976c21d4c2d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:30.738Z|ff6da0a0-95a7-42c1-be00-59b332546e45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:33.459Z|898cc597-d3c8-4385-829b-ac159272b1f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:43:33.461Z|898cc597-d3c8-4385-829b-ac159272b1f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:43:33.706Z|c76ec1b9-5a6d-49cf-9a87-4923d388c50d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:43:33.706Z|c76ec1b9-5a6d-49cf-9a87-4923d388c50d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:43:40.767Z|8da152c3-8a02-4f91-9a08-38c647cab460|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:40.768Z|f48e9b83-b133-4db4-a966-a1a8a990d7dd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:40.768Z|8da152c3-8a02-4f91-9a08-38c647cab460|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:40.769Z|f48e9b83-b133-4db4-a966-a1a8a990d7dd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:40.774Z|b5c3f993-244b-4d89-8d1d-babf187a0e96|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:40.775Z|b5c3f993-244b-4d89-8d1d-babf187a0e96|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:45.776Z|de76a0dd-0994-4e3d-b02a-fd08577101b1|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:43:45.777Z|de76a0dd-0994-4e3d-b02a-fd08577101b1|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:48.459Z|37430ca5-0bdc-406a-924f-626841995c60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:43:48.460Z|37430ca5-0bdc-406a-924f-626841995c60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:43:50.790Z|8bc98cf6-3bd5-42a1-ad1c-e60496356c05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:50.790Z|4eb63891-3cf6-4d0e-a255-88f42fdbc502|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:50.791Z|8bc98cf6-3bd5-42a1-ad1c-e60496356c05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:50.791Z|4eb63891-3cf6-4d0e-a255-88f42fdbc502|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:43:50.796Z|14f5ad21-dac3-46e9-84cc-de2be66205ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:43:50.797Z|14f5ad21-dac3-46e9-84cc-de2be66205ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:00.815Z|04e9e547-8501-4341-abc1-5952d014ab7c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:00.816Z|04e9e547-8501-4341-abc1-5952d014ab7c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:00.818Z|445dc08a-42bf-431a-aae5-3047d634bed9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:00.818Z|cf69021e-1636-45b4-b04f-044fa1a51116|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:00.818Z|445dc08a-42bf-431a-aae5-3047d634bed9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:00.818Z|cf69021e-1636-45b4-b04f-044fa1a51116|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:03.459Z|7e786aae-3f2a-4894-92c0-ac106ff0d88a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:44:03.460Z|7e786aae-3f2a-4894-92c0-ac106ff0d88a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:44:03.707Z|333e3951-0a0a-415e-9079-dac6296a93d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:44:03.707Z|333e3951-0a0a-415e-9079-dac6296a93d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:44:10.843Z|e522161e-a849-4171-b899-d80d554c4f37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:10.843Z|6cdfb59f-adb0-471a-bae5-9cfdc95a1b68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:10.844Z|e522161e-a849-4171-b899-d80d554c4f37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:10.844Z|6cdfb59f-adb0-471a-bae5-9cfdc95a1b68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:10.848Z|c978b44b-3220-458a-9a1d-45d6462c545e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:10.849Z|c978b44b-3220-458a-9a1d-45d6462c545e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:18.459Z|3e960d1a-8911-485d-bebc-bb7b95299cf1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:44:18.460Z|3e960d1a-8911-485d-bebc-bb7b95299cf1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:44:20.871Z|e9dbb2b9-851f-4bd5-a2b9-3edfca05b67b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:20.871Z|68b140d5-3a35-41c1-bd43-95c8d2f599d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:20.871Z|8caec483-8244-469b-b24b-30a4d7a955c9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:20.872Z|8caec483-8244-469b-b24b-30a4d7a955c9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:20.872Z|e9dbb2b9-851f-4bd5-a2b9-3edfca05b67b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:20.872Z|68b140d5-3a35-41c1-bd43-95c8d2f599d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:30.900Z|0a9b44d3-c07f-440b-988d-c6d037078c1d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:30.900Z|e6e4d279-b77c-4635-bd27-2902d1fcf1d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:30.900Z|14340407-83f1-4c97-88f7-a6f380c9c37a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:30.902Z|e6e4d279-b77c-4635-bd27-2902d1fcf1d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:30.902Z|0a9b44d3-c07f-440b-988d-c6d037078c1d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:30.902Z|14340407-83f1-4c97-88f7-a6f380c9c37a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:33.459Z|43e78e24-c79b-4c03-8948-acf2f36ea3d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:44:33.461Z|43e78e24-c79b-4c03-8948-acf2f36ea3d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:44:33.708Z|a3ea1b1b-3c9b-42d3-9f20-82cf0430370c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:44:33.709Z|a3ea1b1b-3c9b-42d3-9f20-82cf0430370c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:44:40.938Z|7320e46d-2cb1-4d2c-8576-7f79278da9de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:40.938Z|cd8b7edb-5304-4ac6-a79a-ff55220c3a72|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:40.938Z|a1f54b4d-72b7-4ff6-96b8-baceec8bdae8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:40.940Z|a1f54b4d-72b7-4ff6-96b8-baceec8bdae8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:40.940Z|7320e46d-2cb1-4d2c-8576-7f79278da9de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:40.940Z|cd8b7edb-5304-4ac6-a79a-ff55220c3a72|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:45.781Z|8e942a49-5937-4809-86b4-3b244012b952|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:44:45.782Z|8e942a49-5937-4809-86b4-3b244012b952|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:48.460Z|b4bd70d0-3a49-480b-b89d-b9b24cdfc78d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:44:48.461Z|b4bd70d0-3a49-480b-b89d-b9b24cdfc78d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:44:50.976Z|150be089-8631-4d45-ba7a-40411dea0113|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:50.976Z|524729f0-0d55-41c5-827d-2f4d33c1ce2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:50.976Z|04d4e71e-4438-4162-b5c5-8335f0238736|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:44:50.977Z|150be089-8631-4d45-ba7a-40411dea0113|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:50.977Z|04d4e71e-4438-4162-b5c5-8335f0238736|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:44:50.977Z|524729f0-0d55-41c5-827d-2f4d33c1ce2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:01.009Z|9a3236e8-c540-43be-acf0-4354d48a5660|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:01.009Z|c5957355-0b1a-4c36-9a8c-6bd873cee0ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:01.011Z|c5957355-0b1a-4c36-9a8c-6bd873cee0ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:01.011Z|9a3236e8-c540-43be-acf0-4354d48a5660|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:01.015Z|e960a222-5cf3-44cf-82d8-6b3a173f593f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:01.015Z|e960a222-5cf3-44cf-82d8-6b3a173f593f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:03.459Z|808cd3a6-ce99-4ad8-8a46-a44e28a0a830|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:45:03.462Z|808cd3a6-ce99-4ad8-8a46-a44e28a0a830|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:45:03.709Z|db72d7a4-8c09-498d-9321-86c51bea5a64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:45:03.710Z|db72d7a4-8c09-498d-9321-86c51bea5a64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:45:11.041Z|c1e59ee8-6a03-4102-9271-99e19308b99b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:11.041Z|a747a160-7a29-411d-9b59-245a8aaae9c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:11.042Z|c1e59ee8-6a03-4102-9271-99e19308b99b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:11.042Z|a747a160-7a29-411d-9b59-245a8aaae9c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:11.047Z|87d5edf1-3d08-4ea3-94fd-ec23c35530ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:11.048Z|87d5edf1-3d08-4ea3-94fd-ec23c35530ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:18.459Z|893ddba4-e5cd-4bf5-8ea5-592da4160555|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:45:18.460Z|893ddba4-e5cd-4bf5-8ea5-592da4160555|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:45:21.070Z|55fbdcc8-cb47-42bd-a27d-1132545b7fe0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:21.071Z|55fbdcc8-cb47-42bd-a27d-1132545b7fe0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:21.071Z|c60c5945-a328-49f4-8fbe-f14f5ecd203e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:21.073Z|c60c5945-a328-49f4-8fbe-f14f5ecd203e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:21.075Z|c271dac4-6494-4f1b-a7ad-077da9332893|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:21.076Z|c271dac4-6494-4f1b-a7ad-077da9332893|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:31.100Z|efec823f-9008-4418-8506-8ea282827a5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:31.101Z|efec823f-9008-4418-8506-8ea282827a5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:31.103Z|41f60b12-d0da-4170-806b-4d17522b1742|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:31.103Z|a9eaa5f1-d937-442d-a6c0-19c25eb558f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:31.104Z|41f60b12-d0da-4170-806b-4d17522b1742|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:31.104Z|a9eaa5f1-d937-442d-a6c0-19c25eb558f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:33.459Z|db99d499-b2fb-4404-8fad-6defc305c442|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:45:33.460Z|db99d499-b2fb-4404-8fad-6defc305c442|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:45:33.711Z|36f9db4e-3f6d-48f7-8443-0aaa6bb3ab35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:45:33.711Z|36f9db4e-3f6d-48f7-8443-0aaa6bb3ab35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:45:41.133Z|44c0bb88-782b-4498-ac42-1dbc0ecd0e37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:41.133Z|9ffc6acd-3603-4dd7-929a-6475a5e09624|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:41.134Z|0082fa3b-77a1-40e8-a10e-944aeb996d67|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:41.134Z|9ffc6acd-3603-4dd7-929a-6475a5e09624|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:41.134Z|44c0bb88-782b-4498-ac42-1dbc0ecd0e37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:41.134Z|0082fa3b-77a1-40e8-a10e-944aeb996d67|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:45.776Z|3440f6e3-0759-4ed7-bfa9-d7684926ef96|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:45:45.777Z|3440f6e3-0759-4ed7-bfa9-d7684926ef96|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:48.459Z|f7c80363-a070-474d-a9b1-1b593ad3a4e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:45:48.462Z|f7c80363-a070-474d-a9b1-1b593ad3a4e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:45:51.165Z|ee22a13b-db9d-4ee3-a659-80913102d0cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:51.165Z|39472c75-e734-42e0-adc3-2ec55339479d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:51.166Z|39472c75-e734-42e0-adc3-2ec55339479d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:51.166Z|ee22a13b-db9d-4ee3-a659-80913102d0cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:45:51.168Z|b4f94678-d601-42e6-b7f4-10da4cda56ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:45:51.170Z|b4f94678-d601-42e6-b7f4-10da4cda56ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:01.196Z|be315432-f9d4-45fa-bfd1-0313c160dac6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:01.196Z|ad176cfa-af0e-41ee-bbd5-e669c00f461c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:01.196Z|260e5e97-2e0b-4610-b16e-e73941169710|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:01.197Z|260e5e97-2e0b-4610-b16e-e73941169710|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:01.197Z|ad176cfa-af0e-41ee-bbd5-e669c00f461c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:01.197Z|be315432-f9d4-45fa-bfd1-0313c160dac6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:03.459Z|8e9987ad-4688-4bff-8fc7-ad73931d9804|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:46:03.461Z|8e9987ad-4688-4bff-8fc7-ad73931d9804|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:46:03.712Z|20faeca6-da4f-46da-b18a-f95b2a973289|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:46:03.713Z|20faeca6-da4f-46da-b18a-f95b2a973289|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:46:11.238Z|22ab4144-f815-4e28-a6dc-394c6b5cd55e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:11.238Z|49bce411-6456-4aae-8e7f-4286c4e62bb2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:11.238Z|30bc4186-afee-4452-826a-96f08716710d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:11.239Z|30bc4186-afee-4452-826a-96f08716710d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:11.239Z|49bce411-6456-4aae-8e7f-4286c4e62bb2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:11.239Z|22ab4144-f815-4e28-a6dc-394c6b5cd55e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:18.460Z|f53ee1cc-c8c8-40dd-a528-f2449e3dd009|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:46:18.461Z|f53ee1cc-c8c8-40dd-a528-f2449e3dd009|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:46:21.268Z|207d1139-6cad-4ec0-aaf8-b7b1e948a6fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:21.270Z|207d1139-6cad-4ec0-aaf8-b7b1e948a6fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:21.268Z|90dd478a-c54c-4d47-aa4d-e3d3cf5d3dfa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:21.268Z|dc8153cc-6705-47a4-9ce7-60551b3bb656|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:21.272Z|90dd478a-c54c-4d47-aa4d-e3d3cf5d3dfa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:21.273Z|dc8153cc-6705-47a4-9ce7-60551b3bb656|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:31.309Z|7b9a9a76-0bd2-4ab1-84ec-7df145f4ed57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:31.310Z|09fa1c4c-7f0d-49ea-bbc3-8a64bf9d5a2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:31.311Z|7b9a9a76-0bd2-4ab1-84ec-7df145f4ed57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:31.311Z|09fa1c4c-7f0d-49ea-bbc3-8a64bf9d5a2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:31.312Z|dc22c08e-e542-4e10-aa01-cd6590b2e8fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:31.313Z|dc22c08e-e542-4e10-aa01-cd6590b2e8fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:33.460Z|e6bb0d7c-bfd6-4bf9-ad79-c85c97a6c824|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:46:33.463Z|e6bb0d7c-bfd6-4bf9-ad79-c85c97a6c824|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:46:33.713Z|c451894d-dc5e-47cd-82ea-772a8aa5023b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:46:33.714Z|c451894d-dc5e-47cd-82ea-772a8aa5023b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:46:41.345Z|37e4d46e-0615-4280-990c-7cb49a571988|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:41.345Z|64e4deed-d614-4065-b392-ce9a4cdb6e2b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:41.345Z|a84807f4-9057-4d1e-bdea-ef8793d95a2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:41.346Z|37e4d46e-0615-4280-990c-7cb49a571988|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:41.346Z|64e4deed-d614-4065-b392-ce9a4cdb6e2b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:41.347Z|a84807f4-9057-4d1e-bdea-ef8793d95a2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:45.777Z|e0d71fd0-2d0e-4a1d-8b60-6d4dec1b237f|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:46:45.779Z|e0d71fd0-2d0e-4a1d-8b60-6d4dec1b237f|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:48.459Z|e29fad5a-0639-40ee-86d4-c7272922e5ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:46:48.460Z|e29fad5a-0639-40ee-86d4-c7272922e5ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:46:51.375Z|1bfdbffb-55db-4ac1-ac2f-b3a1ff2b05bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:51.376Z|e97b1754-428a-4559-ba9e-6a84347ef3e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:51.376Z|e97b1754-428a-4559-ba9e-6a84347ef3e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:51.376Z|1bfdbffb-55db-4ac1-ac2f-b3a1ff2b05bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:46:51.379Z|fc869c5c-21b9-4389-97cb-255501803c80|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:46:51.380Z|fc869c5c-21b9-4389-97cb-255501803c80|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:01.407Z|52fe5588-7470-4255-8ebd-4540600df0d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:01.408Z|52fe5588-7470-4255-8ebd-4540600df0d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:01.410Z|06d5b6ae-1b55-42c1-a92f-73afa02a3a8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:01.410Z|06d5b6ae-1b55-42c1-a92f-73afa02a3a8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:01.412Z|6138960a-9d87-4817-94ef-18363ee353f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:01.413Z|6138960a-9d87-4817-94ef-18363ee353f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:03.459Z|d0e5b324-74f8-41a0-bacd-450baab2ae83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:47:03.460Z|d0e5b324-74f8-41a0-bacd-450baab2ae83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:47:03.715Z|c9d1b762-f4ae-4013-9e35-c60ec6d7dc55|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:47:03.715Z|c9d1b762-f4ae-4013-9e35-c60ec6d7dc55|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:47:11.435Z|1421d555-8c53-4f1e-b3a3-6cfd2adec61c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:11.435Z|fccbf988-8da0-412a-992b-c7d2baa8a41b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:11.436Z|d7b9ba55-a76f-4f0a-bb52-7308ebc3744c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:11.436Z|1421d555-8c53-4f1e-b3a3-6cfd2adec61c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:11.436Z|fccbf988-8da0-412a-992b-c7d2baa8a41b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:11.436Z|d7b9ba55-a76f-4f0a-bb52-7308ebc3744c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:18.459Z|2dfdf016-c47c-434b-a472-bb92a20d950f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:47:18.462Z|2dfdf016-c47c-434b-a472-bb92a20d950f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:47:21.458Z|e11fee69-d332-49a3-a3e6-f08a687f9d75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:21.458Z|3fbcc1c5-7a48-4839-a50c-b1776f57bf25|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:21.459Z|e11fee69-d332-49a3-a3e6-f08a687f9d75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:21.459Z|3fbcc1c5-7a48-4839-a50c-b1776f57bf25|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:21.464Z|618952ff-6fe3-4e14-82df-23515e5e3ab2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:21.465Z|618952ff-6fe3-4e14-82df-23515e5e3ab2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:31.488Z|ad3fb9e7-9a94-4f74-af2b-10d78c2a27d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:31.487Z|24bdd234-7f85-493d-8776-299d74e74c94|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:31.487Z|42cbbc87-23a6-4bb0-a9b5-f9f719d0c315|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:31.489Z|24bdd234-7f85-493d-8776-299d74e74c94|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:31.489Z|42cbbc87-23a6-4bb0-a9b5-f9f719d0c315|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:31.489Z|ad3fb9e7-9a94-4f74-af2b-10d78c2a27d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:33.460Z|3086cecb-05c0-45b9-be59-258bfeaf7a50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:47:33.461Z|3086cecb-05c0-45b9-be59-258bfeaf7a50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:47:33.716Z|36c7ef70-13ce-4979-8d19-53c020a90a26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:47:33.716Z|36c7ef70-13ce-4979-8d19-53c020a90a26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:47:41.523Z|eacb12c3-1ad2-4cb8-aa16-182282f6ea49|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:41.523Z|852fffff-c84c-4643-9041-556eb247a8a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:41.523Z|064dcca9-f0a9-4e75-b3bc-2347deed9cc6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:41.525Z|eacb12c3-1ad2-4cb8-aa16-182282f6ea49|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:41.525Z|852fffff-c84c-4643-9041-556eb247a8a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:41.525Z|064dcca9-f0a9-4e75-b3bc-2347deed9cc6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:45.778Z|2df7b6a2-4d28-4be0-bce4-af0077833148|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:47:45.780Z|2df7b6a2-4d28-4be0-bce4-af0077833148|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:48.459Z|2fcfd8d4-94b0-4f91-83ac-e2e7234d9d4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:47:48.461Z|2fcfd8d4-94b0-4f91-83ac-e2e7234d9d4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:47:51.555Z|f94aa950-9390-4865-9a07-637895ccae6d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:51.556Z|22cc626f-f9d4-442a-a386-9787cf20b1b9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:51.557Z|ccd70478-1f78-4637-a737-1deac95d0c72|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:47:51.557Z|f94aa950-9390-4865-9a07-637895ccae6d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:51.558Z|ccd70478-1f78-4637-a737-1deac95d0c72|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:47:51.560Z|22cc626f-f9d4-442a-a386-9787cf20b1b9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:01.591Z|9a314326-39f5-4059-9d16-2b20ea45b465|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:01.591Z|37346055-dd0e-40d9-a50b-3f8919b9bc83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:01.591Z|5631da45-6cca-4b9a-bb70-60d567e347a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:01.593Z|5631da45-6cca-4b9a-bb70-60d567e347a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:01.593Z|9a314326-39f5-4059-9d16-2b20ea45b465|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:01.593Z|37346055-dd0e-40d9-a50b-3f8919b9bc83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:03.460Z|49bc98ec-f16b-4592-a3b1-135c0a2e9f1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:48:03.464Z|49bc98ec-f16b-4592-a3b1-135c0a2e9f1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:48:03.717Z|109e1af7-7a75-4768-8301-162ee57e088f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:48:03.718Z|109e1af7-7a75-4768-8301-162ee57e088f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:48:11.625Z|988ecd37-bb2e-4022-946e-2fac53ce83a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:11.625Z|57654b7e-0a86-45d0-b964-35458f37cece|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:11.625Z|bb91dfda-f148-46ce-81e8-9360c59aed6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:11.626Z|57654b7e-0a86-45d0-b964-35458f37cece|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:11.626Z|988ecd37-bb2e-4022-946e-2fac53ce83a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:11.626Z|bb91dfda-f148-46ce-81e8-9360c59aed6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:18.460Z|7272f3d8-27ed-49b3-966c-70ead04ff188|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:48:18.461Z|7272f3d8-27ed-49b3-966c-70ead04ff188|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:48:21.657Z|604db67b-6903-47d6-95d4-241c45fe83d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:21.657Z|bd8eee24-42dc-4ac1-8b8a-0d47d343f808|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:21.658Z|4a39c355-bf75-4b4a-a3a3-af49929d8dc3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:21.658Z|604db67b-6903-47d6-95d4-241c45fe83d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:21.658Z|bd8eee24-42dc-4ac1-8b8a-0d47d343f808|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:21.660Z|4a39c355-bf75-4b4a-a3a3-af49929d8dc3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:31.688Z|d6feb12a-de2a-41a7-a997-6c805f5ddea5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:31.688Z|55ec093f-81b9-4c59-b9d5-cdf96ccea2a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:31.688Z|c48e5a8e-1bbc-4a12-a803-d4508af41d2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:31.689Z|d6feb12a-de2a-41a7-a997-6c805f5ddea5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:31.689Z|55ec093f-81b9-4c59-b9d5-cdf96ccea2a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:31.689Z|c48e5a8e-1bbc-4a12-a803-d4508af41d2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:33.459Z|e1752e4f-8d9e-45f6-b6b5-4196b8d9745f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:48:33.460Z|e1752e4f-8d9e-45f6-b6b5-4196b8d9745f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:48:33.719Z|9a8e0204-ff64-4a83-8c16-ecb3ce9ca76c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:48:33.720Z|9a8e0204-ff64-4a83-8c16-ecb3ce9ca76c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:48:41.720Z|f856ba68-c34c-4356-84ee-59e9ec0696db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:41.720Z|96585f80-c035-423d-b429-f0c3223e5e77|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:41.720Z|1e027b5c-f0bf-4141-b532-ca4b41af5119|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:41.721Z|1e027b5c-f0bf-4141-b532-ca4b41af5119|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:41.721Z|96585f80-c035-423d-b429-f0c3223e5e77|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:41.721Z|f856ba68-c34c-4356-84ee-59e9ec0696db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:45.775Z|bf77ca6c-3de9-41b7-b185-1263211caab6|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:48:45.777Z|bf77ca6c-3de9-41b7-b185-1263211caab6|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:48.459Z|060bcd77-3017-4dd9-80fe-d545e30bd3d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:48:48.461Z|060bcd77-3017-4dd9-80fe-d545e30bd3d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:48:51.753Z|55f599af-2361-46cf-b734-14d94a444a0a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:51.753Z|a541e4f8-ba82-4f86-8df5-bcef5e8dbdbc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:51.753Z|96071054-1201-42fd-90d8-8ed5ed2e2022|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:48:51.754Z|55f599af-2361-46cf-b734-14d94a444a0a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:51.755Z|96071054-1201-42fd-90d8-8ed5ed2e2022|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:48:51.755Z|a541e4f8-ba82-4f86-8df5-bcef5e8dbdbc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:01.785Z|cd2d48fb-8781-4236-b1a2-4a8489c74c70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:01.785Z|1da1853c-cc43-47c4-b432-1a086b005a2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:01.787Z|5dea3113-9ea4-46e8-9c02-380676bfbd9f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:01.787Z|1da1853c-cc43-47c4-b432-1a086b005a2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:01.788Z|cd2d48fb-8781-4236-b1a2-4a8489c74c70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:01.788Z|5dea3113-9ea4-46e8-9c02-380676bfbd9f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:03.460Z|3e58e019-0dd6-426e-97dc-2c2e39c85b28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:49:03.461Z|3e58e019-0dd6-426e-97dc-2c2e39c85b28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:49:03.720Z|2d91112d-3bb2-45ca-92d8-242aafbebc44|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:49:03.721Z|2d91112d-3bb2-45ca-92d8-242aafbebc44|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:49:11.817Z|57fcedee-7058-45e9-99fa-955ecd11afbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:11.817Z|385f7385-80d9-435e-bdfa-db5f17d9bc02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:11.817Z|82cb3757-b8a9-4e47-b508-d1773173e91d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:11.819Z|57fcedee-7058-45e9-99fa-955ecd11afbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:11.820Z|385f7385-80d9-435e-bdfa-db5f17d9bc02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:11.820Z|82cb3757-b8a9-4e47-b508-d1773173e91d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:18.460Z|4435361c-e957-4a25-af26-52d5f6237ba4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:49:18.461Z|4435361c-e957-4a25-af26-52d5f6237ba4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:49:21.849Z|18211add-d965-4fd0-94ab-6ec56d006001|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:21.849Z|285ab1eb-1357-4fe6-9726-026b3f719853|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:21.849Z|6bd01783-04fa-4a78-a975-a84235a210b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:21.851Z|18211add-d965-4fd0-94ab-6ec56d006001|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:21.851Z|285ab1eb-1357-4fe6-9726-026b3f719853|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:21.851Z|6bd01783-04fa-4a78-a975-a84235a210b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:31.883Z|a7d0d74c-a276-42eb-b33e-fd783a1be9d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:31.883Z|369159ff-c4a3-4821-b0c6-67bbb8443b69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:31.883Z|cfc22a40-e9d2-4946-a66d-8a5f7ef5b14e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:31.884Z|369159ff-c4a3-4821-b0c6-67bbb8443b69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:31.884Z|cfc22a40-e9d2-4946-a66d-8a5f7ef5b14e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:31.884Z|a7d0d74c-a276-42eb-b33e-fd783a1be9d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:33.461Z|27877283-8e76-4688-9496-478825bc4308|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:49:33.463Z|27877283-8e76-4688-9496-478825bc4308|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:49:33.722Z|7827908f-22db-47ab-92aa-470a1fb2293d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:49:33.723Z|7827908f-22db-47ab-92aa-470a1fb2293d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:49:41.920Z|21a6a446-e6bf-4683-b6b7-9bda24382e6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:41.920Z|845f92b2-a37f-47e0-8078-b90ac9f62410|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:41.920Z|5303315e-4886-4181-a937-b10c18de52d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:41.922Z|21a6a446-e6bf-4683-b6b7-9bda24382e6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:41.922Z|5303315e-4886-4181-a937-b10c18de52d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:41.922Z|845f92b2-a37f-47e0-8078-b90ac9f62410|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:45.776Z|db8408a1-7066-4e39-9613-8db53ec549da|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:49:45.778Z|db8408a1-7066-4e39-9613-8db53ec549da|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:48.459Z|959abc8b-6bc7-497a-b4cd-d3d507c0bf15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:49:48.460Z|959abc8b-6bc7-497a-b4cd-d3d507c0bf15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:49:51.956Z|0a7af4eb-c94f-4b49-bb1c-5a6f0f0db190|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:51.956Z|b7d0285b-302c-403a-9084-5cf62a2c727e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:51.957Z|f076fc7b-4b9d-4b4a-81ee-bd909c796007|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:49:51.957Z|0a7af4eb-c94f-4b49-bb1c-5a6f0f0db190|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:51.957Z|b7d0285b-302c-403a-9084-5cf62a2c727e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:49:51.961Z|f076fc7b-4b9d-4b4a-81ee-bd909c796007|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:02.001Z|d2b9f7ef-7b91-4dda-9d44-0cee852f0fd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:02.001Z|0fcc8d26-46fc-492b-a558-5fceea33b8ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:02.002Z|d2b9f7ef-7b91-4dda-9d44-0cee852f0fd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:02.002Z|0fcc8d26-46fc-492b-a558-5fceea33b8ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:02.001Z|b0e9ca20-fc73-41ad-b46f-9fec02776080|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:02.006Z|b0e9ca20-fc73-41ad-b46f-9fec02776080|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:03.459Z|23efc146-e972-4e74-9489-47f9885f0429|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:50:03.460Z|23efc146-e972-4e74-9489-47f9885f0429|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:50:03.723Z|e829a59d-a8c6-468b-9dfb-dc424bde2095|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:50:03.724Z|e829a59d-a8c6-468b-9dfb-dc424bde2095|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:50:12.034Z|4215ab95-0e29-45d3-b367-38ca2a72044c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:12.034Z|e2d6eee4-b2e0-4eff-9974-b2224fed23dd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:12.034Z|81157ec6-3c5b-4c0b-a9e8-959761a28112|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:12.035Z|e2d6eee4-b2e0-4eff-9974-b2224fed23dd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:12.035Z|4215ab95-0e29-45d3-b367-38ca2a72044c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:12.035Z|81157ec6-3c5b-4c0b-a9e8-959761a28112|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:18.459Z|146300ab-e530-472a-9893-37477e3d8d9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:50:18.462Z|146300ab-e530-472a-9893-37477e3d8d9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:50:22.064Z|9b916eda-7569-4ed5-824e-e2c5549a0bab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:22.065Z|4afc26f2-5f44-4a4a-afed-d524938311d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:22.065Z|b66b35bb-c32a-4a57-9037-776c5d55fadf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:22.066Z|9b916eda-7569-4ed5-824e-e2c5549a0bab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:22.066Z|4afc26f2-5f44-4a4a-afed-d524938311d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:22.066Z|b66b35bb-c32a-4a57-9037-776c5d55fadf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:32.093Z|e64015e0-8af3-4fcc-a494-7b7eeffa402e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:32.093Z|c666b87e-55b0-4deb-96c2-fbd9ab5e7f3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:32.094Z|8fc22a0d-b77a-45e4-b098-2c4bb3ee6a25|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:32.094Z|e64015e0-8af3-4fcc-a494-7b7eeffa402e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:32.094Z|c666b87e-55b0-4deb-96c2-fbd9ab5e7f3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:32.095Z|8fc22a0d-b77a-45e4-b098-2c4bb3ee6a25|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:33.459Z|b71ea9c2-f750-4509-acc2-4f029d3435d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:50:33.460Z|b71ea9c2-f750-4509-acc2-4f029d3435d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:50:33.725Z|2184cf9f-3696-4934-b570-da64cd8c7748|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:50:33.725Z|2184cf9f-3696-4934-b570-da64cd8c7748|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:50:42.123Z|34445f6e-ccbf-4a4b-9878-3d297f956cba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:42.123Z|78ebd7af-745e-4b6b-bb69-9bd6dfd48d73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:42.123Z|a2fb46ed-49cd-47c5-a1b0-6b163f030077|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:42.124Z|78ebd7af-745e-4b6b-bb69-9bd6dfd48d73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:42.125Z|34445f6e-ccbf-4a4b-9878-3d297f956cba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:42.125Z|a2fb46ed-49cd-47c5-a1b0-6b163f030077|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:45.775Z|4fe86abe-4ce7-4220-abfe-76f9a5e7d725|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:50:45.776Z|4fe86abe-4ce7-4220-abfe-76f9a5e7d725|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:48.459Z|8209eaf3-2da3-42bf-84a5-a4e2de49b80a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:50:48.460Z|8209eaf3-2da3-42bf-84a5-a4e2de49b80a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:50:52.147Z|4b6da502-22fb-432c-8b1c-5ce1f639589f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:52.148Z|3a92df58-c4b1-4899-b8f8-b96fe2f1aed8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:52.149Z|3a92df58-c4b1-4899-b8f8-b96fe2f1aed8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:52.149Z|4b6da502-22fb-432c-8b1c-5ce1f639589f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:50:52.150Z|94c520a8-6438-4166-a510-a4071d1e1e26|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:50:52.202Z|94c520a8-6438-4166-a510-a4071d1e1e26|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:02.228Z|ad2e4419-abb4-4938-8a17-e713260f9766|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:02.228Z|d611869c-0953-422f-b9aa-04938ebec3a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:02.230Z|ad2e4419-abb4-4938-8a17-e713260f9766|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:02.230Z|6c249ff0-683d-4806-a472-d44dacc055c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:02.230Z|d611869c-0953-422f-b9aa-04938ebec3a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:02.233Z|6c249ff0-683d-4806-a472-d44dacc055c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:03.459Z|5c2ae099-7347-48ce-93ac-faf616871f82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:51:03.463Z|5c2ae099-7347-48ce-93ac-faf616871f82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:51:03.726Z|8c3d2b35-2d05-4583-ba63-51311be62c7b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:51:03.727Z|8c3d2b35-2d05-4583-ba63-51311be62c7b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:51:12.263Z|a962161d-dddd-448e-9b4d-12bee71cbf7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:12.263Z|9206ef83-b3e9-4a9f-b240-6e78366d3198|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:12.263Z|9e020207-e381-4684-9fd6-4bb83d014d5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:12.264Z|a962161d-dddd-448e-9b4d-12bee71cbf7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:12.264Z|9206ef83-b3e9-4a9f-b240-6e78366d3198|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:12.264Z|9e020207-e381-4684-9fd6-4bb83d014d5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:18.460Z|96f69017-c542-4058-8901-1ab31c8f3096|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:51:18.461Z|96f69017-c542-4058-8901-1ab31c8f3096|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:51:22.296Z|1d6c1e76-3ea9-4a52-9da5-33b24e35fb4f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:22.296Z|b5b7da34-878c-4f18-92a1-b9af6097f6bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:22.296Z|2c56cf4e-b6e8-49fb-914c-0bb66a177d1f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:22.298Z|2c56cf4e-b6e8-49fb-914c-0bb66a177d1f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:22.298Z|b5b7da34-878c-4f18-92a1-b9af6097f6bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:22.298Z|1d6c1e76-3ea9-4a52-9da5-33b24e35fb4f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:32.334Z|8b92d62d-d468-4dbe-829a-e9e362c89212|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:32.334Z|bc48e342-d206-44ab-b99b-b60d3a5323a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:32.335Z|c38a1819-f23a-4865-8b6d-c93c41e42a8e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:32.336Z|8b92d62d-d468-4dbe-829a-e9e362c89212|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:32.336Z|c38a1819-f23a-4865-8b6d-c93c41e42a8e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:32.336Z|bc48e342-d206-44ab-b99b-b60d3a5323a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:33.459Z|cdd1dda5-3111-46ac-ad76-7d33909f7658|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:51:33.460Z|cdd1dda5-3111-46ac-ad76-7d33909f7658|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:51:33.728Z|a6448424-4b51-44d4-b9ac-49f4ee17fc96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:51:33.728Z|a6448424-4b51-44d4-b9ac-49f4ee17fc96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:51:42.374Z|f5218aef-3058-461f-957e-b9a020c96cce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:42.374Z|a8998ba7-56de-44a9-86e5-0e0f3a63b08e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:42.374Z|068ac050-947e-44e5-93ae-3dcabfd39aca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:42.375Z|f5218aef-3058-461f-957e-b9a020c96cce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:42.375Z|068ac050-947e-44e5-93ae-3dcabfd39aca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:42.375Z|a8998ba7-56de-44a9-86e5-0e0f3a63b08e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:45.775Z|be8533fd-b22b-45ef-a079-bcd6348e3d05|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:51:45.777Z|be8533fd-b22b-45ef-a079-bcd6348e3d05|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:48.459Z|876583b2-7c3a-4643-80c8-32d87a82cb9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:51:48.462Z|876583b2-7c3a-4643-80c8-32d87a82cb9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:51:52.407Z|c8435bd1-609b-442c-97cc-311166f45ef9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:52.408Z|ef7753d9-8763-4f1a-90f9-6b7f604d8440|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:52.408Z|d9b05739-9767-4cfb-aca1-09f7e4aba073|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:51:52.408Z|c8435bd1-609b-442c-97cc-311166f45ef9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:52.408Z|ef7753d9-8763-4f1a-90f9-6b7f604d8440|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:51:52.409Z|d9b05739-9767-4cfb-aca1-09f7e4aba073|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:02.445Z|92876b73-16a5-4b2e-9c7f-e931ee7ce6b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:02.445Z|47502ce0-7691-4bb4-bccd-d351e2d90020|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:02.445Z|fd48055e-9372-4df1-8b9a-84509b641d2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:02.446Z|92876b73-16a5-4b2e-9c7f-e931ee7ce6b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:02.446Z|fd48055e-9372-4df1-8b9a-84509b641d2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:02.446Z|47502ce0-7691-4bb4-bccd-d351e2d90020|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:03.459Z|d00e0f01-b52c-46c7-a2ec-66430d0c1956|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:52:03.460Z|d00e0f01-b52c-46c7-a2ec-66430d0c1956|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:52:03.729Z|f9504fd1-4401-4cbd-851e-88317a9757a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:52:03.730Z|f9504fd1-4401-4cbd-851e-88317a9757a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:52:12.474Z|d4d22df8-ece5-40e3-bebe-5cc40b3cd2f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:12.475Z|d4d22df8-ece5-40e3-bebe-5cc40b3cd2f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:12.473Z|07408ee8-4708-414a-993b-d25b181fb287|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:12.478Z|07408ee8-4708-414a-993b-d25b181fb287|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:12.483Z|8b2637e5-b124-4ef2-9247-4f525b6526b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:12.483Z|8b2637e5-b124-4ef2-9247-4f525b6526b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:18.459Z|5201d100-3f0b-4176-87c1-5475aee3da53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:52:18.460Z|5201d100-3f0b-4176-87c1-5475aee3da53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:52:22.504Z|bb115a20-91f9-40f2-b6bc-ce3e04a0e663|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:22.505Z|bb115a20-91f9-40f2-b6bc-ce3e04a0e663|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:22.508Z|9ecb6589-ddde-4680-b53d-446658de379a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:22.508Z|33c29aa2-9cbe-44a0-a343-b828dcf00151|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:22.509Z|9ecb6589-ddde-4680-b53d-446658de379a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:22.509Z|33c29aa2-9cbe-44a0-a343-b828dcf00151|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:32.533Z|85d940d7-8ad6-4003-bbe0-69e999dc2bab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:32.534Z|85d940d7-8ad6-4003-bbe0-69e999dc2bab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:32.536Z|15383e44-c8c2-431c-b995-cf11d5931fc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:32.536Z|04be9f45-3430-4952-9593-09757d0b19a7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:32.536Z|15383e44-c8c2-431c-b995-cf11d5931fc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:32.536Z|04be9f45-3430-4952-9593-09757d0b19a7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:33.459Z|0e27712b-e7ef-47b2-b003-0e0d580a6d59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:52:33.462Z|0e27712b-e7ef-47b2-b003-0e0d580a6d59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:52:33.730Z|294a27af-9d1c-43e2-a02a-f33596a82744|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:52:33.731Z|294a27af-9d1c-43e2-a02a-f33596a82744|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:52:42.561Z|f7e80849-1749-424d-8ad7-b1fe33ad16b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:42.561Z|4dbc4fdd-9f73-45b5-8c10-c3c512ef3ba2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:42.561Z|9bae9c62-ef4b-441e-bbe0-7bc00363e308|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:42.562Z|f7e80849-1749-424d-8ad7-b1fe33ad16b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:42.562Z|9bae9c62-ef4b-441e-bbe0-7bc00363e308|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:42.562Z|4dbc4fdd-9f73-45b5-8c10-c3c512ef3ba2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:45.774Z|f87cfa34-6114-4416-88f1-ecc2201116dd|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:52:45.775Z|f87cfa34-6114-4416-88f1-ecc2201116dd|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:48.461Z|5025abfa-6320-4d5e-b650-9006f725ea8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:52:48.462Z|5025abfa-6320-4d5e-b650-9006f725ea8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:52:52.589Z|b6027889-68df-4f02-85c1-a3afcd22ce00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:52.589Z|5581c02e-bf2b-41e7-879e-3e13c3e5e7e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:52.590Z|ab9cc756-e4e7-4707-aa26-4a510160878d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:52:52.590Z|5581c02e-bf2b-41e7-879e-3e13c3e5e7e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:52.590Z|b6027889-68df-4f02-85c1-a3afcd22ce00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:52:52.590Z|ab9cc756-e4e7-4707-aa26-4a510160878d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:02.617Z|f9b7e710-a557-4452-9d34-fd4ee1c65a09|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:02.617Z|0bb183cd-9608-4e45-8961-583dbb524be4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:02.617Z|61e436a1-5b8f-4af2-9c11-94dcf7b2541f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:02.618Z|f9b7e710-a557-4452-9d34-fd4ee1c65a09|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:02.618Z|0bb183cd-9608-4e45-8961-583dbb524be4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:02.618Z|61e436a1-5b8f-4af2-9c11-94dcf7b2541f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:03.459Z|93833c26-1ccb-4735-b8f0-6d7e51a93353|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:53:03.460Z|93833c26-1ccb-4735-b8f0-6d7e51a93353|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:53:03.732Z|da97a5d4-641c-40ae-b270-6f68aa6d8b1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:53:03.732Z|da97a5d4-641c-40ae-b270-6f68aa6d8b1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:53:12.644Z|1c04b774-66e4-49c4-a166-5f7ffa13640c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:12.644Z|5bf8d49a-7c61-44e4-aba0-b91764478998|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:12.644Z|b23bde5d-7752-449d-8d57-a807f70a8742|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:12.645Z|1c04b774-66e4-49c4-a166-5f7ffa13640c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:12.645Z|5bf8d49a-7c61-44e4-aba0-b91764478998|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:12.645Z|b23bde5d-7752-449d-8d57-a807f70a8742|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:18.460Z|616a4000-ca4d-4963-9e26-7053875b73aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:53:18.463Z|616a4000-ca4d-4963-9e26-7053875b73aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:53:22.676Z|454db7ee-60b0-4202-a355-560dc4469b7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:22.676Z|b55998c4-ef1b-4706-94fa-81b29270f5af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:22.677Z|454db7ee-60b0-4202-a355-560dc4469b7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:22.677Z|b55998c4-ef1b-4706-94fa-81b29270f5af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:22.680Z|ee69d9c6-0011-4bfd-8c88-63ebc5aefda2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:22.681Z|ee69d9c6-0011-4bfd-8c88-63ebc5aefda2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:32.713Z|04caa183-d342-4a63-a0ea-6536ef055f8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:32.713Z|2e019f87-6595-4725-9abb-f8f547173bf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:32.713Z|cd755824-1ba6-4327-a83a-7d008ef3b566|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:32.715Z|04caa183-d342-4a63-a0ea-6536ef055f8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:32.715Z|2e019f87-6595-4725-9abb-f8f547173bf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:32.715Z|cd755824-1ba6-4327-a83a-7d008ef3b566|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:33.459Z|8c83986c-f618-411b-85d4-da9f71dfd972|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:53:33.460Z|8c83986c-f618-411b-85d4-da9f71dfd972|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:53:33.733Z|76427885-d40c-4fa5-9df1-85c2d23e303b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:53:33.733Z|76427885-d40c-4fa5-9df1-85c2d23e303b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:53:42.755Z|f08169a0-6126-4039-a82c-d5de619ed2bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:42.755Z|fbbaa1da-10bf-47b7-a1e6-a75936fe25ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:42.755Z|9a0f111e-fd00-4aa6-a807-d6202af587f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:42.757Z|9a0f111e-fd00-4aa6-a807-d6202af587f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:42.757Z|fbbaa1da-10bf-47b7-a1e6-a75936fe25ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:42.757Z|f08169a0-6126-4039-a82c-d5de619ed2bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:45.777Z|f01224dc-adf6-40f5-a126-78eff7b5d5fb|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:53:45.779Z|f01224dc-adf6-40f5-a126-78eff7b5d5fb|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:48.460Z|2a6a0ef4-8834-4a99-ab9d-ff97033b3a8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:53:48.461Z|2a6a0ef4-8834-4a99-ab9d-ff97033b3a8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:53:52.793Z|18deba05-8e28-43ce-9478-87dbc3c1e10f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:52.793Z|a0087913-e814-4968-bc3f-7b84a873c30b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:52.793Z|e25ab59a-906b-4dd1-9041-765181fb5354|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:53:52.794Z|e25ab59a-906b-4dd1-9041-765181fb5354|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:52.794Z|a0087913-e814-4968-bc3f-7b84a873c30b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:53:52.794Z|18deba05-8e28-43ce-9478-87dbc3c1e10f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:02.827Z|12df5a55-7e58-488b-bbca-8e07998239a3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:02.827Z|a47afafa-2218-48d9-adde-b0657de5f08c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:02.828Z|0901eb97-ff5d-40d2-a59e-b67e1c9a5883|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:02.829Z|12df5a55-7e58-488b-bbca-8e07998239a3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:02.829Z|a47afafa-2218-48d9-adde-b0657de5f08c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:02.829Z|0901eb97-ff5d-40d2-a59e-b67e1c9a5883|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:03.459Z|e825fd7a-4dce-4d7f-8216-387c2713a67c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:54:03.462Z|e825fd7a-4dce-4d7f-8216-387c2713a67c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:54:03.734Z|d910a263-8437-4ed1-9067-0809d54e60be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:54:03.735Z|d910a263-8437-4ed1-9067-0809d54e60be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:54:12.861Z|72b1b886-d6b2-4fd9-8f9c-fae1912a9b45|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:12.862Z|72b1b886-d6b2-4fd9-8f9c-fae1912a9b45|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:12.865Z|d56e2cde-1361-41a0-932e-1272e5dca1e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:12.865Z|d56e2cde-1361-41a0-932e-1272e5dca1e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:12.868Z|890788cb-5230-4b68-8a73-1735c4d99ffc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:12.869Z|890788cb-5230-4b68-8a73-1735c4d99ffc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:18.459Z|d0e4bdb9-f756-42e8-aebf-21ebb236609e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:54:18.460Z|d0e4bdb9-f756-42e8-aebf-21ebb236609e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:54:22.890Z|14396c2c-cd8f-4386-bc10-4f8533476ec9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:22.890Z|2b24f47c-3f27-4c65-8d68-055532e55967|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:22.891Z|2b24f47c-3f27-4c65-8d68-055532e55967|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:22.891Z|14396c2c-cd8f-4386-bc10-4f8533476ec9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:22.895Z|76ec3af9-1d11-4ce6-8ba4-3f39f9895412|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:22.896Z|76ec3af9-1d11-4ce6-8ba4-3f39f9895412|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:32.919Z|5175e0da-582d-48d3-a35b-2e4b66721742|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:32.919Z|334ba230-a4c4-4d29-9006-8fe2bd110f98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:32.920Z|5175e0da-582d-48d3-a35b-2e4b66721742|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:32.920Z|334ba230-a4c4-4d29-9006-8fe2bd110f98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:32.923Z|fc341f38-9ffc-4c79-b8fa-131a42e7a19f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:32.924Z|fc341f38-9ffc-4c79-b8fa-131a42e7a19f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:33.459Z|a2bf06f7-f4a4-4147-9e22-9e577c325feb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:54:33.460Z|a2bf06f7-f4a4-4147-9e22-9e577c325feb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:54:33.735Z|e1ef9df1-8926-44d6-810a-9d9e427ca765|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:54:33.736Z|e1ef9df1-8926-44d6-810a-9d9e427ca765|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:54:42.952Z|4e41739b-cc60-41e1-8f1d-a96274d9ff2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:42.953Z|4e41739b-cc60-41e1-8f1d-a96274d9ff2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:42.954Z|3dd48ecb-e855-4810-a88d-b4ea0e00ec22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:42.954Z|3dd48ecb-e855-4810-a88d-b4ea0e00ec22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:42.957Z|bb362fe7-0040-46d5-8561-d863384ed7f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:42.957Z|bb362fe7-0040-46d5-8561-d863384ed7f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:45.776Z|1330e666-6ee0-457b-a09c-4ece50e53acf|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:54:45.777Z|1330e666-6ee0-457b-a09c-4ece50e53acf|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:48.459Z|1e9b28c3-4484-4d13-8586-9edd8227376c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:54:48.461Z|1e9b28c3-4484-4d13-8586-9edd8227376c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:54:52.980Z|0745361e-3d52-409d-b0d9-6853014ba11f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:52.981Z|0745361e-3d52-409d-b0d9-6853014ba11f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:52.981Z|05bb7eea-fd87-4cf7-9efe-e665ead95635|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:52.982Z|343f22ee-8601-47f7-be50-6b00d2630149|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:54:52.982Z|05bb7eea-fd87-4cf7-9efe-e665ead95635|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:54:52.984Z|343f22ee-8601-47f7-be50-6b00d2630149|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:03.011Z|c10c82f9-5bcc-4481-a9ab-352ce4bfb75b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:03.011Z|e448d05f-b7f9-4c82-8827-f20643bbc0b0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:03.013Z|c10c82f9-5bcc-4481-a9ab-352ce4bfb75b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:03.013Z|e448d05f-b7f9-4c82-8827-f20643bbc0b0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:03.017Z|23fafe02-4991-4808-8392-f27c58123afa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:03.018Z|23fafe02-4991-4808-8392-f27c58123afa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:03.459Z|4a0674b2-6f8a-4f66-a3d5-2ef2da22a05b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:55:03.460Z|4a0674b2-6f8a-4f66-a3d5-2ef2da22a05b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:55:03.736Z|3297a994-6622-44eb-a1a4-a4a8a095cab5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:55:03.737Z|3297a994-6622-44eb-a1a4-a4a8a095cab5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:55:13.043Z|a4fd5679-eaeb-43be-a4d1-ad29fbb75289|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:13.043Z|02359b9f-c196-46ef-8bd3-511209537f02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:13.043Z|603fae2b-9f8b-488c-9436-d164654a6831|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:13.044Z|a4fd5679-eaeb-43be-a4d1-ad29fbb75289|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:13.044Z|02359b9f-c196-46ef-8bd3-511209537f02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:13.045Z|603fae2b-9f8b-488c-9436-d164654a6831|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:18.460Z|5cab079c-40d3-4d8e-a439-72bb5d4e8ba8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:55:18.461Z|5cab079c-40d3-4d8e-a439-72bb5d4e8ba8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:55:23.074Z|3dc9b004-6ad9-480a-aece-75a4afecf4cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:23.074Z|9f2c921c-352a-4add-b17f-535754c131f1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:23.075Z|9f2c921c-352a-4add-b17f-535754c131f1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:23.075Z|3dc9b004-6ad9-480a-aece-75a4afecf4cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:23.078Z|e9fa2497-6918-4ddc-9bec-dea120f26214|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:23.079Z|e9fa2497-6918-4ddc-9bec-dea120f26214|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:33.112Z|14a0fe40-2922-4b23-b091-50edb720a0b4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:33.112Z|22805033-2b5a-40f2-b132-b725dd3ca302|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:33.112Z|0d94b524-a7f8-4ec4-8c68-e1bd8f6c356b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:33.115Z|14a0fe40-2922-4b23-b091-50edb720a0b4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:33.115Z|0d94b524-a7f8-4ec4-8c68-e1bd8f6c356b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:33.115Z|22805033-2b5a-40f2-b132-b725dd3ca302|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:33.459Z|a72deec7-443d-431b-9a7f-359b9007e94f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:55:33.462Z|a72deec7-443d-431b-9a7f-359b9007e94f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:55:33.738Z|55398d94-94fb-4c3e-aa53-3618c1699960|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:55:33.738Z|55398d94-94fb-4c3e-aa53-3618c1699960|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:55:43.153Z|0cb1a187-d87c-4a57-a183-5c65a73f4c0d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:43.153Z|cbc9a1bf-4ff0-469e-b68b-dd7605eb69e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:43.153Z|c1c49718-a939-4bd9-aabe-9dcf59983a43|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:43.155Z|c1c49718-a939-4bd9-aabe-9dcf59983a43|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:43.155Z|cbc9a1bf-4ff0-469e-b68b-dd7605eb69e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:43.155Z|0cb1a187-d87c-4a57-a183-5c65a73f4c0d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:45.777Z|8ced0a5b-83c3-4213-984f-052a213624b5|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:55:45.778Z|8ced0a5b-83c3-4213-984f-052a213624b5|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:48.459Z|62fc02a9-6fa8-4557-b605-fa48c024f199|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:55:48.460Z|62fc02a9-6fa8-4557-b605-fa48c024f199|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:55:53.190Z|379f8aed-51f1-430f-850d-40aedc1c18eb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:53.191Z|379f8aed-51f1-430f-850d-40aedc1c18eb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:53.191Z|f6e341e0-bf57-4295-ac63-541a095339b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:53.192Z|f6e341e0-bf57-4295-ac63-541a095339b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:55:53.193Z|3f091576-bc21-4ad8-b232-88f8e5e02b74|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:55:53.194Z|3f091576-bc21-4ad8-b232-88f8e5e02b74|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:03.220Z|64983bb7-fa90-4b2d-9cb8-aed6a22b7821|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:03.220Z|83da403c-37f9-4eec-9a10-b62f54b44cf8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:03.220Z|5f4063e2-a52c-46c9-a11a-2e164907af87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:03.221Z|83da403c-37f9-4eec-9a10-b62f54b44cf8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:03.221Z|64983bb7-fa90-4b2d-9cb8-aed6a22b7821|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:03.221Z|5f4063e2-a52c-46c9-a11a-2e164907af87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:03.459Z|4363aa65-b279-4caf-9c85-3af3554f50a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:56:03.460Z|4363aa65-b279-4caf-9c85-3af3554f50a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:56:03.739Z|b2be933b-ba6d-4b1f-9351-b52a89cf1582|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:56:03.739Z|b2be933b-ba6d-4b1f-9351-b52a89cf1582|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:56:13.253Z|0bee72f0-9425-4c72-be69-d92fcfd12536|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:13.253Z|4594fb14-1c12-4209-8e79-3acf65fb6e3d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:13.254Z|0bee72f0-9425-4c72-be69-d92fcfd12536|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:13.254Z|4594fb14-1c12-4209-8e79-3acf65fb6e3d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:13.254Z|cc8c0ca7-e1f9-45d5-868d-30dc235b3afb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:13.257Z|cc8c0ca7-e1f9-45d5-868d-30dc235b3afb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:18.459Z|879868e2-0dc3-4d99-92c2-aab3ba7f1522|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:56:18.462Z|879868e2-0dc3-4d99-92c2-aab3ba7f1522|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:56:23.285Z|e95c72ba-0299-4bcf-b81c-5d07340ac20b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:23.286Z|e95c72ba-0299-4bcf-b81c-5d07340ac20b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:23.286Z|4eb7844c-eec4-4f6a-b82c-464e7ab41b2d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:23.289Z|4eb7844c-eec4-4f6a-b82c-464e7ab41b2d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:23.290Z|306d126b-ed88-4bcb-9151-c0284406f9ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:23.291Z|306d126b-ed88-4bcb-9151-c0284406f9ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:33.318Z|a1fede9e-6858-4d8c-b26d-789d47bf055b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:33.318Z|83671d8e-bac8-4d51-8962-6beb7aafadc5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:33.319Z|a1fede9e-6858-4d8c-b26d-789d47bf055b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:33.319Z|83671d8e-bac8-4d51-8962-6beb7aafadc5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:33.322Z|c63a69a4-068e-4ce6-84c4-30a198cd4d79|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:33.323Z|c63a69a4-068e-4ce6-84c4-30a198cd4d79|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:33.459Z|c06fd3a0-eebb-4896-8d5a-4b8a2a81a896|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:56:33.460Z|c06fd3a0-eebb-4896-8d5a-4b8a2a81a896|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:56:33.745Z|0335a63f-92ba-4701-87b9-1ea95cf38c58|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:56:33.745Z|0335a63f-92ba-4701-87b9-1ea95cf38c58|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:56:43.347Z|bd369ec9-7bb4-408d-a143-2c6d5e7d55fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:43.347Z|2130c294-6f41-45a1-9f69-8b4f05b64cbc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:43.347Z|fe845e51-0636-41e0-be4e-301bc88ede52|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:43.348Z|bd369ec9-7bb4-408d-a143-2c6d5e7d55fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:43.348Z|2130c294-6f41-45a1-9f69-8b4f05b64cbc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:43.348Z|fe845e51-0636-41e0-be4e-301bc88ede52|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:45.775Z|a42fd71a-6bb8-4c32-a08e-f331014bdf9e|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:56:45.776Z|a42fd71a-6bb8-4c32-a08e-f331014bdf9e|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:48.459Z|21faf2a0-d746-4639-a2c8-382eaae8726b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:56:48.461Z|21faf2a0-d746-4639-a2c8-382eaae8726b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:56:53.376Z|54337e0f-bcb7-41de-b167-173c1157c495|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:53.376Z|db1f2096-f0d9-47e2-886c-82f074a243ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:53.376Z|eee7c7c7-5a71-4908-9de2-093616f2b206|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:56:53.377Z|54337e0f-bcb7-41de-b167-173c1157c495|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:53.377Z|db1f2096-f0d9-47e2-886c-82f074a243ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:56:53.377Z|eee7c7c7-5a71-4908-9de2-093616f2b206|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:03.404Z|2a6c84c0-a944-4c11-913b-3471e6812ac3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:03.404Z|4ad217c0-bda0-41c4-b0c9-18222028dfdf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:03.404Z|6b2d9c3e-9f12-4f34-ae31-61a79d940fb1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:03.406Z|2a6c84c0-a944-4c11-913b-3471e6812ac3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:03.406Z|4ad217c0-bda0-41c4-b0c9-18222028dfdf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:03.406Z|6b2d9c3e-9f12-4f34-ae31-61a79d940fb1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:03.459Z|1b517798-d1ef-4b82-bd64-7a3b661be689|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:57:03.462Z|1b517798-d1ef-4b82-bd64-7a3b661be689|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:57:03.746Z|b389df73-04ea-4c9e-99d2-abdf0142db7c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:57:03.747Z|b389df73-04ea-4c9e-99d2-abdf0142db7c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:57:13.438Z|8a72b961-2089-4475-a8ed-86ad5c630c10|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:13.438Z|2f0f1d81-a2ae-411b-832b-f00606d12378|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:13.438Z|7585e80c-fffb-482f-82d9-4712e3c30bdf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:13.440Z|2f0f1d81-a2ae-411b-832b-f00606d12378|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:13.440Z|8a72b961-2089-4475-a8ed-86ad5c630c10|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:13.440Z|7585e80c-fffb-482f-82d9-4712e3c30bdf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:18.460Z|b154abf7-c8d0-4518-9782-740c8da135b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:57:18.461Z|b154abf7-c8d0-4518-9782-740c8da135b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:57:23.471Z|0197c8e2-64ee-4a4b-a0bc-4e852e342245|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:23.471Z|e5386aa9-7703-4061-a34d-76ab5b34311e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:23.471Z|edc04d45-a1dd-4c30-9e4b-5b62a3976f92|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:23.473Z|edc04d45-a1dd-4c30-9e4b-5b62a3976f92|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:23.473Z|0197c8e2-64ee-4a4b-a0bc-4e852e342245|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:23.473Z|e5386aa9-7703-4061-a34d-76ab5b34311e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:33.460Z|bfccd230-6a0f-4ab4-9c80-66c6886f46a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:57:33.462Z|bfccd230-6a0f-4ab4-9c80-66c6886f46a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:57:33.500Z|c87f886a-8d29-41de-8d01-7240309d226a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:33.501Z|23e69330-be09-4a3e-86e8-2ffb4fd6f7dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:33.501Z|23e69330-be09-4a3e-86e8-2ffb4fd6f7dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:33.501Z|c87f886a-8d29-41de-8d01-7240309d226a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:33.500Z|77c584ba-8233-42dc-9933-bb3b33aa832b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:33.504Z|77c584ba-8233-42dc-9933-bb3b33aa832b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:33.747Z|59003bcd-1492-4d6d-99fb-6ea11fc86cef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:57:33.748Z|59003bcd-1492-4d6d-99fb-6ea11fc86cef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:57:43.529Z|fbc01b9d-ff70-4a42-87a3-c38e1b2e1cf2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:43.529Z|30085be7-a669-4e3e-b082-bc8016074fe2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:43.531Z|fbc01b9d-ff70-4a42-87a3-c38e1b2e1cf2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:43.531Z|30085be7-a669-4e3e-b082-bc8016074fe2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:43.538Z|27c5f920-5a10-4e97-a673-cc09b0e2ec65|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:43.538Z|27c5f920-5a10-4e97-a673-cc09b0e2ec65|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:45.776Z|ef9eccc2-6564-4b5e-9371-37cbdab0d29d|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:57:45.777Z|ef9eccc2-6564-4b5e-9371-37cbdab0d29d|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:48.459Z|df6b6319-b29b-4d47-bbd9-f84d09c95f2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:57:48.462Z|df6b6319-b29b-4d47-bbd9-f84d09c95f2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:57:53.557Z|5f6bb687-c6fe-41ad-9325-e69e8cf33af5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:53.557Z|0c30814f-acaf-4084-8b9b-a6741922323f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:53.558Z|0c30814f-acaf-4084-8b9b-a6741922323f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:53.558Z|5f6bb687-c6fe-41ad-9325-e69e8cf33af5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:57:53.561Z|adfcd3fd-b5a8-4e7f-a3eb-378b963cbf04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:57:53.563Z|adfcd3fd-b5a8-4e7f-a3eb-378b963cbf04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:03.459Z|e6971693-ed75-4fde-82b7-3176b7070eda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:58:03.460Z|e6971693-ed75-4fde-82b7-3176b7070eda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:58:03.583Z|5a3af6e1-8cef-457b-89ba-bf3ea967d160|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:03.584Z|5a3af6e1-8cef-457b-89ba-bf3ea967d160|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:03.588Z|a8dd5247-f29e-4dd2-8bd5-dbd88acb1fbd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:03.588Z|a8dd5247-f29e-4dd2-8bd5-dbd88acb1fbd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:03.588Z|c96d3cd5-3865-487a-af04-0c6fd17e204c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:03.593Z|c96d3cd5-3865-487a-af04-0c6fd17e204c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:03.748Z|e076fadb-1beb-4769-b21a-915e6fe97ae8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:58:03.749Z|e076fadb-1beb-4769-b21a-915e6fe97ae8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:58:13.608Z|25f54cd3-1cec-4d1f-8834-306302ff4e59|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:13.609Z|25f54cd3-1cec-4d1f-8834-306302ff4e59|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:13.614Z|2c773f77-a9b3-4cc1-a468-4ff70dfa473f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:13.615Z|3e6019aa-ee51-4272-a9b8-0c24596b7aea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:13.615Z|2c773f77-a9b3-4cc1-a468-4ff70dfa473f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:13.616Z|3e6019aa-ee51-4272-a9b8-0c24596b7aea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:18.459Z|f7aacd12-0490-4c85-839e-e8054e7998d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:58:18.460Z|f7aacd12-0490-4c85-839e-e8054e7998d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:58:23.634Z|fccc9806-883e-4ce5-87c7-916cbe449034|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:23.635Z|fccc9806-883e-4ce5-87c7-916cbe449034|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:23.640Z|2075822f-885b-4b4d-aae3-946ba82116c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:23.640Z|142f67bc-cc27-4a3d-a2e9-991e86f42af8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:23.642Z|142f67bc-cc27-4a3d-a2e9-991e86f42af8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:23.642Z|2075822f-885b-4b4d-aae3-946ba82116c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:33.459Z|101bc75a-d6f5-4490-8740-b37713a58ab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:58:33.461Z|101bc75a-d6f5-4490-8740-b37713a58ab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:58:33.667Z|1c438c13-454a-407d-8fd6-bedf6ea48042|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:33.667Z|0bad73a1-64bf-4b3e-91f4-c849fbef3014|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:33.668Z|0bad73a1-64bf-4b3e-91f4-c849fbef3014|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:33.668Z|1c438c13-454a-407d-8fd6-bedf6ea48042|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:33.670Z|2770f1da-acdf-45f5-ad37-5c86db7d8bd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:33.670Z|2770f1da-acdf-45f5-ad37-5c86db7d8bd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:33.750Z|834864e3-17e0-42df-8bbd-d1d05a0d1541|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:58:33.751Z|834864e3-17e0-42df-8bbd-d1d05a0d1541|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:58:43.692Z|9019c615-1af4-4978-a29d-0e87b9a28af8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:43.692Z|3c9f10dd-9daf-4bd1-b7ea-ccfa50c39a41|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:43.692Z|1112e9cf-305d-43de-b7c4-9e359e6ef003|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:43.694Z|3c9f10dd-9daf-4bd1-b7ea-ccfa50c39a41|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:43.694Z|1112e9cf-305d-43de-b7c4-9e359e6ef003|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:43.694Z|9019c615-1af4-4978-a29d-0e87b9a28af8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:45.777Z|64870216-9e7e-4c5e-8d37-ce46efaae9e5|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:58:45.779Z|64870216-9e7e-4c5e-8d37-ce46efaae9e5|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:48.459Z|cc0835b8-0159-4cea-b1c9-249cd873cdf1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:58:48.460Z|cc0835b8-0159-4cea-b1c9-249cd873cdf1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:58:53.718Z|a9409757-37fb-40a6-96c3-f6012bc564d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:53.718Z|826cefc2-1644-42e4-8852-13f1934d48f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:53.719Z|a9409757-37fb-40a6-96c3-f6012bc564d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:53.720Z|826cefc2-1644-42e4-8852-13f1934d48f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:58:53.723Z|e6af9576-2dd2-47bc-9f5f-3d000f790a31|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:58:53.723Z|e6af9576-2dd2-47bc-9f5f-3d000f790a31|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:03.460Z|293a12d5-64a9-4daf-8d16-c9158a30a80b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:59:03.461Z|293a12d5-64a9-4daf-8d16-c9158a30a80b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:59:03.746Z|c6b3e771-babb-463b-b994-befa5778a8cf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:03.746Z|8670d03c-d0f8-444c-b9dd-9df0bcb4f5c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:03.748Z|c6b3e771-babb-463b-b994-befa5778a8cf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:03.748Z|8670d03c-d0f8-444c-b9dd-9df0bcb4f5c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:03.751Z|cd7e11d1-8ffd-4e1a-b2b6-66b2574747dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:03.751Z|c0be715a-3143-49ef-99ed-a4bc25e2268d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:59:03.752Z|c0be715a-3143-49ef-99ed-a4bc25e2268d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:59:03.752Z|cd7e11d1-8ffd-4e1a-b2b6-66b2574747dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:13.783Z|7a32b44a-6dd8-4b0c-8112-64232a1f2a9d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:13.782Z|2dee5c01-8e04-424a-8366-8d2bd797d998|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:13.782Z|c5b7e0bb-7114-4dae-b44d-0d31661b6a83|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:13.785Z|7a32b44a-6dd8-4b0c-8112-64232a1f2a9d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:13.784Z|2dee5c01-8e04-424a-8366-8d2bd797d998|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:13.793Z|c5b7e0bb-7114-4dae-b44d-0d31661b6a83|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:18.460Z|1eaa1c0a-e12f-4927-9e42-0edcd5c2796a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:59:18.463Z|1eaa1c0a-e12f-4927-9e42-0edcd5c2796a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:59:23.817Z|affbd8bb-ab43-472f-aec7-84d5bcf718bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:23.818Z|affbd8bb-ab43-472f-aec7-84d5bcf718bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:23.824Z|fcd45166-953e-41db-93d0-0343d788dc7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:23.824Z|df279aaf-327f-4a41-ac82-22f0d72f5067|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:23.824Z|fcd45166-953e-41db-93d0-0343d788dc7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:23.825Z|df279aaf-327f-4a41-ac82-22f0d72f5067|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:33.460Z|6dff77f6-cec0-4b3f-a8df-1770275beb13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:59:33.462Z|6dff77f6-cec0-4b3f-a8df-1770275beb13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:59:33.752Z|34a20c0b-e3cc-4fe4-adf9-446f88546ebf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:59:33.753Z|34a20c0b-e3cc-4fe4-adf9-446f88546ebf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:59:33.850Z|31051e60-b799-4e3d-8955-6a3e35f2c5fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:33.849Z|2647b9b4-28c3-40ef-842e-e1cc2fd7ffef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:33.849Z|937b549b-1058-4810-91d1-f3671b2234a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:33.850Z|937b549b-1058-4810-91d1-f3671b2234a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:33.850Z|31051e60-b799-4e3d-8955-6a3e35f2c5fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:33.850Z|2647b9b4-28c3-40ef-842e-e1cc2fd7ffef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:43.880Z|1c8320e7-1f82-4ec6-90f4-80b253d679cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:43.880Z|15a107c7-8cbd-4c9d-875a-af9a107b4ede|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:43.880Z|4d4e3e77-c8a2-41ea-9474-7abb09b0ba26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:43.882Z|1c8320e7-1f82-4ec6-90f4-80b253d679cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:43.882Z|15a107c7-8cbd-4c9d-875a-af9a107b4ede|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:43.882Z|4d4e3e77-c8a2-41ea-9474-7abb09b0ba26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:45.776Z|7f498e9d-c4e5-417e-b7e1-895558e69fb9|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T16:59:45.777Z|7f498e9d-c4e5-417e-b7e1-895558e69fb9|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:48.460Z|79ca54c6-a68b-4e21-9ee8-d1848d40e918|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T16:59:48.460Z|79ca54c6-a68b-4e21-9ee8-d1848d40e918|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T16:59:53.915Z|abd325fa-9476-4fd2-9f05-0f1aadf4a5de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:53.914Z|aff2ca77-24f5-413c-acb8-e76ac7e8b6c6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:53.915Z|9c673e2c-9c30-4418-813f-538522cd426f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T16:59:53.916Z|9c673e2c-9c30-4418-813f-538522cd426f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:53.916Z|aff2ca77-24f5-413c-acb8-e76ac7e8b6c6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T16:59:53.916Z|abd325fa-9476-4fd2-9f05-0f1aadf4a5de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:03.459Z|6662bbcd-4023-4329-ad35-1d6991c4ada9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:00:03.462Z|6662bbcd-4023-4329-ad35-1d6991c4ada9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:00:03.754Z|fd63bd48-0d1a-48f8-a3e8-a7a9d89f72a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:00:03.757Z|fd63bd48-0d1a-48f8-a3e8-a7a9d89f72a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:00:03.938Z|3b480f25-299d-4a49-b356-75d25a36d7be|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:03.938Z|6142c201-ab6f-40e6-8d64-1c334d636998|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:03.938Z|6d470978-fae3-4563-8430-ab7a898dda6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:03.939Z|6142c201-ab6f-40e6-8d64-1c334d636998|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:03.939Z|3b480f25-299d-4a49-b356-75d25a36d7be|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:03.939Z|6d470978-fae3-4563-8430-ab7a898dda6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:13.964Z|5afb7353-ff18-46dc-b07b-0183d83c6a1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:13.965Z|78179878-a864-44ec-a30b-3c54c388a736|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:13.965Z|cf24b6d5-4c52-4bb2-bb2f-6ad3f75b2f96|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:13.965Z|78179878-a864-44ec-a30b-3c54c388a736|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:13.966Z|cf24b6d5-4c52-4bb2-bb2f-6ad3f75b2f96|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:13.965Z|5afb7353-ff18-46dc-b07b-0183d83c6a1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:18.459Z|baf96d1a-b830-414f-ba3a-dd097bffcc08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:00:18.460Z|baf96d1a-b830-414f-ba3a-dd097bffcc08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:00:23.990Z|07ac7d77-0010-448a-bbb6-ed7de5987606|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:23.990Z|d2c69a1b-99c0-4fe1-bb5d-1f390edaa24c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:23.990Z|8014e04a-589c-4284-980b-77ba41a681a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:23.991Z|8014e04a-589c-4284-980b-77ba41a681a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:23.991Z|d2c69a1b-99c0-4fe1-bb5d-1f390edaa24c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:23.991Z|07ac7d77-0010-448a-bbb6-ed7de5987606|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:33.459Z|50142fda-1c27-4d4e-9f86-d90170a4a31a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:00:33.460Z|50142fda-1c27-4d4e-9f86-d90170a4a31a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:00:33.760Z|99af3673-8f12-444d-8398-98c8244f5ed2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:00:33.761Z|99af3673-8f12-444d-8398-98c8244f5ed2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:00:34.022Z|f2dd2d2d-d969-4481-9260-e11143d6e3dd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:34.022Z|99e617e8-31e9-42bd-93ad-12d7f89a2d19|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:34.023Z|99e617e8-31e9-42bd-93ad-12d7f89a2d19|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:34.023Z|f2dd2d2d-d969-4481-9260-e11143d6e3dd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:34.031Z|1c42990a-14b3-441a-88d8-58d9b410c498|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:34.032Z|1c42990a-14b3-441a-88d8-58d9b410c498|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:44.061Z|57a45a3d-7a98-4878-9a85-4f15e1d31cea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:44.061Z|6e5c4e7c-95a3-4ffb-a9e0-7563b84fbace|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:44.061Z|22663e8b-a730-4cf8-ac3b-6965eb9412dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:44.063Z|6e5c4e7c-95a3-4ffb-a9e0-7563b84fbace|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:44.063Z|57a45a3d-7a98-4878-9a85-4f15e1d31cea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:44.063Z|22663e8b-a730-4cf8-ac3b-6965eb9412dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:45.776Z|f0d63348-f261-40b1-99ea-4ad24a5acf3a|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:00:45.777Z|f0d63348-f261-40b1-99ea-4ad24a5acf3a|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:48.459Z|25b65178-6218-43e8-9803-f79f931999c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:00:48.462Z|25b65178-6218-43e8-9803-f79f931999c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:00:54.092Z|80be6393-b5ce-4490-8a07-dd98483d8079|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:54.092Z|d7cc0c92-4888-48ea-8099-e9416006f72d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:54.092Z|9b061a4e-b892-4615-8535-4e8f2be09713|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:00:54.093Z|d7cc0c92-4888-48ea-8099-e9416006f72d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:54.093Z|80be6393-b5ce-4490-8a07-dd98483d8079|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:00:54.093Z|9b061a4e-b892-4615-8535-4e8f2be09713|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:03.460Z|a58c5fae-dc61-490d-8435-e115e43c4ec1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:01:03.461Z|a58c5fae-dc61-490d-8435-e115e43c4ec1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:01:03.762Z|8d8c2980-e1e8-4b06-9c9a-7da504abea6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:01:03.763Z|8d8c2980-e1e8-4b06-9c9a-7da504abea6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:01:04.123Z|6a9a0e2f-c524-4595-b8e8-f35a8e3e5a2a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:04.123Z|a19db5db-ed7b-425b-a5fd-f01d7ab55e51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:04.124Z|6a9a0e2f-c524-4595-b8e8-f35a8e3e5a2a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:04.124Z|a19db5db-ed7b-425b-a5fd-f01d7ab55e51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:04.127Z|900a04fc-15d4-4fec-89d6-cba6deaf8988|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:04.128Z|900a04fc-15d4-4fec-89d6-cba6deaf8988|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:14.152Z|073b515a-04b8-43a3-84bc-2e9f423b0a4d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:14.154Z|073b515a-04b8-43a3-84bc-2e9f423b0a4d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:14.156Z|aaa8fa17-6d98-4ce2-ac7c-e6dc030548a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:14.156Z|aaa8fa17-6d98-4ce2-ac7c-e6dc030548a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:14.158Z|49f1a6a2-80d5-429f-9f53-e3c368d81de1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:14.158Z|49f1a6a2-80d5-429f-9f53-e3c368d81de1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:18.460Z|7d54d57d-79de-48e7-8b6a-67e74ed30d99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:01:18.460Z|7d54d57d-79de-48e7-8b6a-67e74ed30d99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:01:24.187Z|b0d3e2b7-9d9f-4b10-a162-6aef0c0ce4f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:24.187Z|63759e09-dfb7-46fb-9c8e-1bce285779b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:24.187Z|824fa703-8e66-422c-abd4-065101d213fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:24.189Z|824fa703-8e66-422c-abd4-065101d213fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:24.189Z|b0d3e2b7-9d9f-4b10-a162-6aef0c0ce4f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:24.189Z|63759e09-dfb7-46fb-9c8e-1bce285779b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:33.460Z|ddb3fa2a-23c2-4606-b616-45e0723de39a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:01:33.464Z|ddb3fa2a-23c2-4606-b616-45e0723de39a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:01:33.764Z|ba601ccf-5d5a-4340-a50c-70fd014027a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:01:33.765Z|ba601ccf-5d5a-4340-a50c-70fd014027a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:01:34.220Z|6eb4e5b4-8927-4adb-a6dd-72774ef4c8aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:34.221Z|26d58f26-d314-4e8f-9de4-50d9a02911b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:34.221Z|26d58f26-d314-4e8f-9de4-50d9a02911b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:34.221Z|6eb4e5b4-8927-4adb-a6dd-72774ef4c8aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:34.226Z|339f972f-7ecc-471b-bdf4-bbccd11813d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:34.226Z|339f972f-7ecc-471b-bdf4-bbccd11813d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:44.258Z|e49f7456-6744-4554-b775-fb906d81a771|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:44.258Z|8df9e021-4830-41ad-8acf-70a0c2e078c0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:44.260Z|e49f7456-6744-4554-b775-fb906d81a771|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:44.260Z|8df9e021-4830-41ad-8acf-70a0c2e078c0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:44.260Z|e3b5bce7-15e4-499e-83b3-15758467f0d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:44.261Z|e3b5bce7-15e4-499e-83b3-15758467f0d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:45.776Z|8da64e38-f696-4312-9588-8e2ec0538aaa|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:01:45.778Z|8da64e38-f696-4312-9588-8e2ec0538aaa|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:48.459Z|3e31fbf5-392e-44e6-bf2a-42ab256bb43f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:01:48.460Z|3e31fbf5-392e-44e6-bf2a-42ab256bb43f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:01:54.288Z|3bc50060-2d05-4d86-b545-506a03f47ec8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:54.289Z|3bc50060-2d05-4d86-b545-506a03f47ec8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:54.291Z|e5cd9cb6-d569-4832-b961-d8e6e0090fb9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:54.291Z|fa7d3afe-ed0a-4159-a3e9-0bacdd014cc2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:01:54.292Z|e5cd9cb6-d569-4832-b961-d8e6e0090fb9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:01:54.292Z|fa7d3afe-ed0a-4159-a3e9-0bacdd014cc2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:03.459Z|7fd014ea-518f-4be1-b830-215600f3de6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:02:03.460Z|7fd014ea-518f-4be1-b830-215600f3de6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:02:03.766Z|9052659d-9418-4795-b7fd-85ca19f76ecb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:02:03.766Z|9052659d-9418-4795-b7fd-85ca19f76ecb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:02:04.315Z|41e73554-4da1-494f-a527-21c23215ebe3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:04.316Z|41e73554-4da1-494f-a527-21c23215ebe3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:04.316Z|b60825f4-6044-4bfc-b348-570866b2565c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:04.318Z|b60825f4-6044-4bfc-b348-570866b2565c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:04.319Z|4276d3c2-0640-4fdc-8d21-e20b8187eaeb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:04.321Z|4276d3c2-0640-4fdc-8d21-e20b8187eaeb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:14.343Z|d0a0e01f-87c9-4814-8b2d-6a088b4c5466|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:14.343Z|f3a0a731-2cc6-4d8c-a1db-f3def5294c0a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:14.344Z|f3a0a731-2cc6-4d8c-a1db-f3def5294c0a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:14.344Z|f8ef5471-3298-489a-8f63-793335b64045|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:14.344Z|d0a0e01f-87c9-4814-8b2d-6a088b4c5466|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:14.354Z|f8ef5471-3298-489a-8f63-793335b64045|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:18.459Z|30fe82ad-e8a5-4e5d-b2aa-b719ffd0cdbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:02:18.462Z|30fe82ad-e8a5-4e5d-b2aa-b719ffd0cdbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:02:24.381Z|553d6be3-f67b-4b81-906b-37be38998324|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:24.381Z|0749ab35-c7c0-4127-99bc-d68f15dd78db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:24.382Z|553d6be3-f67b-4b81-906b-37be38998324|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:24.382Z|bbc19daf-e8ac-43f1-9208-7e19ee663065|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:24.382Z|0749ab35-c7c0-4127-99bc-d68f15dd78db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:24.384Z|bbc19daf-e8ac-43f1-9208-7e19ee663065|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:33.459Z|2733d9e6-9699-47a8-be6f-7a9800a0cdbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:02:33.460Z|2733d9e6-9699-47a8-be6f-7a9800a0cdbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:02:33.767Z|8e0b481a-84ee-4f05-96ce-600a733ec58d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:02:33.767Z|8e0b481a-84ee-4f05-96ce-600a733ec58d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:02:34.414Z|144ef699-5746-4f26-ab41-78fc8bd00ee8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:34.414Z|876803ef-13b3-4f48-9934-a2a32d213361|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:34.415Z|144ef699-5746-4f26-ab41-78fc8bd00ee8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:34.415Z|876803ef-13b3-4f48-9934-a2a32d213361|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:34.415Z|ee833827-89b0-496e-8a23-29c4fcd4e264|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:34.416Z|ee833827-89b0-496e-8a23-29c4fcd4e264|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:44.443Z|0371c305-9cca-4dd5-98ed-0c4b8adf2e18|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:44.443Z|8a93dc3c-84ac-4440-9639-45bcc24f847a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:44.443Z|9b53385b-7490-42cf-af3e-e47d04188694|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:44.444Z|0371c305-9cca-4dd5-98ed-0c4b8adf2e18|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:44.444Z|8a93dc3c-84ac-4440-9639-45bcc24f847a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:44.444Z|9b53385b-7490-42cf-af3e-e47d04188694|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:45.776Z|69d0a24f-faf9-4729-8a28-f87cfbe05da4|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:02:45.777Z|69d0a24f-faf9-4729-8a28-f87cfbe05da4|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:48.459Z|92297dc7-6480-452b-875e-10c2b6e9d5cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:02:48.461Z|92297dc7-6480-452b-875e-10c2b6e9d5cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:02:54.476Z|41957f70-a29b-4f13-87e1-54e5d66f7fa4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:54.476Z|dc026d91-4dfe-44c6-8ece-7773f08156cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:54.476Z|65f9beef-8e56-40c6-81c3-72a20167acb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:02:54.478Z|dc026d91-4dfe-44c6-8ece-7773f08156cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:54.478Z|41957f70-a29b-4f13-87e1-54e5d66f7fa4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:02:54.478Z|65f9beef-8e56-40c6-81c3-72a20167acb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:03.460Z|1cde98b1-e2e5-4b3b-89cd-b3ca7b2f8a4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:03:03.464Z|1cde98b1-e2e5-4b3b-89cd-b3ca7b2f8a4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:03:03.769Z|18126953-bf77-43f8-92ec-5be2fb0fd339|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:03:03.770Z|18126953-bf77-43f8-92ec-5be2fb0fd339|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:03:04.513Z|ce8ddb89-3379-474c-bfc6-b0466845366b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:04.512Z|fe640bb4-9a60-46f4-8eab-b2b737e3b7f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:04.512Z|07d36bd2-4026-4d99-9a2a-850402e35f0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:04.514Z|fe640bb4-9a60-46f4-8eab-b2b737e3b7f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:04.514Z|ce8ddb89-3379-474c-bfc6-b0466845366b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:04.514Z|07d36bd2-4026-4d99-9a2a-850402e35f0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:14.547Z|ab62e4a5-c332-4b59-974d-7904fea80784|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:14.546Z|c4909417-72b7-49aa-89e0-c534ee7911d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:14.548Z|e9117fc6-03cb-44e2-81db-46d3987834a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:14.548Z|ab62e4a5-c332-4b59-974d-7904fea80784|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:14.548Z|e9117fc6-03cb-44e2-81db-46d3987834a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:14.548Z|c4909417-72b7-49aa-89e0-c534ee7911d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:18.459Z|091dcb28-365b-4a24-bf3f-e1d80691b1d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:03:18.460Z|091dcb28-365b-4a24-bf3f-e1d80691b1d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:03:24.578Z|30acda9c-7246-4bdf-9a5d-51f2ecb6fb31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:24.579Z|30acda9c-7246-4bdf-9a5d-51f2ecb6fb31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:24.579Z|ed9c26ca-3182-44b4-8dac-69a432c93b2d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:24.580Z|ed9c26ca-3182-44b4-8dac-69a432c93b2d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:24.581Z|8d012aae-4070-4432-8b78-c50cc486ea58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:24.582Z|8d012aae-4070-4432-8b78-c50cc486ea58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:33.460Z|504592cb-8428-4796-8f12-e6999c57a87b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:03:33.461Z|504592cb-8428-4796-8f12-e6999c57a87b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:03:33.770Z|c6663237-7c98-42c8-87cf-848947dd899c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:03:33.771Z|c6663237-7c98-42c8-87cf-848947dd899c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:03:34.607Z|2321a465-bbc6-4701-801b-4df31fd10cbb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:34.607Z|24a8d10b-a050-4b60-aeb0-e03609e79f72|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:34.608Z|24a8d10b-a050-4b60-aeb0-e03609e79f72|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:34.610Z|2fba5d2d-d4ba-4d01-99ee-72a200b73331|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:34.611Z|2fba5d2d-d4ba-4d01-99ee-72a200b73331|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:34.608Z|2321a465-bbc6-4701-801b-4df31fd10cbb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:44.636Z|b81dfe74-9d39-4adf-9fad-f2b2f57e5139|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:44.636Z|7211ad3c-bd6d-4f84-a058-a985fc76edb0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:44.637Z|b81dfe74-9d39-4adf-9fad-f2b2f57e5139|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:44.637Z|7211ad3c-bd6d-4f84-a058-a985fc76edb0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:44.640Z|a9d1faf7-21d8-45f3-b96b-df78d56ebd34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:44.641Z|a9d1faf7-21d8-45f3-b96b-df78d56ebd34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:45.774Z|80f2c330-fc85-40b2-9d08-19a05b44739d|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:03:45.775Z|80f2c330-fc85-40b2-9d08-19a05b44739d|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:48.459Z|a0f783a9-44e1-44a8-912f-c003359cff5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:03:48.461Z|a0f783a9-44e1-44a8-912f-c003359cff5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:03:54.664Z|98318a06-556f-469d-b229-05d3be161f99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:54.664Z|05e54949-ba13-4cf7-8c0c-babb8d6d59f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:54.664Z|a8fb0311-5163-4de6-983e-40d8fc2b8574|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:03:54.665Z|98318a06-556f-469d-b229-05d3be161f99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:54.665Z|05e54949-ba13-4cf7-8c0c-babb8d6d59f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:03:54.665Z|a8fb0311-5163-4de6-983e-40d8fc2b8574|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:03.459Z|eea031a2-3b41-48be-85b7-456c8e9dfbf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:04:03.460Z|eea031a2-3b41-48be-85b7-456c8e9dfbf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:04:03.772Z|89eff5f0-2da8-4ec5-bf00-b8b2c58b1582|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:04:03.772Z|89eff5f0-2da8-4ec5-bf00-b8b2c58b1582|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:04:04.693Z|612d3801-5320-4c5c-bcda-199a747cd3f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:04.693Z|d298ed89-5466-4215-b2bb-c1a4081b4b72|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:04.694Z|e5fa6fa3-48a3-42dd-a500-2a95eaabbe8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:04.694Z|612d3801-5320-4c5c-bcda-199a747cd3f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:04.694Z|d298ed89-5466-4215-b2bb-c1a4081b4b72|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:04.694Z|e5fa6fa3-48a3-42dd-a500-2a95eaabbe8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:14.725Z|dfd87d5a-863b-42f1-b583-91c4870c821c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:14.725Z|18dd9d83-f756-4b77-87dc-8e3f7139b969|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:14.725Z|d3cf26b4-073b-4671-a068-5552cb2c6528|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:14.727Z|d3cf26b4-073b-4671-a068-5552cb2c6528|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:14.727Z|18dd9d83-f756-4b77-87dc-8e3f7139b969|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:14.727Z|dfd87d5a-863b-42f1-b583-91c4870c821c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:18.460Z|faf58147-d191-40be-9706-0fbd09136f7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:04:18.461Z|faf58147-d191-40be-9706-0fbd09136f7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:04:24.757Z|1002313e-6172-4526-9e1b-5d129de70c4b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:24.757Z|ab810fb6-2a26-4c2e-a582-132617914497|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:24.757Z|a5884391-d042-44e0-b0e4-404dfb6ff4ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:24.758Z|1002313e-6172-4526-9e1b-5d129de70c4b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:24.758Z|a5884391-d042-44e0-b0e4-404dfb6ff4ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:24.758Z|ab810fb6-2a26-4c2e-a582-132617914497|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:33.460Z|5805e2f1-2088-4fe4-b379-689564d56a88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:04:33.464Z|5805e2f1-2088-4fe4-b379-689564d56a88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:04:33.773Z|b0f182f1-d55a-42f1-a026-1bb3fd6b0583|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:04:33.773Z|b0f182f1-d55a-42f1-a026-1bb3fd6b0583|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:04:34.792Z|cd1fbf4b-5bda-4954-81b4-f62e52231143|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:34.792Z|5108cde3-c4d3-465a-8beb-462ecdfbc182|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:34.792Z|2aeaa92b-3987-4eea-a222-439fd54cdb6a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:34.794Z|cd1fbf4b-5bda-4954-81b4-f62e52231143|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:34.794Z|2aeaa92b-3987-4eea-a222-439fd54cdb6a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:34.794Z|5108cde3-c4d3-465a-8beb-462ecdfbc182|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:44.836Z|deb4862f-0e45-483c-8941-953884f29ffb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:44.836Z|34680cec-8d82-4e3a-aa45-3a0d8559d0f8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:44.836Z|c5ce302e-2e8a-4c13-acda-2a219b4f9af6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:44.837Z|34680cec-8d82-4e3a-aa45-3a0d8559d0f8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:44.837Z|deb4862f-0e45-483c-8941-953884f29ffb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:44.837Z|c5ce302e-2e8a-4c13-acda-2a219b4f9af6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:45.776Z|6c4f8e00-2e11-470f-bb3a-4163aad38107|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:04:45.778Z|6c4f8e00-2e11-470f-bb3a-4163aad38107|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:48.460Z|8d410eb7-4ff9-45f5-bf66-e4004ae96680|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:04:48.461Z|8d410eb7-4ff9-45f5-bf66-e4004ae96680|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:04:54.869Z|37c7c15a-dd15-4827-9864-05e567a4aac6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:54.870Z|18151096-c29b-4419-aa6d-393cbfcd7cf1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:54.870Z|37c7c15a-dd15-4827-9864-05e567a4aac6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:54.873Z|18151096-c29b-4419-aa6d-393cbfcd7cf1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:04:54.873Z|8902455b-2c1e-45a7-805f-8a98bb505bde|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:04:54.877Z|8902455b-2c1e-45a7-805f-8a98bb505bde|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:03.459Z|8e386bff-9a2b-4bd4-8c2a-41c7f178e689|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:05:03.460Z|8e386bff-9a2b-4bd4-8c2a-41c7f178e689|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:05:03.774Z|e9913417-87dc-475b-a569-b3a84c2e4f20|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:05:03.775Z|e9913417-87dc-475b-a569-b3a84c2e4f20|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:05:04.901Z|16366509-f302-49df-9510-6912f685e119|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:04.902Z|16366509-f302-49df-9510-6912f685e119|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:04.902Z|aea94fba-833b-4562-91c9-faeb12cfbb7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:04.904Z|aea94fba-833b-4562-91c9-faeb12cfbb7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:04.905Z|39c35184-a089-4b0d-a485-f94de00725a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:04.908Z|39c35184-a089-4b0d-a485-f94de00725a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:14.941Z|c6ef031d-c7d8-4a1c-9bb3-5875a9ad3262|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:14.941Z|dffe66cb-b35b-4b5f-8ac9-d696a451086c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:14.941Z|0fb7a9ac-7d0b-41f0-af64-30864b9a7c5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:14.942Z|c6ef031d-c7d8-4a1c-9bb3-5875a9ad3262|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:14.942Z|dffe66cb-b35b-4b5f-8ac9-d696a451086c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:14.942Z|0fb7a9ac-7d0b-41f0-af64-30864b9a7c5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:18.459Z|b3d9163c-8dc3-42a9-a756-f1b18e4ad62e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:05:18.462Z|b3d9163c-8dc3-42a9-a756-f1b18e4ad62e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:05:24.967Z|ee1ae4e5-cbdf-436d-9700-b2c0b68553c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:24.967Z|2d00893a-7010-4a51-ae6e-c53380269c62|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:24.967Z|4157e209-62fb-411b-b2de-c754f77f6fc3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:24.968Z|ee1ae4e5-cbdf-436d-9700-b2c0b68553c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:24.968Z|4157e209-62fb-411b-b2de-c754f77f6fc3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:24.968Z|2d00893a-7010-4a51-ae6e-c53380269c62|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:33.459Z|a9240e52-abf9-4ed9-9fc8-ecf15ed908f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:05:33.460Z|a9240e52-abf9-4ed9-9fc8-ecf15ed908f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:05:33.776Z|7b693779-4283-42ed-a8d8-0b53d942f4f5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:05:33.776Z|7b693779-4283-42ed-a8d8-0b53d942f4f5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:05:35.007Z|f0cfcaac-8271-4d01-8166-0b059445635c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:35.007Z|75c0bec0-9de1-4435-92c0-4964137a923a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:35.008Z|f0cfcaac-8271-4d01-8166-0b059445635c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:35.010Z|77de2dac-45e9-4506-b939-2b0add28c622|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:35.010Z|75c0bec0-9de1-4435-92c0-4964137a923a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:35.012Z|77de2dac-45e9-4506-b939-2b0add28c622|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:45.038Z|13bbf4e1-ad7c-457b-86a6-85617b7abd9c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:45.039Z|13bbf4e1-ad7c-457b-86a6-85617b7abd9c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:45.040Z|14b5c288-4cef-44d8-ad3a-53e74bc0ae49|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:45.041Z|14b5c288-4cef-44d8-ad3a-53e74bc0ae49|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:45.045Z|a3d7119a-63de-4952-966f-4ca36f95668c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:45.046Z|a3d7119a-63de-4952-966f-4ca36f95668c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:45.775Z|20777876-eed2-4adf-a5bd-b50a7182f14b|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:05:45.775Z|20777876-eed2-4adf-a5bd-b50a7182f14b|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:48.459Z|ba29a238-664c-4a68-b73a-82c02961fdb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:05:48.460Z|ba29a238-664c-4a68-b73a-82c02961fdb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:05:55.068Z|d79821fd-4738-416c-ae7f-cfc53ad506f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:55.068Z|a0d73755-301c-49d9-8ead-e85f33fcc5da|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:55.069Z|d79821fd-4738-416c-ae7f-cfc53ad506f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:55.069Z|a0d73755-301c-49d9-8ead-e85f33fcc5da|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:05:55.075Z|d8311ed7-2289-4232-a160-c1442868c9c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:05:55.075Z|d8311ed7-2289-4232-a160-c1442868c9c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:03.460Z|b73fa8f3-30e9-437d-9bcf-be382a98d9d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:06:03.465Z|b73fa8f3-30e9-437d-9bcf-be382a98d9d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:06:03.777Z|401b9f85-3396-4734-b976-0847a3fcb612|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:06:03.777Z|401b9f85-3396-4734-b976-0847a3fcb612|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:06:05.099Z|ae7f3640-9f5f-4cdc-ae2c-bb13143ffd88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:05.099Z|4e29463b-71af-4287-9c73-91ed85bb38d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:05.099Z|073b6df3-55dc-4e84-a728-61ae05f8e93b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:05.101Z|073b6df3-55dc-4e84-a728-61ae05f8e93b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:05.101Z|ae7f3640-9f5f-4cdc-ae2c-bb13143ffd88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:05.101Z|4e29463b-71af-4287-9c73-91ed85bb38d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:15.133Z|681ee7b9-1b42-4120-a15b-0651d54b9b3e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:15.132Z|aa6880e6-adf7-498b-af10-2765724e900b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:15.133Z|dd0c9e08-50d6-4bf8-9987-56618c3e3425|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:15.134Z|681ee7b9-1b42-4120-a15b-0651d54b9b3e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:15.134Z|dd0c9e08-50d6-4bf8-9987-56618c3e3425|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:15.134Z|aa6880e6-adf7-498b-af10-2765724e900b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:18.459Z|27c05f86-1880-4230-97b0-7fcf7cebfc8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:06:18.460Z|27c05f86-1880-4230-97b0-7fcf7cebfc8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:06:25.169Z|48894682-de7c-45ea-a319-a6f93e919f35|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:25.169Z|e8406888-2328-4071-ba9b-f56dccbb7c59|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:25.169Z|d3aeca54-967b-4416-b97f-dbd03bbabe04|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:25.171Z|48894682-de7c-45ea-a319-a6f93e919f35|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:25.171Z|d3aeca54-967b-4416-b97f-dbd03bbabe04|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:25.171Z|e8406888-2328-4071-ba9b-f56dccbb7c59|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:33.460Z|41887bc5-b87e-433b-b89f-b8ffe7bd90d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:06:33.461Z|41887bc5-b87e-433b-b89f-b8ffe7bd90d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:06:33.778Z|23f7b286-bcb3-45dd-b4b2-752f7a056d75|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:06:33.779Z|23f7b286-bcb3-45dd-b4b2-752f7a056d75|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:06:35.207Z|dc1cd242-e797-4ef9-8482-7c5dd0bf4d0d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:35.207Z|c9aed251-7521-485f-8019-2792643c5a88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:35.207Z|4524e537-c7e1-4706-ad69-ef51d5b598c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:35.208Z|4524e537-c7e1-4706-ad69-ef51d5b598c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:35.208Z|c9aed251-7521-485f-8019-2792643c5a88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:35.208Z|dc1cd242-e797-4ef9-8482-7c5dd0bf4d0d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:45.242Z|dc14a608-0e8c-4d03-9bc6-23c9ccf5c519|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:45.242Z|504ceda6-9863-4bb4-9f07-964cb0ab5a24|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:45.242Z|d227c0ea-b814-4371-a507-52a56ebc1877|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:45.243Z|d227c0ea-b814-4371-a507-52a56ebc1877|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:45.243Z|504ceda6-9863-4bb4-9f07-964cb0ab5a24|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:45.243Z|dc14a608-0e8c-4d03-9bc6-23c9ccf5c519|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:45.775Z|817f9edd-7048-4271-8d91-33492b830300|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:06:45.776Z|817f9edd-7048-4271-8d91-33492b830300|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:48.459Z|c3eb0503-1fdc-4957-9de0-522b0fd64216|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:06:48.463Z|c3eb0503-1fdc-4957-9de0-522b0fd64216|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:06:55.273Z|694fb9cc-2a5c-435c-afe7-f3e873184d3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:55.273Z|a86772d3-e2bb-4365-9a4c-d6164a863307|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:55.273Z|88425fd8-916d-4999-8636-3f00cd1f2814|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:06:55.275Z|694fb9cc-2a5c-435c-afe7-f3e873184d3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:55.275Z|a86772d3-e2bb-4365-9a4c-d6164a863307|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:06:55.275Z|88425fd8-916d-4999-8636-3f00cd1f2814|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:03.459Z|11b30b00-b485-4878-bd2e-248023a884d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:07:03.460Z|11b30b00-b485-4878-bd2e-248023a884d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:07:03.779Z|98b344f4-c554-4d0c-ba85-9352256df9dc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:07:03.780Z|98b344f4-c554-4d0c-ba85-9352256df9dc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:07:05.306Z|5b13552a-5d6f-4151-8602-0bd9582a2035|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:05.306Z|aad21ae1-031e-4ec0-8b04-06ced764e67a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:05.307Z|aad21ae1-031e-4ec0-8b04-06ced764e67a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:05.307Z|5b13552a-5d6f-4151-8602-0bd9582a2035|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:05.311Z|f53a559d-dd5e-4610-b654-a989f9a34d94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:05.311Z|f53a559d-dd5e-4610-b654-a989f9a34d94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:15.336Z|c342987c-ccdd-40b0-8428-d2769cd6d6f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:15.337Z|c342987c-ccdd-40b0-8428-d2769cd6d6f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:15.337Z|9ccb1869-b640-4f70-a4d9-df5efb0a65fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:15.341Z|fd8ef200-53b3-402a-b6c6-8761d68f761b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:15.342Z|9ccb1869-b640-4f70-a4d9-df5efb0a65fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:15.343Z|fd8ef200-53b3-402a-b6c6-8761d68f761b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:18.459Z|3b4535ac-710c-45d3-a1ee-5bf87b59637c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:07:18.460Z|3b4535ac-710c-45d3-a1ee-5bf87b59637c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:07:25.365Z|371baac1-1b80-41b4-a997-2c0f21049b02|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:25.366Z|371baac1-1b80-41b4-a997-2c0f21049b02|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:25.374Z|539135a0-f77e-4465-a858-38739cbfd635|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:25.375Z|539135a0-f77e-4465-a858-38739cbfd635|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:25.377Z|dd4bd179-8079-4dc5-a691-299218ba3cc4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:25.377Z|dd4bd179-8079-4dc5-a691-299218ba3cc4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:33.459Z|a65dc887-d2a1-427c-98a9-c22fe1b2696f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:07:33.462Z|a65dc887-d2a1-427c-98a9-c22fe1b2696f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:07:33.781Z|71481f69-5be8-45c3-bf92-aa1bb3a60456|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:07:33.781Z|71481f69-5be8-45c3-bf92-aa1bb3a60456|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:07:35.405Z|09e0c9c3-c4df-4619-a181-237620fa5518|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:35.406Z|09e0c9c3-c4df-4619-a181-237620fa5518|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:35.410Z|7f8d3388-9c84-4d2f-bdb1-f9390782c1f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:35.410Z|7f8d3388-9c84-4d2f-bdb1-f9390782c1f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:35.410Z|f0b7d999-e5d5-4b72-b237-27dbb0f07fbb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:35.413Z|f0b7d999-e5d5-4b72-b237-27dbb0f07fbb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:45.434Z|4e5ed4bc-0522-4ce3-b6e3-99f47009e62b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:45.435Z|4e5ed4bc-0522-4ce3-b6e3-99f47009e62b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:45.437Z|827cb039-7ba8-418a-a1ae-e9f74d34251e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:45.437Z|827cb039-7ba8-418a-a1ae-e9f74d34251e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:45.439Z|b95cd50a-2d51-4e64-93e7-9ef40631dc2b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:45.441Z|b95cd50a-2d51-4e64-93e7-9ef40631dc2b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:45.774Z|de06242a-e86b-410d-bcb9-725e138d3f11|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:07:45.775Z|de06242a-e86b-410d-bcb9-725e138d3f11|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:48.459Z|0121d0a4-36a6-4609-9d40-0e3a019f32b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:07:48.460Z|0121d0a4-36a6-4609-9d40-0e3a019f32b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:07:55.462Z|55216040-bded-40b6-9f28-7bedbb3895ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:55.462Z|0ae9bd4e-390c-4133-a2a7-da05aa6dd3d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:55.463Z|55216040-bded-40b6-9f28-7bedbb3895ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:55.463Z|0ae9bd4e-390c-4133-a2a7-da05aa6dd3d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:07:55.466Z|a3f947b8-f1c5-408c-9f02-0ec549192476|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:07:55.467Z|a3f947b8-f1c5-408c-9f02-0ec549192476|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:03.459Z|03403a4e-f579-4de4-a835-3179d6b6b570|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:08:03.460Z|03403a4e-f579-4de4-a835-3179d6b6b570|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:08:03.782Z|ed09887c-50f6-495e-90f6-cde40f08e821|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:08:03.782Z|ed09887c-50f6-495e-90f6-cde40f08e821|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:08:05.489Z|2e0c6948-8533-4102-913a-bfbd46a1f9ae|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:05.489Z|5cb008e2-5176-4228-8c57-28cea49ac891|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:05.491Z|2e0c6948-8533-4102-913a-bfbd46a1f9ae|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:05.491Z|5cb008e2-5176-4228-8c57-28cea49ac891|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:05.494Z|4f664fb8-fa4f-4990-8e77-2fbdcf7a2403|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:05.495Z|4f664fb8-fa4f-4990-8e77-2fbdcf7a2403|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:15.521Z|2906b3af-4fe6-4c68-bae7-dec0166b8f4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:15.521Z|ea51eb8a-c7bf-4d51-b0ab-ea10dd73c6cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:15.521Z|0de8a0c2-1300-4a01-a548-b633b154369e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:15.523Z|ea51eb8a-c7bf-4d51-b0ab-ea10dd73c6cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:15.523Z|0de8a0c2-1300-4a01-a548-b633b154369e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:15.524Z|2906b3af-4fe6-4c68-bae7-dec0166b8f4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:18.460Z|92185abc-3cb7-4164-ad78-cb486cca5743|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:08:18.463Z|92185abc-3cb7-4164-ad78-cb486cca5743|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:08:25.554Z|c31a5f02-f557-46c5-8a6f-bbca285ffc79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:25.554Z|68baebf2-bf11-43d5-9f14-204d9245a5bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:25.554Z|f88f5c07-06dd-4328-9207-7b3c084c3c9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:25.555Z|c31a5f02-f557-46c5-8a6f-bbca285ffc79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:25.555Z|f88f5c07-06dd-4328-9207-7b3c084c3c9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:25.555Z|68baebf2-bf11-43d5-9f14-204d9245a5bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:33.460Z|8889ee82-41ee-4a67-b7d8-1583a6c8754c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:08:33.461Z|8889ee82-41ee-4a67-b7d8-1583a6c8754c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:08:33.783Z|19bc1175-bfd2-405a-9372-10ced009595a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:08:33.783Z|19bc1175-bfd2-405a-9372-10ced009595a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:08:35.588Z|57e97043-e8a4-4f39-bdfd-c45230cda3cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:35.588Z|9483af0f-a798-48fc-9bc4-21e99c0483b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:35.588Z|f2c8c50e-fee8-49b7-ba00-61a65e97094e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:35.590Z|9483af0f-a798-48fc-9bc4-21e99c0483b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:35.590Z|f2c8c50e-fee8-49b7-ba00-61a65e97094e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:35.590Z|57e97043-e8a4-4f39-bdfd-c45230cda3cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:45.635Z|bad4461a-0e81-4e6d-bf56-c944336b7fd8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:45.635Z|b5badc97-782c-45eb-8139-4c91b861067b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:45.635Z|e88436fa-49ad-42a3-815b-2598eb413af5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:45.638Z|e88436fa-49ad-42a3-815b-2598eb413af5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:45.637Z|bad4461a-0e81-4e6d-bf56-c944336b7fd8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:45.637Z|b5badc97-782c-45eb-8139-4c91b861067b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:45.775Z|33529d1b-6f4f-4971-ac11-7b5b58638387|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:08:45.776Z|33529d1b-6f4f-4971-ac11-7b5b58638387|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:48.460Z|a29f86e1-c143-42eb-a56f-2f3aa35f6197|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:08:48.461Z|a29f86e1-c143-42eb-a56f-2f3aa35f6197|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:08:55.674Z|5a8e735b-a660-41fb-9edf-d875f8d3201c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:55.674Z|ff39a0cf-18dd-4953-8cff-da240c624901|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:55.674Z|8b750434-82e4-442a-ab3d-542d700f1818|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:08:55.675Z|8b750434-82e4-442a-ab3d-542d700f1818|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:55.675Z|5a8e735b-a660-41fb-9edf-d875f8d3201c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:08:55.675Z|ff39a0cf-18dd-4953-8cff-da240c624901|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:03.459Z|549bec0d-18e1-4275-bfc5-0ffadd3a75d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:09:03.462Z|549bec0d-18e1-4275-bfc5-0ffadd3a75d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:09:03.784Z|cc00838b-1aea-425e-aa6f-6442db0ef5f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:09:03.785Z|cc00838b-1aea-425e-aa6f-6442db0ef5f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:09:05.709Z|2a49f967-a86b-4562-a744-5ca1854225a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:05.709Z|85461ebb-b025-4752-96e7-90933087ce5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:05.709Z|3400953a-db4d-4890-b93a-cc79f208ac85|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:05.710Z|2a49f967-a86b-4562-a744-5ca1854225a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:05.710Z|3400953a-db4d-4890-b93a-cc79f208ac85|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:05.710Z|85461ebb-b025-4752-96e7-90933087ce5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:15.746Z|828f8720-a8c0-4290-acaf-a2cc7b593302|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:15.745Z|b99715fa-26ee-4074-b4aa-e5265db8c2ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:15.747Z|b99715fa-26ee-4074-b4aa-e5265db8c2ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:15.747Z|828f8720-a8c0-4290-acaf-a2cc7b593302|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:15.749Z|68617992-f372-4e46-8a51-2953192379ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:15.750Z|68617992-f372-4e46-8a51-2953192379ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:18.459Z|cff6cfd8-3850-4e4a-8e53-cfd157c67539|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:09:18.460Z|cff6cfd8-3850-4e4a-8e53-cfd157c67539|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:09:25.776Z|fd9baf59-ff98-416a-a932-48c89696beab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:25.776Z|c27de130-7366-4c74-8738-fab8b7b154de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:25.776Z|f453ab6a-a298-432a-a613-3266db26aa99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:25.777Z|c27de130-7366-4c74-8738-fab8b7b154de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:25.777Z|fd9baf59-ff98-416a-a932-48c89696beab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:25.779Z|f453ab6a-a298-432a-a613-3266db26aa99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:33.459Z|ff188817-f338-4501-a193-a09bc8e4e67c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:09:33.460Z|ff188817-f338-4501-a193-a09bc8e4e67c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:09:33.786Z|3185c96f-0346-435e-9875-6cb8f44715ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:09:33.787Z|3185c96f-0346-435e-9875-6cb8f44715ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:09:35.807Z|9ace5ce4-dc14-4746-ab5d-0f83d72486a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:35.807Z|430c04eb-19a9-46cf-8e7a-df7e4730c950|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:35.807Z|0426fc29-368c-4a1e-bb7d-5709723f6286|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:35.808Z|9ace5ce4-dc14-4746-ab5d-0f83d72486a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:35.809Z|0426fc29-368c-4a1e-bb7d-5709723f6286|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:35.808Z|430c04eb-19a9-46cf-8e7a-df7e4730c950|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:45.776Z|f871acac-5c13-49ab-8c9b-9530f1e53e7d|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:09:45.777Z|f871acac-5c13-49ab-8c9b-9530f1e53e7d|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:45.835Z|a7333122-1eaa-463d-abdb-7da6c82803a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:45.835Z|a7333122-1eaa-463d-abdb-7da6c82803a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:45.837Z|5b8b05dc-b4e7-43e6-aea0-b2cc800b87c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:45.838Z|5b8b05dc-b4e7-43e6-aea0-b2cc800b87c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:45.841Z|5e1c21ba-eadd-48ba-b51b-92a74b173ee1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:45.842Z|5e1c21ba-eadd-48ba-b51b-92a74b173ee1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:48.459Z|74fcae0b-b88b-431e-8ab5-3ce86e47dcc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:09:48.461Z|74fcae0b-b88b-431e-8ab5-3ce86e47dcc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:09:55.865Z|cc15df69-a5dd-41bb-8c70-d0576f95cd0b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:55.867Z|faa54b7f-c142-4aa8-bb30-e2a64e3ebd4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:55.867Z|faa54b7f-c142-4aa8-bb30-e2a64e3ebd4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:55.867Z|cc15df69-a5dd-41bb-8c70-d0576f95cd0b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:09:55.871Z|c1ddf262-a6e9-456d-9ca2-df972fb6055f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:09:55.874Z|c1ddf262-a6e9-456d-9ca2-df972fb6055f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:03.459Z|8ed33de7-6366-41d5-aea4-9448237d6068|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:10:03.460Z|8ed33de7-6366-41d5-aea4-9448237d6068|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:10:03.788Z|47228a0f-9e68-4af3-9881-42be65eff97c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:10:03.788Z|47228a0f-9e68-4af3-9881-42be65eff97c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:10:05.895Z|927658ac-1815-4a9a-aa7b-00d09e0fd2ec|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:05.895Z|5ec085af-442b-46d8-9482-6531881cc414|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:05.895Z|44c6f543-2475-4059-a2d7-4466370c4a58|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:05.896Z|5ec085af-442b-46d8-9482-6531881cc414|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:05.896Z|927658ac-1815-4a9a-aa7b-00d09e0fd2ec|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:05.897Z|44c6f543-2475-4059-a2d7-4466370c4a58|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:15.932Z|e5cd0436-477a-4265-840f-3cb8424ed5af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:15.932Z|71eea978-4c40-41fe-b57f-a14482f32b3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:15.932Z|107230de-df0a-4516-b585-c0b800d93076|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:15.935Z|107230de-df0a-4516-b585-c0b800d93076|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:15.935Z|71eea978-4c40-41fe-b57f-a14482f32b3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:15.935Z|e5cd0436-477a-4265-840f-3cb8424ed5af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:18.460Z|4abf6aae-553e-4cc8-a777-4a8105ce6057|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:10:18.461Z|4abf6aae-553e-4cc8-a777-4a8105ce6057|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:10:25.967Z|6f0adc53-731b-4ec1-8efa-6c163df86e2b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:25.967Z|7073a73c-444c-430d-b640-092603340dc7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:25.969Z|6f0adc53-731b-4ec1-8efa-6c163df86e2b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:25.969Z|7073a73c-444c-430d-b640-092603340dc7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:25.970Z|545bb7c3-9263-4039-8de8-8824da438731|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:25.971Z|545bb7c3-9263-4039-8de8-8824da438731|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:33.460Z|cea3ded2-ebf5-4c22-8791-cf3aee6e74c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:10:33.464Z|cea3ded2-ebf5-4c22-8791-cf3aee6e74c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:10:33.790Z|6f1f7dd3-18fc-440e-9c48-25f5bc7041a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:10:33.791Z|6f1f7dd3-18fc-440e-9c48-25f5bc7041a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:10:36.000Z|f870aeb4-40f9-4ace-abe0-af52c8beed51|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:36.000Z|07e36fa2-5379-4ec8-b0f9-c92b69938b70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:36.002Z|f870aeb4-40f9-4ace-abe0-af52c8beed51|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:36.002Z|07e36fa2-5379-4ec8-b0f9-c92b69938b70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:36.000Z|f286841b-222b-491e-bef9-d2cd74d5b093|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:36.033Z|f286841b-222b-491e-bef9-d2cd74d5b093|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:45.779Z|cc4a5009-44ad-4082-aa42-97b052476308|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:10:45.780Z|cc4a5009-44ad-4082-aa42-97b052476308|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:46.057Z|c8b019e9-7330-4aed-914f-3c30221a386c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:46.058Z|c8b019e9-7330-4aed-914f-3c30221a386c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:46.058Z|056a2dca-8dcc-4ff3-9d7a-656efaf5e008|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:46.060Z|056a2dca-8dcc-4ff3-9d7a-656efaf5e008|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:46.061Z|497efdb5-e22d-4226-8294-9cec484351a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:46.062Z|497efdb5-e22d-4226-8294-9cec484351a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:48.459Z|1de86304-1538-4570-8f15-64a678ac5e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:10:48.460Z|1de86304-1538-4570-8f15-64a678ac5e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:10:56.140Z|8c03107a-5ad6-409e-9197-b89a99872b4c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:56.140Z|372c00ef-c2d5-40b5-8c85-2d1193bc6c4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:56.140Z|22554615-c920-4848-b8cb-7b189c34dec1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:10:56.141Z|372c00ef-c2d5-40b5-8c85-2d1193bc6c4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:56.141Z|8c03107a-5ad6-409e-9197-b89a99872b4c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:10:56.143Z|22554615-c920-4848-b8cb-7b189c34dec1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:03.459Z|61962e51-25e0-4959-9e96-6becc549cbbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:11:03.460Z|61962e51-25e0-4959-9e96-6becc549cbbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:11:03.791Z|0a420a2e-b396-41e7-ba35-41ca31a01e01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:11:03.792Z|0a420a2e-b396-41e7-ba35-41ca31a01e01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:11:06.169Z|1812750c-d993-40b3-a724-2d5031044e85|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:06.169Z|e47f5c31-e8bb-4554-a014-7292ca59c1ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:06.169Z|1a721ab6-c218-4b32-9d4a-f55d60636298|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:06.170Z|1a721ab6-c218-4b32-9d4a-f55d60636298|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:06.170Z|e47f5c31-e8bb-4554-a014-7292ca59c1ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:06.170Z|1812750c-d993-40b3-a724-2d5031044e85|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:16.203Z|e48e4869-57b3-4ec5-b31e-e572afba22c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:16.205Z|e48e4869-57b3-4ec5-b31e-e572afba22c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:16.205Z|62dca495-c4eb-40dd-bd18-774220a4c1f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:16.205Z|66459257-7c80-42bf-bc62-df14b97ad280|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:16.207Z|62dca495-c4eb-40dd-bd18-774220a4c1f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:16.207Z|66459257-7c80-42bf-bc62-df14b97ad280|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:18.459Z|1f4f5247-221a-425e-a540-8a3f366978b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:11:18.462Z|1f4f5247-221a-425e-a540-8a3f366978b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:11:26.234Z|903cce80-ffac-43d0-9392-bc76607993e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:26.234Z|7edf33b6-edaf-444b-853b-a973f084e758|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:26.236Z|7edf33b6-edaf-444b-853b-a973f084e758|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:26.236Z|903cce80-ffac-43d0-9392-bc76607993e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:26.240Z|1f07a0ec-622e-4b5b-98c2-2deb3927a790|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:26.240Z|1f07a0ec-622e-4b5b-98c2-2deb3927a790|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:33.460Z|e980e69d-10c1-4002-97ee-36ac8f4b1de4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:11:33.461Z|e980e69d-10c1-4002-97ee-36ac8f4b1de4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:11:33.793Z|157cdf7e-8775-4adb-86da-4a95e454dc16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:11:33.793Z|157cdf7e-8775-4adb-86da-4a95e454dc16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:11:36.265Z|17aa79be-defd-4c6f-a32f-383e23bc86c9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:36.266Z|17aa79be-defd-4c6f-a32f-383e23bc86c9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:36.269Z|0ce952bb-8de6-46c3-88d5-77f74f2a9eaa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:36.270Z|7a632966-cd5a-46a7-857e-a589e8af1178|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:36.270Z|0ce952bb-8de6-46c3-88d5-77f74f2a9eaa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:36.270Z|7a632966-cd5a-46a7-857e-a589e8af1178|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:45.781Z|9b0c68bd-2f39-4520-a97a-0bd917ddfc64|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:11:45.784Z|9b0c68bd-2f39-4520-a97a-0bd917ddfc64|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:46.294Z|da146dcc-a9f6-48f1-b477-61dd52696189|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:46.294Z|5b2dc244-3ec8-4a3f-a11d-50a8892d5eb7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:46.294Z|fadef05b-f0fd-46dd-a16d-f60f5c819175|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:46.294Z|5b2dc244-3ec8-4a3f-a11d-50a8892d5eb7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:46.294Z|da146dcc-a9f6-48f1-b477-61dd52696189|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:46.294Z|fadef05b-f0fd-46dd-a16d-f60f5c819175|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:48.459Z|5a19f333-c631-4c3c-adcf-ddd7c229ca25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:11:48.461Z|5a19f333-c631-4c3c-adcf-ddd7c229ca25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:11:56.323Z|947e27ef-a388-4006-8c5f-97ce0cc634b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:56.323Z|7c4a517d-c3d6-43d2-90d7-50003707243e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:56.324Z|28971bc5-d331-4d60-bd0e-ed1740682eae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:11:56.325Z|947e27ef-a388-4006-8c5f-97ce0cc634b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:56.325Z|7c4a517d-c3d6-43d2-90d7-50003707243e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:11:56.325Z|28971bc5-d331-4d60-bd0e-ed1740682eae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:03.460Z|feecebfd-8db8-4f03-bf84-69c2823fe123|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:12:03.463Z|feecebfd-8db8-4f03-bf84-69c2823fe123|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:12:03.794Z|4f61c81e-1a6e-4110-b608-4b5c8999e4ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:12:03.795Z|4f61c81e-1a6e-4110-b608-4b5c8999e4ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:12:06.355Z|7ef1dd6a-cd72-4848-93ba-ab085dffd4f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:06.355Z|7cc1a763-da79-411d-b87a-a9e0ee6ff183|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:06.356Z|7ef1dd6a-cd72-4848-93ba-ab085dffd4f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:06.356Z|7cc1a763-da79-411d-b87a-a9e0ee6ff183|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:06.358Z|5320dff1-e2dc-4581-88fc-3ac8833ded46|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:06.362Z|5320dff1-e2dc-4581-88fc-3ac8833ded46|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:16.386Z|83976df5-185d-4f65-85c0-7a255536c072|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:16.386Z|f1b35b11-2870-497f-a405-cacf7614aba3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:16.387Z|f1b35b11-2870-497f-a405-cacf7614aba3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:16.387Z|83976df5-185d-4f65-85c0-7a255536c072|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:16.394Z|0ffc847f-14eb-4285-a87f-37a69ebbb42b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:16.395Z|0ffc847f-14eb-4285-a87f-37a69ebbb42b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:18.459Z|4b679a80-edda-4642-a2a0-5e4d9fec3fd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:12:18.460Z|4b679a80-edda-4642-a2a0-5e4d9fec3fd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:12:26.414Z|a116742f-cc83-41fa-a525-18949221e51e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:26.415Z|c3e27b94-63eb-4b77-aa46-c90c206bc74b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:26.415Z|a116742f-cc83-41fa-a525-18949221e51e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:26.414Z|c64e3bfc-24f5-4448-96d8-e0cab67e6fa8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:26.415Z|c3e27b94-63eb-4b77-aa46-c90c206bc74b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:26.419Z|c64e3bfc-24f5-4448-96d8-e0cab67e6fa8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:33.459Z|63e7246f-a6ea-4e8d-bea2-e7c6b9e80882|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:12:33.460Z|63e7246f-a6ea-4e8d-bea2-e7c6b9e80882|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:12:33.795Z|9284094a-e981-4bd4-b35d-4ff3096c0ddb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:12:33.796Z|9284094a-e981-4bd4-b35d-4ff3096c0ddb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:12:36.448Z|9a5857ca-af3b-48dd-a80d-85566832048f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:36.448Z|eaf74b42-df95-40c8-b7e9-a23e54fe226f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:36.448Z|e9729b45-2bab-42c3-9219-e7d11c55f242|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:36.449Z|9a5857ca-af3b-48dd-a80d-85566832048f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:36.449Z|eaf74b42-df95-40c8-b7e9-a23e54fe226f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:36.449Z|e9729b45-2bab-42c3-9219-e7d11c55f242|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:45.776Z|f4ed2652-1def-4cda-9a62-b218481e8152|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:12:45.777Z|f4ed2652-1def-4cda-9a62-b218481e8152|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:46.473Z|f2711544-4a5d-4479-887a-e1e2bdcf9290|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:46.473Z|bd5945fb-0bc9-4a72-b1ee-39e0b2691684|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:46.474Z|bd5945fb-0bc9-4a72-b1ee-39e0b2691684|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:46.474Z|f2711544-4a5d-4479-887a-e1e2bdcf9290|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:46.479Z|81090b0c-c378-4c7c-9516-070fb9d38284|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:46.480Z|81090b0c-c378-4c7c-9516-070fb9d38284|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:48.459Z|6e0a5ec1-bcb5-48cc-87a0-a44146f29bac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:12:48.462Z|6e0a5ec1-bcb5-48cc-87a0-a44146f29bac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:12:56.498Z|43afc17e-8a5c-4767-a4ca-b5ecdd3381e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:56.498Z|5a873e88-f16b-42ca-b000-64e74376501a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:56.499Z|5a873e88-f16b-42ca-b000-64e74376501a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:56.499Z|43afc17e-8a5c-4767-a4ca-b5ecdd3381e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:12:56.502Z|986e5592-3b0e-46df-981f-df0dee17c68b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:12:56.503Z|986e5592-3b0e-46df-981f-df0dee17c68b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:03.459Z|f546d954-46f8-452d-9f84-418cb06812cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:13:03.461Z|f546d954-46f8-452d-9f84-418cb06812cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:13:03.797Z|6d37ad94-7990-430b-87c1-79c24958e2ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:13:03.797Z|6d37ad94-7990-430b-87c1-79c24958e2ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:13:06.530Z|d833b118-8bb4-4a03-97b7-a9f3e76fdc58|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:06.530Z|1e0842e1-e5f2-4b10-84dd-b11ef80ec237|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:06.530Z|aa96b186-d993-4d0b-8435-15980a2fe22c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:06.532Z|d833b118-8bb4-4a03-97b7-a9f3e76fdc58|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:06.532Z|1e0842e1-e5f2-4b10-84dd-b11ef80ec237|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:06.532Z|aa96b186-d993-4d0b-8435-15980a2fe22c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:16.558Z|0c3ebb28-cf50-454b-87ca-d675e39b12ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:16.559Z|459803fa-27b9-4931-a67b-8ad19ed7ea70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:16.559Z|0c3ebb28-cf50-454b-87ca-d675e39b12ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:16.559Z|459803fa-27b9-4931-a67b-8ad19ed7ea70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:16.559Z|cfbe4fbb-69a9-4ff2-8230-c93410eeb8d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:16.560Z|cfbe4fbb-69a9-4ff2-8230-c93410eeb8d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:18.459Z|67c5aa88-ea27-488a-85f2-8716761c1078|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:13:18.461Z|67c5aa88-ea27-488a-85f2-8716761c1078|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:13:26.587Z|3b4d7234-eb58-4bb6-a4a4-05ccf0ce137c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:26.587Z|c7db7b15-264d-4037-a30c-6cdd1a44607b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:26.587Z|eab1c396-8cbe-4d64-ae5b-1d123b47adc1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:26.588Z|c7db7b15-264d-4037-a30c-6cdd1a44607b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:26.588Z|3b4d7234-eb58-4bb6-a4a4-05ccf0ce137c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:26.588Z|eab1c396-8cbe-4d64-ae5b-1d123b47adc1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:33.459Z|ec559adc-65a8-4c60-9f69-cca626760833|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:13:33.460Z|ec559adc-65a8-4c60-9f69-cca626760833|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:13:33.798Z|ff33c638-31b3-44bd-8acb-15705c15122c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:13:33.799Z|ff33c638-31b3-44bd-8acb-15705c15122c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:13:36.618Z|9da82bdb-37f0-491b-a1c9-d5296e4b2f36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:36.618Z|4286c577-d76e-476b-b296-a6b82f1a6226|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:36.619Z|9da82bdb-37f0-491b-a1c9-d5296e4b2f36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:36.619Z|4286c577-d76e-476b-b296-a6b82f1a6226|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:36.619Z|662c6934-4ad4-49e3-b94a-7f875b214f70|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:36.621Z|662c6934-4ad4-49e3-b94a-7f875b214f70|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:45.777Z|afa6e037-acce-4646-bb85-9a0e9154ed1c|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-22T17:13:45.779Z|afa6e037-acce-4646-bb85-9a0e9154ed1c|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:46.647Z|3c2ca9fc-bd87-4319-ab5b-8324423ed667|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:46.647Z|9b41d0f4-a5c1-4688-bf20-ab9a96fc9786|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:46.647Z|9b41d0f4-a5c1-4688-bf20-ab9a96fc9786|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:46.647Z|3c2ca9fc-bd87-4319-ab5b-8324423ed667|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:46.650Z|d867bcc3-3221-4b43-9448-d5805cc914d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:46.651Z|d867bcc3-3221-4b43-9448-d5805cc914d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:48.459Z|a96e09de-5542-4fc5-aa08-ca8292d75072|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:13:48.463Z|a96e09de-5542-4fc5-aa08-ca8292d75072|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:13:56.671Z|b68e1e9e-5db9-448c-821c-7d375c42c1b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:56.671Z|2e2c8904-0aad-415f-82e9-50d557f840d7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:56.672Z|2e2c8904-0aad-415f-82e9-50d557f840d7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:56.672Z|b68e1e9e-5db9-448c-821c-7d375c42c1b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:13:56.674Z|5a1c8933-7ca2-4cd5-9585-318b1ff37b6b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-22T17:13:56.674Z|5a1c8933-7ca2-4cd5-9585-318b1ff37b6b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-22T17:14:03.459Z|d8abdd78-4d09-4747-8719-b71b85aa4727|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:14:03.460Z|d8abdd78-4d09-4747-8719-b71b85aa4727|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-22T17:14:03.801Z|59c365e4-289f-4f9c-884b-ef353488e184|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-22T17:14:03.801Z|59c365e4-289f-4f9c-884b-ef353488e184|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.