By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/apih/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-11T09:08:54.702Z||main|||||INFO|500||The following profiles are active: basic 2022-11-11T09:09:11.533Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-11T09:09:11.534Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-11T09:09:11.687Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-11T09:09:24.804Z||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-11-11T09:09:25.051Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-11T09:09:25.310Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-11T09:09:25.735Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-11T09:09:25.816Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-11T09:09:25.961Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-11T09:09:26.222Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-11T09:09:28.489Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-11T09:09:32.742Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-11T09:09:35.995Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-11T09:09:36.416Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-11T09:09:38.465Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-11T09:09:39.694Z||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-11-11T09:09:41.446Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-11T09:09:42.828Z||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-11-11T09:09:49.274Z||main|||||WARN|500||--- 2022-11-11T09:09:49.275Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-11T09:09:49.275Z||main|||||WARN|500||--- 2022-11-11T09:09:49.870Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-11T09:09:55.497Z||main|||||INFO|500||Started ApiHandlerApplication in 68.388 seconds (JVM running for 76.277) 2022-11-11T09:09:55.508Z|18560e79-0581-412a-ab80-85fd1a82345d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:09:55.537Z|18560e79-0581-412a-ab80-85fd1a82345d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:09:55.539Z|7f158477-6d13-4cba-975f-06ae80ac6da9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:09:55.546Z|7f158477-6d13-4cba-975f-06ae80ac6da9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:09:59.016Z||http-nio-8080-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-11T09:09:59.235Z|4d783f60-51c4-4ca2-99f1-87af27bf5eae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:09:59.235Z|8d945409-099b-47aa-aaed-630f0f23c26f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:09:59.235Z|fc2f8210-6f18-4254-b9db-d631fddeb696|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (jar:file:/app/app.jar!/BOOT-INF/lib/jaxb-impl-2.3.0.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2022-11-11T09:09:59.615Z|8d945409-099b-47aa-aaed-630f0f23c26f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:09:59.615Z|4d783f60-51c4-4ca2-99f1-87af27bf5eae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:09:59.615Z|fc2f8210-6f18-4254-b9db-d631fddeb696|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:09.873Z|a60c2e45-e939-4a6b-a32a-3a66981d6a0d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:09.872Z|af7cabd4-015d-450c-96ce-bbb50f1b413c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:09.874Z|a60c2e45-e939-4a6b-a32a-3a66981d6a0d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:09.875Z|af7cabd4-015d-450c-96ce-bbb50f1b413c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:09.879Z|3db5415f-0b12-4676-ac08-0c83312b7f46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:09.880Z|3db5415f-0b12-4676-ac08-0c83312b7f46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:10.486Z|2c9ff787-b4f5-4dd4-ae8b-33f9f38fe78c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:10:10.487Z|2c9ff787-b4f5-4dd4-ae8b-33f9f38fe78c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:10:19.910Z|f14aeee6-b9bb-4fba-9d48-3d5d46ffca22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:19.910Z|3757596b-46ab-46d2-ad63-109804757ad1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:19.911Z|049b6871-440a-4ea2-a7f2-b045351c085f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:19.912Z|049b6871-440a-4ea2-a7f2-b045351c085f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:19.912Z|3757596b-46ab-46d2-ad63-109804757ad1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:19.914Z|f14aeee6-b9bb-4fba-9d48-3d5d46ffca22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:25.486Z|b339dd43-2647-47d7-91c2-f8065f96ef27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:10:25.487Z|b339dd43-2647-47d7-91c2-f8065f96ef27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:10:25.550Z|8b3d639e-4a7a-41cc-8b52-8d12cb4021c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:10:25.550Z|8b3d639e-4a7a-41cc-8b52-8d12cb4021c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:10:29.953Z|749772f2-08a1-4a1f-a9ac-4026f8a62e5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:29.955Z|749772f2-08a1-4a1f-a9ac-4026f8a62e5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:29.959Z|b8cbb88f-a8d0-404c-b68c-8201caaf9432|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:29.961Z|bb087764-4ab1-44d3-b6e0-ecf5c1795f3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:29.962Z|b8cbb88f-a8d0-404c-b68c-8201caaf9432|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:29.962Z|bb087764-4ab1-44d3-b6e0-ecf5c1795f3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:39.991Z|d95ad9c8-9be7-4628-8ae9-158b74635dcc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:39.991Z|67fc0485-952f-4cb9-8002-417ff35e5199|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:39.991Z|26a4d643-652a-46e0-866b-a48e151b7ce2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:39.992Z|67fc0485-952f-4cb9-8002-417ff35e5199|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:39.992Z|d95ad9c8-9be7-4628-8ae9-158b74635dcc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:39.993Z|26a4d643-652a-46e0-866b-a48e151b7ce2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:40.486Z|a5c90028-6aa3-4661-8491-25191f1429ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:10:40.489Z|a5c90028-6aa3-4661-8491-25191f1429ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:10:50.026Z|8e385bcf-0398-4498-be12-2af1030a762c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:50.027Z|8e385bcf-0398-4498-be12-2af1030a762c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:50.030Z|e22feb61-2d3e-40ff-8d97-1bbbf13efccc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:50.031Z|e22feb61-2d3e-40ff-8d97-1bbbf13efccc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:50.032Z|61ec0735-16c6-432f-adef-69c5c7cf86f1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:10:50.033Z|61ec0735-16c6-432f-adef-69c5c7cf86f1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:10:55.486Z|fb5cfc05-5512-4b5a-95c9-a9a3762165d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:10:55.487Z|fb5cfc05-5512-4b5a-95c9-a9a3762165d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:10:55.552Z|58d7acd3-ea4b-49c3-afa2-03d7dab57db4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:10:55.553Z|58d7acd3-ea4b-49c3-afa2-03d7dab57db4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:11:00.061Z|13b33ab6-c62a-47b1-af00-30f5f12cfe89|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:00.063Z|13b33ab6-c62a-47b1-af00-30f5f12cfe89|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:00.061Z|58190481-9c9d-4a7c-9026-18d8785badd0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:00.066Z|9c598a58-4da4-4cfa-8cb5-03c835c81e9b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:00.066Z|58190481-9c9d-4a7c-9026-18d8785badd0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:00.070Z|9c598a58-4da4-4cfa-8cb5-03c835c81e9b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:10.123Z|7d80d377-60c4-4e41-98db-73344bb8ebf9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:10.124Z|7d80d377-60c4-4e41-98db-73344bb8ebf9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:10.124Z|ebe7c5da-7b25-4733-9100-779c5abe652e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:10.126Z|ebe7c5da-7b25-4733-9100-779c5abe652e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:10.138Z|342488a9-69c2-46ed-baf7-39583f55079b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:10.139Z|342488a9-69c2-46ed-baf7-39583f55079b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:10.486Z|3122a65b-f585-4c34-9c70-0527e66979e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:11:10.487Z|3122a65b-f585-4c34-9c70-0527e66979e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:11:20.160Z|55e53633-0844-4cd3-9d96-1c215aae39d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:20.160Z|137cf4fd-e7f4-47f4-a7e8-116b6e4ca23e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:20.161Z|55e53633-0844-4cd3-9d96-1c215aae39d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:20.162Z|137cf4fd-e7f4-47f4-a7e8-116b6e4ca23e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:20.165Z|00715ee5-57c2-4715-8381-0cb2b464e047|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:20.166Z|00715ee5-57c2-4715-8381-0cb2b464e047|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:25.486Z|189fbcd8-aa06-44f2-8cc6-afd8b98d80a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:11:25.489Z|189fbcd8-aa06-44f2-8cc6-afd8b98d80a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:11:25.554Z|2d50e4cf-e17d-4928-a59c-401a18e0e581|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:11:25.555Z|2d50e4cf-e17d-4928-a59c-401a18e0e581|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:11:30.190Z|f0cd120b-33a2-4d48-9ac3-2ac7436a2769|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:30.190Z|71106479-272d-4a61-8c3d-e5f2d0b17877|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:30.190Z|ad51f4c7-10fa-4729-9906-8edecbfd0d72|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:30.191Z|f0cd120b-33a2-4d48-9ac3-2ac7436a2769|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:30.191Z|71106479-272d-4a61-8c3d-e5f2d0b17877|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:30.192Z|ad51f4c7-10fa-4729-9906-8edecbfd0d72|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:40.220Z|b672d0ad-9a70-4d61-8861-c126d2c00475|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:40.220Z|3122633c-ae1f-4cc1-b8b0-cfc247875bf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:40.221Z|5ea06a82-ea8d-41d9-ac95-7357ce45588c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:40.221Z|b672d0ad-9a70-4d61-8861-c126d2c00475|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:40.221Z|3122633c-ae1f-4cc1-b8b0-cfc247875bf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:40.224Z|5ea06a82-ea8d-41d9-ac95-7357ce45588c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:40.486Z|63097522-0faf-43b7-9443-573356f38f51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:11:40.487Z|63097522-0faf-43b7-9443-573356f38f51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:11:50.250Z|d7af41bd-b046-4654-a476-13f6a65e4084|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:50.251Z|d7af41bd-b046-4654-a476-13f6a65e4084|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:50.250Z|3137ffa4-bd64-4b59-b6c1-c676d4371f90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:50.255Z|3137ffa4-bd64-4b59-b6c1-c676d4371f90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:50.253Z|6976daf1-3267-49fc-8b6e-2c2144bc41f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:11:50.259Z|6976daf1-3267-49fc-8b6e-2c2144bc41f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:11:55.486Z|2a549d17-e66b-4bdf-9980-69122e29aed5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:11:55.487Z|2a549d17-e66b-4bdf-9980-69122e29aed5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:11:55.556Z|b0ee1b8e-f846-44f5-95dc-315f96f63c85|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:11:55.557Z|b0ee1b8e-f846-44f5-95dc-315f96f63c85|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:12:00.282Z|364a6d88-7494-41e8-be3d-49ab8141ac66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:00.282Z|1fed0ed1-a3c8-4ce8-9439-06de15bd73ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:00.283Z|d0c5a398-ed5e-493a-9061-f530584c6cb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:00.283Z|1fed0ed1-a3c8-4ce8-9439-06de15bd73ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:00.283Z|364a6d88-7494-41e8-be3d-49ab8141ac66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:00.284Z|d0c5a398-ed5e-493a-9061-f530584c6cb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:10.312Z|b1375892-58ae-4393-bfa5-e3786b3e509a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:10.313Z|f2ca3aac-5efa-4c5c-97b4-06eec23432cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:10.313Z|b1375892-58ae-4393-bfa5-e3786b3e509a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:10.314Z|f2ca3aac-5efa-4c5c-97b4-06eec23432cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:10.316Z|1e953770-aada-41c7-b686-3ce34bf3a182|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:10.317Z|1e953770-aada-41c7-b686-3ce34bf3a182|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:10.486Z|1ac68699-700b-42c2-98a3-0afbb4662229|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:12:10.489Z|1ac68699-700b-42c2-98a3-0afbb4662229|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:12:20.342Z|c8ce7fd6-d76f-4df8-a2d8-506e48371527|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:20.343Z|c8ce7fd6-d76f-4df8-a2d8-506e48371527|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:20.344Z|2f77b592-c384-4797-9bad-002d74fe5b99|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:20.346Z|2f77b592-c384-4797-9bad-002d74fe5b99|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:20.349Z|79bb6ff7-4214-469d-bd31-792fc2bcdc7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:20.350Z|79bb6ff7-4214-469d-bd31-792fc2bcdc7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:25.487Z|934e50c7-262b-4d1b-8271-fd29b4e99946|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:12:25.488Z|934e50c7-262b-4d1b-8271-fd29b4e99946|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:12:25.558Z|e1ebfab1-226d-4561-b996-6ce3ff509fd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:12:25.560Z|e1ebfab1-226d-4561-b996-6ce3ff509fd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:12:30.378Z|feb5e01e-4584-421d-a900-7003615fb75a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:30.378Z|5e0e34c1-7073-44cf-8da2-9b4c1c8c6ef9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:30.378Z|8b64b6da-cab7-44f2-96d6-911e0b02be29|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:30.379Z|feb5e01e-4584-421d-a900-7003615fb75a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:30.385Z|8b64b6da-cab7-44f2-96d6-911e0b02be29|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:30.384Z|5e0e34c1-7073-44cf-8da2-9b4c1c8c6ef9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:40.423Z|cf4920ae-f3ce-4535-b355-4e3e3d03c3d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:40.424Z|50cbd230-ae25-4c08-9af2-3eb82bffaf16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:40.424Z|cf4920ae-f3ce-4535-b355-4e3e3d03c3d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:40.425Z|50cbd230-ae25-4c08-9af2-3eb82bffaf16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:40.428Z|625a2dc6-f60c-4aa7-ae80-7de2e9cd023d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:40.429Z|625a2dc6-f60c-4aa7-ae80-7de2e9cd023d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:40.486Z|6c829ad4-f0e1-4697-b48e-2d6c63c14541|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:12:40.487Z|6c829ad4-f0e1-4697-b48e-2d6c63c14541|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:12:50.453Z|de0da91d-ef03-43db-87c6-1bd37004ab66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:50.453Z|8447120a-7f03-43cf-9990-3fb77986fe91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:50.454Z|de0da91d-ef03-43db-87c6-1bd37004ab66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:50.454Z|8447120a-7f03-43cf-9990-3fb77986fe91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:50.457Z|12f38571-e7ca-45ff-8b49-d30c0ca14344|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:12:50.458Z|12f38571-e7ca-45ff-8b49-d30c0ca14344|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:12:55.486Z|44117ae1-f31c-48f3-ac8b-583c08db6035|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:12:55.488Z|44117ae1-f31c-48f3-ac8b-583c08db6035|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:12:55.562Z|01cd59d5-a8ac-4359-900c-0e09d4e3a170|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:12:55.562Z|01cd59d5-a8ac-4359-900c-0e09d4e3a170|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:13:00.484Z|07de0687-c911-4b08-949c-aceab50bc0cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:00.484Z|2ba6199a-6061-4a76-97b2-3794be49fb26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:00.485Z|07de0687-c911-4b08-949c-aceab50bc0cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:00.485Z|2ba6199a-6061-4a76-97b2-3794be49fb26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:00.485Z|2c43a32c-d900-44c5-a13e-a8b44ab75648|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:00.488Z|2c43a32c-d900-44c5-a13e-a8b44ab75648|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:10.486Z|9785a05e-9d40-4399-9f87-560eebd3086e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:13:10.487Z|9785a05e-9d40-4399-9f87-560eebd3086e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:13:10.514Z|d39f615b-a985-401b-bfe6-81aff8c45f31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:10.515Z|d39f615b-a985-401b-bfe6-81aff8c45f31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:10.517Z|8365a1d3-bfd7-4dbd-ba0d-760f33b7dfdf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:10.517Z|3b402210-815c-43f2-8549-3e7570fa2908|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:10.518Z|8365a1d3-bfd7-4dbd-ba0d-760f33b7dfdf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:10.519Z|3b402210-815c-43f2-8549-3e7570fa2908|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:20.543Z|539a2b16-4db7-492b-a0fe-c76181197d0a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:20.543Z|012e8a99-aaa7-4c6d-b835-d7874a48e6a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:20.544Z|539a2b16-4db7-492b-a0fe-c76181197d0a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:20.544Z|012e8a99-aaa7-4c6d-b835-d7874a48e6a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:20.547Z|42590ed3-fd73-42d1-b9cb-fd6d934140be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:20.548Z|42590ed3-fd73-42d1-b9cb-fd6d934140be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:25.486Z|6d651ba1-e2ef-446d-bf04-080cc2431bbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:13:25.487Z|6d651ba1-e2ef-446d-bf04-080cc2431bbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:13:25.564Z|1eb4194e-a0b9-43c8-942e-beb71d242bbf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:13:25.565Z|1eb4194e-a0b9-43c8-942e-beb71d242bbf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:13:30.574Z|e0f9f63d-8054-4370-aba6-209ec7155c45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:30.574Z|c271b1c2-e617-4231-b1c7-bf7f9348d91a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:30.574Z|5b5b0596-b6b2-46ed-9bf3-9edf80a659a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:30.575Z|e0f9f63d-8054-4370-aba6-209ec7155c45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:30.575Z|c271b1c2-e617-4231-b1c7-bf7f9348d91a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:30.575Z|5b5b0596-b6b2-46ed-9bf3-9edf80a659a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:40.486Z|70da69b3-cb09-486e-81ef-a63d8d9cad84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:13:40.489Z|70da69b3-cb09-486e-81ef-a63d8d9cad84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:13:40.609Z|4e4ed48a-7ab0-4fa1-bfe3-38e8dae4a641|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:40.609Z|30324cb8-1fe3-4a5c-acf5-704c70639d0e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:40.610Z|cef8244e-8ea1-469f-a9ef-2af470d20816|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:40.610Z|30324cb8-1fe3-4a5c-acf5-704c70639d0e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:40.610Z|4e4ed48a-7ab0-4fa1-bfe3-38e8dae4a641|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:40.611Z|cef8244e-8ea1-469f-a9ef-2af470d20816|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:50.640Z|eb7e8ab6-a77a-443b-859b-5128777b07c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:50.640Z|38c406fd-4063-41ac-8a1f-05329397846b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:50.640Z|8c88e889-b471-4b90-b75b-d8ee7e706e5e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:13:50.641Z|eb7e8ab6-a77a-443b-859b-5128777b07c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:50.641Z|38c406fd-4063-41ac-8a1f-05329397846b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:50.646Z|8c88e889-b471-4b90-b75b-d8ee7e706e5e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:13:55.486Z|4a41a029-4ae8-428d-9e4b-b19a1fe79e35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:13:55.487Z|4a41a029-4ae8-428d-9e4b-b19a1fe79e35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:13:55.566Z|428925cf-361f-4acc-958a-60efdd29c031|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:13:55.567Z|428925cf-361f-4acc-958a-60efdd29c031|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:14:00.675Z|e7382a7c-d130-4af1-a0ea-f7eea80d9f1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:00.676Z|7a87fa43-e41a-4364-b952-b5766fab2945|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:00.676Z|e7382a7c-d130-4af1-a0ea-f7eea80d9f1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:00.676Z|7a87fa43-e41a-4364-b952-b5766fab2945|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:00.676Z|5b19e388-c2ab-4a87-98fd-5141a52215e9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:00.678Z|5b19e388-c2ab-4a87-98fd-5141a52215e9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:10.486Z|0edc56eb-f934-4f47-a9b3-7b77043c27c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:14:10.487Z|0edc56eb-f934-4f47-a9b3-7b77043c27c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:14:10.705Z|1be6cd6b-6901-437b-98dc-885d42e56814|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:10.705Z|3d110337-d778-4088-b80b-f44f3e3d5475|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:10.706Z|1be6cd6b-6901-437b-98dc-885d42e56814|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:10.706Z|3d110337-d778-4088-b80b-f44f3e3d5475|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:10.705Z|ba98ae13-9f1a-4342-91f7-c2a473c0bd94|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:10.708Z|ba98ae13-9f1a-4342-91f7-c2a473c0bd94|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:20.733Z|61e58dfe-ccee-499c-9597-d5863a2c6d8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:20.733Z|7d5df32e-f808-4cd7-891f-571ef90c324d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:20.733Z|06b6d497-6a24-478e-861f-c82fbed21842|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:20.734Z|7d5df32e-f808-4cd7-891f-571ef90c324d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:20.734Z|06b6d497-6a24-478e-861f-c82fbed21842|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:20.734Z|61e58dfe-ccee-499c-9597-d5863a2c6d8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:25.486Z|559bae41-32b5-466b-b84f-3f5ca641e5af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:14:25.489Z|559bae41-32b5-466b-b84f-3f5ca641e5af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:14:25.568Z|79b8a778-3694-4788-872b-8e1baa75df97|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:14:25.569Z|79b8a778-3694-4788-872b-8e1baa75df97|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:14:30.763Z|5427d002-6c9d-4a4f-989c-de62b543c9a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:30.763Z|d9d8ae62-cfc5-4c5d-8afb-ea278533f22b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:30.765Z|d9d8ae62-cfc5-4c5d-8afb-ea278533f22b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:30.764Z|5427d002-6c9d-4a4f-989c-de62b543c9a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:30.769Z|1997cb26-5c7c-422d-a939-b906a5bb5068|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:30.770Z|1997cb26-5c7c-422d-a939-b906a5bb5068|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:40.486Z|46577e01-3903-4771-be63-7e5d5b93d696|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:14:40.487Z|46577e01-3903-4771-be63-7e5d5b93d696|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:14:40.796Z|22f31b6c-d474-4b3b-80f7-09dc1145d6c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:40.796Z|f6d60245-d1ab-461d-80fb-a8ea740dfe5a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:40.796Z|f1672d61-6659-4ab7-b6ad-8122ea1f0780|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:40.797Z|f6d60245-d1ab-461d-80fb-a8ea740dfe5a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:40.797Z|f1672d61-6659-4ab7-b6ad-8122ea1f0780|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:40.797Z|22f31b6c-d474-4b3b-80f7-09dc1145d6c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:50.828Z|51dca3d6-233b-4f60-a2e2-3773bb77e436|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:50.828Z|4ca5ec83-1f74-4ee8-8a36-c57ac472976a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:50.828Z|94ccba16-02fe-4a53-b485-2332c45f962e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:14:50.829Z|51dca3d6-233b-4f60-a2e2-3773bb77e436|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:50.829Z|4ca5ec83-1f74-4ee8-8a36-c57ac472976a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:50.829Z|94ccba16-02fe-4a53-b485-2332c45f962e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:14:55.486Z|4e1f458a-6c7e-4269-adb9-3b9ae6e70287|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:14:55.487Z|4e1f458a-6c7e-4269-adb9-3b9ae6e70287|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:14:55.570Z|d893e707-75a9-4f0e-807b-a8aa8a706a01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:14:55.571Z|d893e707-75a9-4f0e-807b-a8aa8a706a01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:15:00.862Z|0f81f662-a7cb-4db4-8246-390f4e52605d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:00.862Z|8d2f5d12-d00a-4daf-8023-ff474841d8ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:00.862Z|4003581b-7416-47ab-b9e6-665c17fb04b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:00.863Z|4003581b-7416-47ab-b9e6-665c17fb04b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:00.863Z|0f81f662-a7cb-4db4-8246-390f4e52605d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:00.863Z|8d2f5d12-d00a-4daf-8023-ff474841d8ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:10.486Z|64677d45-a6f7-4243-9974-b2c5c617a0b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:15:10.490Z|64677d45-a6f7-4243-9974-b2c5c617a0b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:15:10.895Z|903ca3ed-557d-4b34-b733-78fca890d2d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:10.895Z|2a61ab63-6936-47cd-ba22-516012e4700f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:10.895Z|d3b9adb9-a566-45e0-9662-f1320b88740c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:10.897Z|2a61ab63-6936-47cd-ba22-516012e4700f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:10.897Z|903ca3ed-557d-4b34-b733-78fca890d2d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:10.897Z|d3b9adb9-a566-45e0-9662-f1320b88740c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:20.938Z|c10387dd-ec5c-4d5a-9c95-fbbd057fc44a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:20.938Z|800cc5c3-d20f-451f-8874-7f5785fb22dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:20.938Z|e6f8e950-ac6a-4518-adf7-6a1aa9da0eca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:20.940Z|c10387dd-ec5c-4d5a-9c95-fbbd057fc44a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:20.940Z|800cc5c3-d20f-451f-8874-7f5785fb22dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:20.941Z|e6f8e950-ac6a-4518-adf7-6a1aa9da0eca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:25.486Z|86f6991c-08fa-4251-8b11-5c92eb4d2224|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:15:25.489Z|86f6991c-08fa-4251-8b11-5c92eb4d2224|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:15:25.573Z|7ea345db-d258-4371-9bb0-56731a744962|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:15:25.574Z|7ea345db-d258-4371-9bb0-56731a744962|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:15:30.974Z|3bdbabe2-0354-4299-8d25-522a421b7e58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:30.976Z|f88b4f15-7341-4486-a3a8-659d7ff6be7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:30.976Z|3bdbabe2-0354-4299-8d25-522a421b7e58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:30.987Z|55916d81-4624-490d-b131-c8ca136ea91b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:30.988Z|55916d81-4624-490d-b131-c8ca136ea91b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:30.990Z|f88b4f15-7341-4486-a3a8-659d7ff6be7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:40.486Z|9013554b-2be6-4930-aba7-2132dd1f5a58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:15:40.487Z|9013554b-2be6-4930-aba7-2132dd1f5a58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:15:41.018Z|e19392be-058e-4133-a01f-409f3cf94a6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:41.018Z|e9077a50-f39a-4f6c-8f90-8f82400e9636|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:41.019Z|e19392be-058e-4133-a01f-409f3cf94a6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:41.019Z|e9077a50-f39a-4f6c-8f90-8f82400e9636|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:41.022Z|a9e87bb6-574c-4240-8c8b-f2336082fc09|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:41.023Z|a9e87bb6-574c-4240-8c8b-f2336082fc09|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:51.049Z|92be73c4-1c7e-4c3d-81f3-ad762d56dd97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:51.049Z|d962c290-6cf8-41b1-abce-6b522366ce46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:51.049Z|b9293631-2f92-45df-acb7-c179393c2ac1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:15:51.050Z|d962c290-6cf8-41b1-abce-6b522366ce46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:51.050Z|b9293631-2f92-45df-acb7-c179393c2ac1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:51.050Z|92be73c4-1c7e-4c3d-81f3-ad762d56dd97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:15:55.486Z|ec868ab2-7e7f-4817-822b-fade2b9ed791|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:15:55.489Z|ec868ab2-7e7f-4817-822b-fade2b9ed791|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:15:55.576Z|0ee954c6-5627-4cb6-8d5a-9267ac95731c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:15:55.577Z|0ee954c6-5627-4cb6-8d5a-9267ac95731c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:16:01.084Z|160cd201-d744-4758-8ce3-618ebcb113d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:01.084Z|18fb9912-d32e-467b-8a3a-af2ea5af8077|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:01.085Z|18fb9912-d32e-467b-8a3a-af2ea5af8077|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:01.088Z|8b162982-9520-4399-91c3-d1772fef635c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:01.089Z|8b162982-9520-4399-91c3-d1772fef635c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:01.092Z|160cd201-d744-4758-8ce3-618ebcb113d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:10.486Z|d6b2ce88-e8e8-459c-8fb2-6673fb4d4987|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:16:10.487Z|d6b2ce88-e8e8-459c-8fb2-6673fb4d4987|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:16:11.113Z|38dd065e-c22a-40e2-a8a8-dc8c113a32e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:11.113Z|d984a678-527b-470d-9142-42ca2cc3cf27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:11.115Z|38dd065e-c22a-40e2-a8a8-dc8c113a32e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:11.115Z|d984a678-527b-470d-9142-42ca2cc3cf27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:11.117Z|ef339e32-a2d1-475b-9076-b9601cc22374|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:11.118Z|ef339e32-a2d1-475b-9076-b9601cc22374|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:21.142Z|d1402536-f6be-49d3-8a7b-61cfe54e8c52|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:21.142Z|5786ff20-483a-4945-bb43-cb615d584d1c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:21.143Z|d1402536-f6be-49d3-8a7b-61cfe54e8c52|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:21.143Z|5786ff20-483a-4945-bb43-cb615d584d1c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:21.147Z|fabcca69-63b1-4678-abb0-01299782d2a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:21.148Z|fabcca69-63b1-4678-abb0-01299782d2a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:25.486Z|7ee5b27e-1b89-4712-a2a1-63e0a1f00e49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:16:25.487Z|7ee5b27e-1b89-4712-a2a1-63e0a1f00e49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:16:25.578Z|2b5e1f7d-9ba7-4df0-9f37-cec469affe54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:16:25.579Z|2b5e1f7d-9ba7-4df0-9f37-cec469affe54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:16:31.175Z|e40c747a-5f64-497d-9a04-e14d76d47aa9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:31.177Z|9b73ad88-26cf-48e9-a327-525659b5947b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:31.177Z|e40c747a-5f64-497d-9a04-e14d76d47aa9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:31.177Z|7b31eb5d-409e-4adb-8aff-3a8262a9f29e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:31.178Z|9b73ad88-26cf-48e9-a327-525659b5947b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:31.183Z|7b31eb5d-409e-4adb-8aff-3a8262a9f29e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:40.486Z|7f3c1a65-3f26-4621-b7fe-62f929cf52f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:16:40.488Z|7f3c1a65-3f26-4621-b7fe-62f929cf52f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:16:41.205Z|1b7b8607-94b3-481e-9d2d-8fef171ca7d1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:41.206Z|1b7b8607-94b3-481e-9d2d-8fef171ca7d1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:41.208Z|acf39138-3098-4865-b98b-12dbed0b0805|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:41.208Z|02b5fc88-b3db-4e7d-b084-db4e5e0da260|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:41.209Z|02b5fc88-b3db-4e7d-b084-db4e5e0da260|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:41.209Z|acf39138-3098-4865-b98b-12dbed0b0805|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:51.242Z|6d936b3f-ba45-42b0-a03d-d80d78762736|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:51.242Z|992d8e8e-3688-409d-8c81-40fb13292552|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:51.242Z|0ee6326d-d015-42da-9530-04129766f2bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:16:51.243Z|992d8e8e-3688-409d-8c81-40fb13292552|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:51.243Z|6d936b3f-ba45-42b0-a03d-d80d78762736|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:51.247Z|0ee6326d-d015-42da-9530-04129766f2bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:16:55.486Z|343772f3-b862-4297-b14e-0518912dbd29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:16:55.487Z|343772f3-b862-4297-b14e-0518912dbd29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:16:55.580Z|d224a036-3a32-47d6-af77-e2e7ff61db14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:16:55.581Z|d224a036-3a32-47d6-af77-e2e7ff61db14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:17:01.274Z|a07307c8-08fc-4c21-b493-72a9113d4f7b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:01.275Z|a07307c8-08fc-4c21-b493-72a9113d4f7b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:01.286Z|7fd6ab96-c385-4504-9730-1da727aa3b7a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:01.287Z|7fd6ab96-c385-4504-9730-1da727aa3b7a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:01.289Z|ae74f682-5b1d-49d1-afdf-323af67b0d12|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:01.290Z|ae74f682-5b1d-49d1-afdf-323af67b0d12|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:10.486Z|f285535e-24c8-4e0a-aed6-f778e2badeb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:17:10.487Z|f285535e-24c8-4e0a-aed6-f778e2badeb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:17:11.302Z|41fe4c85-0978-44ff-98d5-7d01080e2782|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:11.303Z|41fe4c85-0978-44ff-98d5-7d01080e2782|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:11.333Z|97532c25-6c1f-466f-9ba7-08a8d10b2436|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:11.334Z|97532c25-6c1f-466f-9ba7-08a8d10b2436|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:11.338Z|4b65160c-4b98-4808-8b73-b6326dbbeb83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:11.339Z|4b65160c-4b98-4808-8b73-b6326dbbeb83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:21.343Z|a3950f2f-ed85-46b7-9330-0340c671fced|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:21.344Z|a3950f2f-ed85-46b7-9330-0340c671fced|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:21.360Z|6f6fb2fe-99c2-4110-8cd6-2b0c42a04ac1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:21.361Z|6f6fb2fe-99c2-4110-8cd6-2b0c42a04ac1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:21.365Z|a078cef3-2165-480d-a24b-5a54691fa422|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:21.365Z|a078cef3-2165-480d-a24b-5a54691fa422|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:25.486Z|152379fd-4648-4f32-bc14-a50fa49de589|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:17:25.489Z|152379fd-4648-4f32-bc14-a50fa49de589|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:17:25.584Z|c105fab0-6c39-4254-93bc-1c7be5d37bd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:17:25.585Z|c105fab0-6c39-4254-93bc-1c7be5d37bd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:17:31.373Z|3fab9bc1-c02f-4d42-b170-ef4410e3a453|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:31.374Z|3fab9bc1-c02f-4d42-b170-ef4410e3a453|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:31.386Z|3e1c870d-ebb0-4276-a63c-f1fa0957271c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:31.386Z|3e1c870d-ebb0-4276-a63c-f1fa0957271c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:31.388Z|b202adc0-bb46-4fc6-bf9b-ec1a084dbe8c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:31.389Z|b202adc0-bb46-4fc6-bf9b-ec1a084dbe8c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:40.486Z|0adb9338-4542-4140-9119-a2ac24a52a59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:17:40.486Z|0adb9338-4542-4140-9119-a2ac24a52a59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:17:41.405Z|84e28c17-6494-43ff-9293-f709ea6e1437|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:41.406Z|84e28c17-6494-43ff-9293-f709ea6e1437|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:41.414Z|8c7c7094-51d5-4d68-a8e0-76583f44b4bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:41.415Z|8c7c7094-51d5-4d68-a8e0-76583f44b4bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:41.419Z|d8032112-b652-47c6-a2ab-a856e4caf298|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:41.419Z|d8032112-b652-47c6-a2ab-a856e4caf298|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:51.432Z|6529bbf0-d1e2-432e-a1ba-2fd79326475b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:51.433Z|6529bbf0-d1e2-432e-a1ba-2fd79326475b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:51.444Z|4c765b07-686c-4369-9451-7a8f0e124e3b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:51.445Z|b32362da-757b-4b50-b26a-b9c55fb91054|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:17:51.445Z|4c765b07-686c-4369-9451-7a8f0e124e3b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:51.446Z|b32362da-757b-4b50-b26a-b9c55fb91054|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:17:55.486Z|1ad3c8de-6370-4ccd-851a-e55ef5a6b0e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:17:55.487Z|1ad3c8de-6370-4ccd-851a-e55ef5a6b0e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:17:55.586Z|e714c63e-adcd-4cc5-9261-45750e55fa18|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:17:55.587Z|e714c63e-adcd-4cc5-9261-45750e55fa18|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:18:01.473Z|44ec2f45-6f7b-406b-adce-5137d6583cd0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:01.474Z|44ec2f45-6f7b-406b-adce-5137d6583cd0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:01.484Z|82c817ad-c229-4a5f-8cab-61b9a0880d49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:01.484Z|82c817ad-c229-4a5f-8cab-61b9a0880d49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:01.486Z|ab678221-764a-49b6-b7c0-30ccedf144ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:01.487Z|ab678221-764a-49b6-b7c0-30ccedf144ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:10.486Z|7feb05db-3207-41f8-8c76-71dd94690427|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:18:10.489Z|7feb05db-3207-41f8-8c76-71dd94690427|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:18:11.507Z|db30bd0f-d04b-4425-8525-3c87b937cea1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:11.508Z|db30bd0f-d04b-4425-8525-3c87b937cea1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:11.509Z|fe5022dc-64e3-43e9-8fd0-621000044cbe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:11.509Z|6485d2fa-08d5-4dc2-8e95-03a2aab35124|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:11.511Z|fe5022dc-64e3-43e9-8fd0-621000044cbe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:11.511Z|6485d2fa-08d5-4dc2-8e95-03a2aab35124|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:21.566Z|92415594-696b-4617-b18c-69d14781d2e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:21.566Z|e53603cf-36c0-4fd5-97d2-b65e53be885d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:21.567Z|92415594-696b-4617-b18c-69d14781d2e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:21.567Z|e53603cf-36c0-4fd5-97d2-b65e53be885d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:21.570Z|c28a7fc4-eac0-48be-87cd-1b5b96e7dbf7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:21.570Z|c28a7fc4-eac0-48be-87cd-1b5b96e7dbf7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:25.486Z|b0c09fdb-6dd6-42f5-bdd1-179b9ff63764|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:18:25.487Z|b0c09fdb-6dd6-42f5-bdd1-179b9ff63764|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:18:25.588Z|ef7fd040-f6de-4373-a6e4-737d086efafd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:18:25.589Z|ef7fd040-f6de-4373-a6e4-737d086efafd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:18:31.598Z|8514cc50-a509-4311-a1e6-01a60395ea4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:31.598Z|5d3455e4-775e-4d51-90a7-b18e6d6ff7eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:31.599Z|8514cc50-a509-4311-a1e6-01a60395ea4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:31.599Z|5d3455e4-775e-4d51-90a7-b18e6d6ff7eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:31.598Z|1bc707a2-76ce-43ca-a5b8-556f6263fd8a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:31.600Z|1bc707a2-76ce-43ca-a5b8-556f6263fd8a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:40.486Z|3e5252d2-9eaa-46b2-8be5-24b2845c97ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:18:40.486Z|3e5252d2-9eaa-46b2-8be5-24b2845c97ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:18:41.634Z|3a0f4ab2-5f50-4234-afc2-162ba0003b28|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:41.635Z|3a0f4ab2-5f50-4234-afc2-162ba0003b28|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:41.637Z|dda33b64-2eb6-4bf9-a308-d3c61a530ea1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:41.637Z|dda33b64-2eb6-4bf9-a308-d3c61a530ea1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:41.630Z|ed1557e2-c26b-43ef-866a-d59bfd80267c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:41.639Z|ed1557e2-c26b-43ef-866a-d59bfd80267c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:51.665Z|fd832a5b-9ba8-48ff-a566-3cd0929c87a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:51.665Z|71afdfc6-b310-4380-b15d-0b79134a9f6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:51.665Z|166c0aa4-f042-409e-9482-e2ede80326ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:18:51.666Z|71afdfc6-b310-4380-b15d-0b79134a9f6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:51.666Z|fd832a5b-9ba8-48ff-a566-3cd0929c87a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:51.666Z|166c0aa4-f042-409e-9482-e2ede80326ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:18:55.486Z|da819399-8cff-47db-93bf-43748231aca7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:18:55.489Z|da819399-8cff-47db-93bf-43748231aca7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:18:55.590Z|bf00c94d-ac19-4555-92c4-4c1d7289e1b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:18:55.591Z|bf00c94d-ac19-4555-92c4-4c1d7289e1b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:19:01.694Z|40d672a0-eb5d-4406-a282-79355c855a0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:01.695Z|40d672a0-eb5d-4406-a282-79355c855a0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:01.705Z|4e715e27-837c-4c77-a26c-81e81faca6cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:01.705Z|688179f4-7e76-4f93-971b-898520ecc7bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:01.706Z|4e715e27-837c-4c77-a26c-81e81faca6cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:01.706Z|688179f4-7e76-4f93-971b-898520ecc7bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:10.485Z|929ab4f8-a966-4595-96b1-c967fb935244|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:19:10.486Z|929ab4f8-a966-4595-96b1-c967fb935244|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:19:11.721Z|a384e876-d018-4a21-b130-5ad6a06a691f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:11.722Z|a384e876-d018-4a21-b130-5ad6a06a691f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:11.731Z|d15bb11c-306d-4cc8-9388-5cc6b1d125ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:11.731Z|d15bb11c-306d-4cc8-9388-5cc6b1d125ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:11.733Z|dd0a5e50-e475-4ca8-87c7-d3aca21ee0fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:11.733Z|dd0a5e50-e475-4ca8-87c7-d3aca21ee0fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:21.748Z|418a2cf6-a069-4c21-a188-f9d053c0d1f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:21.749Z|418a2cf6-a069-4c21-a188-f9d053c0d1f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:21.756Z|be5d1ccb-0bda-4cd6-93bc-bd45464d5e17|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:21.756Z|778079c9-8f00-4447-9607-7f325a1d0660|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:21.756Z|778079c9-8f00-4447-9607-7f325a1d0660|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:21.756Z|be5d1ccb-0bda-4cd6-93bc-bd45464d5e17|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:25.485Z|6797dd8d-aa20-4886-bea2-31bdd623d3d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:19:25.486Z|6797dd8d-aa20-4886-bea2-31bdd623d3d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:19:25.593Z|34d4b1d4-6c4a-491e-97a9-7d28809f34f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:19:25.593Z|34d4b1d4-6c4a-491e-97a9-7d28809f34f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:19:31.777Z|aff3ed97-a81d-4364-aa09-68272d15859b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:31.778Z|f461b789-385f-4f7f-9266-940846c09b28|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:31.778Z|aff3ed97-a81d-4364-aa09-68272d15859b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:31.778Z|f461b789-385f-4f7f-9266-940846c09b28|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:31.782Z|851eb34c-0853-411e-a8b4-a635b5658e61|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:31.782Z|851eb34c-0853-411e-a8b4-a635b5658e61|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:32.769Z|9d7f558e-5e09-4e8e-90e5-b2a0127d235e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:19:32.771Z|9d7f558e-5e09-4e8e-90e5-b2a0127d235e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:40.486Z|db67799c-bd32-49d8-bd12-a60527cf3512|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:19:40.488Z|db67799c-bd32-49d8-bd12-a60527cf3512|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:19:41.805Z|85726fe9-7c45-4db5-90c9-5167f02832e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:41.806Z|85726fe9-7c45-4db5-90c9-5167f02832e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:41.808Z|0cd37c14-0bbe-4dda-a04b-b1d0c5f9a158|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:41.809Z|0cd37c14-0bbe-4dda-a04b-b1d0c5f9a158|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:41.812Z|eb0f8259-74d5-433a-bb4f-065ed0139d6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:41.813Z|eb0f8259-74d5-433a-bb4f-065ed0139d6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:51.832Z|82a0ddd3-63c1-4459-a189-31ec673f21c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:51.833Z|ddd343e2-8864-42da-ad9a-185fdc25bd0e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:51.833Z|82a0ddd3-63c1-4459-a189-31ec673f21c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:51.835Z|ddd343e2-8864-42da-ad9a-185fdc25bd0e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:51.837Z|8bbd8391-d928-48e0-8908-ff71e25a6db1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:19:51.838Z|8bbd8391-d928-48e0-8908-ff71e25a6db1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:19:55.486Z|a4f85721-46c3-4713-b2ed-f8d52d0e7058|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:19:55.487Z|a4f85721-46c3-4713-b2ed-f8d52d0e7058|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:19:55.594Z|362bf125-374b-453d-b251-ff236196c7ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:19:55.595Z|362bf125-374b-453d-b251-ff236196c7ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:20:01.864Z|94d6c3f4-5914-4115-ba7b-8ebd450b7fee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:01.864Z|f238658d-fb3f-45fb-a717-2b2224b258ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:01.864Z|095a5a8b-ab8d-4dea-9f42-621cc8246a6f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:01.866Z|94d6c3f4-5914-4115-ba7b-8ebd450b7fee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:01.866Z|f238658d-fb3f-45fb-a717-2b2224b258ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:01.866Z|095a5a8b-ab8d-4dea-9f42-621cc8246a6f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:10.486Z|721e05e1-3803-4485-9847-7403eb56d99d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:20:10.486Z|721e05e1-3803-4485-9847-7403eb56d99d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:20:11.893Z|42745b30-5279-4a8d-85e6-f30bd0ba95db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:11.893Z|4e171e24-9252-49ef-8d28-41fe0e49070f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:11.893Z|ca952395-2e31-45c0-9f77-a14c6719eed7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:11.895Z|42745b30-5279-4a8d-85e6-f30bd0ba95db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:11.895Z|4e171e24-9252-49ef-8d28-41fe0e49070f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:11.895Z|ca952395-2e31-45c0-9f77-a14c6719eed7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:21.928Z|f7c26b9a-8b51-4380-b202-9de4b90807fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:21.932Z|05ec3a81-ca38-4014-b778-c3ac638deb96|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:21.933Z|05ec3a81-ca38-4014-b778-c3ac638deb96|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:21.934Z|47d7b4eb-bbd2-4643-ab66-4ebf80593c0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:21.934Z|f7c26b9a-8b51-4380-b202-9de4b90807fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:21.936Z|47d7b4eb-bbd2-4643-ab66-4ebf80593c0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:25.486Z|28953796-2662-4b15-8605-ef175ccc7dab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:20:25.489Z|28953796-2662-4b15-8605-ef175ccc7dab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:20:25.596Z|df98b354-58a3-41bd-a49c-a6c72a2ee199|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:20:25.596Z|df98b354-58a3-41bd-a49c-a6c72a2ee199|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:20:31.960Z|0eafabfe-5b20-4d46-abfa-14a69f1eaaac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:31.960Z|03b544d1-64a1-426e-a815-d3d7bb02947d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:31.961Z|0eafabfe-5b20-4d46-abfa-14a69f1eaaac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:31.962Z|03b544d1-64a1-426e-a815-d3d7bb02947d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:31.965Z|116a6520-2d1b-4dba-a3d2-c655015e0a81|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:31.966Z|116a6520-2d1b-4dba-a3d2-c655015e0a81|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:32.760Z|af9b8a16-f105-4562-8144-fc43db3c98a3|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:20:32.761Z|af9b8a16-f105-4562-8144-fc43db3c98a3|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:40.485Z|2212e49d-f83e-4ed4-bd17-07c2fd7b1e8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:20:40.486Z|2212e49d-f83e-4ed4-bd17-07c2fd7b1e8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:20:41.989Z|9c547be3-0a4a-4d11-b15b-e32376998199|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:41.989Z|fbb01b3f-c95a-425e-b4f6-ffc86bd76809|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:41.990Z|fbb01b3f-c95a-425e-b4f6-ffc86bd76809|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:41.990Z|9c547be3-0a4a-4d11-b15b-e32376998199|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:41.992Z|65727e33-62c7-4cab-a1bc-499b915e5184|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:41.993Z|65727e33-62c7-4cab-a1bc-499b915e5184|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:52.017Z|a8516679-1c67-4b26-97a7-3c8a6d34f0ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:52.017Z|6991db6a-f039-4a87-a7d6-44113dddbe04|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:52.018Z|6991db6a-f039-4a87-a7d6-44113dddbe04|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:52.018Z|a8516679-1c67-4b26-97a7-3c8a6d34f0ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:52.020Z|f31fb41e-6a2a-4f2c-a7a6-e15715511256|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:20:52.022Z|f31fb41e-6a2a-4f2c-a7a6-e15715511256|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:20:55.485Z|d9ba7525-11b8-4656-aad1-c0655dde63c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:20:55.486Z|d9ba7525-11b8-4656-aad1-c0655dde63c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:20:55.597Z|ebc14817-7fa0-4e7e-a82e-278543abd675|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:20:55.598Z|ebc14817-7fa0-4e7e-a82e-278543abd675|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:21:02.048Z|84fa1148-49e0-45b7-b630-e9ea141d984a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:02.048Z|81e62fea-6ebb-4306-aafb-a7f0137c431d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:02.048Z|a53d25e2-cc06-4502-a6a0-cbc262f848e9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:02.049Z|81e62fea-6ebb-4306-aafb-a7f0137c431d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:02.049Z|a53d25e2-cc06-4502-a6a0-cbc262f848e9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:02.049Z|84fa1148-49e0-45b7-b630-e9ea141d984a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:10.486Z|24279668-6b11-427d-996f-d4e7bb3539fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:21:10.489Z|24279668-6b11-427d-996f-d4e7bb3539fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:21:12.077Z|af70edfa-e2e8-49e0-ba1a-e68cffa7e6c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:12.078Z|bbe896d9-c0b2-44f0-8734-2d4f2d970b6b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:12.077Z|a89f2901-3c67-4189-8754-44aa50dae668|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:12.078Z|af70edfa-e2e8-49e0-ba1a-e68cffa7e6c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:12.078Z|a89f2901-3c67-4189-8754-44aa50dae668|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:12.079Z|bbe896d9-c0b2-44f0-8734-2d4f2d970b6b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:22.107Z|48fbe3c3-e445-4b80-9e58-29dc4725da18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:22.108Z|23717444-d13e-4324-8f24-6f050554e637|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:22.109Z|23717444-d13e-4324-8f24-6f050554e637|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:22.109Z|48fbe3c3-e445-4b80-9e58-29dc4725da18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:22.114Z|5fc469bd-7a50-4ed8-a4ec-ceafd262b722|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:22.115Z|5fc469bd-7a50-4ed8-a4ec-ceafd262b722|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:25.485Z|3d6720ed-fe88-4796-9d05-952be9acba84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:21:25.486Z|3d6720ed-fe88-4796-9d05-952be9acba84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:21:25.599Z|68576076-1ca0-4951-b446-3848d1deefe2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:21:25.600Z|68576076-1ca0-4951-b446-3848d1deefe2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:21:32.143Z|9490874f-0ce6-4893-9b4b-870c018d57c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:32.143Z|e2d80827-ebee-43f0-84ab-ffb0e7a728e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:32.143Z|e9e1544b-bfcf-493c-99cb-b8b9c50a1c35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:32.144Z|9490874f-0ce6-4893-9b4b-870c018d57c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:32.144Z|e2d80827-ebee-43f0-84ab-ffb0e7a728e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:32.145Z|e9e1544b-bfcf-493c-99cb-b8b9c50a1c35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:32.757Z|2fb7c11e-1977-4eff-ab18-14f299a9c760|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:21:32.758Z|2fb7c11e-1977-4eff-ab18-14f299a9c760|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:40.486Z|8bbf118b-e3c8-4cb7-bf1b-21dad74342a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:21:40.486Z|8bbf118b-e3c8-4cb7-bf1b-21dad74342a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:21:42.172Z|f9212523-3230-4c7d-a5c4-9f0407b91c97|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:42.172Z|b6b2dbe3-66e6-4c31-9c35-7544a9b3467a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:42.173Z|19aff91a-790a-4238-b891-9f1fc09ed25b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:42.173Z|f9212523-3230-4c7d-a5c4-9f0407b91c97|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:42.174Z|19aff91a-790a-4238-b891-9f1fc09ed25b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:42.176Z|b6b2dbe3-66e6-4c31-9c35-7544a9b3467a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:52.200Z|f3abfbf0-6992-49c1-b80a-9e5f30851417|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:52.200Z|2c87f810-557e-4799-8ffb-3ae3d3d4bdcc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:52.201Z|2c87f810-557e-4799-8ffb-3ae3d3d4bdcc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:52.201Z|f3abfbf0-6992-49c1-b80a-9e5f30851417|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:52.204Z|db59c929-5a7a-4095-aeaa-191ac3b5e8ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:21:52.205Z|db59c929-5a7a-4095-aeaa-191ac3b5e8ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:21:55.485Z|2538c71e-d577-49d9-9c3e-5ae61350fc65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:21:55.488Z|2538c71e-d577-49d9-9c3e-5ae61350fc65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:21:55.600Z|5ebd4813-f787-46ad-93af-cca79ba84d07|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:21:55.601Z|5ebd4813-f787-46ad-93af-cca79ba84d07|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:22:02.228Z|70411453-054d-4f95-97fe-b6e5850c0894|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:02.228Z|7f6f2738-a506-4659-86a5-fd292260330f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:02.228Z|14aa496b-85b4-4365-a51b-d43273a6b897|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:02.229Z|7f6f2738-a506-4659-86a5-fd292260330f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:02.229Z|70411453-054d-4f95-97fe-b6e5850c0894|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:02.229Z|14aa496b-85b4-4365-a51b-d43273a6b897|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:10.486Z|7392e5ec-2ad0-44d8-b515-bde5aaed5463|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:22:10.487Z|7392e5ec-2ad0-44d8-b515-bde5aaed5463|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:22:12.256Z|34f30862-a00c-4e0b-8942-ed652ca6b5f9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:12.257Z|34f30862-a00c-4e0b-8942-ed652ca6b5f9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:12.265Z|be633f53-9ee0-413a-91af-19283a5d105e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:12.265Z|be633f53-9ee0-413a-91af-19283a5d105e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:12.268Z|d1ce914f-76e5-4787-b44d-8759393e28c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:12.269Z|d1ce914f-76e5-4787-b44d-8759393e28c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:22.282Z|4a0c8191-ec61-4942-8764-74fef2863919|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:22.283Z|4a0c8191-ec61-4942-8764-74fef2863919|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:22.286Z|b64b2f41-62ef-4b49-9980-f5c230ac4025|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:22.287Z|b64b2f41-62ef-4b49-9980-f5c230ac4025|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:22.292Z|d2b99e6d-2ee8-48ba-a1ae-d109807194eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:22.292Z|d2b99e6d-2ee8-48ba-a1ae-d109807194eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:25.486Z|d6b93261-175c-4ebf-a9a3-69183dfbcc0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:22:25.487Z|d6b93261-175c-4ebf-a9a3-69183dfbcc0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:22:25.602Z|dce05ce0-ea5d-42e6-a957-69ed886b73c1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:22:25.603Z|dce05ce0-ea5d-42e6-a957-69ed886b73c1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:22:32.311Z|485218b2-4397-408d-8a1c-d513bb11f612|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:32.311Z|f737b046-ca3f-43fc-b7a6-3635e5b3cd8f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:32.312Z|3b9ed055-387d-4f15-b6e0-33f9b2366a70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:32.312Z|3b9ed055-387d-4f15-b6e0-33f9b2366a70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:32.313Z|f737b046-ca3f-43fc-b7a6-3635e5b3cd8f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:32.313Z|485218b2-4397-408d-8a1c-d513bb11f612|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:32.756Z|abec3ad8-c049-40e1-80c0-a830b405def1|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:22:32.758Z|abec3ad8-c049-40e1-80c0-a830b405def1|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:40.485Z|bc4b7ad9-6d3a-4fa0-b741-6a39f9c03b6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:22:40.488Z|bc4b7ad9-6d3a-4fa0-b741-6a39f9c03b6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:22:42.339Z|85bf5876-2628-4797-ace0-45db8bfeb875|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:42.340Z|85bf5876-2628-4797-ace0-45db8bfeb875|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:42.339Z|1f107f55-0817-4ea8-ac27-faa954316277|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:42.341Z|1f107f55-0817-4ea8-ac27-faa954316277|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:42.344Z|24f76d44-66fb-40a0-a305-b57e7f250cf1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:42.345Z|24f76d44-66fb-40a0-a305-b57e7f250cf1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:52.371Z|7ccf3ad6-f3f2-4582-ab16-42a740319fd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:52.372Z|7ccf3ad6-f3f2-4582-ab16-42a740319fd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:52.372Z|2cb629f4-ca0b-45da-8965-c948411a7f5e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:52.373Z|2cb629f4-ca0b-45da-8965-c948411a7f5e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:52.375Z|cb0ba0a0-957c-459d-a110-704255f7142f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:22:52.376Z|cb0ba0a0-957c-459d-a110-704255f7142f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:22:55.485Z|a2623505-dcc8-4418-af82-ac5dfda574e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:22:55.486Z|a2623505-dcc8-4418-af82-ac5dfda574e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:22:55.604Z|13e3be9f-ca29-4a60-9112-da380b73d53b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:22:55.605Z|13e3be9f-ca29-4a60-9112-da380b73d53b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:23:02.398Z|56d7c2f3-ea80-46dc-8516-e0491340b62d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:02.399Z|a1766fc9-f1a6-40c9-8fda-878d6f96142c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:02.399Z|b60369f1-8b24-4084-9db3-63adca74d6a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:02.400Z|56d7c2f3-ea80-46dc-8516-e0491340b62d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:02.401Z|a1766fc9-f1a6-40c9-8fda-878d6f96142c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:02.401Z|b60369f1-8b24-4084-9db3-63adca74d6a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:10.485Z|d8cc8382-e7a8-4bcd-996d-aa3f6e55b3a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:23:10.486Z|d8cc8382-e7a8-4bcd-996d-aa3f6e55b3a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:23:12.427Z|869b8131-5a24-4aff-a2c4-7c022cf439a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:12.427Z|4c8f39a7-f270-4bfa-a348-6ddca06aff7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:12.428Z|869b8131-5a24-4aff-a2c4-7c022cf439a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:12.428Z|4c8f39a7-f270-4bfa-a348-6ddca06aff7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:12.432Z|a4aa34e4-a567-43bb-9403-6e54f6f31817|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:12.432Z|a4aa34e4-a567-43bb-9403-6e54f6f31817|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:22.458Z|66db9bb0-e0b9-4788-ae4f-f8f490d75af3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:22.459Z|826d6087-e7f3-49cb-bca9-bad984e3b8a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:22.458Z|13570fe2-fdfd-4869-bb24-5a0438c71893|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:22.460Z|826d6087-e7f3-49cb-bca9-bad984e3b8a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:22.460Z|13570fe2-fdfd-4869-bb24-5a0438c71893|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:22.460Z|66db9bb0-e0b9-4788-ae4f-f8f490d75af3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:25.485Z|ec186a92-e1a6-4c7e-ac2a-ecc17d3e0d8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:23:25.488Z|ec186a92-e1a6-4c7e-ac2a-ecc17d3e0d8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:23:25.606Z|fa1a2286-8aa6-4fc2-b470-305557477c8c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:23:25.607Z|fa1a2286-8aa6-4fc2-b470-305557477c8c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:23:32.489Z|4f6a4f52-8a5b-46c0-a572-070761b15a56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:32.489Z|8f7d15d5-4eac-4f8d-a88c-3256dd00e043|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:32.489Z|64ad0e60-cbbe-4a41-9702-7c2b3dd90c8d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:32.490Z|8f7d15d5-4eac-4f8d-a88c-3256dd00e043|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:32.490Z|4f6a4f52-8a5b-46c0-a572-070761b15a56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:32.491Z|64ad0e60-cbbe-4a41-9702-7c2b3dd90c8d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:32.758Z|6621e00a-654c-49e2-9645-500581525058|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:23:32.759Z|6621e00a-654c-49e2-9645-500581525058|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:40.486Z|41c85d03-aa67-4441-84dc-71b7fbca4def|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:23:40.486Z|41c85d03-aa67-4441-84dc-71b7fbca4def|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:23:42.519Z|3aa1c83f-b3c3-4a9b-9b4f-55947ccb1a93|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:42.518Z|5bb494af-976e-4ffe-847e-daa41d752287|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:42.518Z|9a293d81-fdef-4d98-9884-05d905ce826f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:42.519Z|5bb494af-976e-4ffe-847e-daa41d752287|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:42.520Z|3aa1c83f-b3c3-4a9b-9b4f-55947ccb1a93|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:42.520Z|9a293d81-fdef-4d98-9884-05d905ce826f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:52.546Z|954de1a1-97d5-421b-91d8-61977de56cec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:52.546Z|dde173a0-4a21-4254-824b-bdfabcba1d6f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:52.546Z|6c30b082-ef13-466d-92fa-562bfe50dddc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:23:52.547Z|954de1a1-97d5-421b-91d8-61977de56cec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:52.547Z|6c30b082-ef13-466d-92fa-562bfe50dddc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:52.547Z|dde173a0-4a21-4254-824b-bdfabcba1d6f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:23:55.485Z|e2a5b495-403e-4ae3-85df-a8258b1a4140|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:23:55.486Z|e2a5b495-403e-4ae3-85df-a8258b1a4140|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:23:55.607Z|fde223bc-16d4-4401-99f3-3a0aaf334d32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:23:55.608Z|fde223bc-16d4-4401-99f3-3a0aaf334d32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:24:02.575Z|dcfaef43-0d39-4782-9a5b-25d36331bf59|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:02.575Z|52dbd000-1839-42ff-b9cd-1010ffb8c9d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:02.576Z|801eaf8f-fdaa-489f-a3b1-041958dc60bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:02.576Z|dcfaef43-0d39-4782-9a5b-25d36331bf59|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:02.577Z|801eaf8f-fdaa-489f-a3b1-041958dc60bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:02.576Z|52dbd000-1839-42ff-b9cd-1010ffb8c9d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:10.486Z|74db4bcd-7473-4972-9d2d-bb545ed5c047|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:24:10.489Z|74db4bcd-7473-4972-9d2d-bb545ed5c047|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:24:12.612Z|41decb58-83da-4b95-9003-c5ab056ac260|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:12.612Z|8c026653-7f3e-49a2-a5f3-3cf13cc754ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:12.614Z|41decb58-83da-4b95-9003-c5ab056ac260|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:12.614Z|8c026653-7f3e-49a2-a5f3-3cf13cc754ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:12.620Z|7a2c2bc2-e88c-41d8-8a8f-6f70dbc978cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:12.621Z|7a2c2bc2-e88c-41d8-8a8f-6f70dbc978cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:22.650Z|a4290c95-ab3a-4db5-8efe-a6ddcb9fa764|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:22.651Z|a4290c95-ab3a-4db5-8efe-a6ddcb9fa764|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:22.652Z|fb56937e-0e5d-41d2-92f8-59e80d9310d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:22.654Z|fb56937e-0e5d-41d2-92f8-59e80d9310d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:22.657Z|f128c1d7-de66-43a8-b26a-bab44d53ad76|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:22.657Z|f128c1d7-de66-43a8-b26a-bab44d53ad76|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:25.486Z|913d75ec-cdb2-49af-a68c-ee4c1fb15f24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:24:25.487Z|913d75ec-cdb2-49af-a68c-ee4c1fb15f24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:24:25.610Z|9e69835c-6c8e-411a-ab4d-69c6c2d6f1d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:24:25.611Z|9e69835c-6c8e-411a-ab4d-69c6c2d6f1d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:24:32.683Z|63688499-8a4c-49a4-81bb-e1cccc84261c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:32.684Z|084849e8-e85c-422f-a7f8-dc71063ec647|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:32.685Z|084849e8-e85c-422f-a7f8-dc71063ec647|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:32.686Z|63688499-8a4c-49a4-81bb-e1cccc84261c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:32.689Z|8469b062-babe-4b68-a6ba-3d7bf20ccd3f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:32.692Z|8469b062-babe-4b68-a6ba-3d7bf20ccd3f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:32.757Z|d6d974d6-5336-4d56-ade2-d3722b39c20c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:24:32.758Z|d6d974d6-5336-4d56-ade2-d3722b39c20c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:40.485Z|4650233d-6eaa-4524-8b8c-f8ae9b5bae68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:24:40.486Z|4650233d-6eaa-4524-8b8c-f8ae9b5bae68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:24:42.713Z|567dab82-248e-44ec-be7a-316599c5020c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:42.714Z|3461c77b-e1be-4de2-a229-9c3e9e935b38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:42.714Z|567dab82-248e-44ec-be7a-316599c5020c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:42.715Z|3461c77b-e1be-4de2-a229-9c3e9e935b38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:42.720Z|90cc6686-b858-448a-bab8-f5af1b566a6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:42.721Z|90cc6686-b858-448a-bab8-f5af1b566a6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:52.743Z|00ee910d-8377-4f55-b0fa-75f183fd8f5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:52.743Z|9e88157a-5e4d-4462-abf5-69b2c7c43ffd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:52.744Z|00ee910d-8377-4f55-b0fa-75f183fd8f5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:52.744Z|9e88157a-5e4d-4462-abf5-69b2c7c43ffd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:52.746Z|9eeea12a-f0b5-42ce-a9e1-61b2e4993c15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:24:52.747Z|9eeea12a-f0b5-42ce-a9e1-61b2e4993c15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:24:55.486Z|4fc138ac-dd96-40ea-a8f9-bac14b1f2a3a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:24:55.489Z|4fc138ac-dd96-40ea-a8f9-bac14b1f2a3a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:24:55.612Z|2744e1a3-f232-4523-ad7f-ef52541472d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:24:55.613Z|2744e1a3-f232-4523-ad7f-ef52541472d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:25:02.770Z|c8c63554-c09b-49a8-98d4-9941d59ad6b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:02.773Z|e91ba35b-4a4c-485b-bf1a-5140a546041a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:02.774Z|e91ba35b-4a4c-485b-bf1a-5140a546041a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:02.772Z|46e34914-49fc-4efa-aa84-53aee346364a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:02.774Z|c8c63554-c09b-49a8-98d4-9941d59ad6b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:02.776Z|46e34914-49fc-4efa-aa84-53aee346364a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:10.485Z|3a86faf0-e526-4f1d-a6da-c7cc42dbda85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:25:10.486Z|3a86faf0-e526-4f1d-a6da-c7cc42dbda85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:25:12.803Z|57b7912c-2169-4a53-bf00-42693cc3c138|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:12.803Z|32fda67b-aaf6-44b2-b56a-d75690e57f06|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:12.803Z|5db9f43d-711f-46c8-8bc7-aad1c431b23d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:12.804Z|5db9f43d-711f-46c8-8bc7-aad1c431b23d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:12.804Z|32fda67b-aaf6-44b2-b56a-d75690e57f06|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:12.804Z|57b7912c-2169-4a53-bf00-42693cc3c138|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:22.832Z|aff1f80f-f472-4b3f-a23b-3c5f7223f0c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:22.832Z|bdddff94-dbe1-4483-88d5-d2997c0ecf8f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:22.833Z|aff1f80f-f472-4b3f-a23b-3c5f7223f0c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:22.833Z|bdddff94-dbe1-4483-88d5-d2997c0ecf8f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:22.836Z|c96e535f-312f-47fe-a038-df1cd495e1f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:22.837Z|c96e535f-312f-47fe-a038-df1cd495e1f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:25.486Z|485a9925-b5e5-4e87-8561-f07309dc8ade|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:25:25.486Z|485a9925-b5e5-4e87-8561-f07309dc8ade|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:25:25.615Z|90323813-3835-4ed1-aba5-209de15564a3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:25:25.616Z|90323813-3835-4ed1-aba5-209de15564a3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:25:32.758Z|3286d8fb-6c54-4c1f-99cb-6e5d241e51b5|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:25:32.759Z|3286d8fb-6c54-4c1f-99cb-6e5d241e51b5|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:32.862Z|2607b150-f7e0-46e6-a4be-9978f47319ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:32.863Z|00e59700-6028-4184-9b92-26d1aa13e881|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:32.865Z|f804bfb4-ca38-4806-a071-dd24404d7728|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:32.865Z|00e59700-6028-4184-9b92-26d1aa13e881|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:32.865Z|f804bfb4-ca38-4806-a071-dd24404d7728|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:32.868Z|2607b150-f7e0-46e6-a4be-9978f47319ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:40.485Z|40b3fe1b-1225-4ff1-a599-c6ddca289ff8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:25:40.488Z|40b3fe1b-1225-4ff1-a599-c6ddca289ff8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:25:42.901Z|7399cd0b-e668-4774-8524-d3f0899220d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:42.901Z|86fec24b-7ee3-4366-a326-611a8b3e9e7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:42.902Z|b4b68fcb-9be8-42fc-95bb-67404777531d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:42.902Z|7399cd0b-e668-4774-8524-d3f0899220d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:42.902Z|86fec24b-7ee3-4366-a326-611a8b3e9e7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:42.903Z|b4b68fcb-9be8-42fc-95bb-67404777531d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:52.928Z|7981c35b-7bed-495e-a9e7-4035c1dd929a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:52.929Z|65837e3c-9518-449c-800d-8edc55f7317b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:52.929Z|7981c35b-7bed-495e-a9e7-4035c1dd929a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:52.928Z|69b6ce05-ef0b-40cf-912c-1312427a8929|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:25:52.931Z|69b6ce05-ef0b-40cf-912c-1312427a8929|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:52.931Z|65837e3c-9518-449c-800d-8edc55f7317b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:25:55.485Z|3d8ba79f-7d2e-4bb5-94cc-9a83247146b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:25:55.486Z|3d8ba79f-7d2e-4bb5-94cc-9a83247146b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:25:55.616Z|1d5c3dad-31a3-42fb-ae96-75921f44acd2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:25:55.617Z|1d5c3dad-31a3-42fb-ae96-75921f44acd2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:26:02.957Z|99a4633e-2c4b-4ce8-9bd2-5e77e9db31b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:02.957Z|ed15b237-1d94-46d9-82de-333002c1f6a1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:02.958Z|ed15b237-1d94-46d9-82de-333002c1f6a1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:02.958Z|99a4633e-2c4b-4ce8-9bd2-5e77e9db31b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:02.959Z|dac1c4b4-cde3-414c-b2e4-8d74dc86db6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:02.960Z|dac1c4b4-cde3-414c-b2e4-8d74dc86db6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:10.485Z|cd5a18bf-ddeb-4e27-8d98-1510073ba768|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:26:10.486Z|cd5a18bf-ddeb-4e27-8d98-1510073ba768|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:26:12.986Z|c34ccfaa-c69b-4ae8-aac1-08ca21891b92|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:12.986Z|dff3c7b6-c509-4a65-aeb2-a6b619df5a05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:12.987Z|dff3c7b6-c509-4a65-aeb2-a6b619df5a05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:12.987Z|c34ccfaa-c69b-4ae8-aac1-08ca21891b92|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:12.991Z|2b002961-4aaf-4ba9-8143-43317e541fc6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:12.992Z|2b002961-4aaf-4ba9-8143-43317e541fc6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:23.013Z|d1f3d94e-9949-4e21-908e-43c08f8b4b7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:23.013Z|a6ff1295-e70f-4dd5-b333-832492a23a10|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:23.013Z|651f5937-4f3f-4ad6-a76e-87eb1a0566b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:23.014Z|651f5937-4f3f-4ad6-a76e-87eb1a0566b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:23.014Z|a6ff1295-e70f-4dd5-b333-832492a23a10|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:23.014Z|d1f3d94e-9949-4e21-908e-43c08f8b4b7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:25.485Z|ba10a0f3-25ef-4ac2-b2c9-628f862bd962|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:26:25.489Z|ba10a0f3-25ef-4ac2-b2c9-628f862bd962|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:26:25.618Z|cc5700d9-d64e-4fa1-b764-8420e2792bfa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:26:25.619Z|cc5700d9-d64e-4fa1-b764-8420e2792bfa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:26:32.758Z|28809948-9630-4b84-8635-6ec0d515b01b|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:26:32.759Z|28809948-9630-4b84-8635-6ec0d515b01b|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:33.042Z|19a5e78b-5459-4bb9-8a8e-1f1266e476e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:33.042Z|8fc21289-86cf-4934-861f-cbdea5e8c6e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:33.042Z|9a07a207-583e-4419-b005-62fadf88a2c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:33.043Z|19a5e78b-5459-4bb9-8a8e-1f1266e476e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:33.044Z|8fc21289-86cf-4934-861f-cbdea5e8c6e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:33.044Z|9a07a207-583e-4419-b005-62fadf88a2c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:40.485Z|7cd219e6-bc2f-4fac-bc7b-c8765be43122|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:26:40.486Z|7cd219e6-bc2f-4fac-bc7b-c8765be43122|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:26:43.070Z|0a6ea8c6-96ae-4636-a023-da2b1b2428fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:43.070Z|a6752c62-0540-45ed-9936-ac6a37b30396|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:43.070Z|575b7d92-429f-4a76-a3d0-920c2a44072d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:43.071Z|0a6ea8c6-96ae-4636-a023-da2b1b2428fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:43.071Z|a6752c62-0540-45ed-9936-ac6a37b30396|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:43.071Z|575b7d92-429f-4a76-a3d0-920c2a44072d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:53.095Z|28af7768-58df-4192-978a-44539be13827|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:53.095Z|4649614c-cc89-465d-a01e-4b4a1bc325f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:53.095Z|5d93cd29-e297-4d12-ae48-d5a74382463b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:26:53.096Z|28af7768-58df-4192-978a-44539be13827|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:53.096Z|4649614c-cc89-465d-a01e-4b4a1bc325f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:53.096Z|5d93cd29-e297-4d12-ae48-d5a74382463b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:26:55.485Z|ff94475e-fe74-4603-847a-1a8fc21c4564|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:26:55.486Z|ff94475e-fe74-4603-847a-1a8fc21c4564|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:26:55.620Z|0f2b3d95-0adf-42ab-bd89-c55e5982cef6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:26:55.620Z|0f2b3d95-0adf-42ab-bd89-c55e5982cef6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:27:03.122Z|1489ea46-8996-4308-9073-5ef081b04f6a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:03.123Z|a57cb45d-9563-4ba3-814d-b3ea0377f096|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:03.123Z|1489ea46-8996-4308-9073-5ef081b04f6a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:03.124Z|734ff18a-4a67-4b58-ac05-5abcef1e0054|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:03.123Z|a57cb45d-9563-4ba3-814d-b3ea0377f096|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:03.125Z|734ff18a-4a67-4b58-ac05-5abcef1e0054|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:10.486Z|82bd6825-c8f1-4173-8722-74db2232d890|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:27:10.488Z|82bd6825-c8f1-4173-8722-74db2232d890|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:27:13.154Z|c048f83a-7db3-44b0-8ab5-a2124e3da38e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:13.154Z|64550126-ee58-479c-98c5-f15986a2852b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:13.154Z|7c252124-c743-4e94-a355-a4dce2510bd9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:13.155Z|64550126-ee58-479c-98c5-f15986a2852b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:13.155Z|7c252124-c743-4e94-a355-a4dce2510bd9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:13.156Z|c048f83a-7db3-44b0-8ab5-a2124e3da38e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:23.186Z|f4624c7d-2ab1-4219-b3d3-e6c62d6432dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:23.186Z|e3499ec1-5552-4d03-93cd-d5f4e09851a9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:23.186Z|6be7641a-adde-4aa5-9227-9a95248b762a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:23.188Z|e3499ec1-5552-4d03-93cd-d5f4e09851a9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:23.188Z|f4624c7d-2ab1-4219-b3d3-e6c62d6432dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:23.194Z|6be7641a-adde-4aa5-9227-9a95248b762a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:25.486Z|5d66f2dc-0e25-4fbb-a93d-20e2d18973ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:27:25.486Z|5d66f2dc-0e25-4fbb-a93d-20e2d18973ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:27:25.621Z|2d219959-5a47-4698-abe5-99e17bb6c947|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:27:25.622Z|2d219959-5a47-4698-abe5-99e17bb6c947|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:27:32.759Z|5b22cad4-21aa-4012-8732-c73ac3cdb611|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:27:32.761Z|5b22cad4-21aa-4012-8732-c73ac3cdb611|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:33.219Z|6e336b39-f979-4a61-850e-6dea944bfefa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:33.220Z|91d210d0-68e1-4eeb-b5d5-7fa59eb26262|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:33.220Z|6e336b39-f979-4a61-850e-6dea944bfefa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:33.222Z|91d210d0-68e1-4eeb-b5d5-7fa59eb26262|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:33.224Z|515dffa5-a93b-4ee6-9955-9bc7ba3ea6f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:33.224Z|515dffa5-a93b-4ee6-9955-9bc7ba3ea6f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:40.486Z|0f98af84-37f1-4190-a97d-aecccdf7c4b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:27:40.487Z|0f98af84-37f1-4190-a97d-aecccdf7c4b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:27:43.251Z|c61f41b9-8830-4b5a-b2cf-52e492169691|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:43.252Z|c61f41b9-8830-4b5a-b2cf-52e492169691|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:43.255Z|6296f3a4-37eb-4655-bd6f-6b478caf0117|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:43.256Z|6296f3a4-37eb-4655-bd6f-6b478caf0117|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:43.259Z|e1cd274e-3c1a-424e-ab0f-d6e92b817ea2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:43.260Z|e1cd274e-3c1a-424e-ab0f-d6e92b817ea2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:53.287Z|cc29a38e-d910-428b-9d2b-7a0b57d57a9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:53.287Z|ef023cf7-ae94-4b76-8ba7-74cf516d903d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:53.287Z|6db15d5f-9051-4e1c-b876-f5df5f6acca8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:27:53.288Z|cc29a38e-d910-428b-9d2b-7a0b57d57a9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:53.288Z|ef023cf7-ae94-4b76-8ba7-74cf516d903d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:53.288Z|6db15d5f-9051-4e1c-b876-f5df5f6acca8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:27:55.486Z|1e8f6368-cd95-4a67-9e11-dc2f800314e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:27:55.490Z|1e8f6368-cd95-4a67-9e11-dc2f800314e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:27:55.623Z|4f1f9fbe-d8f4-4ca0-a5b7-4e539bd3a95e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:27:55.624Z|4f1f9fbe-d8f4-4ca0-a5b7-4e539bd3a95e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:28:03.325Z|b7d92ddb-265c-467e-9c40-647aadd3c059|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:03.325Z|70a21c5f-e1fb-4a24-962d-0ea2fcba031d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:03.325Z|68f0b4e5-7a99-40de-80d5-a0467f730afd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:03.326Z|b7d92ddb-265c-467e-9c40-647aadd3c059|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:03.326Z|70a21c5f-e1fb-4a24-962d-0ea2fcba031d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:03.326Z|68f0b4e5-7a99-40de-80d5-a0467f730afd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:10.486Z|be2f7fa8-a61e-4252-9f2e-b7caec61336d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:28:10.487Z|be2f7fa8-a61e-4252-9f2e-b7caec61336d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:28:13.358Z|0093b791-9aa3-42eb-beef-94147f2976c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:13.358Z|a8b5967a-910d-426a-8c70-d500096d622e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:13.359Z|e1ab8e16-1661-4dd5-bc73-3fb2cd87001a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:13.359Z|0093b791-9aa3-42eb-beef-94147f2976c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:13.359Z|a8b5967a-910d-426a-8c70-d500096d622e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:13.359Z|e1ab8e16-1661-4dd5-bc73-3fb2cd87001a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:23.389Z|a4076b97-9577-47ee-ac85-bbef2950dd59|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:23.389Z|e35b29b9-135f-4eaf-9328-8a9f7f9792b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:23.389Z|5fc9f432-6f82-45e2-8534-2eb29dff167a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:23.390Z|a4076b97-9577-47ee-ac85-bbef2950dd59|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:23.390Z|e35b29b9-135f-4eaf-9328-8a9f7f9792b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:23.392Z|5fc9f432-6f82-45e2-8534-2eb29dff167a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:25.486Z|035acc78-4ce1-458b-93af-355942dd95c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:28:25.486Z|035acc78-4ce1-458b-93af-355942dd95c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:28:25.625Z|20a5908a-f6e5-4c1f-9dff-85178ec8d31c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:28:25.626Z|20a5908a-f6e5-4c1f-9dff-85178ec8d31c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:28:32.757Z|0749eac6-6463-499a-8fe8-45ae9d136171|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:28:32.758Z|0749eac6-6463-499a-8fe8-45ae9d136171|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:33.420Z|83d889f7-4068-44a3-bbb0-50ecf300e8ae|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:33.420Z|23105a41-19f8-49b8-ad28-e675194fba72|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:33.421Z|23105a41-19f8-49b8-ad28-e675194fba72|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:33.421Z|83d889f7-4068-44a3-bbb0-50ecf300e8ae|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:33.424Z|d1898c8b-fa78-493d-8c19-fdb19eb8822b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:33.424Z|d1898c8b-fa78-493d-8c19-fdb19eb8822b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:40.486Z|c9478ab1-a611-4c2c-b6e7-e72d358535c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:28:40.489Z|c9478ab1-a611-4c2c-b6e7-e72d358535c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:28:43.449Z|f6c32626-6daa-4d89-873b-e6b296cea46a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:43.449Z|e268f7a2-5984-4dd9-b705-cc6bcf491987|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:43.450Z|e268f7a2-5984-4dd9-b705-cc6bcf491987|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:43.450Z|f6c32626-6daa-4d89-873b-e6b296cea46a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:43.453Z|dc8eb77d-31f6-4867-8337-0a63808fd98a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:43.455Z|dc8eb77d-31f6-4867-8337-0a63808fd98a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:53.475Z|6e3843ac-5dab-4dc8-baee-476e9780bc55|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:53.475Z|f46a1bf5-fad0-49fd-80dc-5ecaeb76e3e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:53.476Z|6e3843ac-5dab-4dc8-baee-476e9780bc55|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:53.476Z|f46a1bf5-fad0-49fd-80dc-5ecaeb76e3e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:53.479Z|609ac379-9139-4b2c-87ca-d52ca64789cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:28:53.479Z|609ac379-9139-4b2c-87ca-d52ca64789cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:28:55.486Z|c73ccfd9-2ba3-4de9-bba0-b9f309f36dbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:28:55.486Z|c73ccfd9-2ba3-4de9-bba0-b9f309f36dbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:28:55.626Z|41d02729-8376-4ec8-9517-db4ee2ff5dce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:28:55.627Z|41d02729-8376-4ec8-9517-db4ee2ff5dce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:29:03.503Z|7cbc70d6-b329-48c9-8d47-f32cfae822a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:03.503Z|4f0100f0-4bbd-4330-9742-6e8d15630d46|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:03.503Z|2e8c6e21-2c8e-47ca-891c-0861c57e361a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:03.504Z|2e8c6e21-2c8e-47ca-891c-0861c57e361a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:03.504Z|7cbc70d6-b329-48c9-8d47-f32cfae822a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:03.508Z|4f0100f0-4bbd-4330-9742-6e8d15630d46|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:10.485Z|4248e64f-b556-4dca-b002-f0faac15ae3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:29:10.486Z|4248e64f-b556-4dca-b002-f0faac15ae3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:29:13.533Z|6266861c-cdb0-42e5-864f-ebe59218bd95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:13.533Z|4b3f7ee8-a74e-4fee-86a3-4946e73025f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:13.533Z|7c05d9da-7da6-44dc-a9fa-59ff08af520d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:13.534Z|4b3f7ee8-a74e-4fee-86a3-4946e73025f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:13.534Z|6266861c-cdb0-42e5-864f-ebe59218bd95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:13.534Z|7c05d9da-7da6-44dc-a9fa-59ff08af520d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:23.561Z|a770a9a5-f24e-4ec0-a75f-937e7793de86|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:23.561Z|86aa218c-b3ee-4ece-b09b-2f63c57c46ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:23.561Z|9fbeb86a-0b4b-440f-96be-f5bcf4df61c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:23.562Z|86aa218c-b3ee-4ece-b09b-2f63c57c46ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:23.562Z|9fbeb86a-0b4b-440f-96be-f5bcf4df61c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:23.562Z|a770a9a5-f24e-4ec0-a75f-937e7793de86|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:25.486Z|bccc7c12-ef30-4b31-9fa6-7aa9ab2bc817|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:29:25.490Z|bccc7c12-ef30-4b31-9fa6-7aa9ab2bc817|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:29:25.629Z|fc679ff9-4e40-4c43-9d2f-6cf213e6bafb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:29:25.630Z|fc679ff9-4e40-4c43-9d2f-6cf213e6bafb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:29:32.758Z|9359bd0b-87ca-42ff-9d55-be28e569bae9|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:29:32.759Z|9359bd0b-87ca-42ff-9d55-be28e569bae9|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:33.591Z|226c33a4-dc07-45de-a322-c9c55dbfe31e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:33.591Z|49454a44-f878-434e-a3eb-115c75a3b9b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:33.591Z|315e1a70-ad18-4a68-aa77-0137078cd1b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:33.592Z|226c33a4-dc07-45de-a322-c9c55dbfe31e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:33.592Z|315e1a70-ad18-4a68-aa77-0137078cd1b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:33.592Z|49454a44-f878-434e-a3eb-115c75a3b9b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:40.486Z|4847049b-fd21-4fd9-801b-c0df01b9cde4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:29:40.486Z|4847049b-fd21-4fd9-801b-c0df01b9cde4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:29:43.618Z|bdc4e0f7-10fd-4435-98b0-eff1f51109b4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:43.618Z|da64e736-7445-45f7-a026-e6154f174a42|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:43.618Z|c6de1a19-3115-43cd-b9e8-d215936197ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:43.619Z|bdc4e0f7-10fd-4435-98b0-eff1f51109b4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:43.619Z|da64e736-7445-45f7-a026-e6154f174a42|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:43.619Z|c6de1a19-3115-43cd-b9e8-d215936197ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:53.650Z|0c9aac3c-122d-4eab-b6a1-23b870c78b95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:53.651Z|0c9aac3c-122d-4eab-b6a1-23b870c78b95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:53.653Z|b3be5d0c-7112-41c6-8e8a-485883cfa9db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:53.653Z|b3be5d0c-7112-41c6-8e8a-485883cfa9db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:53.657Z|4d806141-af22-4293-b362-f5e7b9e1f409|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:29:53.658Z|4d806141-af22-4293-b362-f5e7b9e1f409|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:29:55.485Z|215cb514-6aaa-43ba-8576-1a760d1f6e1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:29:55.486Z|215cb514-6aaa-43ba-8576-1a760d1f6e1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:29:55.632Z|29daf39e-a88a-4e27-91ad-26588af606aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:29:55.632Z|29daf39e-a88a-4e27-91ad-26588af606aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:30:03.684Z|f5ee0122-55e3-4e40-86af-7700f3f8edb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:03.684Z|176095f3-59ad-4717-b573-489654addcc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:03.684Z|ef2d3285-6c18-4064-8f1d-9913024d17ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:03.685Z|f5ee0122-55e3-4e40-86af-7700f3f8edb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:03.685Z|ef2d3285-6c18-4064-8f1d-9913024d17ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:03.685Z|176095f3-59ad-4717-b573-489654addcc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:10.485Z|36445bfa-85d7-4031-a861-e1a9c7d0156b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:30:10.489Z|36445bfa-85d7-4031-a861-e1a9c7d0156b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:30:13.711Z|8bf0e16f-3bac-44ea-b703-dd67f68a270d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:13.711Z|f46d7a21-d870-439f-8b8b-a3b72e4872f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:13.711Z|43280921-c685-4bcb-9bba-2056d84a12e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:13.711Z|43280921-c685-4bcb-9bba-2056d84a12e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:13.711Z|f46d7a21-d870-439f-8b8b-a3b72e4872f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:13.713Z|8bf0e16f-3bac-44ea-b703-dd67f68a270d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:23.738Z|e8ef3d45-4dd2-4b06-a2eb-0d0b43294a2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:23.738Z|e6b07e82-cc7d-44ca-89b6-f7c654ac530f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:23.738Z|a09955f5-5f4d-44e5-ae9c-973bba872a1d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:23.739Z|a09955f5-5f4d-44e5-ae9c-973bba872a1d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:23.739Z|e8ef3d45-4dd2-4b06-a2eb-0d0b43294a2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:23.739Z|e6b07e82-cc7d-44ca-89b6-f7c654ac530f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:25.485Z|90abc214-8cca-4883-98ef-35db596725a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:30:25.486Z|90abc214-8cca-4883-98ef-35db596725a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:30:25.633Z|86278581-65f4-44dc-8407-c10e6e128b83|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:30:25.634Z|86278581-65f4-44dc-8407-c10e6e128b83|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:30:32.757Z|70db0de2-2bfc-4c96-bdf0-094f8c258934|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:30:32.758Z|70db0de2-2bfc-4c96-bdf0-094f8c258934|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:33.767Z|139a5289-fc64-4b3c-854d-2c7dd75b2380|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:33.767Z|0a8efe0d-a4b3-4fad-99c8-abdccb0f7426|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:33.767Z|a0987802-0cb4-4c00-ba79-2ebd1cc6fa0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:33.768Z|139a5289-fc64-4b3c-854d-2c7dd75b2380|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:33.770Z|a0987802-0cb4-4c00-ba79-2ebd1cc6fa0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:33.768Z|0a8efe0d-a4b3-4fad-99c8-abdccb0f7426|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:40.486Z|7159b333-b259-4795-ba33-5b18228f1d01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:30:40.486Z|7159b333-b259-4795-ba33-5b18228f1d01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:30:43.797Z|de8cd339-062c-474c-b53b-b7d4ff0329d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:43.797Z|cb8154af-7364-4360-8139-2431477ef0d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:43.797Z|2232bcda-5a65-44c8-871e-0d000ff922f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:43.798Z|2232bcda-5a65-44c8-871e-0d000ff922f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:43.798Z|de8cd339-062c-474c-b53b-b7d4ff0329d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:43.798Z|cb8154af-7364-4360-8139-2431477ef0d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:53.824Z|f32990a7-4a77-4a11-a5d4-808a9c3645e9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:53.825Z|f32990a7-4a77-4a11-a5d4-808a9c3645e9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:53.825Z|7ce4b75d-a415-4521-bb89-ca536f20949a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:53.827Z|7ce4b75d-a415-4521-bb89-ca536f20949a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:53.831Z|9d3b33c3-793a-444e-a219-4e445b612554|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:30:53.831Z|9d3b33c3-793a-444e-a219-4e445b612554|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:30:55.485Z|d45200fd-2b03-400b-b752-9e036cefe104|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:30:55.488Z|d45200fd-2b03-400b-b752-9e036cefe104|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:30:55.635Z|5c2c1c91-9400-408a-bb46-cae94d976d91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:30:55.636Z|5c2c1c91-9400-408a-bb46-cae94d976d91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:31:03.854Z|48574565-07ef-436f-ab20-f30c7292fb56|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:03.854Z|6dad5436-f52d-45a0-9333-37d3b4f79eb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:03.854Z|447873e6-b5da-4558-8cb3-3881223e935c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:03.855Z|447873e6-b5da-4558-8cb3-3881223e935c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:03.855Z|48574565-07ef-436f-ab20-f30c7292fb56|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:03.855Z|6dad5436-f52d-45a0-9333-37d3b4f79eb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:10.486Z|1139bf2f-65d6-4372-a18f-ed3d1faea4e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:31:10.486Z|1139bf2f-65d6-4372-a18f-ed3d1faea4e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:31:13.883Z|adee2d6f-a144-44da-b4b0-5b1f48ca6522|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:13.884Z|adee2d6f-a144-44da-b4b0-5b1f48ca6522|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:13.884Z|3495fb61-fde6-47f1-bb95-aab17e817c70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:13.885Z|3495fb61-fde6-47f1-bb95-aab17e817c70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:13.883Z|33cbf0f7-e148-4f04-b929-9f6e239ffeb8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:13.888Z|33cbf0f7-e148-4f04-b929-9f6e239ffeb8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:23.910Z|15649619-eb3b-41c6-b42b-41f527516fc6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:23.910Z|12ad0856-16d5-4bce-8ccd-edbb3fba5a61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:23.911Z|15649619-eb3b-41c6-b42b-41f527516fc6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:23.911Z|12ad0856-16d5-4bce-8ccd-edbb3fba5a61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:23.913Z|0815aa02-eccb-4d0a-ba18-0581bec58579|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:23.914Z|0815aa02-eccb-4d0a-ba18-0581bec58579|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:25.486Z|c9cb4c03-55e1-4eb0-9bed-f1d25f7c78b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:31:25.486Z|c9cb4c03-55e1-4eb0-9bed-f1d25f7c78b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:31:25.636Z|8c5182b0-586c-4c74-927a-e39de7f73b07|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:31:25.637Z|8c5182b0-586c-4c74-927a-e39de7f73b07|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:31:32.758Z|a1dd5209-80b5-4df9-849f-860ba6e5dfdd|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:31:32.759Z|a1dd5209-80b5-4df9-849f-860ba6e5dfdd|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:33.940Z|f0309c42-8975-4401-b78d-a15c56c6135d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:33.941Z|14852a4a-3d01-480d-9c80-b14cade94b34|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:33.942Z|f0309c42-8975-4401-b78d-a15c56c6135d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:33.942Z|14852a4a-3d01-480d-9c80-b14cade94b34|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:33.946Z|aa146ee9-a171-464a-8df0-e5dda630efa4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:33.946Z|aa146ee9-a171-464a-8df0-e5dda630efa4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:40.485Z|2edb1933-2ec7-4655-b02c-1814fbe8c7a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:31:40.488Z|2edb1933-2ec7-4655-b02c-1814fbe8c7a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:31:43.972Z|05912233-0abd-488d-8579-6c7cfa4923dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:43.972Z|6590d648-109e-4f34-a9f0-d3203fc9e98a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:43.973Z|6590d648-109e-4f34-a9f0-d3203fc9e98a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:43.977Z|05912233-0abd-488d-8579-6c7cfa4923dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:43.979Z|9fe9dcf5-6bc9-4f45-b6bb-98cf97bb16cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:43.979Z|9fe9dcf5-6bc9-4f45-b6bb-98cf97bb16cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:54.005Z|0e4d5a05-ceab-472a-8659-a0ae5617adea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:54.005Z|72933bc2-6299-4726-bd4a-24465766d650|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:54.006Z|0e4d5a05-ceab-472a-8659-a0ae5617adea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:54.006Z|72933bc2-6299-4726-bd4a-24465766d650|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:54.011Z|8dd69eed-dbe7-46d7-90f5-af310e6f7acb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:31:54.012Z|8dd69eed-dbe7-46d7-90f5-af310e6f7acb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:31:55.486Z|f0c1a074-37dd-4062-b687-63d3935ae90b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:31:55.487Z|f0c1a074-37dd-4062-b687-63d3935ae90b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:31:55.638Z|7a87b885-2b63-4f03-bd72-3de366a969d7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:31:55.639Z|7a87b885-2b63-4f03-bd72-3de366a969d7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:32:04.033Z|0b9d9fb8-f030-4234-9754-48acb03486a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:04.033Z|811159be-1e11-4a2d-8793-22510f16885c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:04.033Z|889fb5f0-296a-415d-874b-05218e65d8ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:04.033Z|811159be-1e11-4a2d-8793-22510f16885c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:04.034Z|889fb5f0-296a-415d-874b-05218e65d8ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:04.034Z|0b9d9fb8-f030-4234-9754-48acb03486a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:10.486Z|32aa0e5c-3d52-4f52-b0e3-b03517e05067|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:32:10.487Z|32aa0e5c-3d52-4f52-b0e3-b03517e05067|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:32:14.059Z|f99efa80-46ee-41d0-922e-848d10ee891e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:14.059Z|6dadbff1-7e8b-4783-b2b4-6f09982d2d64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:14.059Z|4d181ec7-0dec-45f9-997d-ab38b74b3999|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:14.060Z|f99efa80-46ee-41d0-922e-848d10ee891e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:14.060Z|6dadbff1-7e8b-4783-b2b4-6f09982d2d64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:14.060Z|4d181ec7-0dec-45f9-997d-ab38b74b3999|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:24.087Z|32684365-86f2-4833-99e7-078776669ae8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:24.087Z|dd77e893-ff2f-4819-86ac-d25a2268b6a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:24.088Z|32684365-86f2-4833-99e7-078776669ae8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:24.088Z|dd77e893-ff2f-4819-86ac-d25a2268b6a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:24.090Z|e1064b0c-d38b-4c32-a841-d248dbb36de9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:24.091Z|e1064b0c-d38b-4c32-a841-d248dbb36de9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:25.486Z|abdfa7ad-44b6-4c7e-a240-c3754bad23b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:32:25.489Z|abdfa7ad-44b6-4c7e-a240-c3754bad23b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:32:25.640Z|4d28ddbd-943a-4547-9126-89eee9c6500d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:32:25.641Z|4d28ddbd-943a-4547-9126-89eee9c6500d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:32:32.756Z|766cac9a-ea2e-4d51-8a94-272edf5c90ff|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:32:32.758Z|766cac9a-ea2e-4d51-8a94-272edf5c90ff|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:34.118Z|7690f36b-2bc5-4a65-86ce-63ec19bd3b42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:34.117Z|57804b78-ed54-416f-b588-31f149b081f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:34.118Z|3ac103f0-d31b-45cc-a2c7-648537d75f92|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:34.118Z|57804b78-ed54-416f-b588-31f149b081f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:34.119Z|7690f36b-2bc5-4a65-86ce-63ec19bd3b42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:34.118Z|3ac103f0-d31b-45cc-a2c7-648537d75f92|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:40.486Z|12e603b0-1ed2-4e26-8856-6dbf95cd06d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:32:40.487Z|12e603b0-1ed2-4e26-8856-6dbf95cd06d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:32:44.153Z|2d43215b-b7ca-4255-a2fb-b4ac0b775f8c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:44.153Z|8c26b007-0f9c-44de-84b5-48988f94602e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:44.153Z|584cee03-4986-43fd-86cd-f50cce1156d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:44.154Z|2d43215b-b7ca-4255-a2fb-b4ac0b775f8c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:44.154Z|8c26b007-0f9c-44de-84b5-48988f94602e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:44.156Z|584cee03-4986-43fd-86cd-f50cce1156d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:54.183Z|5a33b33e-d5b6-4efb-bd57-7d37b99ace54|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:54.183Z|5a33b33e-d5b6-4efb-bd57-7d37b99ace54|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:54.187Z|2878e50d-2bbd-4f81-82f6-da80c3f94b06|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:54.188Z|2878e50d-2bbd-4f81-82f6-da80c3f94b06|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:54.190Z|1611ab38-ad07-41c6-830b-789b5537b6dd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:32:54.190Z|1611ab38-ad07-41c6-830b-789b5537b6dd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:32:55.485Z|266705a5-8889-4206-a971-eb367ba14353|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:32:55.486Z|266705a5-8889-4206-a971-eb367ba14353|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:32:55.642Z|90fdac38-9057-493e-8c86-aa99cc6334e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:32:55.642Z|90fdac38-9057-493e-8c86-aa99cc6334e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:33:04.210Z|a87e6446-73b9-4fce-9393-346ccedc906f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:04.210Z|28b83ed4-b94d-4563-b69e-c7b9744a4b8c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:04.210Z|8fc616a7-6093-4b53-808c-73c492568ccd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:04.211Z|8fc616a7-6093-4b53-808c-73c492568ccd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:04.211Z|28b83ed4-b94d-4563-b69e-c7b9744a4b8c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:04.211Z|a87e6446-73b9-4fce-9393-346ccedc906f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:10.485Z|eab27bc9-9b0a-4210-ae63-740a6da6baa1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:33:10.488Z|eab27bc9-9b0a-4210-ae63-740a6da6baa1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:33:14.239Z|6338e87f-bad6-4e2a-98a4-03f22bf4b299|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:14.240Z|6338e87f-bad6-4e2a-98a4-03f22bf4b299|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:14.240Z|2eb286f2-1cab-44d4-b6b9-ae76e50f45e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:14.243Z|2eb286f2-1cab-44d4-b6b9-ae76e50f45e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:14.243Z|bd337504-1691-47fb-ac9b-06eca175b02f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:14.244Z|bd337504-1691-47fb-ac9b-06eca175b02f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:24.270Z|2d493a90-d2cf-4990-b0da-a96ebd1b8971|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:24.270Z|d485a2ef-71aa-4fe0-af8c-9ddbe1c7b604|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:24.271Z|d485a2ef-71aa-4fe0-af8c-9ddbe1c7b604|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:24.271Z|2d493a90-d2cf-4990-b0da-a96ebd1b8971|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:24.271Z|dad05620-5dfc-45f3-bcb2-618c335a78ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:24.272Z|dad05620-5dfc-45f3-bcb2-618c335a78ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:25.485Z|dcf82855-d785-45cd-8bc2-1367de2000b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:33:25.486Z|dcf82855-d785-45cd-8bc2-1367de2000b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:33:25.643Z|579a7119-d69c-414a-8f2f-c29af379bbf9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:33:25.644Z|579a7119-d69c-414a-8f2f-c29af379bbf9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:33:32.757Z|1e81a5c7-b06f-4b11-966e-bc671511de56|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:33:32.758Z|1e81a5c7-b06f-4b11-966e-bc671511de56|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:34.297Z|33986748-3c6f-463d-bf61-463b66aae94c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:34.298Z|01210d55-1317-4e24-81f2-21bd787d7819|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:34.298Z|33986748-3c6f-463d-bf61-463b66aae94c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:34.299Z|01210d55-1317-4e24-81f2-21bd787d7819|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:34.302Z|4f62b99f-2bdc-4faf-8c6c-3a0c4cf86dde|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:34.303Z|4f62b99f-2bdc-4faf-8c6c-3a0c4cf86dde|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:40.485Z|05cf1249-1fca-4e95-a189-c0eec9cef72e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:33:40.486Z|05cf1249-1fca-4e95-a189-c0eec9cef72e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:33:44.324Z|75697b0a-3f94-42f0-beeb-da7d7400eff7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:44.324Z|b327deee-7612-4c8b-a8b6-302ce55038d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:44.324Z|2f9a966d-5060-48e1-84d7-a5ee8fa7e11c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:44.325Z|75697b0a-3f94-42f0-beeb-da7d7400eff7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:44.326Z|b327deee-7612-4c8b-a8b6-302ce55038d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:44.326Z|2f9a966d-5060-48e1-84d7-a5ee8fa7e11c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:54.353Z|0b3ce327-e477-4bcf-82c6-051c354a76b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:54.353Z|8ba4737a-db35-48fc-a1b4-51407df30e24|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:54.353Z|4abb2629-41d1-416f-a700-7abcf013664d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:33:54.354Z|0b3ce327-e477-4bcf-82c6-051c354a76b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:54.354Z|8ba4737a-db35-48fc-a1b4-51407df30e24|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:54.354Z|4abb2629-41d1-416f-a700-7abcf013664d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:33:55.485Z|d46fc831-70ff-4dd8-8c87-77bd7790f4ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:33:55.489Z|d46fc831-70ff-4dd8-8c87-77bd7790f4ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:33:55.646Z|74f181c1-331e-4b13-83a1-56a743b4d1d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:33:55.647Z|74f181c1-331e-4b13-83a1-56a743b4d1d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:34:04.382Z|671590bf-c02d-41c7-8fc8-22c52e7efc46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:04.381Z|921b9c15-05ec-49ff-94dc-d72695e2fb55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:04.382Z|736ebe22-8202-4cfa-82ae-19ca95787f0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:04.382Z|671590bf-c02d-41c7-8fc8-22c52e7efc46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:04.382Z|921b9c15-05ec-49ff-94dc-d72695e2fb55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:04.383Z|736ebe22-8202-4cfa-82ae-19ca95787f0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:10.490Z|9d764486-1bc6-4ec5-b48d-311a220209ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:34:10.490Z|9d764486-1bc6-4ec5-b48d-311a220209ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:34:14.407Z|15a8b358-a54e-4c7f-9cd6-fa975dc95705|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:14.407Z|31825897-77bf-4c2a-bbb8-a80807e4ce82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:14.408Z|f2119b9f-50c3-4a8f-89bd-14f3e3bbfcb9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:14.408Z|15a8b358-a54e-4c7f-9cd6-fa975dc95705|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:14.408Z|f2119b9f-50c3-4a8f-89bd-14f3e3bbfcb9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:14.408Z|31825897-77bf-4c2a-bbb8-a80807e4ce82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:24.434Z|1c6b676b-c24a-4573-93fc-668344257dbc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:24.434Z|1f74584e-bfa6-4f9b-8848-a5350af1f812|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:24.434Z|ce6fe515-673d-4ed2-bb5d-42dadb320bef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:24.435Z|1f74584e-bfa6-4f9b-8848-a5350af1f812|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:24.435Z|ce6fe515-673d-4ed2-bb5d-42dadb320bef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:24.435Z|1c6b676b-c24a-4573-93fc-668344257dbc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:25.485Z|7d624bdb-97de-458c-81f2-46bf023b9d78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:34:25.486Z|7d624bdb-97de-458c-81f2-46bf023b9d78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:34:25.647Z|8325ea78-9221-44ef-8758-b6a46d8d5fef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:34:25.648Z|8325ea78-9221-44ef-8758-b6a46d8d5fef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:34:32.757Z|ed1abdac-4a4c-4732-8767-4e122972766d|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:34:32.758Z|ed1abdac-4a4c-4732-8767-4e122972766d|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:34.461Z|2d0d1150-545d-4ecb-8362-4af5cca6a981|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:34.461Z|390b4481-9bbe-4c61-8b8c-e77a383b4aef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:34.461Z|b1375e3b-5f83-41ac-8429-8ea6b35df825|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:34.462Z|2d0d1150-545d-4ecb-8362-4af5cca6a981|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:34.462Z|b1375e3b-5f83-41ac-8429-8ea6b35df825|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:34.463Z|390b4481-9bbe-4c61-8b8c-e77a383b4aef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:40.485Z|43b4689f-b8b0-4973-95d0-5715819174ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:34:40.488Z|43b4689f-b8b0-4973-95d0-5715819174ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:34:44.487Z|dd2c342a-bc91-46f9-aab1-c0bcd228e52b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:44.487Z|44813edd-235f-4465-a950-c6bbae491038|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:44.487Z|ae7fce68-3661-46ad-9b26-36ed89d637cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:44.488Z|dd2c342a-bc91-46f9-aab1-c0bcd228e52b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:44.488Z|44813edd-235f-4465-a950-c6bbae491038|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:44.490Z|ae7fce68-3661-46ad-9b26-36ed89d637cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:54.515Z|c7237c85-ab12-4999-a40b-310e7aa474be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:54.515Z|d9a95243-fe20-4b7b-92c9-b6f6af9f8f17|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:54.516Z|7e799a9c-842c-4573-bf36-56fc9d764fa3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:34:54.516Z|d9a95243-fe20-4b7b-92c9-b6f6af9f8f17|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:54.517Z|c7237c85-ab12-4999-a40b-310e7aa474be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:54.517Z|7e799a9c-842c-4573-bf36-56fc9d764fa3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:34:55.485Z|c6816279-246a-4942-bb7e-7458d03a82a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:34:55.486Z|c6816279-246a-4942-bb7e-7458d03a82a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:34:55.649Z|c043b0e6-4ef7-439b-80ae-dd893b9de5f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:34:55.650Z|c043b0e6-4ef7-439b-80ae-dd893b9de5f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:35:04.543Z|2896f664-d8a7-492c-81b5-e63ec6f0ba8e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:04.544Z|5972f2cd-ee60-46d3-964a-42600cea8c62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:04.544Z|78387ac9-0cf0-4a51-b72f-562def9b5889|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:04.544Z|2896f664-d8a7-492c-81b5-e63ec6f0ba8e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:04.544Z|78387ac9-0cf0-4a51-b72f-562def9b5889|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:04.544Z|5972f2cd-ee60-46d3-964a-42600cea8c62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:10.485Z|b920cfd2-6bc9-418e-b561-5a3c5c822fe9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:35:10.486Z|b920cfd2-6bc9-418e-b561-5a3c5c822fe9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:35:14.571Z|87617965-0955-46ca-95fb-fbea22fb9ddc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:14.571Z|d44cb192-be6d-48a8-8869-ca047cb821b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:14.572Z|87617965-0955-46ca-95fb-fbea22fb9ddc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:14.572Z|d44cb192-be6d-48a8-8869-ca047cb821b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:14.578Z|9826aa77-6128-475f-bf87-c2a6c01fc935|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:14.579Z|9826aa77-6128-475f-bf87-c2a6c01fc935|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:24.598Z|4a719782-faaa-404c-af99-4ea1a999fc6e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:24.598Z|c402f7b6-30a3-4c25-bb5c-67ef073c5cf0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:24.598Z|4a719782-faaa-404c-af99-4ea1a999fc6e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:24.598Z|c402f7b6-30a3-4c25-bb5c-67ef073c5cf0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:24.606Z|73a175ed-ef59-40b6-a901-dd9babf171b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:24.606Z|73a175ed-ef59-40b6-a901-dd9babf171b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:25.485Z|a5a4168d-b3e2-4e14-bc11-6fc59332c75d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:35:25.488Z|a5a4168d-b3e2-4e14-bc11-6fc59332c75d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:35:25.652Z|265ccf64-4e52-4a73-b3eb-7ad8068e45ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:35:25.652Z|265ccf64-4e52-4a73-b3eb-7ad8068e45ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:35:32.756Z|7f3c40da-7507-4f03-be39-dc4f29e375ff|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:35:32.757Z|7f3c40da-7507-4f03-be39-dc4f29e375ff|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:34.624Z|1f3d50bf-e38f-441e-a4cd-d85ea42e6019|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:34.624Z|9f8fbfb0-dd70-46b8-b74a-f141af687c54|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:34.624Z|1f3d50bf-e38f-441e-a4cd-d85ea42e6019|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:34.624Z|9f8fbfb0-dd70-46b8-b74a-f141af687c54|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:34.631Z|ae54022c-2e53-44e4-8765-1ebb56b85625|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:34.632Z|ae54022c-2e53-44e4-8765-1ebb56b85625|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:40.485Z|0afa7da1-3371-4676-9102-c9903576b940|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:35:40.486Z|0afa7da1-3371-4676-9102-c9903576b940|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:35:44.651Z|9325ed36-4d35-4141-aca5-87e9f164f1e2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:44.652Z|9325ed36-4d35-4141-aca5-87e9f164f1e2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:44.657Z|07e1e32e-b51a-43dd-97a2-d6be8dc69ae7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:44.658Z|07e1e32e-b51a-43dd-97a2-d6be8dc69ae7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:44.659Z|e84a753f-6702-450e-8e14-65516848bf6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:44.660Z|e84a753f-6702-450e-8e14-65516848bf6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:54.676Z|0cd8dbe5-3bac-4626-bf80-fdf3957507cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:54.678Z|0cd8dbe5-3bac-4626-bf80-fdf3957507cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:54.680Z|575db30a-9850-4382-9fb3-189bf22b8308|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:54.681Z|575db30a-9850-4382-9fb3-189bf22b8308|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:54.683Z|21244d4a-971b-4b2e-ae35-8b87147af2b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:35:54.685Z|21244d4a-971b-4b2e-ae35-8b87147af2b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:35:55.485Z|224e32c8-c472-444d-a2d8-e859b045008a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:35:55.486Z|224e32c8-c472-444d-a2d8-e859b045008a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:35:55.653Z|f266a5b7-769b-4eef-8d4d-9884c23d3e35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:35:55.654Z|f266a5b7-769b-4eef-8d4d-9884c23d3e35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:36:04.734Z|f8fd288d-2a64-447c-a113-236a0fcde012|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:04.734Z|5be3895e-8c2c-459e-a0ee-bb389856d8e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:04.735Z|78b708e9-8b7c-47ed-a753-552ff975738d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:04.735Z|f8fd288d-2a64-447c-a113-236a0fcde012|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:04.735Z|5be3895e-8c2c-459e-a0ee-bb389856d8e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:04.736Z|78b708e9-8b7c-47ed-a753-552ff975738d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:10.486Z|e7958687-5e66-4ad4-9a4f-cd707b755eb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:36:10.489Z|e7958687-5e66-4ad4-9a4f-cd707b755eb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:36:14.764Z|90680061-91fb-47bb-b41d-20f3ad3e1323|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:14.765Z|90680061-91fb-47bb-b41d-20f3ad3e1323|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:14.771Z|f24a0961-4477-43de-814a-aeb924eb2171|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:14.771Z|f24a0961-4477-43de-814a-aeb924eb2171|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:14.773Z|4382c5a2-4931-420b-8fc6-97e58f0154d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:14.774Z|4382c5a2-4931-420b-8fc6-97e58f0154d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:24.793Z|755a7b58-24d8-4fd8-be3f-5ce0e627a0d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:24.793Z|f55d44c3-8d43-4bd7-a623-c830dd0af372|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:24.794Z|755a7b58-24d8-4fd8-be3f-5ce0e627a0d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:24.794Z|f55d44c3-8d43-4bd7-a623-c830dd0af372|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:24.838Z|b226bbdb-f8e2-4348-9fad-9007260ed04c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:24.839Z|b226bbdb-f8e2-4348-9fad-9007260ed04c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:25.485Z|aa34b92c-649c-4dd7-8579-4444d32e4404|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:36:25.486Z|aa34b92c-649c-4dd7-8579-4444d32e4404|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:36:25.655Z|c60c7cf0-0eca-463c-8fd4-3cf9a3636df9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:36:25.655Z|c60c7cf0-0eca-463c-8fd4-3cf9a3636df9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:36:32.757Z|61d4580f-a672-42be-95c4-fac1d4ed36b8|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:36:32.758Z|61d4580f-a672-42be-95c4-fac1d4ed36b8|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:34.836Z|35d7b356-4bba-44de-8668-ed2131ada377|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:34.836Z|bee35a12-ef02-4db3-9af6-d66457171be9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:34.836Z|bee35a12-ef02-4db3-9af6-d66457171be9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:34.836Z|35d7b356-4bba-44de-8668-ed2131ada377|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:34.863Z|96fc5187-c9a3-4874-9b60-e133ae6b02bc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:34.863Z|96fc5187-c9a3-4874-9b60-e133ae6b02bc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:40.485Z|ad605b4d-c942-4946-815a-271398c26d41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:36:40.486Z|ad605b4d-c942-4946-815a-271398c26d41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:36:44.862Z|12a1092d-ca02-4d3f-9325-5927c853bcbd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:44.863Z|12a1092d-ca02-4d3f-9325-5927c853bcbd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:44.865Z|94db7696-10cc-4a8c-81e5-b39af3975c95|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:44.866Z|94db7696-10cc-4a8c-81e5-b39af3975c95|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:44.887Z|3ffcb56e-8e7d-4f74-bf58-c7380a5ad6d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:44.887Z|3ffcb56e-8e7d-4f74-bf58-c7380a5ad6d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:54.886Z|a80a09e4-0747-420a-a457-7a29d009aca2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:54.886Z|a847bcf3-57aa-4197-8717-9e1bc5e3cfab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:54.887Z|a80a09e4-0747-420a-a457-7a29d009aca2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:54.887Z|a847bcf3-57aa-4197-8717-9e1bc5e3cfab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:54.907Z|d1041404-0b20-4636-ad96-974fcecf3009|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:36:54.908Z|d1041404-0b20-4636-ad96-974fcecf3009|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:36:55.485Z|3ecc61fe-7ed8-45c9-a521-ac75a0766bd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:36:55.488Z|3ecc61fe-7ed8-45c9-a521-ac75a0766bd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:36:55.656Z|cfa2a3f7-6b29-4dc6-9cd2-eb8dbb6741bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:36:55.657Z|cfa2a3f7-6b29-4dc6-9cd2-eb8dbb6741bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:37:04.914Z|dbb5ed03-5900-466b-96aa-2fe6c3d83217|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:04.915Z|dbb5ed03-5900-466b-96aa-2fe6c3d83217|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:04.914Z|7983911d-21e6-4a31-80c4-4ed9bfdc9102|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:04.919Z|7983911d-21e6-4a31-80c4-4ed9bfdc9102|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:04.928Z|67e08b51-fb49-447c-873b-6159dfbba2ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:04.928Z|67e08b51-fb49-447c-873b-6159dfbba2ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:10.486Z|ebc32bac-b903-4dc6-b26c-8759ba05e284|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:37:10.487Z|ebc32bac-b903-4dc6-b26c-8759ba05e284|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:37:14.940Z|78cb9bf1-ce7b-4b8d-b8d4-3760c80e90a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:14.940Z|13d640fa-29f5-4017-9240-44649775967d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:14.941Z|13d640fa-29f5-4017-9240-44649775967d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:14.941Z|78cb9bf1-ce7b-4b8d-b8d4-3760c80e90a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:14.949Z|4e912405-abe5-4b52-befa-f3d24ba20a1e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:14.950Z|4e912405-abe5-4b52-befa-f3d24ba20a1e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:24.967Z|acd062b6-9ac0-4958-9bd0-5122130719f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:24.967Z|19882418-7843-4e24-bd82-a0c522fe860e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:24.967Z|acd062b6-9ac0-4958-9bd0-5122130719f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:24.967Z|19882418-7843-4e24-bd82-a0c522fe860e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:24.972Z|0b17ad29-6820-497f-a923-488bcea491b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:24.973Z|0b17ad29-6820-497f-a923-488bcea491b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:25.485Z|485eb996-867e-4670-9a10-9221dc5e0857|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:37:25.486Z|485eb996-867e-4670-9a10-9221dc5e0857|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:37:25.658Z|617a6046-9080-437c-94bb-aece1b638e34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:37:25.658Z|617a6046-9080-437c-94bb-aece1b638e34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:37:32.757Z|ffcc5f68-c640-4977-b9b4-0cccf7671d9a|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:37:32.759Z|ffcc5f68-c640-4977-b9b4-0cccf7671d9a|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:34.992Z|9a262a37-432c-4035-ac8f-a60510c17caf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:34.993Z|16f5ed5a-d4da-49bb-b08f-95137579f2fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:34.993Z|9a262a37-432c-4035-ac8f-a60510c17caf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:34.993Z|fda27c3d-6e37-48c4-97c0-1eb58034cab0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:34.993Z|16f5ed5a-d4da-49bb-b08f-95137579f2fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:34.997Z|fda27c3d-6e37-48c4-97c0-1eb58034cab0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:40.486Z|2b4d65d2-5763-4070-8183-6e13f7b3fe85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:37:40.489Z|2b4d65d2-5763-4070-8183-6e13f7b3fe85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:37:45.022Z|7fa9fdd3-77c0-45fe-b73a-9176f79f2181|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:45.022Z|e81856c0-af7e-4ab7-ab2d-4dd6036c708f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:45.022Z|818108a3-c86a-4b09-b6db-702ac8882db6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:45.023Z|7fa9fdd3-77c0-45fe-b73a-9176f79f2181|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:45.023Z|e81856c0-af7e-4ab7-ab2d-4dd6036c708f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:45.026Z|818108a3-c86a-4b09-b6db-702ac8882db6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:55.052Z|46f49484-5edd-4353-809b-7e6d9af94bb3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:55.052Z|83db7bcc-4d5e-4e3b-bc30-2ad301fb30fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:55.052Z|83db7bcc-4d5e-4e3b-bc30-2ad301fb30fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:55.052Z|37cea52b-dd87-43f6-b2b3-2d85ea2eb3fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:37:55.052Z|46f49484-5edd-4353-809b-7e6d9af94bb3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:55.054Z|37cea52b-dd87-43f6-b2b3-2d85ea2eb3fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:37:55.485Z|5b671f74-eeb2-44c8-8e42-ade637bd2616|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:37:55.486Z|5b671f74-eeb2-44c8-8e42-ade637bd2616|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:37:55.659Z|07cc1ecf-7920-4e1e-bf4c-caa0257f2b9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:37:55.660Z|07cc1ecf-7920-4e1e-bf4c-caa0257f2b9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:38:05.081Z|26623bbd-df0e-4f12-adf6-6b1d1e74721f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:05.081Z|27008be8-d5af-45fb-8840-d9d67195e4e5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:05.082Z|26623bbd-df0e-4f12-adf6-6b1d1e74721f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:05.083Z|27008be8-d5af-45fb-8840-d9d67195e4e5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:05.084Z|62037c33-2f30-451b-8f9f-202ee8be3864|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:05.084Z|62037c33-2f30-451b-8f9f-202ee8be3864|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:10.485Z|88820691-2aaf-4724-85ea-34f9a0332d2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:38:10.486Z|88820691-2aaf-4724-85ea-34f9a0332d2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:38:15.109Z|6be6d836-c035-4200-b9c1-8b6e5247095d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:15.109Z|9d728cde-0ec9-484c-b368-e1fdc67b39c7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:15.109Z|e0efe4a2-4da3-402b-9015-c75f4724da70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:15.110Z|6be6d836-c035-4200-b9c1-8b6e5247095d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:15.110Z|9d728cde-0ec9-484c-b368-e1fdc67b39c7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:15.110Z|e0efe4a2-4da3-402b-9015-c75f4724da70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:25.134Z|b6bfcb8f-1ce9-4cca-9202-84d72318676b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:25.135Z|23b9d46b-b424-443b-9476-025d965c76d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:25.135Z|0aad7c78-38aa-4a13-9420-cd3292b0ea7a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:25.135Z|23b9d46b-b424-443b-9476-025d965c76d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:25.136Z|0aad7c78-38aa-4a13-9420-cd3292b0ea7a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:25.136Z|b6bfcb8f-1ce9-4cca-9202-84d72318676b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:25.485Z|077e4d89-98ef-42ff-9020-9ad66ca269bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:38:25.489Z|077e4d89-98ef-42ff-9020-9ad66ca269bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:38:25.661Z|5b14f90f-7fc7-432b-a46c-25140527258a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:38:25.661Z|5b14f90f-7fc7-432b-a46c-25140527258a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:38:32.756Z|9702fb16-e0fb-4d78-9a52-ffb330e987f8|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:38:32.758Z|9702fb16-e0fb-4d78-9a52-ffb330e987f8|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:35.160Z|d70fa2a5-11a2-48d4-b7db-998e82b1b00c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:35.160Z|d70fa2a5-11a2-48d4-b7db-998e82b1b00c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:35.162Z|009e834d-903b-42ea-99a7-6961418d9bb6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:35.162Z|009e834d-903b-42ea-99a7-6961418d9bb6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:35.163Z|c956e4c1-7bbf-4dc8-8bb6-78f756f35d79|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:35.164Z|c956e4c1-7bbf-4dc8-8bb6-78f756f35d79|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:40.485Z|b9a0cbab-0409-426c-ae64-cf85fe9d7fff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:38:40.486Z|b9a0cbab-0409-426c-ae64-cf85fe9d7fff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:38:45.189Z|0d015542-8b0f-48e2-815d-aecc2c99cac8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:45.190Z|0d015542-8b0f-48e2-815d-aecc2c99cac8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:45.196Z|c59632fb-3ffa-47ca-a49e-62c646918833|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:45.197Z|c59632fb-3ffa-47ca-a49e-62c646918833|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:45.199Z|b91d2d7e-67b1-44de-99af-fba6c1ae3270|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:45.200Z|b91d2d7e-67b1-44de-99af-fba6c1ae3270|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:55.215Z|7a8b394a-2249-44a8-9e33-6d11f7831eba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:55.216Z|7a8b394a-2249-44a8-9e33-6d11f7831eba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:55.223Z|2255f7a3-b7b9-456b-992d-08042c5661d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:55.223Z|8db15f54-ab8c-4284-87d6-54f06d2d6482|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:38:55.223Z|2255f7a3-b7b9-456b-992d-08042c5661d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:55.224Z|8db15f54-ab8c-4284-87d6-54f06d2d6482|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:38:55.485Z|e7f6e090-abbd-49e9-8e38-5ff73cac50d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:38:55.486Z|e7f6e090-abbd-49e9-8e38-5ff73cac50d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:38:55.662Z|daf6ded1-9f1e-473b-b199-bcf0a8123c53|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:38:55.663Z|daf6ded1-9f1e-473b-b199-bcf0a8123c53|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:39:05.243Z|53b7d2ae-2924-4f82-b8f6-d08d54a04d4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:05.244Z|53b7d2ae-2924-4f82-b8f6-d08d54a04d4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:05.246Z|4377ba79-f779-44a1-b110-456b91da136e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:05.246Z|a33162f8-e160-48f4-8773-4cfcd95e79ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:05.247Z|4377ba79-f779-44a1-b110-456b91da136e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:05.247Z|a33162f8-e160-48f4-8773-4cfcd95e79ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:10.485Z|0722a65c-11f7-436c-86e2-831e1af979d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:39:10.486Z|0722a65c-11f7-436c-86e2-831e1af979d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:39:15.272Z|b80a8164-2c5a-4504-b4d7-4aae3a47f44c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:15.272Z|259cf05c-9036-4536-812d-a3c45ec9a167|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:15.272Z|a47fbcfe-550f-4a42-aa57-1bda5e07c275|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:15.273Z|b80a8164-2c5a-4504-b4d7-4aae3a47f44c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:15.273Z|259cf05c-9036-4536-812d-a3c45ec9a167|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:15.273Z|a47fbcfe-550f-4a42-aa57-1bda5e07c275|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:25.300Z|9082e156-cf9f-4b82-8e74-6204af6c4476|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:25.300Z|08e5d82e-2627-4134-9de4-787a6e05e3f7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:25.300Z|e393c147-8876-4f71-85ce-534fce434cff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:25.300Z|9082e156-cf9f-4b82-8e74-6204af6c4476|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:25.301Z|e393c147-8876-4f71-85ce-534fce434cff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:25.301Z|08e5d82e-2627-4134-9de4-787a6e05e3f7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:25.485Z|bfc3f36a-e0f2-4517-a146-6dadd743fae9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:39:25.486Z|bfc3f36a-e0f2-4517-a146-6dadd743fae9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:39:25.664Z|0def73f9-403b-4369-89ec-7b007d943d9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:39:25.664Z|0def73f9-403b-4369-89ec-7b007d943d9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:39:32.757Z|8942d556-604d-496d-bbfb-b3f3f797305d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:39:32.758Z|8942d556-604d-496d-bbfb-b3f3f797305d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:35.327Z|1dc6b02f-7993-4ff5-ae18-f651f96f0aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:35.327Z|f5ffdce0-3e68-4914-923d-fa1a062a72e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:35.327Z|d324084f-5182-419b-aae6-fee897571510|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:35.328Z|1dc6b02f-7993-4ff5-ae18-f651f96f0aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:35.328Z|f5ffdce0-3e68-4914-923d-fa1a062a72e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:35.328Z|d324084f-5182-419b-aae6-fee897571510|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:40.486Z|8cb0781b-bb3c-44e9-b93f-6e71c2c38f33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:39:40.489Z|8cb0781b-bb3c-44e9-b93f-6e71c2c38f33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:39:45.355Z|0417a5fd-0457-44dc-91ce-9fd501eed2a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:45.355Z|a910a09d-863f-497f-ad39-13e26221c52b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:45.355Z|01fab07d-9eeb-4336-bef1-d1a285426404|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:45.356Z|01fab07d-9eeb-4336-bef1-d1a285426404|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:45.356Z|a910a09d-863f-497f-ad39-13e26221c52b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:45.356Z|0417a5fd-0457-44dc-91ce-9fd501eed2a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:55.383Z|e15365bd-bc2b-4140-a61c-2f4404835cdb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:55.383Z|dfbf3393-5820-4aa3-a579-b9dcf0e654d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:55.383Z|187da429-0548-43db-8f48-05c6d5609ae9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:39:55.384Z|e15365bd-bc2b-4140-a61c-2f4404835cdb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:55.384Z|dfbf3393-5820-4aa3-a579-b9dcf0e654d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:55.384Z|187da429-0548-43db-8f48-05c6d5609ae9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:39:55.485Z|1d8db611-b966-4e1b-a6ff-d3a89585f48c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:39:55.486Z|1d8db611-b966-4e1b-a6ff-d3a89585f48c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:39:55.665Z|3c1c74f9-7392-4079-9e7a-4545bc315360|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:39:55.666Z|3c1c74f9-7392-4079-9e7a-4545bc315360|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:40:05.407Z|7c574609-8ebf-45ac-ad9c-e69538532a89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:05.408Z|7c574609-8ebf-45ac-ad9c-e69538532a89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:05.408Z|7c7423b8-b428-439b-8729-74af36153ce9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:05.409Z|cf4158cc-4b48-433a-ac13-021baf13b6c0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:05.410Z|7c7423b8-b428-439b-8729-74af36153ce9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:05.410Z|cf4158cc-4b48-433a-ac13-021baf13b6c0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:10.485Z|6a6617f8-a9cf-455b-8f3d-62263b34fba2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:40:10.486Z|6a6617f8-a9cf-455b-8f3d-62263b34fba2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:40:15.435Z|233759c1-ed8d-49bd-b4df-97e0b3a9f2b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:15.435Z|7a05f46b-3919-4e9f-85c3-1839c0a17712|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:15.435Z|a7870151-0828-4e77-8853-75624e68b762|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:15.436Z|233759c1-ed8d-49bd-b4df-97e0b3a9f2b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:15.436Z|7a05f46b-3919-4e9f-85c3-1839c0a17712|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:15.437Z|a7870151-0828-4e77-8853-75624e68b762|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:25.462Z|b2e85898-8284-40f7-9c7d-d0994d472a75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:25.462Z|7dfdee4f-91ec-4415-b784-4cb6ae8762cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:25.462Z|d3dd0414-bc24-4508-a559-1fd1bd07e43b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:25.463Z|b2e85898-8284-40f7-9c7d-d0994d472a75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:25.463Z|7dfdee4f-91ec-4415-b784-4cb6ae8762cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:25.466Z|d3dd0414-bc24-4508-a559-1fd1bd07e43b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:25.485Z|e796bbbd-4fce-4632-8e95-338f3006e0e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:40:25.487Z|e796bbbd-4fce-4632-8e95-338f3006e0e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:40:25.667Z|d1682438-5591-4523-973f-fe015ac5201c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:40:25.667Z|d1682438-5591-4523-973f-fe015ac5201c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:40:32.757Z|69e68266-75b5-4f24-b323-d97b34a02b8b|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:40:32.758Z|69e68266-75b5-4f24-b323-d97b34a02b8b|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:35.491Z|b4a7b2ae-24df-419a-93bc-3e8f3d4a30de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:35.491Z|d75e6db7-ea7b-4021-8e24-e75819eb1913|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:35.492Z|b4a7b2ae-24df-419a-93bc-3e8f3d4a30de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:35.493Z|166bf909-17ae-42f1-8b19-c08218d52185|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:35.492Z|d75e6db7-ea7b-4021-8e24-e75819eb1913|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:35.494Z|166bf909-17ae-42f1-8b19-c08218d52185|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:40.486Z|6a400f2b-cba6-44be-a56f-9cc1549c2897|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:40:40.486Z|6a400f2b-cba6-44be-a56f-9cc1549c2897|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:40:45.520Z|09deb5c4-48b1-4f3b-895e-496a8f1cc50e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:45.520Z|c14be5d6-a02e-4a63-aad9-dba005a4993a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:45.520Z|226bc368-cdc1-40af-aa1e-9ee7e40fc5a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:45.521Z|c14be5d6-a02e-4a63-aad9-dba005a4993a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:45.521Z|09deb5c4-48b1-4f3b-895e-496a8f1cc50e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:45.521Z|226bc368-cdc1-40af-aa1e-9ee7e40fc5a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:55.487Z|cf52c2c1-5473-40a9-b5f0-e4301bcd88ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:40:55.492Z|cf52c2c1-5473-40a9-b5f0-e4301bcd88ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:40:55.553Z|03eb0595-7345-402c-ac45-0b40a1956afd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:55.553Z|0b876153-6ff8-4d15-8d7c-fc2018c79d30|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:55.553Z|f55424f1-6ca3-4e17-b9ac-8cbb1fa05da6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:40:55.554Z|03eb0595-7345-402c-ac45-0b40a1956afd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:55.554Z|f55424f1-6ca3-4e17-b9ac-8cbb1fa05da6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:55.554Z|0b876153-6ff8-4d15-8d7c-fc2018c79d30|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:40:55.668Z|8fc0510f-fe07-4aca-b174-4304f614c369|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:40:55.669Z|8fc0510f-fe07-4aca-b174-4304f614c369|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:41:05.580Z|7616260c-412a-46b6-afa7-47ad0aaba5d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:05.580Z|52f8d9d5-a090-4511-ab08-de87a37624ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:05.580Z|61d556b2-60a3-4907-94d9-ce1fd3743fb3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:05.581Z|7616260c-412a-46b6-afa7-47ad0aaba5d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:05.581Z|52f8d9d5-a090-4511-ab08-de87a37624ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:05.581Z|61d556b2-60a3-4907-94d9-ce1fd3743fb3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:10.486Z|6f12c596-a6d6-47ba-84ec-47b3a03973e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:41:10.486Z|6f12c596-a6d6-47ba-84ec-47b3a03973e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:41:15.608Z|4e0a0cd7-c31b-487f-be43-803d9d90762d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:15.608Z|7262abd8-d1c8-45fe-a6ae-6107d9f34d7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:15.609Z|4e0a0cd7-c31b-487f-be43-803d9d90762d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:15.610Z|7262abd8-d1c8-45fe-a6ae-6107d9f34d7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:15.613Z|7ba1908c-d2b6-4df8-9c8c-b43a13070184|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:15.614Z|7ba1908c-d2b6-4df8-9c8c-b43a13070184|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:25.486Z|b5625e09-e558-4046-9ef7-d2cb57736fa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:41:25.487Z|b5625e09-e558-4046-9ef7-d2cb57736fa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:41:25.640Z|5d7974f8-7c71-4e35-97a8-142b150bc179|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:25.642Z|5d7974f8-7c71-4e35-97a8-142b150bc179|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:25.643Z|370e6d30-affb-42d8-b082-ddf8cf9a44f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:25.642Z|18f51e51-d88a-4f75-b907-75353831886a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:25.644Z|370e6d30-affb-42d8-b082-ddf8cf9a44f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:25.644Z|18f51e51-d88a-4f75-b907-75353831886a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:25.670Z|c2673de2-902f-45df-9546-c2cd2b202079|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:41:25.671Z|c2673de2-902f-45df-9546-c2cd2b202079|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:41:32.758Z|2d6eb27c-cd15-4fe5-b3bb-8427a4900966|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:41:32.759Z|2d6eb27c-cd15-4fe5-b3bb-8427a4900966|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:35.671Z|d7129870-e926-412a-825d-cd7261b5ee0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:35.671Z|f3177ce6-7c26-471f-85df-f21b8fae02c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:35.671Z|df1a99d3-22a7-4693-9ca0-9ca921c508ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:35.672Z|d7129870-e926-412a-825d-cd7261b5ee0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:35.672Z|df1a99d3-22a7-4693-9ca0-9ca921c508ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:35.672Z|f3177ce6-7c26-471f-85df-f21b8fae02c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:40.486Z|3f10637b-8489-47a5-91f1-77b9ee869de0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:41:40.489Z|3f10637b-8489-47a5-91f1-77b9ee869de0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:41:45.700Z|beae3b44-15cd-4038-8235-6d86109d7e48|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:45.700Z|5d937f22-5d44-4e4b-938b-1d921c9da9ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:45.700Z|00b121ec-3afe-4de5-8dea-8316477d2141|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:45.701Z|5d937f22-5d44-4e4b-938b-1d921c9da9ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:45.701Z|00b121ec-3afe-4de5-8dea-8316477d2141|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:45.701Z|beae3b44-15cd-4038-8235-6d86109d7e48|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:55.486Z|9272ddb4-3b76-4fe0-98fe-ca48bfeb8c9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:41:55.487Z|9272ddb4-3b76-4fe0-98fe-ca48bfeb8c9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:41:55.671Z|a648b11c-6c9d-4d37-bc34-9b1e56860053|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:41:55.672Z|a648b11c-6c9d-4d37-bc34-9b1e56860053|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:41:55.729Z|6cd29efa-939f-402d-81ec-ec286c54e053|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:55.729Z|d0313a2f-e357-4873-8159-988d6c7f75b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:55.729Z|f3e88f64-8613-4759-9a07-d3580989ead6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:41:55.729Z|f3e88f64-8613-4759-9a07-d3580989ead6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:55.730Z|d0313a2f-e357-4873-8159-988d6c7f75b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:41:55.733Z|6cd29efa-939f-402d-81ec-ec286c54e053|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:05.760Z|1ec93fa7-8e3c-48a0-8493-c150d71c3156|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:05.760Z|cd2999f4-5ea2-43b0-9156-5a38f35bdb05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:05.760Z|3321506b-657f-44f5-8636-8c7f6ba158a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:05.761Z|1ec93fa7-8e3c-48a0-8493-c150d71c3156|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:05.761Z|cd2999f4-5ea2-43b0-9156-5a38f35bdb05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:05.761Z|3321506b-657f-44f5-8636-8c7f6ba158a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:10.486Z|46d14690-e214-4399-a714-5268c5fc32b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:42:10.487Z|46d14690-e214-4399-a714-5268c5fc32b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:42:15.789Z|1afcc017-8f15-4366-8f63-3a16b6f8ad14|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:15.789Z|f8efe13b-3ec7-44f3-b7ef-be48f806b627|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:15.789Z|94befce2-d4af-4f52-8fc3-921200ae711f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:15.789Z|f8efe13b-3ec7-44f3-b7ef-be48f806b627|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:15.789Z|94befce2-d4af-4f52-8fc3-921200ae711f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:15.790Z|1afcc017-8f15-4366-8f63-3a16b6f8ad14|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:25.485Z|41f1de93-fc21-422e-852e-a7f6f08b5a77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:42:25.488Z|41f1de93-fc21-422e-852e-a7f6f08b5a77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:42:25.673Z|93395411-5018-4896-a7f1-8f2978c51227|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:42:25.673Z|93395411-5018-4896-a7f1-8f2978c51227|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-11-11T09:42:25.817Z|5c5922ad-770f-4476-a6ef-744549609d75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:25.817Z|67444437-e764-40d4-b8a1-6f1dbaff769b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:25.817Z|37789028-15f2-4224-859a-8565b35bca03|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:25.818Z|5c5922ad-770f-4476-a6ef-744549609d75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:25.818Z|37789028-15f2-4224-859a-8565b35bca03|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:25.818Z|67444437-e764-40d4-b8a1-6f1dbaff769b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:32.758Z|45d64c3f-d1e7-471d-975b-034e57ca839d|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2022-11-11T09:42:32.759Z|45d64c3f-d1e7-471d-975b-034e57ca839d|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:35.842Z|93ac8da7-aade-4724-b6d7-4439cc4d24ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:35.842Z|61eed1c9-c6ce-4eb7-9909-9eed22ae7de9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:35.842Z|9badbe64-4f65-4f53-a145-9afa9939c41c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-11-11T09:42:35.843Z|93ac8da7-aade-4724-b6d7-4439cc4d24ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:35.843Z|61eed1c9-c6ce-4eb7-9909-9eed22ae7de9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:35.843Z|9badbe64-4f65-4f53-a145-9afa9939c41c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-11-11T09:42:40.485Z|fef0a05c-609a-4c2e-ab61-829c21d36005|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-11-11T09:42:40.486Z|fef0a05c-609a-4c2e-ab61-829c21d36005|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.