Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/apih/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

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

2022-06-15T03:26:16.650Z||main|||||INFO|500||The following profiles are active: basic
2022-06-15T03:26:33.497Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-15T03:26:33.498Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-15T03:26:33.680Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-15T03:26:43.082Z||main|||||WARN|500||The following warnings have been detected: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.onap.so.apihandlerinfra.Onap3gppServiceInstances.getSliceSubnetCapabilities(org.onap.so.apihandlerinfra.onap3gppserviceinstancebeans.QuerySubnetCapability,java.lang.String) throws org.onap.so.apihandlerinfra.exceptions.ApiException, should not consume any entity.

2022-06-15T03:26:43.431Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-15T03:26:43.852Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-15T03:26:44.374Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-15T03:26:44.674Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-15T03:26:45.375Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-15T03:26:48.122Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-15T03:26:48.928Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-15T03:26:52.290Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-15T03:26:52.481Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-15T03:26:52.491Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-15T03:26:52.503Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-15T03:26:53.320Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-15T03:26:53.846Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-15T03:26:55.906Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-15T03:27:03.270Z||main|||||WARN|500||---
2022-06-15T03:27:03.271Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-15T03:27:03.272Z||main|||||WARN|500||---
2022-06-15T03:27:04.005Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-15T03:27:10.931Z||main|||||INFO|500||Started ApiHandlerApplication in 58.937 seconds (JVM running for 61.993)
2022-06-15T03:27:10.952Z|7d07616f-48a7-4774-8581-cd1601251ddf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:27:10.968Z|7d07616f-48a7-4774-8581-cd1601251ddf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:27:11.003Z|1114dc5c-0869-4bb3-983b-84f16732f462|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:27:11.012Z|1114dc5c-0869-4bb3-983b-84f16732f462|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:27:14.254Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-15T03:27:14.479Z|303ebb5a-8316-4713-a8a0-1ccac246c091|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
2022-06-15T03:27:14.944Z|303ebb5a-8316-4713-a8a0-1ccac246c091|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:16.819Z|b646862f-51f0-4d91-b95d-d091b22e3ed9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:16.821Z|b646862f-51f0-4d91-b95d-d091b22e3ed9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:20.175Z|6765e33e-6b96-4070-a14f-450252c160aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:20.178Z|6765e33e-6b96-4070-a14f-450252c160aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:25.135Z|b493d319-fce1-48f5-a21c-251d48bb8b64|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:25.138Z|b493d319-fce1-48f5-a21c-251d48bb8b64|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:25.910Z|72177e1a-87ca-487d-9d0a-ea5d90c5016a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:27:25.914Z|72177e1a-87ca-487d-9d0a-ea5d90c5016a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:27:26.862Z|45250f65-9300-49c3-abf7-6cf69776a83a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:26.865Z|45250f65-9300-49c3-abf7-6cf69776a83a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:30.234Z|ffb0f4f9-154e-47e7-8911-330bdbec1568|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:30.236Z|ffb0f4f9-154e-47e7-8911-330bdbec1568|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:35.186Z|b5fd5907-67ec-475b-92ac-e9677177ee14|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:35.188Z|b5fd5907-67ec-475b-92ac-e9677177ee14|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:36.908Z|4e7e1fff-3d21-4f7e-b14d-ee2a9abf2dcd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:36.910Z|4e7e1fff-3d21-4f7e-b14d-ee2a9abf2dcd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:40.296Z|407f165a-9c00-4f52-818e-00b5901e5152|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:40.298Z|407f165a-9c00-4f52-818e-00b5901e5152|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:40.912Z|531ca273-5e37-4e40-b0ae-70b4f21164d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:27:40.913Z|531ca273-5e37-4e40-b0ae-70b4f21164d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:27:41.015Z|c96568bd-bf69-4a12-8136-fbc10eddc897|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:27:41.016Z|c96568bd-bf69-4a12-8136-fbc10eddc897|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:27:45.254Z|ca6b5e88-bf46-40bd-af89-de9970f268f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:45.267Z|ca6b5e88-bf46-40bd-af89-de9970f268f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:46.954Z|28427e21-8664-4e3b-8478-dd30a2809d35|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:46.956Z|28427e21-8664-4e3b-8478-dd30a2809d35|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:50.334Z|9bc03e5c-3585-4cb2-a2a7-dd4d7ddc2e5d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:50.341Z|9bc03e5c-3585-4cb2-a2a7-dd4d7ddc2e5d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:55.352Z|fbf3096d-9913-490b-904b-2b3938a4e407|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:55.354Z|fbf3096d-9913-490b-904b-2b3938a4e407|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:27:55.910Z|b407d3ba-d6bb-45d5-9e86-06bf7af5094a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:27:55.911Z|b407d3ba-d6bb-45d5-9e86-06bf7af5094a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:27:56.995Z|ae7e1c90-2260-439f-9aaf-1c80af1bdf08|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:27:56.998Z|ae7e1c90-2260-439f-9aaf-1c80af1bdf08|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:00.396Z|f6d82650-050b-4bd2-b307-10ac3564ab0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:00.398Z|f6d82650-050b-4bd2-b307-10ac3564ab0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:05.405Z|ecf5c3a2-b46a-4688-a879-c850fc81476c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:05.407Z|ecf5c3a2-b46a-4688-a879-c850fc81476c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:07.034Z|2d8457bf-e015-4ec3-bdd6-2b340815c050|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:07.035Z|2d8457bf-e015-4ec3-bdd6-2b340815c050|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:10.432Z|d6e1f95e-7516-47b5-9e43-b6911d91dc25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:10.433Z|d6e1f95e-7516-47b5-9e43-b6911d91dc25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:10.910Z|a291d45e-e0fa-4faa-8fdb-930c47bed32b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:28:10.913Z|a291d45e-e0fa-4faa-8fdb-930c47bed32b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:28:11.018Z|bab195e5-2d30-4458-9774-2c59d085ba90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:28:11.019Z|bab195e5-2d30-4458-9774-2c59d085ba90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:28:15.447Z|45006d37-509a-47f1-9264-bcd9db7d14ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:15.448Z|45006d37-509a-47f1-9264-bcd9db7d14ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:17.071Z|8f30de98-8cc5-4a9b-aeae-fb0592ceccfe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:17.072Z|8f30de98-8cc5-4a9b-aeae-fb0592ceccfe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:20.479Z|28f704b7-3d2a-4cb5-bf80-a23d7f1add5d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:20.480Z|28f704b7-3d2a-4cb5-bf80-a23d7f1add5d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:25.506Z|a3ccf127-0bee-49ee-b4e0-de4370e7f648|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:25.508Z|a3ccf127-0bee-49ee-b4e0-de4370e7f648|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:25.912Z|c5e2b96c-81ec-4151-aeaa-1147b4c0471c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:28:25.913Z|c5e2b96c-81ec-4151-aeaa-1147b4c0471c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:28:27.118Z|dce196f3-1468-4dfa-99e7-384734b37eb8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:27.120Z|dce196f3-1468-4dfa-99e7-384734b37eb8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:30.518Z|40a30bcf-6513-4cb0-9627-b138e7fbfab1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:30.525Z|40a30bcf-6513-4cb0-9627-b138e7fbfab1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:35.567Z|5fe2ef09-c236-4595-8123-d94ee0b7cb3c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:35.589Z|5fe2ef09-c236-4595-8123-d94ee0b7cb3c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:37.153Z|d9b584fa-357f-4eaa-9696-2a89b389f023|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:37.155Z|d9b584fa-357f-4eaa-9696-2a89b389f023|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:40.583Z|1cddec6b-b671-48b9-8fb1-9509739cfe53|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:40.585Z|1cddec6b-b671-48b9-8fb1-9509739cfe53|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:40.911Z|b9d1050c-7f3b-45bd-9443-0944382b72eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:28:40.913Z|b9d1050c-7f3b-45bd-9443-0944382b72eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:28:41.022Z|93f69ebe-3d09-44a4-80b8-4882b37a2533|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:28:41.024Z|93f69ebe-3d09-44a4-80b8-4882b37a2533|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:28:45.631Z|1672ce05-e4b6-4999-b138-74808d140859|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:45.633Z|1672ce05-e4b6-4999-b138-74808d140859|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:47.189Z|ba13bac0-7e4b-431c-846f-e04c2e07d588|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:47.191Z|ba13bac0-7e4b-431c-846f-e04c2e07d588|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:50.636Z|e9a6db3c-28d6-4f3b-b86d-8bd36231b39f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:50.638Z|e9a6db3c-28d6-4f3b-b86d-8bd36231b39f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:55.672Z|ccf9c373-e631-4f02-a465-caaf65455bb9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:55.674Z|ccf9c373-e631-4f02-a465-caaf65455bb9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:28:55.910Z|ba68d128-b663-496f-830d-883b5c37a6de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:28:55.915Z|ba68d128-b663-496f-830d-883b5c37a6de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:28:57.227Z|9d7b432e-f5bd-45d0-b3a4-08ec8e44d710|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:28:57.229Z|9d7b432e-f5bd-45d0-b3a4-08ec8e44d710|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:00.673Z|2392f88e-23a7-4c13-95ec-3b73cca2ef13|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:00.675Z|2392f88e-23a7-4c13-95ec-3b73cca2ef13|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:05.705Z|2148f3e8-3a2b-4ab5-8491-10ba7fc7cbb4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:05.707Z|2148f3e8-3a2b-4ab5-8491-10ba7fc7cbb4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:07.272Z|cf6905e0-6835-4366-bb11-98223af403d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:07.273Z|cf6905e0-6835-4366-bb11-98223af403d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:10.708Z|48add1dc-0f59-4748-b010-a933dfd2647c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:10.709Z|48add1dc-0f59-4748-b010-a933dfd2647c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:10.910Z|b5f04ed0-2a5a-4359-8866-546e34f6f4f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:29:10.911Z|b5f04ed0-2a5a-4359-8866-546e34f6f4f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:29:11.026Z|5c588632-4b1a-45e1-bcb2-4ec249d875bc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:29:11.027Z|5c588632-4b1a-45e1-bcb2-4ec249d875bc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:29:15.743Z|b846fb1f-54f2-43f1-86e7-6938a3261817|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:15.744Z|b846fb1f-54f2-43f1-86e7-6938a3261817|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:17.308Z|26669a1c-463d-45ab-8fa2-f754b75e83d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:17.310Z|26669a1c-463d-45ab-8fa2-f754b75e83d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:20.827Z|f602e51e-e39f-4a40-9d11-91af48b421f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:20.829Z|f602e51e-e39f-4a40-9d11-91af48b421f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:25.780Z|cbb8c5ce-5515-4355-8809-28fea1eec186|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:25.781Z|cbb8c5ce-5515-4355-8809-28fea1eec186|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:25.910Z|40b3fa5c-7acd-4476-83d3-96ef84e0517b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:29:25.912Z|40b3fa5c-7acd-4476-83d3-96ef84e0517b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:29:27.347Z|921acb6b-6f83-4758-aa2c-a3a7e51dda46|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:27.349Z|921acb6b-6f83-4758-aa2c-a3a7e51dda46|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:30.862Z|16064bb3-35ff-471f-bd97-d5354e1427de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:30.864Z|16064bb3-35ff-471f-bd97-d5354e1427de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:35.816Z|d1497bf0-cae2-4df1-beb6-9f2db3ccbdee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:35.818Z|d1497bf0-cae2-4df1-beb6-9f2db3ccbdee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:37.385Z|3d58866c-9828-4059-a3eb-70220a3a493b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:37.387Z|3d58866c-9828-4059-a3eb-70220a3a493b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:40.913Z|d163b85e-1e33-4c01-b4fb-8420d576f6f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:29:40.917Z|36cc32fb-6c4f-414c-918a-5c2a4b1a167e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:40.918Z|36cc32fb-6c4f-414c-918a-5c2a4b1a167e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:40.931Z|d163b85e-1e33-4c01-b4fb-8420d576f6f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:29:41.029Z|d0815457-9436-4963-bb52-699d3544f0cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:29:41.030Z|d0815457-9436-4963-bb52-699d3544f0cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:29:45.855Z|9fcb85d0-5369-4b13-beb6-1113b24b46db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:45.856Z|9fcb85d0-5369-4b13-beb6-1113b24b46db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:47.418Z|68189f52-d225-4ead-9132-a03130b5927b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:47.420Z|68189f52-d225-4ead-9132-a03130b5927b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:50.984Z|00f561fe-2c09-4d3a-877e-49e5058bef47|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:50.986Z|00f561fe-2c09-4d3a-877e-49e5058bef47|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:55.890Z|efcb3b55-c9ee-4e93-8544-9ff5348b43b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:55.891Z|efcb3b55-c9ee-4e93-8544-9ff5348b43b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:29:55.910Z|7c59289b-49c2-4548-ab23-cae952d7b8ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:29:55.911Z|7c59289b-49c2-4548-ab23-cae952d7b8ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:29:57.470Z|00bdca97-e989-45b9-9e1b-8982f5bcfa9c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:29:57.472Z|00bdca97-e989-45b9-9e1b-8982f5bcfa9c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:01.021Z|870f89e4-9a64-47fb-b8d8-287c54da765f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:01.024Z|870f89e4-9a64-47fb-b8d8-287c54da765f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:05.923Z|7933c1ad-6e57-4bfd-9380-ee032414e483|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:05.924Z|7933c1ad-6e57-4bfd-9380-ee032414e483|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:07.508Z|05f6652c-a3ef-4626-beac-1f8a6bc982ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:07.510Z|05f6652c-a3ef-4626-beac-1f8a6bc982ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:10.910Z|c6039679-ae38-439e-8499-899ae411b15a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:30:10.911Z|c6039679-ae38-439e-8499-899ae411b15a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:30:11.031Z|d964c306-84a0-47e7-93af-95ba49ab615b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:30:11.032Z|d964c306-84a0-47e7-93af-95ba49ab615b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:30:11.055Z|e9131128-3476-4077-8760-613fdaacfd15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:11.057Z|e9131128-3476-4077-8760-613fdaacfd15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:15.957Z|6d1b54f0-0c8f-45d6-baf8-f77f519878d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:15.959Z|6d1b54f0-0c8f-45d6-baf8-f77f519878d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:17.545Z|3c857efa-520d-4b38-8219-732ef3283b18|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:17.546Z|3c857efa-520d-4b38-8219-732ef3283b18|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:21.087Z|cfc28f48-8793-4456-a874-9de93757b8f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:21.088Z|cfc28f48-8793-4456-a874-9de93757b8f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:25.910Z|1b3d9afd-67b5-4407-a03e-385134fadcdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:30:25.914Z|1b3d9afd-67b5-4407-a03e-385134fadcdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:30:25.988Z|70d201f9-f5b4-4f16-9777-6655b99fe1f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:25.990Z|70d201f9-f5b4-4f16-9777-6655b99fe1f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:27.579Z|ac6cdc10-8178-45be-8ce9-6541af215ac2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:27.580Z|ac6cdc10-8178-45be-8ce9-6541af215ac2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:31.121Z|0771998f-ed0d-4356-859f-44b5f6f9cb4c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:31.123Z|0771998f-ed0d-4356-859f-44b5f6f9cb4c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:36.021Z|8e46c0eb-822a-41e9-8df1-201ccfadc219|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:36.022Z|8e46c0eb-822a-41e9-8df1-201ccfadc219|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:37.613Z|42206ec9-b349-4078-843f-40b9cf52c688|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:37.615Z|42206ec9-b349-4078-843f-40b9cf52c688|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:40.910Z|180bd9c6-bf70-4363-9966-fd1e54bc3532|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:30:40.911Z|180bd9c6-bf70-4363-9966-fd1e54bc3532|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:30:41.034Z|7789d13f-34ec-47fa-8260-e402e4511839|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:30:41.035Z|7789d13f-34ec-47fa-8260-e402e4511839|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:30:41.153Z|2b8a9c4f-6d5a-4ef4-8bff-5ee6380ed950|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:41.154Z|2b8a9c4f-6d5a-4ef4-8bff-5ee6380ed950|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:46.055Z|fae6845d-3947-4e42-9e05-db4af6de489c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:46.056Z|fae6845d-3947-4e42-9e05-db4af6de489c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:47.658Z|90454327-9445-42c2-8446-827a0eceb554|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:47.660Z|90454327-9445-42c2-8446-827a0eceb554|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:51.186Z|eecdf3a5-4820-481c-b803-93cae598f478|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:51.188Z|eecdf3a5-4820-481c-b803-93cae598f478|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:55.911Z|d5cb655f-90c6-40e1-969c-15e3cbe5ec36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:30:55.912Z|d5cb655f-90c6-40e1-969c-15e3cbe5ec36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:30:56.091Z|fd771e63-d7f8-40e9-af21-b8b649d324f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:56.093Z|fd771e63-d7f8-40e9-af21-b8b649d324f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:30:57.692Z|4f523ac1-85f8-4792-bd8d-e54744f6c8c7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:30:57.694Z|4f523ac1-85f8-4792-bd8d-e54744f6c8c7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:01.227Z|5591746f-4758-433f-b817-f2d6c5567916|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:01.228Z|5591746f-4758-433f-b817-f2d6c5567916|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:06.125Z|c67ecde0-3214-43ed-a237-ea66fa4c973a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:06.126Z|c67ecde0-3214-43ed-a237-ea66fa4c973a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:07.731Z|4917cfd2-c80c-4d0b-a1ac-106ea5c4ec0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:07.733Z|4917cfd2-c80c-4d0b-a1ac-106ea5c4ec0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:10.910Z|2c67041d-c8c4-4e02-a6e6-17f95cb63bf6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:31:10.914Z|2c67041d-c8c4-4e02-a6e6-17f95cb63bf6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:31:11.036Z|b60dfed2-ed99-4394-941b-6bec6675365e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:31:11.037Z|b60dfed2-ed99-4394-941b-6bec6675365e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:31:11.271Z|1868dc1d-e2c0-4563-a949-007373d5e27d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:11.272Z|1868dc1d-e2c0-4563-a949-007373d5e27d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:16.154Z|c94f3a4d-1775-4a27-abde-1db65db46b01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:16.156Z|c94f3a4d-1775-4a27-abde-1db65db46b01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:17.780Z|b895235c-2d76-4adb-92aa-0461f9c60a31|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:17.781Z|b895235c-2d76-4adb-92aa-0461f9c60a31|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:21.315Z|36cdb913-e522-4c33-9118-3c6edac19ee3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:21.317Z|36cdb913-e522-4c33-9118-3c6edac19ee3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:25.910Z|d252cb99-4b76-4380-86d1-ed25985f9b9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:31:25.911Z|d252cb99-4b76-4380-86d1-ed25985f9b9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:31:26.188Z|714da46b-eee3-4130-a8b3-1aa892d6133a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:26.189Z|714da46b-eee3-4130-a8b3-1aa892d6133a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:27.817Z|a22da538-b0c2-4f04-91b0-ec32c457a03d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:27.819Z|a22da538-b0c2-4f04-91b0-ec32c457a03d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:31.352Z|1fcd6321-fadf-49a7-92eb-b7b6d36957cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:31.354Z|1fcd6321-fadf-49a7-92eb-b7b6d36957cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:36.221Z|4f8e8433-dff6-4c04-95dd-cb50fb95f233|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:36.223Z|4f8e8433-dff6-4c04-95dd-cb50fb95f233|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:37.852Z|0c1adf0a-97dd-44ee-8bdf-9145737e2d7b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:37.854Z|0c1adf0a-97dd-44ee-8bdf-9145737e2d7b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:40.910Z|f83d9e8a-7ada-4216-bab1-b9800b67bd24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:31:40.911Z|f83d9e8a-7ada-4216-bab1-b9800b67bd24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:31:41.039Z|b8cbebe5-ed61-4cfc-a951-d282439478dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:31:41.040Z|b8cbebe5-ed61-4cfc-a951-d282439478dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:31:41.394Z|7804449c-9488-4215-8700-734c2eaa9e8e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:41.396Z|7804449c-9488-4215-8700-734c2eaa9e8e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:46.256Z|e5d982be-3e4d-4df1-966f-65e8380d02c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:46.258Z|e5d982be-3e4d-4df1-966f-65e8380d02c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:47.884Z|5abc918d-d2a0-4189-bec4-75fcaf5f7bd9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:47.885Z|5abc918d-d2a0-4189-bec4-75fcaf5f7bd9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:51.426Z|a8616c5d-ef0f-4244-8a34-38c601a6f9c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:51.427Z|a8616c5d-ef0f-4244-8a34-38c601a6f9c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:55.910Z|8bc76e71-1c68-469f-a079-d93f014224ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:31:55.913Z|8bc76e71-1c68-469f-a079-d93f014224ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:31:56.291Z|e245fc67-687e-413e-99ba-e2cf298174c8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:56.292Z|e245fc67-687e-413e-99ba-e2cf298174c8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:31:57.919Z|2b12529e-537d-44aa-b972-be0d1f1baaf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:31:57.921Z|2b12529e-537d-44aa-b972-be0d1f1baaf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:01.463Z|5a557c53-e896-4456-bf39-f019ebee7e55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:01.467Z|5a557c53-e896-4456-bf39-f019ebee7e55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:06.333Z|2e44188f-0aa0-4849-960c-0bb7aab388cc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:06.334Z|2e44188f-0aa0-4849-960c-0bb7aab388cc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:07.953Z|03f909ff-11d5-45d5-856e-4d0f3df8a477|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:07.954Z|03f909ff-11d5-45d5-856e-4d0f3df8a477|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:10.910Z|8abb46fe-0cc4-46a5-a351-1ff143a96c2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:32:10.911Z|8abb46fe-0cc4-46a5-a351-1ff143a96c2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:32:11.042Z|65eea360-23dd-4498-a3ce-2fbfe4830012|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:32:11.043Z|65eea360-23dd-4498-a3ce-2fbfe4830012|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:32:11.503Z|71510865-8e21-4442-a205-972e83c74c39|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:11.505Z|71510865-8e21-4442-a205-972e83c74c39|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:16.377Z|801096b2-f329-450f-80fa-d2b6b4535543|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:16.381Z|801096b2-f329-450f-80fa-d2b6b4535543|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:17.987Z|50eb8c90-e6a6-4b35-9997-143993cc4274|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:17.988Z|50eb8c90-e6a6-4b35-9997-143993cc4274|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:21.544Z|e4f7a782-6ade-4fca-9ca5-bbc243c272a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:21.545Z|e4f7a782-6ade-4fca-9ca5-bbc243c272a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:25.910Z|dc17c5ec-f5ff-4524-a939-9abf4c467373|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:32:25.912Z|dc17c5ec-f5ff-4524-a939-9abf4c467373|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:32:26.414Z|6b0d1ab9-6687-46da-af7d-7cafc9bf63e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:26.416Z|6b0d1ab9-6687-46da-af7d-7cafc9bf63e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:28.024Z|15688b4d-a405-4a25-a45a-b49da525627a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:28.027Z|15688b4d-a405-4a25-a45a-b49da525627a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:31.579Z|4fa2cdbf-b17d-43e7-8f36-c70b4bce4113|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:31.580Z|4fa2cdbf-b17d-43e7-8f36-c70b4bce4113|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:36.447Z|0168e016-6aac-48ca-aa26-6c84add026ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:36.448Z|0168e016-6aac-48ca-aa26-6c84add026ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:38.062Z|fd5fae72-7785-4386-af5c-1b92b27610cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:38.063Z|fd5fae72-7785-4386-af5c-1b92b27610cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:40.910Z|0b7a343a-4f62-4369-b6f2-82bd30654266|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:32:40.913Z|0b7a343a-4f62-4369-b6f2-82bd30654266|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:32:41.045Z|470b1c7c-039e-4ba0-a885-13ca863becac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:32:41.046Z|470b1c7c-039e-4ba0-a885-13ca863becac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:32:41.613Z|a22f8b12-fccf-4bb4-9c04-331d17784c83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:41.614Z|a22f8b12-fccf-4bb4-9c04-331d17784c83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:46.479Z|a23f37d4-4c8a-4705-8c9c-7166a9b35a33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:46.481Z|a23f37d4-4c8a-4705-8c9c-7166a9b35a33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:48.096Z|eb301e9b-2975-4aea-9966-ee17112b7456|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:48.098Z|eb301e9b-2975-4aea-9966-ee17112b7456|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:51.645Z|b5cd9e5f-25cf-4f4d-a02b-92403b7a6660|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:51.646Z|b5cd9e5f-25cf-4f4d-a02b-92403b7a6660|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:55.910Z|3453b403-0380-4884-9677-ace9e91e4f17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:32:55.911Z|3453b403-0380-4884-9677-ace9e91e4f17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:32:56.511Z|5f3293df-7edd-4067-a4c8-51bbd4a3c516|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:56.513Z|5f3293df-7edd-4067-a4c8-51bbd4a3c516|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:32:58.134Z|92f3637a-e118-4cf8-afbe-a6e36b28177b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:32:58.135Z|92f3637a-e118-4cf8-afbe-a6e36b28177b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:01.674Z|a8a589ec-8dad-468f-9b58-9ec866a9c515|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:01.675Z|a8a589ec-8dad-468f-9b58-9ec866a9c515|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:06.545Z|152a591e-e96b-4f97-b0db-ae4b3edd4656|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:06.546Z|152a591e-e96b-4f97-b0db-ae4b3edd4656|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:08.173Z|d8bb9d5c-6d64-4c84-9a05-cc3ba8af55d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:08.175Z|d8bb9d5c-6d64-4c84-9a05-cc3ba8af55d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:10.910Z|8f6f600d-fdc6-491e-8e60-b3f1187004a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:33:10.911Z|8f6f600d-fdc6-491e-8e60-b3f1187004a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:33:11.048Z|cc8c97a6-dc18-49f1-969b-7eccef4bb494|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:33:11.049Z|cc8c97a6-dc18-49f1-969b-7eccef4bb494|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:33:11.704Z|724ca5f5-f842-4f07-a0fe-7f50d2520ecb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:11.705Z|724ca5f5-f842-4f07-a0fe-7f50d2520ecb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:16.575Z|389c8c7f-c520-40a9-99a8-e14ecdae0a24|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:16.577Z|389c8c7f-c520-40a9-99a8-e14ecdae0a24|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:18.204Z|825dd1fb-e179-4e46-a8d4-769d9391ab0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:18.206Z|825dd1fb-e179-4e46-a8d4-769d9391ab0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:21.734Z|69bc50ba-01e6-4cab-b18b-f708e71b6021|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:21.735Z|69bc50ba-01e6-4cab-b18b-f708e71b6021|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:25.910Z|44c0e6d9-aa4d-43f8-a176-aff16a851519|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:33:25.914Z|44c0e6d9-aa4d-43f8-a176-aff16a851519|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:33:26.608Z|bf39c88f-8793-4eb9-9e5a-9ed591856380|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:26.610Z|bf39c88f-8793-4eb9-9e5a-9ed591856380|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:28.236Z|aaf8320c-0d02-4d0e-b4e7-c494dba9491f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:28.238Z|aaf8320c-0d02-4d0e-b4e7-c494dba9491f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:31.773Z|27952231-667c-427c-b858-60d2b958fc04|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:31.774Z|27952231-667c-427c-b858-60d2b958fc04|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:36.638Z|0c98a681-0870-4575-adb3-e613a90fa662|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:36.639Z|0c98a681-0870-4575-adb3-e613a90fa662|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:38.269Z|14760167-e54c-4f23-be70-0b51ec64a6ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:38.270Z|14760167-e54c-4f23-be70-0b51ec64a6ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:40.910Z|d71912df-5ffa-45fb-9f6a-e1343f776375|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:33:40.911Z|d71912df-5ffa-45fb-9f6a-e1343f776375|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:33:41.050Z|71b1b288-b150-4aef-b579-2f3faf2d1a1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:33:41.051Z|71b1b288-b150-4aef-b579-2f3faf2d1a1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:33:41.806Z|49c88eec-cce2-4853-8a5f-2bac6c5def54|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:41.807Z|49c88eec-cce2-4853-8a5f-2bac6c5def54|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:46.668Z|ce634038-0762-40c2-92f9-5b23e4a1d22f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:46.669Z|ce634038-0762-40c2-92f9-5b23e4a1d22f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:48.302Z|9da66a11-61a7-420b-be27-f80121a1a85f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:48.304Z|9da66a11-61a7-420b-be27-f80121a1a85f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:51.840Z|17ed86cc-b459-4247-963a-7dd5ddb473a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:51.841Z|17ed86cc-b459-4247-963a-7dd5ddb473a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:55.910Z|9c7ec1e7-88a6-4554-8097-55f2b901dde1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:33:55.911Z|9c7ec1e7-88a6-4554-8097-55f2b901dde1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:33:56.698Z|d5acaca0-038f-467c-8ba8-750cbccd5172|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:56.699Z|d5acaca0-038f-467c-8ba8-750cbccd5172|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:33:58.335Z|164ceebb-6ebb-4bfe-b3c4-0c4e258629e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:33:58.336Z|164ceebb-6ebb-4bfe-b3c4-0c4e258629e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:01.874Z|1a03857d-b33b-4d03-bcc8-35a2ac5e8568|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:01.875Z|1a03857d-b33b-4d03-bcc8-35a2ac5e8568|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:06.731Z|15636e0c-1ef7-4b03-a79b-2d698a6cf94f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:06.733Z|15636e0c-1ef7-4b03-a79b-2d698a6cf94f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:08.373Z|ea9f7b1d-61f8-4302-ba26-7f1fd16f3a3f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:08.375Z|ea9f7b1d-61f8-4302-ba26-7f1fd16f3a3f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:10.910Z|e15445ee-8ac0-4f5b-bb0f-9fc43b0da01f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:34:10.913Z|e15445ee-8ac0-4f5b-bb0f-9fc43b0da01f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:34:11.053Z|3736d901-a8ea-4697-ad0d-e1e80d3d1e2f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:34:11.054Z|3736d901-a8ea-4697-ad0d-e1e80d3d1e2f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:34:11.911Z|c65ee3f7-783a-45fe-8af8-f313dbd0864a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:11.912Z|c65ee3f7-783a-45fe-8af8-f313dbd0864a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:16.762Z|5deb5977-0e6c-4d4d-b346-a10e329442a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:16.763Z|5deb5977-0e6c-4d4d-b346-a10e329442a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:18.410Z|5699fa62-0669-4fa4-9eb0-f7c881cb803a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:18.412Z|5699fa62-0669-4fa4-9eb0-f7c881cb803a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:21.943Z|a5141018-767d-4c19-a7dd-07761d79b4b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:21.944Z|a5141018-767d-4c19-a7dd-07761d79b4b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:25.910Z|bb926315-2d92-4acb-8783-2f9e8727c6a6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:34:25.911Z|bb926315-2d92-4acb-8783-2f9e8727c6a6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:34:26.792Z|597259c3-bd72-41a8-a90a-decf7a4f878e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:26.793Z|597259c3-bd72-41a8-a90a-decf7a4f878e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:28.444Z|0edb5c83-297a-49a1-b612-a41ce4c64101|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:28.446Z|0edb5c83-297a-49a1-b612-a41ce4c64101|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:31.974Z|50cd60c4-38e4-4dda-9a29-d085cf34a916|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:31.976Z|50cd60c4-38e4-4dda-9a29-d085cf34a916|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:36.826Z|fa8e2870-e9ae-47d5-98f4-3a24e0efe6d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:36.827Z|fa8e2870-e9ae-47d5-98f4-3a24e0efe6d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:38.480Z|c978c624-e821-473f-b846-d2bbb0c2aa09|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:38.481Z|c978c624-e821-473f-b846-d2bbb0c2aa09|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:40.910Z|cc5b0ac6-6dd9-439e-9030-d4cc91da08c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:34:40.911Z|cc5b0ac6-6dd9-439e-9030-d4cc91da08c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:34:41.056Z|00829501-497e-4088-9b37-b6597822ac82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:34:41.057Z|00829501-497e-4088-9b37-b6597822ac82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:34:42.009Z|9a78b9d8-bd72-48d8-857f-5859287bfbcc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:42.010Z|9a78b9d8-bd72-48d8-857f-5859287bfbcc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:46.858Z|8f700954-ea78-4658-a710-adeff2be3175|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:46.860Z|8f700954-ea78-4658-a710-adeff2be3175|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:48.511Z|5467fb49-45bd-4c67-b43b-4638f33300fb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:48.512Z|5467fb49-45bd-4c67-b43b-4638f33300fb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:52.043Z|e81f04b1-6942-454e-9cec-5797f8eb0614|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:52.044Z|e81f04b1-6942-454e-9cec-5797f8eb0614|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:55.910Z|f013ac37-18b0-4ef8-bd5e-f633896be4ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:34:55.914Z|f013ac37-18b0-4ef8-bd5e-f633896be4ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:34:56.890Z|198df443-c383-4985-99de-a9b887f1fbf3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:56.892Z|198df443-c383-4985-99de-a9b887f1fbf3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:34:58.544Z|f888bbea-d92b-4761-abf1-8bc6b98523ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:34:58.545Z|f888bbea-d92b-4761-abf1-8bc6b98523ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:02.072Z|78ec0836-a051-418f-999a-b2970dc11c8a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:02.073Z|78ec0836-a051-418f-999a-b2970dc11c8a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:06.918Z|0e08c278-e0a4-4954-9d9c-4290c0298268|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:06.919Z|0e08c278-e0a4-4954-9d9c-4290c0298268|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:08.576Z|c234522d-0166-4298-ba1d-cc9ef94b8f33|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:08.578Z|c234522d-0166-4298-ba1d-cc9ef94b8f33|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:10.910Z|13083a97-baf1-471e-a131-c17c9391e680|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:35:10.911Z|13083a97-baf1-471e-a131-c17c9391e680|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:35:11.059Z|439d68b2-2f27-434f-ae09-4a0c6ea3fe7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:35:11.060Z|439d68b2-2f27-434f-ae09-4a0c6ea3fe7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:35:12.108Z|01c946bb-4845-473d-88d6-f39a84c4d9c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:12.109Z|01c946bb-4845-473d-88d6-f39a84c4d9c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:16.948Z|d69d250f-3130-4261-a678-39f81e1e160f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:16.949Z|d69d250f-3130-4261-a678-39f81e1e160f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:18.613Z|a489a10d-60ae-41e0-a0b6-1b010268533f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:18.614Z|a489a10d-60ae-41e0-a0b6-1b010268533f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:22.140Z|de248bbf-8828-4ccb-9fed-03f546b18fd8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:22.141Z|de248bbf-8828-4ccb-9fed-03f546b18fd8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:25.909Z|c2661a94-bd6c-46b2-9a59-c26e0a389818|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:35:25.910Z|c2661a94-bd6c-46b2-9a59-c26e0a389818|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:35:26.977Z|614a1859-12d8-4abd-b5ee-2cf613eee976|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:26.979Z|614a1859-12d8-4abd-b5ee-2cf613eee976|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:28.641Z|96cb8ac3-7943-4fe7-9714-f097807facaf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:28.642Z|96cb8ac3-7943-4fe7-9714-f097807facaf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:32.173Z|9d92d726-2672-4300-b126-da216259b73f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:32.175Z|9d92d726-2672-4300-b126-da216259b73f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:37.008Z|bace2395-6d12-41ca-94e3-74e59f1cf8a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:37.009Z|bace2395-6d12-41ca-94e3-74e59f1cf8a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:38.674Z|d18527d8-649c-4ee0-8d08-92b968dcec53|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:38.676Z|d18527d8-649c-4ee0-8d08-92b968dcec53|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:40.910Z|075293e3-6765-47c2-814e-90cb2450419a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:35:40.914Z|075293e3-6765-47c2-814e-90cb2450419a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:35:41.063Z|f2867802-e339-45a6-9950-c4bfdc5cb6ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:35:41.064Z|f2867802-e339-45a6-9950-c4bfdc5cb6ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:35:42.208Z|8c725261-182a-458b-8022-237a1c6e9871|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:42.209Z|8c725261-182a-458b-8022-237a1c6e9871|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:47.039Z|c4fe9e6c-352d-463b-9ecf-6bc726ea04dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:47.040Z|c4fe9e6c-352d-463b-9ecf-6bc726ea04dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:48.705Z|7b892d28-77a7-4e2e-9f41-cd680ee842f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:48.706Z|7b892d28-77a7-4e2e-9f41-cd680ee842f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:52.236Z|add380f6-9d9b-43c7-9f3e-35800ae0fc5f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:52.237Z|add380f6-9d9b-43c7-9f3e-35800ae0fc5f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:55.910Z|91991913-c1be-4f40-b1c3-a02680038e63|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:35:55.911Z|91991913-c1be-4f40-b1c3-a02680038e63|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:35:57.077Z|81b241a8-a5da-4b29-bad9-e3b1b06e067b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:57.078Z|81b241a8-a5da-4b29-bad9-e3b1b06e067b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:35:58.736Z|7742c4af-d628-4e19-b51b-d7f037c8e44c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:35:58.737Z|7742c4af-d628-4e19-b51b-d7f037c8e44c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:02.266Z|03cb3a26-b98d-45d3-b3ae-61da0d237069|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:02.269Z|03cb3a26-b98d-45d3-b3ae-61da0d237069|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:07.109Z|b11ceb1d-b3a2-4be5-bc49-44d6a8f409b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:07.109Z|b11ceb1d-b3a2-4be5-bc49-44d6a8f409b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:08.773Z|5641f3f2-5814-485c-8c94-1f2023c63e69|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:08.774Z|5641f3f2-5814-485c-8c94-1f2023c63e69|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:10.910Z|716d2e8c-79ff-4e34-98d5-a0618d0002a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:36:10.910Z|716d2e8c-79ff-4e34-98d5-a0618d0002a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:36:11.066Z|720306d0-73ea-4013-80f2-60e2268015ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:36:11.067Z|720306d0-73ea-4013-80f2-60e2268015ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:36:12.299Z|1b546a99-0dfa-4358-a09a-7ddeebe2cdd7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:12.300Z|1b546a99-0dfa-4358-a09a-7ddeebe2cdd7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:17.140Z|494cea2c-8df6-4a61-bfd7-2bdfcde33329|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:17.141Z|494cea2c-8df6-4a61-bfd7-2bdfcde33329|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:18.808Z|7cb184b7-c2ec-472f-ac41-d5c5b900dc4f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:18.809Z|7cb184b7-c2ec-472f-ac41-d5c5b900dc4f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:22.327Z|e6ea714d-397c-4134-92ab-f179887a0c2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:22.328Z|e6ea714d-397c-4134-92ab-f179887a0c2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:25.909Z|be626b94-550c-4d0a-b8de-145d95a0dc3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:36:25.913Z|be626b94-550c-4d0a-b8de-145d95a0dc3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:36:27.172Z|1666cde3-5cca-400c-b161-d390fe36c32a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:27.173Z|1666cde3-5cca-400c-b161-d390fe36c32a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:28.841Z|e534057c-9a08-4b08-9ffd-b6592a24b6f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:28.842Z|e534057c-9a08-4b08-9ffd-b6592a24b6f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:32.359Z|26631006-49e1-4409-b7ca-459ee2b7f615|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:32.360Z|26631006-49e1-4409-b7ca-459ee2b7f615|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:37.200Z|7e8626fc-1f1a-4bf2-9868-f848326496b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:37.201Z|7e8626fc-1f1a-4bf2-9868-f848326496b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:38.873Z|21e3c1a4-9e97-4108-b84c-0c765e8e570b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:38.873Z|21e3c1a4-9e97-4108-b84c-0c765e8e570b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:40.910Z|c82e861a-93b3-4b25-9661-4b54cdda0db8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:36:40.911Z|c82e861a-93b3-4b25-9661-4b54cdda0db8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:36:41.068Z|5ad6f8ae-0c19-4a46-92da-f5177ed2f2b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:36:41.069Z|5ad6f8ae-0c19-4a46-92da-f5177ed2f2b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:36:42.390Z|6bcad142-b109-43b6-81c2-0c1ef45a01db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:42.391Z|6bcad142-b109-43b6-81c2-0c1ef45a01db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:43.156Z|f09597eb-b6e9-4974-bcd7-29a5ea8af2f7|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:36:43.157Z|f09597eb-b6e9-4974-bcd7-29a5ea8af2f7|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:47.230Z|54b36119-af9d-4af0-ae9d-35b07876e5af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:47.231Z|54b36119-af9d-4af0-ae9d-35b07876e5af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:48.904Z|43d9ad34-fe3d-42b5-bed2-9c32957087a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:48.904Z|43d9ad34-fe3d-42b5-bed2-9c32957087a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:52.420Z|6de4913c-18ab-4f3d-b580-cb7c1a6bacf0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:52.421Z|6de4913c-18ab-4f3d-b580-cb7c1a6bacf0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:55.910Z|1caf1d12-2b7f-4988-8a76-4506672500d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:36:55.911Z|1caf1d12-2b7f-4988-8a76-4506672500d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:36:57.260Z|b23a0e15-ad39-47b3-88f2-7b67ab0d91d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:57.261Z|b23a0e15-ad39-47b3-88f2-7b67ab0d91d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:36:58.937Z|323e0095-8a75-41d7-a1bf-82e159c3d598|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:36:58.938Z|323e0095-8a75-41d7-a1bf-82e159c3d598|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:02.450Z|3e2bdf56-d1be-4068-bc20-c860a2c97673|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:02.451Z|3e2bdf56-d1be-4068-bc20-c860a2c97673|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:07.299Z|2493a025-84ed-4494-a187-3abc453050b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:07.301Z|2493a025-84ed-4494-a187-3abc453050b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:08.968Z|77900753-95b5-442b-8124-3ea98a25ab2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:08.969Z|77900753-95b5-442b-8124-3ea98a25ab2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:10.910Z|0f0f7ecc-ab7d-42bd-ae05-ec0c7f1569b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:37:10.913Z|0f0f7ecc-ab7d-42bd-ae05-ec0c7f1569b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:37:11.070Z|ae44d7ed-dd95-44f6-bbe6-adcff2196545|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:37:11.071Z|ae44d7ed-dd95-44f6-bbe6-adcff2196545|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:37:12.478Z|211f5eb6-2b6f-4b09-8d5c-78fcd8486570|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:12.479Z|211f5eb6-2b6f-4b09-8d5c-78fcd8486570|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:17.330Z|673e2281-63cc-466f-bc1a-409ef9103bc2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:17.331Z|673e2281-63cc-466f-bc1a-409ef9103bc2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:18.998Z|d108f4cd-19ad-4011-aebe-161ecee19c4f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:18.999Z|d108f4cd-19ad-4011-aebe-161ecee19c4f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:22.506Z|cbea0019-1cd7-4816-95a0-64352e9ebf20|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:22.508Z|cbea0019-1cd7-4816-95a0-64352e9ebf20|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:25.910Z|1c9546e2-d1d8-49f3-8762-d73e2bad08d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:37:25.911Z|1c9546e2-d1d8-49f3-8762-d73e2bad08d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:37:27.364Z|adec64f2-9a1d-4b8c-9b71-73170c9c24f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:27.366Z|adec64f2-9a1d-4b8c-9b71-73170c9c24f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:29.032Z|ec381d01-2296-4b3d-842b-88b5c804dcd8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:29.035Z|ec381d01-2296-4b3d-842b-88b5c804dcd8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:32.538Z|d2ee6a79-0c40-4b65-9977-931fe361ac3e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:32.539Z|d2ee6a79-0c40-4b65-9977-931fe361ac3e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:37.399Z|f0c4f4a5-9cb7-4e31-a0c8-c276f0b359cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:37.401Z|f0c4f4a5-9cb7-4e31-a0c8-c276f0b359cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:39.069Z|c8a231ea-e74e-4c45-afc3-d115a74d268d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:39.070Z|c8a231ea-e74e-4c45-afc3-d115a74d268d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:40.910Z|dc6c47c2-2ff5-4ef7-88dc-dc17205b6001|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:37:40.911Z|dc6c47c2-2ff5-4ef7-88dc-dc17205b6001|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:37:41.072Z|7a0d083b-5257-4cb1-a9be-e5f0176ecd66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:37:41.073Z|7a0d083b-5257-4cb1-a9be-e5f0176ecd66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:37:42.568Z|8acd198a-00c3-4e75-8b84-ee5f0fe8287d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:42.569Z|8acd198a-00c3-4e75-8b84-ee5f0fe8287d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:43.137Z|6d129746-7db4-4b8f-9dfe-7b85da4e3a4b|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:37:43.138Z|6d129746-7db4-4b8f-9dfe-7b85da4e3a4b|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:47.430Z|eef0fea4-5cb5-469b-9bff-f4297b871be9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:47.432Z|eef0fea4-5cb5-469b-9bff-f4297b871be9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:49.107Z|95b2d056-b15b-4d9f-99c0-c6c3cf3a507a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:49.108Z|95b2d056-b15b-4d9f-99c0-c6c3cf3a507a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:52.597Z|b7fd98d4-1816-4226-a22a-52dc8d429d5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:52.598Z|b7fd98d4-1816-4226-a22a-52dc8d429d5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:55.910Z|1b80c1e4-2fe7-4f44-a2c4-84751f4423a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:37:55.913Z|1b80c1e4-2fe7-4f44-a2c4-84751f4423a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:37:57.463Z|429a77b1-6c50-433e-be2b-5f95edb68fcc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:57.464Z|429a77b1-6c50-433e-be2b-5f95edb68fcc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:37:59.143Z|2700676d-a3ef-4ea2-8c0b-25f4e4264f92|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:37:59.144Z|2700676d-a3ef-4ea2-8c0b-25f4e4264f92|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:02.635Z|ad860661-a6a8-4264-915a-a21bcea8857f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:02.636Z|ad860661-a6a8-4264-915a-a21bcea8857f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:07.494Z|8b4a9d28-6e10-469e-8e8f-425f08b9f2f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:07.495Z|8b4a9d28-6e10-469e-8e8f-425f08b9f2f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:09.177Z|b1af7815-6401-4934-be38-2ea88eeef196|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:09.178Z|b1af7815-6401-4934-be38-2ea88eeef196|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:10.910Z|1b67b7db-5804-4828-9ee6-281666f064e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:38:10.911Z|1b67b7db-5804-4828-9ee6-281666f064e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:38:11.074Z|b598c65e-6c71-4800-b373-5682d03ff662|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:38:11.075Z|b598c65e-6c71-4800-b373-5682d03ff662|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:38:12.665Z|cbd7df80-5c0d-4db7-9985-9ed5d38a041f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:12.666Z|cbd7df80-5c0d-4db7-9985-9ed5d38a041f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:17.528Z|905d522c-c9cd-450d-96b3-239451d60106|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:17.530Z|905d522c-c9cd-450d-96b3-239451d60106|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:19.214Z|069dc9c9-4ffa-4080-babf-aac0ab53115c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:19.214Z|069dc9c9-4ffa-4080-babf-aac0ab53115c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:22.693Z|0eeece2c-4065-4a7c-afc7-d9e7851d081e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:22.694Z|0eeece2c-4065-4a7c-afc7-d9e7851d081e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:25.910Z|0d67ef01-f56d-4a8a-8322-dfbed75d521b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:38:25.911Z|0d67ef01-f56d-4a8a-8322-dfbed75d521b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:38:27.559Z|c9301396-9d92-4b49-b7b7-97d301225964|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:27.561Z|c9301396-9d92-4b49-b7b7-97d301225964|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:29.242Z|4ecbd212-39d0-4993-9950-f0f269225b15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:29.244Z|4ecbd212-39d0-4993-9950-f0f269225b15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:32.721Z|3c8f3469-7124-46ae-b178-5ec8d9b45ce4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:32.722Z|3c8f3469-7124-46ae-b178-5ec8d9b45ce4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:37.590Z|3108ad90-989c-4794-bfdd-60aece7ce2dc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:37.591Z|3108ad90-989c-4794-bfdd-60aece7ce2dc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:39.279Z|9c7863c3-bbb4-4aa1-bd66-19d157f3f422|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:39.280Z|9c7863c3-bbb4-4aa1-bd66-19d157f3f422|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:40.910Z|bdc51778-4410-4c38-936b-c7170df1d6ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:38:40.915Z|bdc51778-4410-4c38-936b-c7170df1d6ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:38:41.076Z|a5a33972-57a2-4605-9061-2998ba77ce78|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:38:41.077Z|a5a33972-57a2-4605-9061-2998ba77ce78|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:38:42.755Z|aede343f-a2b4-480e-af13-7eef7a9b8331|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:42.756Z|aede343f-a2b4-480e-af13-7eef7a9b8331|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:43.136Z|364ccfe6-5a8d-4a6a-ada0-3a324addf7de|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:38:43.138Z|364ccfe6-5a8d-4a6a-ada0-3a324addf7de|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:47.618Z|1c6599d5-02be-4bba-b7db-ec23483737d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:47.619Z|1c6599d5-02be-4bba-b7db-ec23483737d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:49.307Z|d214eab2-3858-4c54-9e15-e6d3dc616e0f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:49.308Z|d214eab2-3858-4c54-9e15-e6d3dc616e0f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:52.784Z|cf6766b0-b4b4-4955-8219-4134563cc9cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:52.785Z|cf6766b0-b4b4-4955-8219-4134563cc9cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:55.910Z|416b06ed-cfff-4ae4-8af7-60bf6ce3413c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:38:55.910Z|416b06ed-cfff-4ae4-8af7-60bf6ce3413c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:38:57.650Z|b24ee7bc-e73d-42a0-9919-1eedf064cfb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:57.652Z|b24ee7bc-e73d-42a0-9919-1eedf064cfb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:38:59.340Z|c1614c47-8978-4bf7-85b1-f903e196d3f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:38:59.341Z|c1614c47-8978-4bf7-85b1-f903e196d3f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:02.812Z|c680c76b-34ae-43dd-b657-51bd11015d39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:02.813Z|c680c76b-34ae-43dd-b657-51bd11015d39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:07.679Z|0338d5e2-332d-47e8-af42-4c8a35bf318b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:07.680Z|0338d5e2-332d-47e8-af42-4c8a35bf318b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:09.386Z|ba52b651-c45c-46d8-a185-2379b80624f7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:09.387Z|ba52b651-c45c-46d8-a185-2379b80624f7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:10.910Z|94e530d3-87ce-4fa6-aefc-3ddaf4f452d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:39:10.910Z|94e530d3-87ce-4fa6-aefc-3ddaf4f452d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:39:11.078Z|87460c5c-9541-49fe-8d78-7213cc8d021f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:39:11.078Z|87460c5c-9541-49fe-8d78-7213cc8d021f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:39:12.843Z|27c028cb-4d4a-4d2b-b3ac-0c00cd32d70a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:12.844Z|27c028cb-4d4a-4d2b-b3ac-0c00cd32d70a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:17.715Z|1f9f59b6-198e-4e91-8287-1235d6bf3da4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:17.716Z|1f9f59b6-198e-4e91-8287-1235d6bf3da4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:19.425Z|b45f490b-cc9c-4b10-ba2f-6ce7111c7b21|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:19.426Z|b45f490b-cc9c-4b10-ba2f-6ce7111c7b21|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:22.881Z|159aead2-d8b6-4aec-b85b-04b2576d3f77|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:22.881Z|159aead2-d8b6-4aec-b85b-04b2576d3f77|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:25.910Z|8bcebc69-2d8d-4931-b6a6-406e8b2fc2d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:39:25.913Z|8bcebc69-2d8d-4931-b6a6-406e8b2fc2d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:39:27.769Z|d84c2b36-2a97-4066-93be-82fb007026ae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:27.771Z|d84c2b36-2a97-4066-93be-82fb007026ae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:29.458Z|c78c8946-7935-452f-8dc1-661710878507|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:29.459Z|c78c8946-7935-452f-8dc1-661710878507|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:32.910Z|2ef050a2-0e41-4f8f-b453-d010edf8c186|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:32.911Z|2ef050a2-0e41-4f8f-b453-d010edf8c186|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:37.800Z|a4a6f80a-8cd5-4918-aa25-69a573c83537|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:37.801Z|a4a6f80a-8cd5-4918-aa25-69a573c83537|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:39.490Z|2323169b-cbb1-4a3b-9bbe-d4336dd31b48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:39.491Z|2323169b-cbb1-4a3b-9bbe-d4336dd31b48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:40.910Z|e997d0a9-f395-4383-8dc8-4fea9b42d375|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:39:40.910Z|e997d0a9-f395-4383-8dc8-4fea9b42d375|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:39:41.079Z|22492ee0-c6da-4f7c-9f09-04b4ce9b6f0c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:39:41.080Z|22492ee0-c6da-4f7c-9f09-04b4ce9b6f0c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:39:42.939Z|da56120c-abbc-4eb5-8b73-15b9ce3df62b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:42.940Z|da56120c-abbc-4eb5-8b73-15b9ce3df62b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:43.136Z|e5e56f92-3fb4-4457-91b7-563cf270bdce|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:39:43.137Z|e5e56f92-3fb4-4457-91b7-563cf270bdce|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:47.829Z|e8c577b5-d14e-4f85-a086-ed55be0810d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:47.830Z|e8c577b5-d14e-4f85-a086-ed55be0810d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:49.519Z|5a96f2a1-7bb6-477e-a7ef-69cbd5dbf59d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:49.521Z|5a96f2a1-7bb6-477e-a7ef-69cbd5dbf59d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:52.970Z|a638508f-5e88-460b-9e33-d42aafb2fe02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:52.971Z|a638508f-5e88-460b-9e33-d42aafb2fe02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:55.909Z|82ef948c-e127-4c7a-9ea0-4b090c0d8e29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:39:55.910Z|82ef948c-e127-4c7a-9ea0-4b090c0d8e29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:39:57.865Z|3799f00f-7f84-4cfe-91c2-a6d15d621d09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:57.866Z|3799f00f-7f84-4cfe-91c2-a6d15d621d09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:39:59.547Z|37fc41b3-4463-4e89-b1d6-05afb30f1361|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:39:59.548Z|37fc41b3-4463-4e89-b1d6-05afb30f1361|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:02.999Z|f6bce8e1-0e21-42b6-885d-c1d7a07b29cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:03.001Z|f6bce8e1-0e21-42b6-885d-c1d7a07b29cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:07.899Z|ef5146ef-b571-4f7e-8796-e90f1a253382|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:07.900Z|ef5146ef-b571-4f7e-8796-e90f1a253382|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:09.581Z|812e3406-82e3-4980-b035-81e792e0fdf6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:09.581Z|812e3406-82e3-4980-b035-81e792e0fdf6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:10.910Z|e762afaf-721b-4581-b0f1-96a83a2cd907|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:40:10.913Z|e762afaf-721b-4581-b0f1-96a83a2cd907|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:40:11.081Z|2d64c504-468a-4497-ba26-50039986d3aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:40:11.082Z|2d64c504-468a-4497-ba26-50039986d3aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:40:13.028Z|0c2f49a7-7992-437f-9d65-b17ab757159d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:13.029Z|0c2f49a7-7992-437f-9d65-b17ab757159d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:17.933Z|d1d81b7c-0365-4c56-b173-e26e110f823d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:17.934Z|d1d81b7c-0365-4c56-b173-e26e110f823d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:19.610Z|427e3deb-2f95-4495-bd37-9c20ece69724|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:19.612Z|427e3deb-2f95-4495-bd37-9c20ece69724|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:23.060Z|3080344d-a24e-47db-83e6-ed0bd4f3f2a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:23.061Z|3080344d-a24e-47db-83e6-ed0bd4f3f2a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:25.910Z|b5949aa5-5cdd-4640-b01b-9303bb81793d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:40:25.911Z|b5949aa5-5cdd-4640-b01b-9303bb81793d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:40:27.970Z|b804eb67-a162-4a29-97b5-5c1978b7069d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:27.971Z|b804eb67-a162-4a29-97b5-5c1978b7069d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:29.641Z|0863f4f1-68ea-4c81-8c6b-d08899fe5dad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:29.643Z|0863f4f1-68ea-4c81-8c6b-d08899fe5dad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:33.093Z|5d9fdbb1-d548-4fa7-9af8-04991e0de503|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:33.095Z|5d9fdbb1-d548-4fa7-9af8-04991e0de503|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:38.004Z|4806846c-9a2a-4b86-a881-ba726eab5923|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:38.006Z|4806846c-9a2a-4b86-a881-ba726eab5923|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:39.674Z|d92fe8aa-b2e8-4798-b57e-bf5f63e861b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:39.676Z|d92fe8aa-b2e8-4798-b57e-bf5f63e861b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:40.910Z|11f23db5-9bf0-44b3-b97e-ea7d325e739c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:40:40.911Z|11f23db5-9bf0-44b3-b97e-ea7d325e739c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:40:41.083Z|1998f3bb-5ec5-4a10-8924-f58de10e4c30|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:40:41.084Z|1998f3bb-5ec5-4a10-8924-f58de10e4c30|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:40:43.139Z|dc8eb6c6-5d10-45a3-819c-e3bbf016b7d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:43.140Z|ab3f5e6b-46a9-424e-9cbd-7f40b39faaee|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:40:43.140Z|dc8eb6c6-5d10-45a3-819c-e3bbf016b7d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:43.141Z|ab3f5e6b-46a9-424e-9cbd-7f40b39faaee|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:48.050Z|a6de7593-baee-400d-bea3-a2439f340775|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:48.052Z|a6de7593-baee-400d-bea3-a2439f340775|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:49.706Z|1372b786-0322-4dc0-8d95-7626b28db840|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:49.708Z|1372b786-0322-4dc0-8d95-7626b28db840|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:53.176Z|dcd50403-ed92-42b5-b925-08272850fe64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:53.178Z|dcd50403-ed92-42b5-b925-08272850fe64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:55.910Z|41b8d6d9-5b72-4640-b259-90f8054acf56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:40:55.913Z|41b8d6d9-5b72-4640-b259-90f8054acf56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:40:58.086Z|9f9520c1-74b9-4688-8655-141422f6d1b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:58.087Z|9f9520c1-74b9-4688-8655-141422f6d1b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:40:59.737Z|a86ab22c-cf88-492f-840f-912fc104db8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:40:59.738Z|a86ab22c-cf88-492f-840f-912fc104db8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:03.211Z|f0269216-2e8d-480b-85d4-544bc2ef67eb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:03.212Z|f0269216-2e8d-480b-85d4-544bc2ef67eb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:08.117Z|37add969-777e-4c3e-bca7-fca13ed192f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:08.118Z|37add969-777e-4c3e-bca7-fca13ed192f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:09.773Z|6141739b-d9bb-44fe-a690-8166c344c687|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:09.774Z|6141739b-d9bb-44fe-a690-8166c344c687|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:10.910Z|dbd48b4e-e34c-486d-8838-982f830b87dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:41:10.911Z|dbd48b4e-e34c-486d-8838-982f830b87dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:41:11.086Z|f47acd85-4b94-4a73-9d27-cb54969e6877|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:41:11.087Z|f47acd85-4b94-4a73-9d27-cb54969e6877|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:41:13.246Z|bad4893c-53bb-47f1-902c-4b3450a10649|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:13.248Z|bad4893c-53bb-47f1-902c-4b3450a10649|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:18.149Z|ebafd71e-53fa-4bce-8080-83aae9d83f5d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:18.150Z|ebafd71e-53fa-4bce-8080-83aae9d83f5d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:19.805Z|feba2989-51ee-4404-8aca-7aeef5c37e61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:19.806Z|feba2989-51ee-4404-8aca-7aeef5c37e61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:23.279Z|56b4723f-f5c6-415d-ab27-2d6d93e1db74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:23.281Z|56b4723f-f5c6-415d-ab27-2d6d93e1db74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:25.910Z|60636ecb-e59e-4e2e-90be-67f6f3233f49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:41:25.911Z|60636ecb-e59e-4e2e-90be-67f6f3233f49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:41:28.184Z|163f4a40-a0e4-43be-81d1-3f5b2e14dd55|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:28.185Z|163f4a40-a0e4-43be-81d1-3f5b2e14dd55|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:29.836Z|e166c356-4abe-42cf-ac58-4a29bf20b6e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:29.837Z|e166c356-4abe-42cf-ac58-4a29bf20b6e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:33.310Z|7ecf2da9-6dea-44eb-813f-9774bfe94897|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:33.311Z|7ecf2da9-6dea-44eb-813f-9774bfe94897|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:38.215Z|9666ae6a-f364-4438-80de-7114b45f1b71|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:38.217Z|9666ae6a-f364-4438-80de-7114b45f1b71|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:39.889Z|c147c45d-f0a9-470e-928c-2f2ab215c00f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:39.890Z|c147c45d-f0a9-470e-928c-2f2ab215c00f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:40.910Z|32435474-ce29-4aec-8e53-1c24d5836d34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:41:40.913Z|32435474-ce29-4aec-8e53-1c24d5836d34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:41:41.088Z|447fc977-f6a1-4894-8f30-11f299314969|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:41:41.089Z|447fc977-f6a1-4894-8f30-11f299314969|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:41:43.137Z|2683f9b5-baf5-4c85-9b56-4a94c3fcb983|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:41:43.140Z|2683f9b5-baf5-4c85-9b56-4a94c3fcb983|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:43.349Z|e7a29972-8a8a-4563-a30c-54572a8c0a69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:43.350Z|e7a29972-8a8a-4563-a30c-54572a8c0a69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:48.244Z|7fa1fa47-511d-428e-bbf2-61f1afd3260c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:48.246Z|7fa1fa47-511d-428e-bbf2-61f1afd3260c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:49.953Z|6091272b-8223-4d14-80fc-0c08151abe64|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:49.954Z|6091272b-8223-4d14-80fc-0c08151abe64|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:53.386Z|f97fc495-8265-47dd-9405-ced3ea91724c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:53.387Z|f97fc495-8265-47dd-9405-ced3ea91724c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:41:55.910Z|8c17124f-9eb6-42e9-a779-578ba769a761|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:41:55.910Z|8c17124f-9eb6-42e9-a779-578ba769a761|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:41:58.283Z|ab356f38-15ab-4989-b17b-f777d6efd425|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:41:58.284Z|ab356f38-15ab-4989-b17b-f777d6efd425|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:00.002Z|ae47c5dd-3b26-4fda-8ed5-cbbf96ed132b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:00.003Z|ae47c5dd-3b26-4fda-8ed5-cbbf96ed132b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:03.416Z|1413b570-62bb-44fc-88a6-1a4c49c496b2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:03.417Z|1413b570-62bb-44fc-88a6-1a4c49c496b2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:08.310Z|70382108-69a2-4b46-b161-ab207b5426f1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:08.311Z|70382108-69a2-4b46-b161-ab207b5426f1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:10.048Z|ba1ebf19-8e39-4ce4-8aec-553b2b5f29ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:10.049Z|ba1ebf19-8e39-4ce4-8aec-553b2b5f29ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:10.910Z|80252e84-6b33-4c2c-8af0-6a54a5d0029d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:42:10.910Z|80252e84-6b33-4c2c-8af0-6a54a5d0029d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:42:11.090Z|44240f2a-0f96-4ba6-80e3-2be5e49294aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:42:11.091Z|44240f2a-0f96-4ba6-80e3-2be5e49294aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:42:13.444Z|1a62847f-a277-4fbf-95eb-622d66c89633|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:13.445Z|1a62847f-a277-4fbf-95eb-622d66c89633|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:18.338Z|fe2fdc01-5577-4096-806f-11122746a5ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:18.340Z|fe2fdc01-5577-4096-806f-11122746a5ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:20.079Z|a0d82e1d-503d-4357-af07-69029131762e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:20.081Z|a0d82e1d-503d-4357-af07-69029131762e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:23.479Z|e4561311-d62f-4aa8-adfc-0c5590a34d15|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:23.480Z|e4561311-d62f-4aa8-adfc-0c5590a34d15|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:25.909Z|698fdf09-2586-43a8-8544-ea531b04f7d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:42:25.913Z|698fdf09-2586-43a8-8544-ea531b04f7d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:42:28.367Z|890f3d9d-8397-400f-be26-80ce6777fb91|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:28.368Z|890f3d9d-8397-400f-be26-80ce6777fb91|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:30.133Z|aac56aed-7685-49b1-b836-0b0bad00d006|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:30.134Z|aac56aed-7685-49b1-b836-0b0bad00d006|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:33.517Z|5dbb028c-ad8b-4bc9-806e-3d6351607895|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:33.519Z|5dbb028c-ad8b-4bc9-806e-3d6351607895|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:38.401Z|1e3886ea-a0e9-4b38-953c-cab081f5ec83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:38.402Z|1e3886ea-a0e9-4b38-953c-cab081f5ec83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:40.178Z|bea1157a-095c-4658-a815-5bdb8b00d2cf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:40.179Z|bea1157a-095c-4658-a815-5bdb8b00d2cf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:40.909Z|3fbd1ae4-b521-4461-ac42-ba815b7e67b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:42:40.910Z|3fbd1ae4-b521-4461-ac42-ba815b7e67b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:42:41.092Z|7e471f9d-14c5-4630-9efe-69d1afc58f72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:42:41.093Z|7e471f9d-14c5-4630-9efe-69d1afc58f72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:42:43.136Z|d1ef6340-1267-435b-b8bf-e4dff7a54597|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:42:43.137Z|d1ef6340-1267-435b-b8bf-e4dff7a54597|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:43.547Z|0cfdcb64-8030-40a2-b5b8-7f0d109a4fff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:43.549Z|0cfdcb64-8030-40a2-b5b8-7f0d109a4fff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:48.432Z|9c174898-779b-4847-be90-1ffe788d1cba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:48.434Z|9c174898-779b-4847-be90-1ffe788d1cba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:50.209Z|9eeed1c5-b655-4484-ae39-4e11ee7fd4cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:50.210Z|9eeed1c5-b655-4484-ae39-4e11ee7fd4cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:53.579Z|fe1bb60a-7db7-4f15-b020-145222efe76e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:53.580Z|fe1bb60a-7db7-4f15-b020-145222efe76e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:42:55.910Z|456b8070-e6a4-4e16-9979-3a925284c720|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:42:55.911Z|456b8070-e6a4-4e16-9979-3a925284c720|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:42:58.470Z|522d3082-acea-4421-9c3f-3364cfb30e32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:42:58.471Z|522d3082-acea-4421-9c3f-3364cfb30e32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:00.244Z|6fe857cd-b164-4a47-ab2c-6a1598ce94c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:00.245Z|6fe857cd-b164-4a47-ab2c-6a1598ce94c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:03.610Z|bfbcb5ff-1902-44fe-9417-e471b4576e9e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:03.611Z|bfbcb5ff-1902-44fe-9417-e471b4576e9e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:08.498Z|a52baf85-f8e3-49cb-9e7a-f07dedc385a1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:08.499Z|a52baf85-f8e3-49cb-9e7a-f07dedc385a1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:10.287Z|339d24c9-ee56-4f91-98d1-12c44378cffc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:10.288Z|339d24c9-ee56-4f91-98d1-12c44378cffc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:10.909Z|439dc1ff-7911-42f5-82ba-d5ebae7969eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:43:10.913Z|439dc1ff-7911-42f5-82ba-d5ebae7969eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:43:11.094Z|87aa0653-a12a-400d-a579-6bc7df0ea95c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:43:11.095Z|87aa0653-a12a-400d-a579-6bc7df0ea95c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:43:13.640Z|21745054-c1cc-421e-8ced-57c775627263|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:13.641Z|21745054-c1cc-421e-8ced-57c775627263|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:18.546Z|1cc5e0b1-5abd-41da-b923-bd4930b3e1a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:18.547Z|1cc5e0b1-5abd-41da-b923-bd4930b3e1a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:20.319Z|171dfdc6-8b35-42a4-ace0-38c49a2cf628|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:20.320Z|171dfdc6-8b35-42a4-ace0-38c49a2cf628|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:23.669Z|f8f43d7d-73d0-4885-9903-1e13ed2b473b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:23.670Z|f8f43d7d-73d0-4885-9903-1e13ed2b473b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:25.909Z|5a0c87e4-5367-47ee-9126-f29fd7792b15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:43:25.910Z|5a0c87e4-5367-47ee-9126-f29fd7792b15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:43:28.581Z|7c014ae1-3e5d-4d26-8f09-7d869c3e4ba4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:28.583Z|7c014ae1-3e5d-4d26-8f09-7d869c3e4ba4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:30.349Z|0872ba24-18a5-4291-8a19-d8de2f59fd6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:30.350Z|0872ba24-18a5-4291-8a19-d8de2f59fd6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:33.698Z|217c1193-828f-4239-b619-873f140becad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:33.699Z|217c1193-828f-4239-b619-873f140becad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:38.614Z|ed44e532-02bd-486c-a998-a94df0e84482|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:38.615Z|ed44e532-02bd-486c-a998-a94df0e84482|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:40.378Z|344b82dc-3f0a-4af2-a031-a6374a3c01f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:40.379Z|344b82dc-3f0a-4af2-a031-a6374a3c01f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:40.909Z|a955bd42-29e5-4030-b4e6-0fab16a438c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:43:40.910Z|a955bd42-29e5-4030-b4e6-0fab16a438c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:43:41.096Z|fcf75a72-614a-4086-86dc-6aed6205d833|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:43:41.097Z|fcf75a72-614a-4086-86dc-6aed6205d833|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:43:43.135Z|d4503033-9d93-4c7f-a551-1ba1f2d5d11b|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:43:43.136Z|d4503033-9d93-4c7f-a551-1ba1f2d5d11b|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:43.733Z|d5ff6716-e6f5-45e8-b5cd-71b5ce61ea66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:43.734Z|d5ff6716-e6f5-45e8-b5cd-71b5ce61ea66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:48.646Z|5790c635-4a17-47a2-b76c-20dd2df83350|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:48.647Z|5790c635-4a17-47a2-b76c-20dd2df83350|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:50.416Z|8debb4ee-405a-4bbf-9f53-145990bf2fd4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:50.417Z|8debb4ee-405a-4bbf-9f53-145990bf2fd4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:53.762Z|161560ad-dc64-448a-8d5c-e45ee590d88a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:53.763Z|161560ad-dc64-448a-8d5c-e45ee590d88a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:43:55.910Z|dbd57bff-2bd2-4b60-8694-959380709792|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:43:55.913Z|dbd57bff-2bd2-4b60-8694-959380709792|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:43:58.675Z|38e9456e-0daa-4304-9e8a-6fab82e1b73f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:43:58.677Z|38e9456e-0daa-4304-9e8a-6fab82e1b73f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:00.446Z|6ab421ef-92c8-4358-8508-a9e73b212cc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:00.448Z|6ab421ef-92c8-4358-8508-a9e73b212cc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:03.796Z|860c18e7-b563-49a3-9c6c-c07764d216f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:03.798Z|860c18e7-b563-49a3-9c6c-c07764d216f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:08.705Z|9d930baa-7044-4b17-8ffe-abcd6fc5d9ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:08.706Z|9d930baa-7044-4b17-8ffe-abcd6fc5d9ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:10.475Z|53bfe662-d439-48d9-805a-a3e8cf6a0b4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:10.477Z|53bfe662-d439-48d9-805a-a3e8cf6a0b4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:10.910Z|68d1a28d-c8dd-480c-bba5-2cef2a863496|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:44:10.910Z|68d1a28d-c8dd-480c-bba5-2cef2a863496|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:44:11.098Z|79c70ab5-6fb0-4330-a815-b5e6611ee0cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:44:11.099Z|79c70ab5-6fb0-4330-a815-b5e6611ee0cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:44:13.826Z|3e2f93be-ea6f-45b3-bd4f-b955255398ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:13.828Z|3e2f93be-ea6f-45b3-bd4f-b955255398ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:18.741Z|6db68fae-b228-4b7d-b904-430d3215d83a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:18.742Z|6db68fae-b228-4b7d-b904-430d3215d83a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:20.505Z|74db4a54-f0a8-490a-a2ba-7d3438c3eb2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:20.506Z|74db4a54-f0a8-490a-a2ba-7d3438c3eb2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:23.866Z|6dfecbcd-fed1-4945-b6eb-7e6bb005170a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:23.867Z|6dfecbcd-fed1-4945-b6eb-7e6bb005170a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:25.909Z|80d144ec-cbbe-4ea2-ac0c-52d11a96ae11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:44:25.910Z|80d144ec-cbbe-4ea2-ac0c-52d11a96ae11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:44:28.784Z|e6399425-b1b2-4dfa-b022-e0d726e3533d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:28.785Z|e6399425-b1b2-4dfa-b022-e0d726e3533d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:30.546Z|fe709adf-af93-4182-9d3f-f58929161b08|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:30.547Z|fe709adf-af93-4182-9d3f-f58929161b08|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:33.898Z|774fdfec-ad71-43e1-bd5b-22f85833dffa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:33.899Z|774fdfec-ad71-43e1-bd5b-22f85833dffa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:38.817Z|fbf2275d-26f3-448e-9922-4348ae2ad4ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:38.819Z|fbf2275d-26f3-448e-9922-4348ae2ad4ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:40.581Z|5d47f4ce-6d32-4e35-92eb-2fef7e64b395|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:40.582Z|5d47f4ce-6d32-4e35-92eb-2fef7e64b395|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:40.910Z|2a4b338b-9b5b-41f9-a67d-6f22f9796844|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:44:40.913Z|2a4b338b-9b5b-41f9-a67d-6f22f9796844|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:44:41.100Z|412fe3ef-32b1-41bf-a98d-09bb050b56a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:44:41.101Z|412fe3ef-32b1-41bf-a98d-09bb050b56a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:44:43.136Z|dfebbd17-ef9e-4f03-824d-8a8d30e8ff73|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:44:43.137Z|dfebbd17-ef9e-4f03-824d-8a8d30e8ff73|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:43.925Z|1198de07-19e4-491b-a6cd-2ba8281f472e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:43.926Z|1198de07-19e4-491b-a6cd-2ba8281f472e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:48.848Z|7aa5782a-1216-4049-b280-450ebe970b3a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:48.849Z|7aa5782a-1216-4049-b280-450ebe970b3a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:50.609Z|a900fe07-22cd-40ff-90c0-cafad626b55a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:50.611Z|a900fe07-22cd-40ff-90c0-cafad626b55a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:53.956Z|169b4dcb-ede7-44a9-bafc-a6ec5c2699ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:53.957Z|169b4dcb-ede7-44a9-bafc-a6ec5c2699ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:44:55.910Z|432e73c9-888b-49fd-9149-bc903369038b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:44:55.910Z|432e73c9-888b-49fd-9149-bc903369038b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:44:58.883Z|55c63e78-b928-44ea-bdbf-fdf5dca338e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:44:58.885Z|55c63e78-b928-44ea-bdbf-fdf5dca338e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:00.639Z|61fa377b-dd7e-498a-907f-623794f68658|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:00.640Z|61fa377b-dd7e-498a-907f-623794f68658|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:03.985Z|4b1f87ff-24fe-4ad2-991f-1201baaac6ce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:03.986Z|4b1f87ff-24fe-4ad2-991f-1201baaac6ce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:08.919Z|33e7a3ce-7be2-4e49-9137-ddd9c93cfa22|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:08.920Z|33e7a3ce-7be2-4e49-9137-ddd9c93cfa22|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:10.669Z|2ad9ade8-d248-49d2-b1c7-e74ac9549e2b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:10.670Z|2ad9ade8-d248-49d2-b1c7-e74ac9549e2b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:10.909Z|70fdc0cf-eafe-4f84-baae-673b32894acd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:45:10.910Z|70fdc0cf-eafe-4f84-baae-673b32894acd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:45:11.102Z|d0a5c771-045b-44cd-aabf-a579cd756958|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:45:11.103Z|d0a5c771-045b-44cd-aabf-a579cd756958|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:45:14.011Z|26e6e736-604e-4d0f-a31d-102e11542da1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:14.012Z|26e6e736-604e-4d0f-a31d-102e11542da1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:18.949Z|7ad5d8d3-9c0f-4968-8709-58fd3f6754e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:18.951Z|7ad5d8d3-9c0f-4968-8709-58fd3f6754e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:20.730Z|22075492-78dd-40b0-a47f-1bb26589249a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:20.731Z|22075492-78dd-40b0-a47f-1bb26589249a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:24.038Z|5736599c-7762-4159-81ec-659ab4192aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:24.039Z|5736599c-7762-4159-81ec-659ab4192aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:25.909Z|432cfd11-a88a-4ea2-8789-0202f80a2591|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:45:25.913Z|432cfd11-a88a-4ea2-8789-0202f80a2591|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:45:28.985Z|f5f86a21-45e5-4912-b991-e6756362758d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:28.986Z|f5f86a21-45e5-4912-b991-e6756362758d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:30.778Z|59ece815-d2fd-4cd4-8a1a-e298db9c456f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:30.779Z|59ece815-d2fd-4cd4-8a1a-e298db9c456f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:34.069Z|ae5ae7fe-7f27-4eee-a4de-028d6bc30b67|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:34.071Z|ae5ae7fe-7f27-4eee-a4de-028d6bc30b67|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:39.024Z|42104e25-2513-4865-8a07-1577cd95510f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:39.025Z|42104e25-2513-4865-8a07-1577cd95510f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:40.817Z|0621a9fc-3ea9-4b48-89d2-330253c1f7fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:40.818Z|0621a9fc-3ea9-4b48-89d2-330253c1f7fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:40.909Z|2949c801-56c6-499e-9d09-d92fda6d931e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:45:40.910Z|2949c801-56c6-499e-9d09-d92fda6d931e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:45:41.104Z|0c0bb815-f0c6-4b18-86bd-a668b4473d74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:45:41.105Z|0c0bb815-f0c6-4b18-86bd-a668b4473d74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:45:43.137Z|1f82fabc-5659-4e8c-a1ef-76268a8074d9|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:45:43.138Z|1f82fabc-5659-4e8c-a1ef-76268a8074d9|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:44.101Z|f8dddf65-48ba-4d42-9491-2bf7030e3ee7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:44.102Z|f8dddf65-48ba-4d42-9491-2bf7030e3ee7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:49.066Z|03f788ec-68bd-4b85-8da8-78cddede238c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:49.067Z|03f788ec-68bd-4b85-8da8-78cddede238c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:50.846Z|bf3ee4b2-2477-473c-86db-d6e092f873ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:50.847Z|bf3ee4b2-2477-473c-86db-d6e092f873ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:54.132Z|5017f2ae-0457-4fdd-87f7-0ce01c8f8abf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:54.133Z|5017f2ae-0457-4fdd-87f7-0ce01c8f8abf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:45:55.910Z|d23c9c7c-5f18-41bc-8b02-cb26c271a4d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:45:55.911Z|d23c9c7c-5f18-41bc-8b02-cb26c271a4d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:45:59.096Z|cdf256f6-d8eb-4f99-a8e1-1d306356aa67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:45:59.097Z|cdf256f6-d8eb-4f99-a8e1-1d306356aa67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:00.877Z|717c401e-7fda-4383-96fd-004efad20e27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:00.878Z|717c401e-7fda-4383-96fd-004efad20e27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:04.160Z|575c5455-3ec2-4c79-87f5-450cf9dd970a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:04.161Z|575c5455-3ec2-4c79-87f5-450cf9dd970a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:09.126Z|30ddddd0-956a-42f4-8094-29c36b9add79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:09.127Z|30ddddd0-956a-42f4-8094-29c36b9add79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:10.910Z|1d0bccc0-0b83-47e6-8a93-041f3feb361d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:46:10.912Z|1d0bccc0-0b83-47e6-8a93-041f3feb361d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:46:10.916Z|f263936e-39e3-4b3c-b2a6-c7964d411b67|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:10.917Z|f263936e-39e3-4b3c-b2a6-c7964d411b67|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:11.106Z|0b70be21-12a7-46af-8026-f8508b98276d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:46:11.107Z|0b70be21-12a7-46af-8026-f8508b98276d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:46:14.190Z|e73ae5b2-13fa-4c26-bc19-ee1e38fa74dd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:14.191Z|e73ae5b2-13fa-4c26-bc19-ee1e38fa74dd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:19.155Z|f200bfb3-ac1b-4358-ba8b-e108b5a19214|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:19.157Z|f200bfb3-ac1b-4358-ba8b-e108b5a19214|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:20.962Z|c1210193-947b-45c1-ad60-a95d3daaf440|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:20.963Z|c1210193-947b-45c1-ad60-a95d3daaf440|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:24.226Z|622f8f7a-5cd8-4d51-9423-1a5204a58466|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:24.227Z|622f8f7a-5cd8-4d51-9423-1a5204a58466|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:25.909Z|94eaf965-8489-4f6d-9b8e-9f2cebf19617|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:46:25.910Z|94eaf965-8489-4f6d-9b8e-9f2cebf19617|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:46:29.185Z|2cc48d73-e967-4edd-89f6-19694c8c3c18|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:29.187Z|2cc48d73-e967-4edd-89f6-19694c8c3c18|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:30.991Z|d569c18d-bcbe-4117-bb1b-c9d24baa6807|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:30.991Z|d569c18d-bcbe-4117-bb1b-c9d24baa6807|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:34.258Z|0c4b3b81-fde1-4a87-8315-d9e8d59c6fcd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:34.259Z|0c4b3b81-fde1-4a87-8315-d9e8d59c6fcd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:39.213Z|de510257-9ea6-4b8b-9db9-8ba0ea45babf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:39.214Z|de510257-9ea6-4b8b-9db9-8ba0ea45babf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:40.909Z|c3603ebe-f765-4090-b73d-be20715e6970|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:46:40.911Z|c3603ebe-f765-4090-b73d-be20715e6970|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:46:41.019Z|17856a22-af10-4eba-b6af-a61305457c4a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:41.020Z|17856a22-af10-4eba-b6af-a61305457c4a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:41.108Z|6b44464a-3199-4edd-b7c0-fba05d53b6b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:46:41.109Z|6b44464a-3199-4edd-b7c0-fba05d53b6b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:46:43.137Z|0777e565-2899-4393-94a2-6f6545664ef8|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:46:43.138Z|0777e565-2899-4393-94a2-6f6545664ef8|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:44.286Z|d236a653-1e3f-43fa-86e6-b718b8500c3a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:44.287Z|d236a653-1e3f-43fa-86e6-b718b8500c3a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:49.244Z|65201d59-c521-4004-a9e0-0175ff8cb17a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:49.246Z|65201d59-c521-4004-a9e0-0175ff8cb17a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:51.047Z|750d132d-a346-4a0a-baf4-d37769bdbe82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:51.048Z|750d132d-a346-4a0a-baf4-d37769bdbe82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:54.314Z|3c3c382c-e6ce-49e1-9b76-e3adcc804c65|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:54.315Z|3c3c382c-e6ce-49e1-9b76-e3adcc804c65|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:46:55.910Z|27e91062-0e79-4ebd-8d72-105535a1d952|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:46:55.913Z|27e91062-0e79-4ebd-8d72-105535a1d952|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:46:59.274Z|98435e3c-2702-4d5b-9940-4f0c60025ba3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:46:59.275Z|98435e3c-2702-4d5b-9940-4f0c60025ba3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:01.080Z|f4570fa6-4a1c-4515-a370-10024e85611b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:01.081Z|f4570fa6-4a1c-4515-a370-10024e85611b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:04.342Z|645cf1d6-7cf9-4507-88b9-2584bbcd8843|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:04.343Z|645cf1d6-7cf9-4507-88b9-2584bbcd8843|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:09.303Z|17b46b21-7d3c-44b2-8d5b-1b9366a2229a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:09.304Z|17b46b21-7d3c-44b2-8d5b-1b9366a2229a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:10.909Z|04ce247e-ed55-4da4-85ee-4f47d1abbee5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:47:10.910Z|04ce247e-ed55-4da4-85ee-4f47d1abbee5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:47:11.110Z|9298f7c6-0477-4d9a-9ab0-b48485ecd458|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:47:11.111Z|9298f7c6-0477-4d9a-9ab0-b48485ecd458|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:47:11.118Z|156928d2-512a-4ff4-a2ef-6c483846d836|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:11.119Z|156928d2-512a-4ff4-a2ef-6c483846d836|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:14.375Z|908ccf38-c8b8-4608-be8d-c5c26c97798e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:14.376Z|908ccf38-c8b8-4608-be8d-c5c26c97798e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:19.331Z|0a2dbd51-9179-4167-ac4c-a5e0801e6774|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:19.332Z|0a2dbd51-9179-4167-ac4c-a5e0801e6774|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:21.151Z|bd320c4e-07dc-4b05-a4aa-a122b30a8618|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:21.152Z|bd320c4e-07dc-4b05-a4aa-a122b30a8618|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:24.402Z|8bc9372f-c5f3-4686-b97f-92b2db47d3f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:24.403Z|8bc9372f-c5f3-4686-b97f-92b2db47d3f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:25.909Z|448d9785-db57-4103-b362-3bb11ba03e77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:47:25.910Z|448d9785-db57-4103-b362-3bb11ba03e77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:47:29.359Z|a1517d9e-4481-44ea-9df0-e9e1c00bf6ab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:29.360Z|a1517d9e-4481-44ea-9df0-e9e1c00bf6ab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:31.184Z|783380af-9c19-4e6f-a4a4-dc2ac23dfe2b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:31.186Z|783380af-9c19-4e6f-a4a4-dc2ac23dfe2b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:34.444Z|f1d38db5-db33-4d41-938e-0ff3977a10a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:34.445Z|f1d38db5-db33-4d41-938e-0ff3977a10a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:39.388Z|83975517-df10-4d38-8c5c-955034a06b0a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:39.389Z|83975517-df10-4d38-8c5c-955034a06b0a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:40.910Z|b7f0c494-2b09-411f-9ebc-1016b071aa39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:47:40.913Z|b7f0c494-2b09-411f-9ebc-1016b071aa39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:47:41.112Z|8c2e93d6-544e-429c-8d47-7cee579d2f62|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:47:41.113Z|8c2e93d6-544e-429c-8d47-7cee579d2f62|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:47:41.216Z|b691d9bc-8e1f-4a35-b7ae-b0859891211f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:41.217Z|b691d9bc-8e1f-4a35-b7ae-b0859891211f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:43.136Z|1e3a5738-a312-4eac-8e95-25f3c7a3483d|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:47:43.137Z|1e3a5738-a312-4eac-8e95-25f3c7a3483d|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:44.474Z|338eb854-82ff-41b1-b5e4-3b701b2645d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:44.476Z|338eb854-82ff-41b1-b5e4-3b701b2645d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:49.419Z|4b6e07d1-5b6d-4dbb-afb8-1f547e2e3cfb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:49.420Z|4b6e07d1-5b6d-4dbb-afb8-1f547e2e3cfb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:51.268Z|b761131a-4003-4e57-9291-d2d9dd36d643|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:51.269Z|b761131a-4003-4e57-9291-d2d9dd36d643|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:54.505Z|da8e1670-8b9f-4f6b-ac4d-7398a42e2541|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:54.506Z|da8e1670-8b9f-4f6b-ac4d-7398a42e2541|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:47:55.909Z|0ff800dc-035a-4d7c-9b0e-772660b6fb99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:47:55.910Z|0ff800dc-035a-4d7c-9b0e-772660b6fb99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:47:59.459Z|a69f3ffc-bebf-4e7f-b294-a9d4d4c4e2ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:47:59.461Z|a69f3ffc-bebf-4e7f-b294-a9d4d4c4e2ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:01.307Z|4ee2ee7f-cff5-4434-81db-bc736699733f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:01.308Z|4ee2ee7f-cff5-4434-81db-bc736699733f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:04.539Z|8e27696d-a175-4c21-a7b4-3183c89020e3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:04.540Z|8e27696d-a175-4c21-a7b4-3183c89020e3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:09.495Z|00da5a4c-7344-46db-8baf-ec13f7d943de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:09.496Z|00da5a4c-7344-46db-8baf-ec13f7d943de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:10.909Z|bde95f15-e072-40d4-a145-e9756c048163|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:48:10.910Z|bde95f15-e072-40d4-a145-e9756c048163|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:48:11.114Z|87841caf-a90d-43c6-aa05-bf416b31cbe7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:48:11.115Z|87841caf-a90d-43c6-aa05-bf416b31cbe7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:48:11.337Z|50ebb2e6-ae91-49a1-95f2-387ad2a14de0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:11.338Z|50ebb2e6-ae91-49a1-95f2-387ad2a14de0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:14.581Z|f8be6c29-007c-4ec2-bb4c-da19398122c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:14.582Z|f8be6c29-007c-4ec2-bb4c-da19398122c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:19.531Z|a06fecc3-c1c2-4808-bc87-77bb1e0cde4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:19.532Z|a06fecc3-c1c2-4808-bc87-77bb1e0cde4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:21.379Z|bb8d8a09-bffb-43cf-b99d-c7354478235a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:21.380Z|bb8d8a09-bffb-43cf-b99d-c7354478235a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:24.610Z|70a9b675-625d-4b07-b4f4-1e01e560b27a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:24.611Z|70a9b675-625d-4b07-b4f4-1e01e560b27a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:25.910Z|2f4c204b-f67a-42ee-aa87-ec7f98227a06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:48:25.913Z|2f4c204b-f67a-42ee-aa87-ec7f98227a06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:48:29.561Z|7f08aa00-d0fc-49f6-9b62-fc9cd22e216e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:29.562Z|7f08aa00-d0fc-49f6-9b62-fc9cd22e216e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:31.416Z|59e1b5b1-5a9f-45b8-83f2-3c7239e3d9ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:31.418Z|59e1b5b1-5a9f-45b8-83f2-3c7239e3d9ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:34.641Z|fa4eb472-2436-4be2-81f1-19d7db44456a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:34.643Z|fa4eb472-2436-4be2-81f1-19d7db44456a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:39.591Z|afeaa05b-bae0-4d6c-b277-cebc9e60444e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:39.593Z|afeaa05b-bae0-4d6c-b277-cebc9e60444e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:40.909Z|56174df1-161f-45c7-9fbf-717f10322171|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:48:40.910Z|56174df1-161f-45c7-9fbf-717f10322171|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:48:41.116Z|5fad5464-5838-46fe-ab64-ab911fbad2a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:48:41.117Z|5fad5464-5838-46fe-ab64-ab911fbad2a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:48:41.445Z|923a1bfa-b525-4fbd-a202-1c744c1b082c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:41.446Z|923a1bfa-b525-4fbd-a202-1c744c1b082c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:43.138Z|de919880-fbf9-4801-ad17-18348f648264|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:48:43.139Z|de919880-fbf9-4801-ad17-18348f648264|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:44.671Z|fe6f468a-88b7-40df-9d02-97241d4fd480|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:44.672Z|fe6f468a-88b7-40df-9d02-97241d4fd480|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:49.624Z|fe1779e5-8e23-4d61-834f-1af31ec83c4a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:49.626Z|fe1779e5-8e23-4d61-834f-1af31ec83c4a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:51.472Z|93d5cb74-431d-449f-a2e7-580a1edb589e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:51.473Z|93d5cb74-431d-449f-a2e7-580a1edb589e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:54.698Z|7e3f756a-daa4-41d9-8add-60e37cb1ef8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:54.699Z|7e3f756a-daa4-41d9-8add-60e37cb1ef8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:48:55.909Z|54822107-bb38-42a8-b3ad-40ff4cc68af5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:48:55.910Z|54822107-bb38-42a8-b3ad-40ff4cc68af5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:48:59.666Z|a7081e84-9cc2-4de5-9444-5a476e050180|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:48:59.668Z|a7081e84-9cc2-4de5-9444-5a476e050180|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:01.504Z|aebfdaa5-842c-47f0-8533-14699f03b381|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:01.505Z|aebfdaa5-842c-47f0-8533-14699f03b381|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:04.725Z|3b9a850d-d292-4234-8b11-356d15222515|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:04.726Z|3b9a850d-d292-4234-8b11-356d15222515|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:09.697Z|69122ef0-a9b8-42ec-a218-8d2dfe2bf9ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:09.698Z|69122ef0-a9b8-42ec-a218-8d2dfe2bf9ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:10.910Z|2c6d314f-7a49-4181-9731-684c21a71b38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:49:10.914Z|2c6d314f-7a49-4181-9731-684c21a71b38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:49:11.118Z|517a83ac-30f8-4139-81d8-e9c6f5a9252c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:49:11.118Z|517a83ac-30f8-4139-81d8-e9c6f5a9252c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:49:11.531Z|cc7a647a-2a9a-4820-b7fa-81bf068352a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:11.532Z|cc7a647a-2a9a-4820-b7fa-81bf068352a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:14.754Z|196ed6a4-2a8a-4ffa-b156-1ef411a181e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:14.755Z|196ed6a4-2a8a-4ffa-b156-1ef411a181e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:19.728Z|22683495-fbb2-4519-a5e6-54a132527d92|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:19.730Z|22683495-fbb2-4519-a5e6-54a132527d92|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:21.560Z|2f2e0118-8869-4b1f-9a5b-2946805af9e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:21.561Z|2f2e0118-8869-4b1f-9a5b-2946805af9e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:24.781Z|7e7d6dea-5b8b-4148-ae66-dc392b96fb7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:24.782Z|7e7d6dea-5b8b-4148-ae66-dc392b96fb7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:25.909Z|55b3db0b-05d5-449f-88b2-02499b43e80b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:49:25.910Z|55b3db0b-05d5-449f-88b2-02499b43e80b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:49:29.757Z|8d65a711-5037-4a3f-b03a-f9e2453e99e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:29.759Z|8d65a711-5037-4a3f-b03a-f9e2453e99e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:31.588Z|022f1e01-6d64-4539-848d-c0a24028da84|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:31.589Z|022f1e01-6d64-4539-848d-c0a24028da84|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:34.810Z|66b295d8-5f4f-4481-bd5d-5d9f332683f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:34.811Z|66b295d8-5f4f-4481-bd5d-5d9f332683f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:39.787Z|546bde83-1259-4825-9d1f-e41aa6cd237c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:39.788Z|546bde83-1259-4825-9d1f-e41aa6cd237c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:40.909Z|026f9aef-e2d0-44a6-a348-f6007692d857|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:49:40.910Z|026f9aef-e2d0-44a6-a348-f6007692d857|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:49:41.119Z|b5e7c9e4-c570-4286-96ad-bb8fc7933dbf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:49:41.120Z|b5e7c9e4-c570-4286-96ad-bb8fc7933dbf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:49:41.618Z|c5d27f24-d23a-42cb-9fc7-5405ae421f18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:41.619Z|c5d27f24-d23a-42cb-9fc7-5405ae421f18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:43.137Z|d93df963-d1c7-42c8-ba1c-bf934070b11c|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:49:43.138Z|d93df963-d1c7-42c8-ba1c-bf934070b11c|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:44.838Z|95551320-60b1-4444-abe2-30965a06233f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:44.840Z|95551320-60b1-4444-abe2-30965a06233f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:49.817Z|fa03e2b3-66bb-448e-9fb4-1863b3f40a6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:49.818Z|fa03e2b3-66bb-448e-9fb4-1863b3f40a6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:51.661Z|2b2e61c9-1529-4002-aa86-020410b8edff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:51.662Z|2b2e61c9-1529-4002-aa86-020410b8edff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:54.865Z|a4c8b763-d9f3-422a-80e6-4bbba74a8682|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:54.867Z|a4c8b763-d9f3-422a-80e6-4bbba74a8682|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:49:55.909Z|52f6866f-7cdd-4d55-92a3-ed29674a9bc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:49:55.912Z|52f6866f-7cdd-4d55-92a3-ed29674a9bc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:49:59.866Z|d6f38330-89f5-4b59-b931-88f500d6cb5d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:49:59.867Z|d6f38330-89f5-4b59-b931-88f500d6cb5d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:01.693Z|d78ad1bd-1911-4249-ace8-a626a18709b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:01.694Z|d78ad1bd-1911-4249-ace8-a626a18709b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:04.892Z|70a71bb1-b50b-427a-a33c-dc786a148e75|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:04.893Z|70a71bb1-b50b-427a-a33c-dc786a148e75|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:09.902Z|00320729-649e-46d4-b68d-3bdaf427f827|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:09.903Z|00320729-649e-46d4-b68d-3bdaf427f827|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:10.909Z|b78aec21-a17b-4d9f-a754-344c64477dca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:50:10.910Z|b78aec21-a17b-4d9f-a754-344c64477dca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:50:11.121Z|44c4cc77-09f6-4109-b2b1-c127264b901f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:50:11.121Z|44c4cc77-09f6-4109-b2b1-c127264b901f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:50:11.727Z|54192e18-9ba3-4f1a-9ab9-103d68070fa4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:11.729Z|54192e18-9ba3-4f1a-9ab9-103d68070fa4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:14.926Z|ad5c7dd1-e783-49f3-ba8a-e7c73d3e4edf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:14.927Z|ad5c7dd1-e783-49f3-ba8a-e7c73d3e4edf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:19.975Z|5f2fad96-5f0e-45d8-8da6-9cd3d94cf302|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:19.976Z|5f2fad96-5f0e-45d8-8da6-9cd3d94cf302|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:21.758Z|6078bcac-5737-4ebc-a535-e8cda27c5c19|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:21.760Z|6078bcac-5737-4ebc-a535-e8cda27c5c19|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:24.967Z|1cf5a5d3-7e72-4065-8e07-e73e3f7d0f63|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:24.969Z|1cf5a5d3-7e72-4065-8e07-e73e3f7d0f63|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:25.910Z|ec14da88-8c89-42b1-9086-47276f5e7a8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:50:25.910Z|ec14da88-8c89-42b1-9086-47276f5e7a8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:50:30.029Z|0a9886b5-3531-498d-a2e8-cd903668a634|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:30.030Z|0a9886b5-3531-498d-a2e8-cd903668a634|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:31.787Z|5b8be9b1-d7fe-4856-abd5-0dcb263023d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:31.788Z|5b8be9b1-d7fe-4856-abd5-0dcb263023d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:34.997Z|d0e190d4-a0c4-4fc4-bf7f-1c4c736419fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:34.999Z|d0e190d4-a0c4-4fc4-bf7f-1c4c736419fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:40.068Z|54ad25da-571d-42da-81b4-a46f0663c4ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:40.070Z|54ad25da-571d-42da-81b4-a46f0663c4ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:40.909Z|138dd706-9b7e-4c45-8fd5-be8a93674fe7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:50:40.912Z|138dd706-9b7e-4c45-8fd5-be8a93674fe7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:50:41.122Z|c40e3e2d-22f4-471f-aa50-02ccda12d2ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:50:41.123Z|c40e3e2d-22f4-471f-aa50-02ccda12d2ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:50:41.814Z|99c6e7a3-9c1c-414d-a730-4be669d649a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:41.816Z|99c6e7a3-9c1c-414d-a730-4be669d649a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:43.135Z|e256bff8-3464-4404-b8ae-a7e9fd94cfe0|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:50:43.136Z|e256bff8-3464-4404-b8ae-a7e9fd94cfe0|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:45.026Z|544f0aa3-af0e-45b9-8e05-0c0f13dff0e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:45.027Z|544f0aa3-af0e-45b9-8e05-0c0f13dff0e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:50.114Z|e2d16394-dbe0-4b5d-8307-96ddbc712ce7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:50.115Z|e2d16394-dbe0-4b5d-8307-96ddbc712ce7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:51.852Z|470fcfc1-84a2-4a9e-9465-763416c4428a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:51.853Z|470fcfc1-84a2-4a9e-9465-763416c4428a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:55.055Z|27e235f6-3d06-4e0d-86f4-2c0a60adbb1d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:50:55.056Z|27e235f6-3d06-4e0d-86f4-2c0a60adbb1d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:50:55.909Z|98240da5-a99c-4883-a38e-8ce658b5d96f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:50:55.910Z|98240da5-a99c-4883-a38e-8ce658b5d96f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:51:00.158Z|be2f4a96-dc29-4fde-9e5f-a23ee3511336|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:00.159Z|be2f4a96-dc29-4fde-9e5f-a23ee3511336|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:01.880Z|7f1e43fc-3ea4-4f38-877d-24a741b4e03c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:01.881Z|7f1e43fc-3ea4-4f38-877d-24a741b4e03c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:05.085Z|e47dd44e-46ab-4582-a910-88595a987adb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:05.086Z|e47dd44e-46ab-4582-a910-88595a987adb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:10.190Z|37ab0681-6b8d-49fe-86bb-e0d5a7766c3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:10.191Z|37ab0681-6b8d-49fe-86bb-e0d5a7766c3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:10.909Z|439fef03-45cc-46d8-b309-1e78b17984d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:51:10.910Z|439fef03-45cc-46d8-b309-1e78b17984d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:51:11.125Z|abe60ced-cffd-4d9c-bf8c-2f08c6f0579c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:51:11.125Z|abe60ced-cffd-4d9c-bf8c-2f08c6f0579c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:51:11.907Z|a183cbe7-1635-407b-98a5-77ecf9d5fb43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:11.909Z|a183cbe7-1635-407b-98a5-77ecf9d5fb43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:15.119Z|fcb69454-6072-49ff-957a-7455032310db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:15.120Z|fcb69454-6072-49ff-957a-7455032310db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:20.222Z|d38aeaa4-5fe1-45ad-bdb0-096184e2096e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:20.223Z|d38aeaa4-5fe1-45ad-bdb0-096184e2096e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:21.940Z|20a8a4b6-8c73-4941-a7a7-6b2131572111|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:21.941Z|20a8a4b6-8c73-4941-a7a7-6b2131572111|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:25.150Z|da3c1c97-065e-4363-a64f-f4081bfafa9e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:25.151Z|da3c1c97-065e-4363-a64f-f4081bfafa9e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:25.909Z|534756f1-ef7c-4efb-bfa4-ab6cc493e462|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:51:25.913Z|534756f1-ef7c-4efb-bfa4-ab6cc493e462|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:51:30.250Z|22ec3654-0433-44ba-b1ee-d76d7cd1f3a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:30.251Z|22ec3654-0433-44ba-b1ee-d76d7cd1f3a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:31.972Z|e5c26e33-1844-4a46-9285-165ad5757252|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:31.974Z|e5c26e33-1844-4a46-9285-165ad5757252|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:35.177Z|96e78ad8-12ab-40b0-9061-9b2b259b8202|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:35.178Z|96e78ad8-12ab-40b0-9061-9b2b259b8202|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:40.283Z|ba125f7b-b373-4b50-8353-e77860f0fee0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:40.284Z|ba125f7b-b373-4b50-8353-e77860f0fee0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:40.909Z|de470056-8f9b-46cd-9d81-28fc29824a09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:51:40.910Z|de470056-8f9b-46cd-9d81-28fc29824a09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:51:41.126Z|6eaa39bd-76ea-4df0-90d1-e01370cd4fbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:51:41.127Z|6eaa39bd-76ea-4df0-90d1-e01370cd4fbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:51:42.002Z|a1b88dd8-ca98-462b-83ba-8c5b2a3178a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:42.003Z|a1b88dd8-ca98-462b-83ba-8c5b2a3178a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:43.137Z|a6245881-c42d-4566-bcc8-b54e499e3ee3|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:51:43.138Z|a6245881-c42d-4566-bcc8-b54e499e3ee3|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:45.209Z|9d843841-539d-4945-abb6-2f09e1da6366|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:45.210Z|9d843841-539d-4945-abb6-2f09e1da6366|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:50.320Z|b605fedd-59c3-4d84-b253-394f1cd8c848|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:50.321Z|b605fedd-59c3-4d84-b253-394f1cd8c848|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:52.030Z|f431b9b2-ccae-4b75-9e22-18918301d157|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:52.031Z|f431b9b2-ccae-4b75-9e22-18918301d157|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:55.242Z|c503f78b-e98a-496a-894a-dcc8c26817c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:51:55.243Z|c503f78b-e98a-496a-894a-dcc8c26817c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:51:55.910Z|b45a7536-2903-47e2-b193-cf0d463f562d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:51:55.910Z|b45a7536-2903-47e2-b193-cf0d463f562d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:52:00.352Z|18719dab-6bd6-46c1-ab33-e9d3e7386b36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:00.353Z|18719dab-6bd6-46c1-ab33-e9d3e7386b36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:02.062Z|0a95deab-30da-463e-ace3-84ffa21d6c2a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:02.063Z|0a95deab-30da-463e-ace3-84ffa21d6c2a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:05.273Z|67f8f3e3-d6be-4789-9af4-8b3f5c87eccc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:05.275Z|67f8f3e3-d6be-4789-9af4-8b3f5c87eccc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:10.383Z|647ae653-9ae3-43eb-b937-65acb4f5b780|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:10.385Z|647ae653-9ae3-43eb-b937-65acb4f5b780|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:10.909Z|bf4d1084-613f-4af8-baf9-1bc1950fadb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:52:10.913Z|bf4d1084-613f-4af8-baf9-1bc1950fadb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:52:11.128Z|238d84f7-d2ad-49d0-a462-545a12860628|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:52:11.129Z|238d84f7-d2ad-49d0-a462-545a12860628|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:52:12.091Z|c0c6515c-2ed6-4b13-935a-867e66349d0a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:12.092Z|c0c6515c-2ed6-4b13-935a-867e66349d0a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:15.302Z|015c91b8-af8f-4221-a46b-7028aa85b332|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:15.306Z|015c91b8-af8f-4221-a46b-7028aa85b332|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:20.417Z|cd9ad981-bbd6-4735-8a5d-234aec21dba8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:20.419Z|cd9ad981-bbd6-4735-8a5d-234aec21dba8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:22.123Z|9808bcfe-6afb-463d-ac46-67bc2c17f69e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:22.124Z|9808bcfe-6afb-463d-ac46-67bc2c17f69e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:25.334Z|9c4403b5-bca8-4c21-8afd-89e95b8bb6bf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:25.335Z|9c4403b5-bca8-4c21-8afd-89e95b8bb6bf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:25.909Z|ce8b3a4e-395a-4b47-827f-ae5c93f560b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:52:25.910Z|ce8b3a4e-395a-4b47-827f-ae5c93f560b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:52:30.448Z|9057221e-7d2f-40b1-b296-210d173f860c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:30.450Z|9057221e-7d2f-40b1-b296-210d173f860c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:32.152Z|4e87656e-4659-44ce-87f5-9e1cb15466b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:32.153Z|4e87656e-4659-44ce-87f5-9e1cb15466b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:35.366Z|e98a2df7-0c59-48dd-8e7d-bca189b53c01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:35.367Z|e98a2df7-0c59-48dd-8e7d-bca189b53c01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:40.482Z|46c3b2f9-8897-4a01-a964-bad3f2d8c1a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:40.484Z|46c3b2f9-8897-4a01-a964-bad3f2d8c1a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:40.910Z|6ec4a994-d1e0-4add-b55a-445665d172fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:52:40.911Z|6ec4a994-d1e0-4add-b55a-445665d172fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:52:41.130Z|711d5450-c4c1-460f-b8db-089aab72168a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:52:41.131Z|711d5450-c4c1-460f-b8db-089aab72168a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:52:42.178Z|00efa829-3a17-43f2-9de7-5cef05e7af51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:42.179Z|00efa829-3a17-43f2-9de7-5cef05e7af51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:43.135Z|6c7b09d7-5409-4846-8227-8041ff33f994|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:52:43.137Z|6c7b09d7-5409-4846-8227-8041ff33f994|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:45.394Z|3ad3c5ac-e90a-4804-9459-14e13e295929|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:45.395Z|3ad3c5ac-e90a-4804-9459-14e13e295929|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:50.522Z|5d4d530e-3d33-4cae-ac7b-61c8ac42d6e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:50.524Z|5d4d530e-3d33-4cae-ac7b-61c8ac42d6e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:52.209Z|2959ae17-13fe-40f5-91ed-089ae296bea5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:52.210Z|2959ae17-13fe-40f5-91ed-089ae296bea5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:55.426Z|cd6f7466-be81-41f3-bf77-f40c28ee329a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:52:55.427Z|cd6f7466-be81-41f3-bf77-f40c28ee329a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:52:55.910Z|456ee3c4-d506-4743-990e-d4fbf0025c12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:52:55.913Z|456ee3c4-d506-4743-990e-d4fbf0025c12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:53:00.557Z|a512556c-0e73-4ba8-82a9-d6703e7f6cef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:00.558Z|a512556c-0e73-4ba8-82a9-d6703e7f6cef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:02.236Z|e36d3c83-d616-4d31-972d-afec4970cb19|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:02.237Z|e36d3c83-d616-4d31-972d-afec4970cb19|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:05.456Z|55e3d3df-a669-4b7a-bdf0-4826c3bed49d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:05.457Z|55e3d3df-a669-4b7a-bdf0-4826c3bed49d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:10.590Z|0a58c5f3-b26b-4de7-b263-1c0580dfc3e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:10.592Z|0a58c5f3-b26b-4de7-b263-1c0580dfc3e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:10.909Z|0689eab8-52a7-498c-bf6e-c2c6fa12eccc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:53:10.911Z|0689eab8-52a7-498c-bf6e-c2c6fa12eccc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:53:11.132Z|7a9092c0-8c53-4c92-b40c-4d3410398b66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:53:11.133Z|7a9092c0-8c53-4c92-b40c-4d3410398b66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:53:12.263Z|fd87316b-e13d-4d47-8240-e0e8d4d336a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:12.264Z|fd87316b-e13d-4d47-8240-e0e8d4d336a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:15.488Z|6718cb3c-9594-40d9-b074-4b6e780ddcda|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:15.489Z|6718cb3c-9594-40d9-b074-4b6e780ddcda|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:20.620Z|6108a743-e0a8-4fb4-9ccf-feebccad50dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:20.621Z|6108a743-e0a8-4fb4-9ccf-feebccad50dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:22.290Z|9a710b8b-63ad-48b2-b7cb-43034417b570|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:22.291Z|9a710b8b-63ad-48b2-b7cb-43034417b570|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:25.519Z|d387dda7-797a-4ef6-8d5e-f80accaabe4c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:25.521Z|d387dda7-797a-4ef6-8d5e-f80accaabe4c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:25.909Z|2cd28d8f-45da-4145-9d3d-8c6db850c7d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:53:25.910Z|2cd28d8f-45da-4145-9d3d-8c6db850c7d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:53:30.657Z|6fd4f7a0-ce10-49e1-8a2d-3f621a714de4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:30.658Z|6fd4f7a0-ce10-49e1-8a2d-3f621a714de4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:32.316Z|ae5fd7f1-3d9d-475c-94fd-bb1dedfa9122|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:32.317Z|ae5fd7f1-3d9d-475c-94fd-bb1dedfa9122|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:35.549Z|853b6027-9832-49a9-b59f-65864dab55ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:35.550Z|853b6027-9832-49a9-b59f-65864dab55ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:40.693Z|295b517b-1382-4e0c-861a-116545167ca5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:40.695Z|295b517b-1382-4e0c-861a-116545167ca5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:40.909Z|c068453e-97c5-47a9-b7c9-972df60e25c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:53:40.914Z|c068453e-97c5-47a9-b7c9-972df60e25c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:53:41.134Z|ec6d73d9-cd60-4929-bb3a-e9c0d9ada65e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:53:41.135Z|ec6d73d9-cd60-4929-bb3a-e9c0d9ada65e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:53:42.343Z|f39e2313-2817-4a23-8cb3-08fdbd97174a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:42.346Z|f39e2313-2817-4a23-8cb3-08fdbd97174a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:43.136Z|af795ddc-f61e-4aa3-9ecf-9cd01175fc73|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:53:43.137Z|af795ddc-f61e-4aa3-9ecf-9cd01175fc73|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:45.583Z|5f08c080-6cb4-470c-ba00-330c888b988b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:45.583Z|5f08c080-6cb4-470c-ba00-330c888b988b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:50.727Z|acccaeea-5284-4d0d-b46d-6b701dd6669a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:50.728Z|acccaeea-5284-4d0d-b46d-6b701dd6669a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:52.376Z|7889290b-d93a-4b65-a19b-745f44a07829|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:52.377Z|7889290b-d93a-4b65-a19b-745f44a07829|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:55.611Z|398db70c-9682-44db-962a-86441261297c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:53:55.612Z|398db70c-9682-44db-962a-86441261297c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:53:55.910Z|c74186ff-ba86-4d7d-a484-6839c7c83dd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:53:55.911Z|c74186ff-ba86-4d7d-a484-6839c7c83dd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:54:00.762Z|b92913ab-36a4-4680-b2e2-08f9f6c1a9a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:00.763Z|b92913ab-36a4-4680-b2e2-08f9f6c1a9a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:02.404Z|757ea035-7c2e-43c3-83b8-e49848b69973|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:02.405Z|757ea035-7c2e-43c3-83b8-e49848b69973|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:05.639Z|5a351354-00c7-4014-b140-444754138cbf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:05.640Z|5a351354-00c7-4014-b140-444754138cbf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:10.792Z|e79c1156-5331-46ab-9a5e-9a4508e11125|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:10.793Z|e79c1156-5331-46ab-9a5e-9a4508e11125|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:10.910Z|9be45e46-5080-41c9-be86-d0d7fcaf24f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:54:10.910Z|9be45e46-5080-41c9-be86-d0d7fcaf24f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:54:11.136Z|0a17ff9c-930d-44dd-8d23-a13d6116be74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:54:11.137Z|0a17ff9c-930d-44dd-8d23-a13d6116be74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:54:12.431Z|086b7a2b-4805-410d-8a28-0bfef9ad2932|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:12.432Z|086b7a2b-4805-410d-8a28-0bfef9ad2932|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:15.668Z|07f47234-eb29-4fd4-b28d-a60c996d758d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:15.668Z|07f47234-eb29-4fd4-b28d-a60c996d758d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:20.827Z|7dec896c-c339-49ed-b993-dc3b14ab9213|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:20.827Z|7dec896c-c339-49ed-b993-dc3b14ab9213|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:22.457Z|761e3e3a-cba8-43e8-9da7-c87ec928387d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:22.458Z|761e3e3a-cba8-43e8-9da7-c87ec928387d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:25.697Z|e579f175-9875-4550-bd7f-d83e632ee51d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:25.698Z|e579f175-9875-4550-bd7f-d83e632ee51d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:25.910Z|dfe43160-4a68-4e5c-bf55-3d92538769f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:54:25.913Z|dfe43160-4a68-4e5c-bf55-3d92538769f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:54:30.866Z|9b4b2209-8d89-4894-9940-e314dc85291f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:30.867Z|9b4b2209-8d89-4894-9940-e314dc85291f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:32.500Z|66583e21-29d7-4243-9d94-2183bc78d319|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:32.501Z|66583e21-29d7-4243-9d94-2183bc78d319|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:35.727Z|d99bfc32-b6e6-4500-829e-dcc9a43ca686|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:35.727Z|d99bfc32-b6e6-4500-829e-dcc9a43ca686|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:40.899Z|d5104b86-5c14-45d4-863d-afcb7bc139ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:40.900Z|d5104b86-5c14-45d4-863d-afcb7bc139ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:40.909Z|1b58ed92-1de1-43c2-85b4-64c0b7b97985|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:54:40.910Z|1b58ed92-1de1-43c2-85b4-64c0b7b97985|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:54:41.138Z|f1b24d7f-3f9f-4237-956d-688b023a1229|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:54:41.139Z|f1b24d7f-3f9f-4237-956d-688b023a1229|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:54:42.534Z|48e9c517-334b-4809-a82f-f5ada8b5acb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:42.536Z|48e9c517-334b-4809-a82f-f5ada8b5acb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:43.136Z|636cf42c-19da-4c2f-a2a4-992fccac57d6|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:54:43.137Z|636cf42c-19da-4c2f-a2a4-992fccac57d6|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:45.756Z|a3f965c0-a372-409d-b63e-da6768829eec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:45.757Z|a3f965c0-a372-409d-b63e-da6768829eec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:50.948Z|f32e0d41-8a78-4d97-ad32-195543c43687|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:50.949Z|f32e0d41-8a78-4d97-ad32-195543c43687|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:52.568Z|38c01e8b-60b6-4269-a079-73d2e54f69ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:52.569Z|38c01e8b-60b6-4269-a079-73d2e54f69ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:55.785Z|1a696aae-497a-47a4-9559-406e21ebe70d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:54:55.786Z|1a696aae-497a-47a4-9559-406e21ebe70d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:54:55.910Z|fe79b80b-6d19-4165-9b57-997786819246|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:54:55.911Z|fe79b80b-6d19-4165-9b57-997786819246|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:55:00.979Z|e0bc635b-2113-4f67-83bb-438d7fd61393|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:00.980Z|e0bc635b-2113-4f67-83bb-438d7fd61393|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:02.597Z|0814f9e8-76ab-40ad-b7a5-068f60a264be|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:02.598Z|0814f9e8-76ab-40ad-b7a5-068f60a264be|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:05.815Z|84064745-1e50-4fa2-9516-317f6a1b7579|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:05.816Z|84064745-1e50-4fa2-9516-317f6a1b7579|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:10.910Z|11600382-bb6a-4b95-8f4d-89178ef5dc25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:55:10.913Z|11600382-bb6a-4b95-8f4d-89178ef5dc25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:55:11.008Z|7916c4c8-45ce-4586-9a6d-4f1e0cdf2573|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:11.009Z|7916c4c8-45ce-4586-9a6d-4f1e0cdf2573|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:11.140Z|6187b5bd-ff67-4a70-ba4a-32a6afd0b8f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:55:11.141Z|6187b5bd-ff67-4a70-ba4a-32a6afd0b8f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:55:12.627Z|7eed0796-8bcf-4acb-8651-02b5fd3ba09b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:12.628Z|7eed0796-8bcf-4acb-8651-02b5fd3ba09b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:15.844Z|2290ccdb-ff06-4ca1-aa9a-71b4f4b2affe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:15.847Z|2290ccdb-ff06-4ca1-aa9a-71b4f4b2affe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:21.040Z|da8e2398-8bfb-4b15-8323-51c2b8f7af1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:21.040Z|da8e2398-8bfb-4b15-8323-51c2b8f7af1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:22.655Z|11ef5b02-33b9-4120-9f2e-0f4ea2241793|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:22.656Z|11ef5b02-33b9-4120-9f2e-0f4ea2241793|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:25.882Z|2bd7773c-9f3b-4c7a-8af8-f04843fba5fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:25.883Z|2bd7773c-9f3b-4c7a-8af8-f04843fba5fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:25.909Z|90cc8ea9-3300-4f5b-aef3-a18a0778e6cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:55:25.910Z|90cc8ea9-3300-4f5b-aef3-a18a0778e6cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:55:31.070Z|78f06f93-0e6b-4f60-989d-f1cd241b9986|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:31.071Z|78f06f93-0e6b-4f60-989d-f1cd241b9986|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:32.683Z|701a8e0d-9dd8-43df-9b3d-159beb47a346|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:32.685Z|701a8e0d-9dd8-43df-9b3d-159beb47a346|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:35.913Z|48031361-db10-4e6a-8edd-77f3c3f141d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:35.915Z|48031361-db10-4e6a-8edd-77f3c3f141d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:40.909Z|a75746d3-64f8-41fe-9364-b08e4cdb675d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:55:40.910Z|a75746d3-64f8-41fe-9364-b08e4cdb675d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:55:41.100Z|67085d1a-975b-4490-b998-b108a1e1c66a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:41.101Z|67085d1a-975b-4490-b998-b108a1e1c66a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:41.142Z|2af41cdc-14cf-4246-a289-63622a36baa5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:55:41.143Z|2af41cdc-14cf-4246-a289-63622a36baa5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:55:42.158Z||http-nio-8080-exec-5|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x03H0x190xff0x060x160xc30xc80xe8Jq0x8dAo}s0xa4.20x070xf30xce80xda0x100xd910xf60xcb0xe430xfd<]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-15T03:55:42.714Z|cd847ba4-74f4-4fc5-bd74-884c3cf319f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:42.715Z|cd847ba4-74f4-4fc5-bd74-884c3cf319f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:43.135Z|f8078b70-24a5-4956-8309-258391772e41|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:55:43.136Z|f8078b70-24a5-4956-8309-258391772e41|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:45.946Z|b92d44dc-33fa-4da1-a054-0a4cf3c27e0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:45.947Z|b92d44dc-33fa-4da1-a054-0a4cf3c27e0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:51.134Z|bc940a58-52d0-4208-a270-254bba03a18b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:51.135Z|bc940a58-52d0-4208-a270-254bba03a18b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:52.745Z|a2f6b84f-d8b6-4f4a-a708-d30aa652905b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:52.746Z|a2f6b84f-d8b6-4f4a-a708-d30aa652905b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:55:55.910Z|29d7c5f8-98df-466b-95be-c4a8c98edc56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:55:55.913Z|29d7c5f8-98df-466b-95be-c4a8c98edc56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:55:55.980Z|cb236614-ef73-4071-9be0-5edca92c5582|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:55:55.982Z|cb236614-ef73-4071-9be0-5edca92c5582|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:01.176Z|3878cbda-e231-4069-a6cc-563237c8c4d7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:01.177Z|3878cbda-e231-4069-a6cc-563237c8c4d7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:02.775Z|64354923-8738-4d1b-b6a0-58462e40ccb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:02.776Z|64354923-8738-4d1b-b6a0-58462e40ccb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:06.008Z|381c2267-4589-46c5-b130-4489142e8901|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:06.009Z|381c2267-4589-46c5-b130-4489142e8901|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:10.910Z|06b49ea1-bc90-4e0c-959e-a5d5bc7ab787|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:56:10.910Z|06b49ea1-bc90-4e0c-959e-a5d5bc7ab787|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:56:11.144Z|ae1b9ab0-eaa1-49b1-ae2a-526fe66fc0eb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:56:11.145Z|ae1b9ab0-eaa1-49b1-ae2a-526fe66fc0eb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:56:11.206Z|95dd3614-f908-4a42-b3f0-64e9f7aeecbd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:11.207Z|95dd3614-f908-4a42-b3f0-64e9f7aeecbd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:12.801Z|f6eb01e3-5433-4778-a35d-b1beb7ff2db8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:12.802Z|f6eb01e3-5433-4778-a35d-b1beb7ff2db8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:16.037Z|7e491d23-6de5-4b69-8700-f473552988b3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:16.038Z|7e491d23-6de5-4b69-8700-f473552988b3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:21.246Z|e4789a51-8bd5-4545-bc3e-9fdf176e7d9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:21.247Z|e4789a51-8bd5-4545-bc3e-9fdf176e7d9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:22.833Z|6f4b2e99-1ece-4dde-bc74-e2ad117c1a70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:22.834Z|6f4b2e99-1ece-4dde-bc74-e2ad117c1a70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:25.909Z|c38b6c64-3a6c-450e-a7ee-a0b7c3bae0e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:56:25.910Z|c38b6c64-3a6c-450e-a7ee-a0b7c3bae0e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:56:26.066Z|5b1088b8-187c-4987-8bef-753b0ac9c592|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:26.067Z|5b1088b8-187c-4987-8bef-753b0ac9c592|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:31.278Z|0d5e2039-1f09-499e-adb2-0e1747cd25c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:31.279Z|0d5e2039-1f09-499e-adb2-0e1747cd25c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:32.862Z|676d454c-d2d7-4fdd-bbfb-9fc8c86b284f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:32.863Z|676d454c-d2d7-4fdd-bbfb-9fc8c86b284f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:36.095Z|978d9804-35fd-4ba7-a40f-f4c4048dee23|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:36.096Z|978d9804-35fd-4ba7-a40f-f4c4048dee23|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:40.909Z|036fb909-da67-4d6e-b0b7-5b157b40cd77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:56:40.910Z|036fb909-da67-4d6e-b0b7-5b157b40cd77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:56:41.146Z|9497b0c2-5aa8-49ed-b164-d28592e51950|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:56:41.147Z|9497b0c2-5aa8-49ed-b164-d28592e51950|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:56:41.309Z|7110ff46-e98c-4339-b6ff-53c0df05b3a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:41.310Z|7110ff46-e98c-4339-b6ff-53c0df05b3a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:42.892Z|b372d704-12a3-4746-9d65-bdcb506cfa3b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:42.893Z|b372d704-12a3-4746-9d65-bdcb506cfa3b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:43.136Z|9fa229db-7ffd-45a7-bdce-c5a452416761|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:56:43.137Z|9fa229db-7ffd-45a7-bdce-c5a452416761|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:46.124Z|a3fb6383-2827-43e1-a18e-98ac5f161da5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:46.126Z|a3fb6383-2827-43e1-a18e-98ac5f161da5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:51.340Z|1f54de16-43cc-44d9-a55f-a286b809fbd1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:51.341Z|1f54de16-43cc-44d9-a55f-a286b809fbd1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:52.919Z|c1437ab7-93dd-498a-94c9-5d9bef2493b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:52.920Z|c1437ab7-93dd-498a-94c9-5d9bef2493b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:56:55.910Z|ebbaf462-1add-49c4-ad44-704a4259beef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:56:55.910Z|ebbaf462-1add-49c4-ad44-704a4259beef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:56:56.153Z|87f3e7a9-486a-4cb8-9731-7ef2221d48aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:56:56.154Z|87f3e7a9-486a-4cb8-9731-7ef2221d48aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:01.376Z|efcdeeb1-09d6-482e-aa63-8ea71359ed3c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:01.377Z|efcdeeb1-09d6-482e-aa63-8ea71359ed3c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:02.948Z|000b3d96-654e-4eb4-9639-79cdd0f00601|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:02.949Z|000b3d96-654e-4eb4-9639-79cdd0f00601|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:06.180Z|afd07319-3526-49c7-8126-5214a05d704e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:06.181Z|afd07319-3526-49c7-8126-5214a05d704e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:10.910Z|599fed78-0ad9-43f5-8ad2-18a8897e06eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:57:10.913Z|599fed78-0ad9-43f5-8ad2-18a8897e06eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:57:11.148Z|4b84d0a7-1ff2-47e6-bc95-686835e3f9cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:57:11.149Z|4b84d0a7-1ff2-47e6-bc95-686835e3f9cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:57:11.406Z|96c86f2e-0619-4e9d-ac5f-b9406ebd6ce9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:11.407Z|96c86f2e-0619-4e9d-ac5f-b9406ebd6ce9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:12.977Z|eb08d151-b595-4a3a-a608-53daa56c0f02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:12.978Z|eb08d151-b595-4a3a-a608-53daa56c0f02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:16.209Z|fb5e1701-c5ca-4924-8f85-50e15cff1a06|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:16.210Z|fb5e1701-c5ca-4924-8f85-50e15cff1a06|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:21.435Z|36053ac5-cc4b-4dd3-b644-1708ba3a68bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:21.436Z|36053ac5-cc4b-4dd3-b644-1708ba3a68bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:23.006Z|e7de2572-6624-4f98-9780-13ede14bc2d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:23.008Z|e7de2572-6624-4f98-9780-13ede14bc2d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:25.909Z|c776d98e-6f17-4985-8f30-7b61e9e49af2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:57:25.910Z|c776d98e-6f17-4985-8f30-7b61e9e49af2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:57:26.237Z|f0882271-e5ed-4823-8b2f-c9f029571f21|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:26.238Z|f0882271-e5ed-4823-8b2f-c9f029571f21|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:31.470Z|777715bd-5206-4ac1-9f31-4a09e0ae782f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:31.471Z|777715bd-5206-4ac1-9f31-4a09e0ae782f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:33.035Z|8689d04a-a4e1-4e95-8888-977c56bab5f7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:33.037Z|8689d04a-a4e1-4e95-8888-977c56bab5f7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:36.266Z|15941a5c-b6a2-43f5-be7e-54fd63c41c26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:36.267Z|15941a5c-b6a2-43f5-be7e-54fd63c41c26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:40.909Z|c10e729e-37b0-4a78-9b9c-9f3a51ee8f8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:57:40.910Z|c10e729e-37b0-4a78-9b9c-9f3a51ee8f8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:57:41.150Z|54b9c2bf-9f85-4808-ae7b-67eedb27564d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:57:41.151Z|54b9c2bf-9f85-4808-ae7b-67eedb27564d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:57:41.501Z|54fd96b7-b49f-4d0c-a3db-191996646dad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:41.502Z|54fd96b7-b49f-4d0c-a3db-191996646dad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:43.064Z|700acb8a-4927-4c6d-9a40-4cd3f03b9268|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:43.065Z|700acb8a-4927-4c6d-9a40-4cd3f03b9268|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:43.136Z|568b6601-6bd6-4b8f-a107-7f6f914dbc88|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:57:43.137Z|568b6601-6bd6-4b8f-a107-7f6f914dbc88|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:46.296Z|9dbe8157-72fc-44f8-a123-35a0af09a7e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:46.298Z|9dbe8157-72fc-44f8-a123-35a0af09a7e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:51.543Z|2d352a91-fe69-4d4c-b26b-c1f4a983d527|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:51.544Z|2d352a91-fe69-4d4c-b26b-c1f4a983d527|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:53.091Z|e5fbc5c3-5b7c-4ab2-8cf4-d18c94846cf3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:53.092Z|e5fbc5c3-5b7c-4ab2-8cf4-d18c94846cf3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:57:55.909Z|7f2a6f5c-7264-4e65-bc52-61306062c659|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:57:55.913Z|7f2a6f5c-7264-4e65-bc52-61306062c659|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:57:56.324Z|dbd1b33a-5b5c-40c9-ad4e-4586bcbcdae6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:57:56.326Z|dbd1b33a-5b5c-40c9-ad4e-4586bcbcdae6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:01.572Z|5dfb973e-bdc7-40c2-a8b4-bb05869bbfa5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:01.573Z|5dfb973e-bdc7-40c2-a8b4-bb05869bbfa5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:03.119Z|8d4e1070-c74f-49c0-a36c-d0a94b2bb95f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:03.120Z|8d4e1070-c74f-49c0-a36c-d0a94b2bb95f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:06.355Z|63f58a7c-4924-4cd0-8800-961210d4b820|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:06.357Z|63f58a7c-4924-4cd0-8800-961210d4b820|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:10.910Z|7958ce6d-6d59-4b54-b7fc-ee57751a6a7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:58:10.911Z|7958ce6d-6d59-4b54-b7fc-ee57751a6a7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:58:11.152Z|dd6d688e-eac4-453a-a920-867d07071a24|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:58:11.153Z|dd6d688e-eac4-453a-a920-867d07071a24|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:58:11.600Z|aadfafc5-8479-410b-a9f8-5694cdf1b7e1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:11.602Z|aadfafc5-8479-410b-a9f8-5694cdf1b7e1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:13.149Z|2700fd4d-71bf-4593-9413-8c845e0fa9fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:13.151Z|2700fd4d-71bf-4593-9413-8c845e0fa9fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:16.388Z|614cd266-cd55-4a22-8be7-1be959983009|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:16.389Z|614cd266-cd55-4a22-8be7-1be959983009|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:21.628Z|adeec6a8-2bad-4f46-a08d-b8beb8623253|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:21.629Z|adeec6a8-2bad-4f46-a08d-b8beb8623253|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:23.177Z|de046c3c-6d06-4b41-9e68-b31967b5831a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:23.178Z|de046c3c-6d06-4b41-9e68-b31967b5831a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:25.909Z|c5fc0ae9-f8f6-4e3e-8c52-6c89a2873b21|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:58:25.910Z|c5fc0ae9-f8f6-4e3e-8c52-6c89a2873b21|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:58:26.421Z|504d8617-4154-4dad-885a-d6b6aaa895c9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:26.422Z|504d8617-4154-4dad-885a-d6b6aaa895c9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:31.656Z|6bd3c796-991d-4bc2-a565-1f02f69a42b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:31.657Z|6bd3c796-991d-4bc2-a565-1f02f69a42b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:33.203Z|8f844b93-94b1-4890-ba7f-a824ac4109fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:33.204Z|8f844b93-94b1-4890-ba7f-a824ac4109fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:36.449Z|85ec24ed-e50f-4dc9-9cd1-3eb42b83340a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:36.450Z|85ec24ed-e50f-4dc9-9cd1-3eb42b83340a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:40.909Z|6dce5935-c47c-4c41-a11e-1ff50ab68273|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:58:40.912Z|6dce5935-c47c-4c41-a11e-1ff50ab68273|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:58:41.154Z|bc061ee6-23c3-49cb-94a9-d68d52e164cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:58:41.154Z|bc061ee6-23c3-49cb-94a9-d68d52e164cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:58:41.684Z|351b86aa-96ef-4718-b623-b1689663c7db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:41.685Z|351b86aa-96ef-4718-b623-b1689663c7db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:43.134Z|4b075e85-3803-4f98-9256-4606844dbace|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:58:43.135Z|4b075e85-3803-4f98-9256-4606844dbace|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:43.232Z|142ac14d-efd3-472a-9797-0f07e5980de8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:43.233Z|142ac14d-efd3-472a-9797-0f07e5980de8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:46.475Z|4d025429-0f22-46b9-9825-d4df22a0bbe1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:46.476Z|4d025429-0f22-46b9-9825-d4df22a0bbe1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:51.713Z|2fb3bf9e-86ca-42a2-8acf-ea14b3fe243a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:51.714Z|2fb3bf9e-86ca-42a2-8acf-ea14b3fe243a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:53.263Z|0548e858-33ea-43f3-8be2-ebd5e5180a4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:53.264Z|0548e858-33ea-43f3-8be2-ebd5e5180a4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:58:55.910Z|da2f8c80-63da-417d-ad62-cad4b029ba9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:58:55.910Z|da2f8c80-63da-417d-ad62-cad4b029ba9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:58:56.505Z|292ed08d-a11e-47e4-a4db-3bf6c97dbf5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:58:56.505Z|292ed08d-a11e-47e4-a4db-3bf6c97dbf5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:01.744Z|06c8b66d-357f-484d-95a1-745f8c40a367|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:01.745Z|06c8b66d-357f-484d-95a1-745f8c40a367|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:03.297Z|0ab8dbc9-7930-4372-9942-b460e3509d1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:03.300Z|0ab8dbc9-7930-4372-9942-b460e3509d1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:06.533Z|f18b3248-69ea-4bf1-a857-4d98fde6a2d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:06.534Z|f18b3248-69ea-4bf1-a857-4d98fde6a2d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:10.909Z|d6e8f93c-5c47-4d3f-a774-0df867e1a4f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:59:10.910Z|d6e8f93c-5c47-4d3f-a774-0df867e1a4f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:59:11.155Z|42d96076-f336-44f0-be6a-02bd6b24d2ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:59:11.156Z|42d96076-f336-44f0-be6a-02bd6b24d2ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:59:11.775Z|e6a9dec2-e251-4f98-8bcb-165ed91291bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:11.776Z|e6a9dec2-e251-4f98-8bcb-165ed91291bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:13.329Z|5a198167-270b-49ed-ab4c-3237f82eae55|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:13.330Z|5a198167-270b-49ed-ab4c-3237f82eae55|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:16.571Z|fde5d669-9d23-44b3-9ab9-e95fb21f839f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:16.572Z|fde5d669-9d23-44b3-9ab9-e95fb21f839f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:21.815Z|a4d8169c-a0fb-4724-8a55-9c42478a816a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:21.816Z|a4d8169c-a0fb-4724-8a55-9c42478a816a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:23.360Z|9e151e39-42cf-4b60-83c3-7811a95492c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:23.361Z|9e151e39-42cf-4b60-83c3-7811a95492c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:25.909Z|51e888a8-0881-4b93-b6a4-3c522b47585b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:59:25.913Z|51e888a8-0881-4b93-b6a4-3c522b47585b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:59:26.600Z|abe0c9cd-726d-4d36-8ea7-060d07dea122|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:26.601Z|abe0c9cd-726d-4d36-8ea7-060d07dea122|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:31.843Z|0ead08d6-bf33-4ac7-8a91-390dec85df86|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:31.844Z|0ead08d6-bf33-4ac7-8a91-390dec85df86|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:33.391Z|f74daffa-38cd-48de-9875-f5cc0d9a67f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:33.392Z|f74daffa-38cd-48de-9875-f5cc0d9a67f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:36.630Z|bf40f9ad-ce22-4c36-ac56-9209784192a3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:36.631Z|bf40f9ad-ce22-4c36-ac56-9209784192a3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:40.909Z|c515569a-2783-4050-93d8-a790d6687a0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:59:40.910Z|c515569a-2783-4050-93d8-a790d6687a0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:59:41.157Z|38056f43-d270-40a1-a470-3753bc8177cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-06-15T03:59:41.158Z|38056f43-d270-40a1-a470-3753bc8177cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-06-15T03:59:41.874Z|abdb0fc4-3552-44e9-b3fa-cf94d4280dee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:41.875Z|abdb0fc4-3552-44e9-b3fa-cf94d4280dee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:43.135Z|97b79d5f-2d57-4cff-8dd4-035bebcddf43|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering
2022-06-15T03:59:43.136Z|97b79d5f-2d57-4cff-8dd4-035bebcddf43|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:43.419Z|dd9c0ab0-d4f9-4a6f-a369-29340fea23c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:43.420Z|dd9c0ab0-d4f9-4a6f-a369-29340fea23c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:46.657Z|5d4ad6a4-d0ca-420b-8080-2dd5beb16486|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:46.658Z|5d4ad6a4-d0ca-420b-8080-2dd5beb16486|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:51.904Z|8b51fa12-a83c-46fe-b8f3-4e32e6a7effa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:51.905Z|8b51fa12-a83c-46fe-b8f3-4e32e6a7effa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-06-15T03:59:53.446Z|0eb512ce-b809-4e1a-947f-56974c304abc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-06-15T03:59:53.447Z|0eb512ce-b809-4e1a-947f-56974c304abc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.