Results

By type

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

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

2022-02-26T12:22:57.147Z||main|||||INFO|500||The following profiles are active: basic
2022-02-26T12:23:07.954Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-26T12:23:07.955Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-26T12:23:08.062Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-26T12:23:14.125Z||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-02-26T12:23:14.291Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-26T12:23:14.478Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-26T12:23:14.817Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-26T12:23:14.826Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-26T12:23:14.899Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-26T12:23:15.023Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-26T12:23:15.489Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-26T12:23:16.904Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-26T12:23:18.906Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-26T12:23:19.028Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-26T12:23:19.941Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-26T12:23:20.188Z||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-02-26T12:23:21.727Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-26T12:23:23.272Z||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-02-26T12:23:28.862Z||main|||||WARN|500||---
2022-02-26T12:23:28.862Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-26T12:23:28.862Z||main|||||WARN|500||---
2022-02-26T12:23:29.524Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-26T12:23:35.214Z||main|||||INFO|500||Started ApiHandlerApplication in 40.775 seconds (JVM running for 42.047)
2022-02-26T12:23:35.221Z|d6aa80df-6ccd-4fdf-a138-a41da4b85741|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:23:35.231Z|d6aa80df-6ccd-4fdf-a138-a41da4b85741|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:23:35.232Z|33bcf7a2-f026-4ec0-8230-bb9121eff96f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:23:35.237Z|33bcf7a2-f026-4ec0-8230-bb9121eff96f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:23:39.678Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-26T12:23:39.901Z|6f05d5fd-afa1-487e-8425-3956e0b05b3f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (jar:file:/app/app.jar!/BOOT-INF/lib/jaxb-impl-2.3.0.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2022-02-26T12:23:40.254Z|6f05d5fd-afa1-487e-8425-3956e0b05b3f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:23:41.191Z|4bbbd41a-c84a-4553-b369-fc26637e7002|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:23:41.192Z|4bbbd41a-c84a-4553-b369-fc26637e7002|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:23:41.714Z|fce2d90a-98f4-4105-9ebf-13d61858a3f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:23:41.715Z|fce2d90a-98f4-4105-9ebf-13d61858a3f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:23:50.186Z|3156b082-06a8-43f5-9951-9c5ab4246c58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:23:50.190Z|3156b082-06a8-43f5-9951-9c5ab4246c58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:23:50.381Z|7d041357-83c7-4d7b-b591-fd66c314c97d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:23:50.383Z|7d041357-83c7-4d7b-b591-fd66c314c97d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:23:51.220Z|d0f0b07e-b375-4df7-a2ab-3392b9fa9234|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:23:51.221Z|d0f0b07e-b375-4df7-a2ab-3392b9fa9234|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:23:51.739Z|d5b89945-e523-402e-a636-54cc19a3b8e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:23:51.740Z|d5b89945-e523-402e-a636-54cc19a3b8e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:00.416Z|ea22b30f-e85a-44a5-b88d-d00c73a437fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:00.417Z|ea22b30f-e85a-44a5-b88d-d00c73a437fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:01.244Z|0ea8fa08-2ad3-4df3-a44a-113a3960a4be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:01.245Z|0ea8fa08-2ad3-4df3-a44a-113a3960a4be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:01.765Z|9dd201ba-f289-4e8f-af3c-c9bdef6e11c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:01.766Z|9dd201ba-f289-4e8f-af3c-c9bdef6e11c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:05.185Z|f873a205-9707-424c-839d-757b378937d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:24:05.186Z|f873a205-9707-424c-839d-757b378937d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:24:05.238Z|b1ffa9cd-8d5b-455c-a100-fc123dca2521|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:24:05.239Z|b1ffa9cd-8d5b-455c-a100-fc123dca2521|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:24:10.444Z|4d6f0741-c420-45b3-87b7-8c6f812a4a4f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:10.445Z|4d6f0741-c420-45b3-87b7-8c6f812a4a4f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:11.273Z|56ddeb42-b5ce-4cb5-a699-82f017026122|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:11.274Z|56ddeb42-b5ce-4cb5-a699-82f017026122|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:11.803Z|fc13d362-61dc-46c2-92b4-bb6a5e10186f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:11.804Z|fc13d362-61dc-46c2-92b4-bb6a5e10186f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:20.184Z|e1c7a98a-bafd-4166-bbf6-1fa17d6d0d4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:24:20.185Z|e1c7a98a-bafd-4166-bbf6-1fa17d6d0d4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:24:20.470Z|1310fdaa-0418-471f-952e-018fce7a6ac5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:20.471Z|1310fdaa-0418-471f-952e-018fce7a6ac5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:21.297Z|a5af9444-3db5-4b37-9157-83e779847bcf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:21.298Z|a5af9444-3db5-4b37-9157-83e779847bcf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:21.831Z|755875c8-296d-4dbd-b8cb-7c692b8eeab5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:21.832Z|755875c8-296d-4dbd-b8cb-7c692b8eeab5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:30.498Z|441295ea-acb3-44e1-bd13-37ca00f0d707|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:30.500Z|441295ea-acb3-44e1-bd13-37ca00f0d707|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:31.326Z|86ed93e5-db06-4ef7-a924-28fb021ae23d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:31.327Z|86ed93e5-db06-4ef7-a924-28fb021ae23d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:31.860Z|434b8540-3b1e-49c4-b5a4-8444878a51d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:31.862Z|434b8540-3b1e-49c4-b5a4-8444878a51d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:35.184Z|9ef2755c-ae21-43e7-8caf-4a0eb3af6a2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:24:35.187Z|9ef2755c-ae21-43e7-8caf-4a0eb3af6a2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:24:35.241Z|befcb45d-7a05-4406-ba47-a39dd1c425cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:24:35.241Z|befcb45d-7a05-4406-ba47-a39dd1c425cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:24:40.540Z|0fdc2633-6b20-4daf-927f-505811a5e935|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:40.541Z|0fdc2633-6b20-4daf-927f-505811a5e935|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:41.351Z|9d316d8d-0e46-4721-af70-c4ddae465eba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:41.352Z|9d316d8d-0e46-4721-af70-c4ddae465eba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:41.891Z|35ebb092-02dd-401b-acb1-4e049b381fad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:41.892Z|35ebb092-02dd-401b-acb1-4e049b381fad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:50.185Z|c9a99d55-e3fa-49de-9096-fe4745e63b1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:24:50.185Z|c9a99d55-e3fa-49de-9096-fe4745e63b1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:24:50.564Z|9cb73523-7cbb-467c-9158-ccc4d757d94f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:50.565Z|9cb73523-7cbb-467c-9158-ccc4d757d94f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:51.377Z|e5f9f83e-3c0e-4fee-8da0-f7d95f96ea82|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:51.378Z|e5f9f83e-3c0e-4fee-8da0-f7d95f96ea82|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:24:51.927Z|a15a4911-8521-42db-8a98-820bc999d2e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:24:51.928Z|a15a4911-8521-42db-8a98-820bc999d2e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:00.597Z|02d99ff5-a57e-4063-a9d3-5bd31c189a82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:00.599Z|02d99ff5-a57e-4063-a9d3-5bd31c189a82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:01.402Z|efa69dea-4c0c-4279-b5dd-fdc830822f06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:01.403Z|efa69dea-4c0c-4279-b5dd-fdc830822f06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:01.950Z|c23e7d86-049f-45a5-aff1-77814d1bc5c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:01.951Z|c23e7d86-049f-45a5-aff1-77814d1bc5c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:05.184Z|e236e536-1cd4-4570-a352-2818ff96a537|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:25:05.185Z|e236e536-1cd4-4570-a352-2818ff96a537|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:25:05.242Z|3ff18582-2b33-4c5c-9e01-8b3037fce710|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:25:05.243Z|3ff18582-2b33-4c5c-9e01-8b3037fce710|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:25:10.629Z|af08b3f1-47fd-4188-bcfd-e44bbaa53992|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:10.631Z|af08b3f1-47fd-4188-bcfd-e44bbaa53992|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:11.441Z|724130b4-06a0-4073-868b-8286b2f19b1e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:11.443Z|724130b4-06a0-4073-868b-8286b2f19b1e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:11.974Z|80cd0f62-7b26-4185-9167-e087e6e8baca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:11.975Z|80cd0f62-7b26-4185-9167-e087e6e8baca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:20.187Z|c4b92637-9edd-4dab-82b6-1aa8ed3ab11b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:25:20.191Z|c4b92637-9edd-4dab-82b6-1aa8ed3ab11b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:25:20.660Z|0485322d-62ec-4d2a-a01c-d5c55b7b00cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:20.661Z|0485322d-62ec-4d2a-a01c-d5c55b7b00cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:21.502Z|2736b65d-6089-410e-a998-c020951c06e3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:21.503Z|2736b65d-6089-410e-a998-c020951c06e3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:22.028Z|442b5167-582c-4d17-82ee-89479e517356|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:22.029Z|442b5167-582c-4d17-82ee-89479e517356|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:30.701Z|bd9e9194-ba88-40df-9259-f18e67548c6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:30.703Z|bd9e9194-ba88-40df-9259-f18e67548c6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:31.565Z|8a43b2a7-ed83-415a-a4a6-c052a8fe6422|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:31.566Z|8a43b2a7-ed83-415a-a4a6-c052a8fe6422|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:32.101Z|9228f578-d6ac-465a-a842-73729409f9bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:32.102Z|9228f578-d6ac-465a-a842-73729409f9bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:35.184Z|98c262e6-60a1-4672-ae2a-0ae18984b4d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:25:35.185Z|98c262e6-60a1-4672-ae2a-0ae18984b4d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:25:35.244Z|d17ca811-9357-4dd0-a18f-d7e99cfdee96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:25:35.245Z|d17ca811-9357-4dd0-a18f-d7e99cfdee96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:25:40.732Z|c9ef3320-a190-4e9d-bb88-f4351218e194|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:40.733Z|c9ef3320-a190-4e9d-bb88-f4351218e194|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:41.589Z|86b70bab-7849-43e8-9b9f-99148be2753e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:41.590Z|86b70bab-7849-43e8-9b9f-99148be2753e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:42.146Z|fa3a360f-01a1-49e8-a61d-a0f8ff5f8fb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:42.148Z|fa3a360f-01a1-49e8-a61d-a0f8ff5f8fb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:50.184Z|41c58c89-c00f-4796-8843-3a415ad133ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:25:50.185Z|41c58c89-c00f-4796-8843-3a415ad133ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:25:50.761Z|729c4b27-4721-4582-a3b4-fc572992087b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:50.762Z|729c4b27-4721-4582-a3b4-fc572992087b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:51.610Z|f9b78b1a-c468-4798-9f97-4790689868e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:51.611Z|f9b78b1a-c468-4798-9f97-4790689868e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:25:52.171Z|1a10f927-2cdb-4279-afde-3b70810d0a77|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:25:52.172Z|1a10f927-2cdb-4279-afde-3b70810d0a77|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:00.786Z|1ffbdff5-99a2-4833-a7fb-faa52d9868c9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:00.788Z|1ffbdff5-99a2-4833-a7fb-faa52d9868c9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:01.648Z|2274aa55-7312-4ef0-b517-e6998d5f1424|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:01.649Z|2274aa55-7312-4ef0-b517-e6998d5f1424|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:02.193Z|96f10302-6212-49eb-9ae2-b3a1774b8ae3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:02.194Z|96f10302-6212-49eb-9ae2-b3a1774b8ae3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:05.186Z|2a0c02e6-8c4f-4bdf-9767-833ae99e5c6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:26:05.188Z|2a0c02e6-8c4f-4bdf-9767-833ae99e5c6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:26:05.246Z|49762a06-df6b-4e79-94f1-c9c54629d4db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:26:05.247Z|49762a06-df6b-4e79-94f1-c9c54629d4db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:26:10.820Z|62ec6601-d4c6-4ebb-8ca6-3402c45455df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:10.822Z|62ec6601-d4c6-4ebb-8ca6-3402c45455df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:11.684Z|9878be8a-6615-431e-9e51-974edd2a358a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:11.685Z|9878be8a-6615-431e-9e51-974edd2a358a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:12.238Z|b43f78b6-eb11-40bc-ada6-0fff01aab49b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:12.239Z|b43f78b6-eb11-40bc-ada6-0fff01aab49b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:20.184Z|004772e1-4c26-419e-9d20-bd183c73808f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:26:20.185Z|004772e1-4c26-419e-9d20-bd183c73808f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:26:20.848Z|86992968-5637-4157-977c-4a88b939bf7d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:20.849Z|86992968-5637-4157-977c-4a88b939bf7d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:21.709Z|be389080-a311-411d-bddb-ac54472fea6a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:21.710Z|be389080-a311-411d-bddb-ac54472fea6a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:22.275Z|35f7c0d4-910d-4fd5-a64a-f751ea79b15b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:22.276Z|35f7c0d4-910d-4fd5-a64a-f751ea79b15b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:30.875Z|42ed86e1-560f-49ec-aecb-5c0f6afa1efc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:30.876Z|42ed86e1-560f-49ec-aecb-5c0f6afa1efc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:31.729Z|8858db44-c6eb-4546-b05e-9c25ac4c7ce6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:31.730Z|8858db44-c6eb-4546-b05e-9c25ac4c7ce6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:32.297Z|2da85edf-3d5b-4899-ac2d-690622b82cde|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:32.298Z|2da85edf-3d5b-4899-ac2d-690622b82cde|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:35.184Z|367e23fb-a910-46e2-84bb-e938cb252f86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:26:35.185Z|367e23fb-a910-46e2-84bb-e938cb252f86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:26:35.248Z|c60e037a-0c5b-4baf-9480-1965ef050d8e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:26:35.249Z|c60e037a-0c5b-4baf-9480-1965ef050d8e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:26:40.900Z|f3df719f-5095-49a5-bab9-a7a89f7c0417|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:40.901Z|f3df719f-5095-49a5-bab9-a7a89f7c0417|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:41.752Z|cef7e066-e696-4b4c-ab3a-5bec1680cebe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:41.753Z|cef7e066-e696-4b4c-ab3a-5bec1680cebe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:42.320Z|56668258-704e-49d6-b599-310009dd72cf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:42.321Z|56668258-704e-49d6-b599-310009dd72cf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:50.184Z|fef4b9e4-3be9-4e64-ab70-6930aaba8ae3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:26:50.186Z|fef4b9e4-3be9-4e64-ab70-6930aaba8ae3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:26:50.922Z|0c29073b-6db1-477f-82af-3ff0720c5a9d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:50.923Z|0c29073b-6db1-477f-82af-3ff0720c5a9d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:51.773Z|be41a6f8-ff73-4683-829a-f05e0115bd0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:51.774Z|be41a6f8-ff73-4683-829a-f05e0115bd0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:26:52.345Z|b7eb5599-9ebf-4923-b7df-20dd881d761b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:26:52.346Z|b7eb5599-9ebf-4923-b7df-20dd881d761b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:00.945Z|7f54e430-05f5-423a-acb2-170a8898796a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:00.946Z|7f54e430-05f5-423a-acb2-170a8898796a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:01.794Z|2531210e-29f5-465e-9340-3c5d3fa4f9aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:01.795Z|2531210e-29f5-465e-9340-3c5d3fa4f9aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:02.368Z|8f39e8eb-57d7-416f-b232-4cdb12573848|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:02.369Z|8f39e8eb-57d7-416f-b232-4cdb12573848|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:05.185Z|cc2389f8-2afb-4277-a685-8816e0a922ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:27:05.187Z|cc2389f8-2afb-4277-a685-8816e0a922ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:27:05.250Z|6f71e2d1-6a30-413f-b5b3-e926be868bbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:27:05.251Z|6f71e2d1-6a30-413f-b5b3-e926be868bbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:27:10.975Z|bf33f991-3d1e-42c6-9266-4e8655320dc7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:10.976Z|bf33f991-3d1e-42c6-9266-4e8655320dc7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:11.818Z|60e7bf64-a122-463f-b777-f61a74c755bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:11.820Z|60e7bf64-a122-463f-b777-f61a74c755bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:12.390Z|0286e360-0192-4b1f-a70d-df38561fde8d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:12.391Z|0286e360-0192-4b1f-a70d-df38561fde8d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:20.186Z|a1253303-6a16-4e0e-8f6b-18730d97fd3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:27:20.188Z|a1253303-6a16-4e0e-8f6b-18730d97fd3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:27:21.014Z|a670af96-0bce-46db-8f79-b0d9d1df478f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:21.015Z|a670af96-0bce-46db-8f79-b0d9d1df478f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:21.845Z|60a8843b-0d91-41a1-b251-486c6b626637|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:21.846Z|60a8843b-0d91-41a1-b251-486c6b626637|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:22.412Z|0b8c77c0-d8d8-4031-812e-28c6a905b2b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:22.413Z|0b8c77c0-d8d8-4031-812e-28c6a905b2b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:31.044Z|ab7ed943-a69c-4b05-99dc-0a512b6755b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:31.045Z|ab7ed943-a69c-4b05-99dc-0a512b6755b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:31.866Z|b7f05f86-0c79-4d63-afe9-6b9067ef4c4a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:31.867Z|b7f05f86-0c79-4d63-afe9-6b9067ef4c4a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:32.433Z|916106eb-56cc-4f52-9083-dad0184adbde|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:32.433Z|916106eb-56cc-4f52-9083-dad0184adbde|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:35.184Z|8e47bb64-c6c6-4d40-8337-6685d8659178|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:27:35.185Z|8e47bb64-c6c6-4d40-8337-6685d8659178|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:27:35.253Z|486cdd1b-cc80-4e33-818f-5a4e8b75c99b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:27:35.254Z|486cdd1b-cc80-4e33-818f-5a4e8b75c99b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:27:41.077Z|10a955b4-9c9b-4210-a5d5-e4ef4dfa5512|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:41.078Z|10a955b4-9c9b-4210-a5d5-e4ef4dfa5512|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:41.887Z|2fd54d50-fc23-4628-998c-957d3a88f98a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:41.888Z|2fd54d50-fc23-4628-998c-957d3a88f98a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:42.459Z|50e1886d-e6c6-4d83-be1d-9c0cfacc3ce1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:42.460Z|50e1886d-e6c6-4d83-be1d-9c0cfacc3ce1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:50.184Z|f9197a24-5bb6-42a8-98e5-dd1905a84f2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:27:50.185Z|f9197a24-5bb6-42a8-98e5-dd1905a84f2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:27:51.102Z|cada6de3-da6f-4538-989b-18718d285beb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:51.103Z|cada6de3-da6f-4538-989b-18718d285beb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:51.910Z|9bfd8cc1-78bd-4faa-a546-bd4709a54879|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:51.911Z|9bfd8cc1-78bd-4faa-a546-bd4709a54879|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:27:52.496Z|46ef108f-316b-46a8-bbbb-4e29fdf2e916|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:27:52.497Z|46ef108f-316b-46a8-bbbb-4e29fdf2e916|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:01.126Z|bcd1e7ff-3763-422a-8b1d-835baa177963|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:01.127Z|bcd1e7ff-3763-422a-8b1d-835baa177963|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:01.935Z|2d462f1d-02fc-41bb-83d1-90147203906c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:01.936Z|2d462f1d-02fc-41bb-83d1-90147203906c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:02.525Z|02abed49-8c66-4928-b091-911215a934f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:02.526Z|02abed49-8c66-4928-b091-911215a934f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:05.184Z|16a2024a-6fc1-4aad-a837-c04c9cccd4ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:28:05.186Z|16a2024a-6fc1-4aad-a837-c04c9cccd4ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:28:05.255Z|cea3f1c7-c2e8-437e-84e4-589e90cc3c69|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:28:05.255Z|cea3f1c7-c2e8-437e-84e4-589e90cc3c69|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:28:11.150Z|c0fb5d50-6f61-48e9-ab23-caaa93e07cc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:11.151Z|c0fb5d50-6f61-48e9-ab23-caaa93e07cc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:11.958Z|b9c5650d-f115-49cf-b6de-a3982b5b9e10|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:11.958Z|b9c5650d-f115-49cf-b6de-a3982b5b9e10|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:12.546Z|b566351a-5204-4ff6-a053-7ff046cfbb4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:12.547Z|b566351a-5204-4ff6-a053-7ff046cfbb4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:20.184Z|078cd0d9-7b5f-4faa-ad3f-2531c32b26e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:28:20.185Z|078cd0d9-7b5f-4faa-ad3f-2531c32b26e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:28:21.173Z|960a109e-030a-41a3-a8ca-47d4f9d5795e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:21.174Z|960a109e-030a-41a3-a8ca-47d4f9d5795e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:21.983Z|535fa090-9882-4297-a750-b6d5e89ee327|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:21.984Z|535fa090-9882-4297-a750-b6d5e89ee327|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:22.567Z|7fcbe682-480f-428e-9909-c45ecee7229c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:22.568Z|7fcbe682-480f-428e-9909-c45ecee7229c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:31.195Z|bd00d9ae-aff7-44e4-9c57-77c1a1df4ee1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:31.196Z|bd00d9ae-aff7-44e4-9c57-77c1a1df4ee1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:32.004Z|8df3d402-f532-4332-8cc0-56efb94b882a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:32.005Z|8df3d402-f532-4332-8cc0-56efb94b882a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:32.589Z|c1443e96-a28e-4d5c-8138-da71606949d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:32.590Z|c1443e96-a28e-4d5c-8138-da71606949d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:35.184Z|b45352bc-f21e-4c54-b9f9-e1534474ec58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:28:35.185Z|b45352bc-f21e-4c54-b9f9-e1534474ec58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:28:35.256Z|8a61613a-93b2-43b2-bfa6-232b1673d9a3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:28:35.257Z|8a61613a-93b2-43b2-bfa6-232b1673d9a3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:28:41.223Z|0a8db1b4-508b-48d9-8010-b69c53649684|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:41.224Z|0a8db1b4-508b-48d9-8010-b69c53649684|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:42.025Z|6cfe2d2d-d859-4da5-ad97-0eb6f9604608|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:42.025Z|6cfe2d2d-d859-4da5-ad97-0eb6f9604608|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:42.613Z|b9d02003-b808-40d6-9d11-7d74bbd9b907|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:42.614Z|b9d02003-b808-40d6-9d11-7d74bbd9b907|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:50.185Z|f9125abc-e937-45c6-bca9-0fafc37e293e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:28:50.188Z|f9125abc-e937-45c6-bca9-0fafc37e293e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:28:51.250Z|de896869-34f2-4c0f-a538-a0063d888638|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:51.254Z|de896869-34f2-4c0f-a538-a0063d888638|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:52.049Z|f49af4cb-e5ce-4b6a-90dd-450a2f4c17fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:52.050Z|f49af4cb-e5ce-4b6a-90dd-450a2f4c17fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:28:52.636Z|e4f2f21a-57c8-4e3e-8771-31edec549085|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:28:52.637Z|e4f2f21a-57c8-4e3e-8771-31edec549085|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:01.280Z|a205336b-ba22-4b68-ae63-fc04ea3c635b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:01.281Z|a205336b-ba22-4b68-ae63-fc04ea3c635b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:02.071Z|fc6608c8-402e-430f-ad09-f6cfe9180707|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:02.072Z|fc6608c8-402e-430f-ad09-f6cfe9180707|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:02.664Z|92a9399c-58bb-42c0-ab73-f921d780e622|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:02.665Z|92a9399c-58bb-42c0-ab73-f921d780e622|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:05.184Z|c0da0fe1-1844-441c-9835-230e3041b04a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:29:05.185Z|c0da0fe1-1844-441c-9835-230e3041b04a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:29:05.259Z|7013a4f4-3b24-4025-b6b9-2745e20312b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:29:05.259Z|7013a4f4-3b24-4025-b6b9-2745e20312b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:29:11.303Z|9053cde9-3af1-44a7-bf0f-d80908405e45|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:11.303Z|9053cde9-3af1-44a7-bf0f-d80908405e45|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:12.091Z|6981d48e-934c-4e69-9736-98d423d2f2ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:12.092Z|6981d48e-934c-4e69-9736-98d423d2f2ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:12.688Z|bc78aaa1-3334-4698-9dac-c53d61f673dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:12.689Z|bc78aaa1-3334-4698-9dac-c53d61f673dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:20.184Z|a2f27c2f-517d-41ff-93ce-2922ba63fb8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:29:20.185Z|a2f27c2f-517d-41ff-93ce-2922ba63fb8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:29:21.323Z|10904588-90ef-48cf-8f24-1db9cb2f7a3b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:21.324Z|10904588-90ef-48cf-8f24-1db9cb2f7a3b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:22.112Z|4548ba41-7234-4dc2-a6d4-d831aa01c3a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:22.113Z|4548ba41-7234-4dc2-a6d4-d831aa01c3a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:22.709Z|8eafa458-ce48-4fe4-9431-040ffc541f5a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:22.710Z|8eafa458-ce48-4fe4-9431-040ffc541f5a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:31.353Z|27ab590b-f4ca-4073-8092-d1f066eb54d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:31.356Z|27ab590b-f4ca-4073-8092-d1f066eb54d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:32.134Z|c3d87d71-84a6-45c3-a5b6-1b9853bbe709|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:32.135Z|c3d87d71-84a6-45c3-a5b6-1b9853bbe709|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:32.731Z|fb47acf9-30d6-4cb6-b5be-d12be80d009d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:32.732Z|fb47acf9-30d6-4cb6-b5be-d12be80d009d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:35.184Z|cefa3137-b1ae-4f55-b244-c35769feaf1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:29:35.186Z|cefa3137-b1ae-4f55-b244-c35769feaf1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:29:35.261Z|ecb614d7-c9bb-45db-9aa0-05e4bdb1bc15|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:29:35.261Z|ecb614d7-c9bb-45db-9aa0-05e4bdb1bc15|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:29:41.383Z|77a35aec-33fb-42be-b12c-a817046ae12b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:41.384Z|77a35aec-33fb-42be-b12c-a817046ae12b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:42.155Z|9e176666-ad30-4201-80ec-93303cda1571|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:42.156Z|9e176666-ad30-4201-80ec-93303cda1571|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:42.751Z|5b45387a-1a8a-4943-acb7-8f25cf20e9c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:42.752Z|5b45387a-1a8a-4943-acb7-8f25cf20e9c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:50.184Z|6c04394a-84a9-4f38-8b5c-4a9edd4f4004|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:29:50.185Z|6c04394a-84a9-4f38-8b5c-4a9edd4f4004|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:29:51.406Z|88b049cc-1081-4e14-86e3-411d69be3e2a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:51.407Z|88b049cc-1081-4e14-86e3-411d69be3e2a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:52.178Z|a6471d3c-4f0c-47eb-95f0-85c5d558b23b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:52.179Z|a6471d3c-4f0c-47eb-95f0-85c5d558b23b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:29:52.771Z|0b49cd5b-d122-42ab-afe0-3ee2f728c5bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:29:52.772Z|0b49cd5b-d122-42ab-afe0-3ee2f728c5bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:01.432Z|2c3ac987-8898-4748-832a-df35acb0f9a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:01.433Z|2c3ac987-8898-4748-832a-df35acb0f9a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:02.199Z|b9805314-c864-47a6-a9eb-5f88eda59ea0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:02.199Z|b9805314-c864-47a6-a9eb-5f88eda59ea0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:02.794Z|5cd8da31-6d39-4b86-849d-69eded6b4ef1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:02.795Z|5cd8da31-6d39-4b86-849d-69eded6b4ef1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:05.184Z|dd5bd5ac-b2ac-4017-9e01-d5c079573d89|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:30:05.185Z|dd5bd5ac-b2ac-4017-9e01-d5c079573d89|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:30:05.262Z|f9af0f34-5d09-4084-bb83-66e525ea403d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:30:05.263Z|f9af0f34-5d09-4084-bb83-66e525ea403d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:30:11.454Z|bd041566-146f-4afd-9486-e282c275edc6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:11.455Z|bd041566-146f-4afd-9486-e282c275edc6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:12.218Z|43fa9f58-aeaf-42c8-b44d-56fc4ba44b3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:12.219Z|43fa9f58-aeaf-42c8-b44d-56fc4ba44b3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:12.816Z|7de0287f-78b6-454f-b7d8-0e5cf24fb441|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:12.817Z|7de0287f-78b6-454f-b7d8-0e5cf24fb441|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:20.184Z|a9a57f8d-0763-47b5-9d30-14744f6edc73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:30:20.186Z|a9a57f8d-0763-47b5-9d30-14744f6edc73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:30:21.476Z|69646838-0676-43c7-a0a3-0c0ed3dec2da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:21.478Z|69646838-0676-43c7-a0a3-0c0ed3dec2da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:22.240Z|15ce2349-5af5-4cce-8996-50732bfed2a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:22.241Z|15ce2349-5af5-4cce-8996-50732bfed2a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:22.838Z|d7b01096-d630-444a-bc94-cdaa39d981b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:22.838Z|d7b01096-d630-444a-bc94-cdaa39d981b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:31.502Z|44b04d8c-1087-4a05-a334-c0349abfd74f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:31.504Z|44b04d8c-1087-4a05-a334-c0349abfd74f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:32.263Z|24b3173d-f0ac-4035-8e79-7c1629786bbb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:32.264Z|24b3173d-f0ac-4035-8e79-7c1629786bbb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:32.859Z|86122979-b918-4c80-922f-b936bf590426|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:32.859Z|86122979-b918-4c80-922f-b936bf590426|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:35.184Z|45d3da9e-41a7-417e-94de-c5ee84a99e56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:30:35.185Z|45d3da9e-41a7-417e-94de-c5ee84a99e56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:30:35.264Z|8bd1bc5f-3cbc-49d3-bd71-452402f902a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:30:35.265Z|8bd1bc5f-3cbc-49d3-bd71-452402f902a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:30:41.533Z|2a3a33bf-c926-4908-b759-3980e92690e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:41.534Z|2a3a33bf-c926-4908-b759-3980e92690e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:42.283Z|beb0fcc4-53ff-4217-8400-66b91d004924|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:42.284Z|beb0fcc4-53ff-4217-8400-66b91d004924|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:42.880Z|7a92a961-76a5-4fcf-a68c-40ada650bf71|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:42.881Z|7a92a961-76a5-4fcf-a68c-40ada650bf71|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:50.184Z|73ec4369-9074-471a-9313-8ecb39b23edf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:30:50.185Z|73ec4369-9074-471a-9313-8ecb39b23edf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:30:51.558Z|25a131c0-6e97-45b0-b11e-78673972c636|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:51.559Z|25a131c0-6e97-45b0-b11e-78673972c636|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:52.304Z|992b27ca-46ba-4bed-b50e-0e3ad75f37cd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:52.304Z|992b27ca-46ba-4bed-b50e-0e3ad75f37cd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:30:52.900Z|545dcf46-4880-4293-a0a1-ed732ec1eabd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:30:52.901Z|545dcf46-4880-4293-a0a1-ed732ec1eabd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:01.579Z|79505ebc-8ad9-46d1-9f5a-c10c1810d3d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:01.580Z|79505ebc-8ad9-46d1-9f5a-c10c1810d3d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:02.326Z|2f75b5f5-99a5-4f09-a281-ecbe766663b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:02.326Z|2f75b5f5-99a5-4f09-a281-ecbe766663b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:02.919Z|dc5ba8c6-d7ff-48cd-ab6f-6c6bc01fdf9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:02.920Z|dc5ba8c6-d7ff-48cd-ab6f-6c6bc01fdf9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:05.184Z|07087714-aeb5-4e77-a410-ac56fb773502|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:31:05.186Z|07087714-aeb5-4e77-a410-ac56fb773502|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:31:05.268Z|6f8a585a-b861-4387-a5e7-ed96da651b43|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:31:05.269Z|6f8a585a-b861-4387-a5e7-ed96da651b43|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:31:11.601Z|51363536-daee-4238-8ad7-4840399f499c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:11.602Z|51363536-daee-4238-8ad7-4840399f499c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:12.346Z|478f4259-13f5-4ca7-b931-87d74f2109f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:12.347Z|478f4259-13f5-4ca7-b931-87d74f2109f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:12.943Z|952105ab-efec-4b18-a855-b7b5b439ccad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:12.944Z|952105ab-efec-4b18-a855-b7b5b439ccad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:20.184Z|dc0d2792-02d0-4b4a-8674-c51d4f09d125|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:31:20.185Z|dc0d2792-02d0-4b4a-8674-c51d4f09d125|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:31:21.624Z|70cf9aa6-f3dc-44cb-b05d-5b2200e2f64a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:21.625Z|70cf9aa6-f3dc-44cb-b05d-5b2200e2f64a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:22.368Z|498164e7-5c5c-4529-954b-d106f86991e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:22.369Z|498164e7-5c5c-4529-954b-d106f86991e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:22.971Z|53cef260-de35-4f51-aee4-55570fc78026|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:22.971Z|53cef260-de35-4f51-aee4-55570fc78026|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:31.650Z|f509e914-9378-42db-8f60-6573f608c57a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:31.652Z|f509e914-9378-42db-8f60-6573f608c57a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:32.390Z|727ad61d-90b8-4662-81d7-d4b40ca27c19|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:32.391Z|727ad61d-90b8-4662-81d7-d4b40ca27c19|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:32.991Z|132e3263-dcc2-48de-9b58-568e239c1ec3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:32.992Z|132e3263-dcc2-48de-9b58-568e239c1ec3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:35.185Z|bb8b5c45-d75f-45b4-8455-c5dee9b24b9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:31:35.185Z|bb8b5c45-d75f-45b4-8455-c5dee9b24b9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:31:35.270Z|368d0488-0ce4-43d7-a9a5-b0f3893d4b1b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:31:35.270Z|368d0488-0ce4-43d7-a9a5-b0f3893d4b1b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:31:41.676Z|de16eaa1-fe35-4b33-84b7-301dce5acc20|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:41.678Z|de16eaa1-fe35-4b33-84b7-301dce5acc20|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:42.411Z|7e3b9d26-7edf-4ced-a308-75ca6334d14a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:42.412Z|7e3b9d26-7edf-4ced-a308-75ca6334d14a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:43.017Z|217c6a5d-990f-4e81-b87a-fc30d0856962|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:43.018Z|217c6a5d-990f-4e81-b87a-fc30d0856962|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:50.184Z|cf9ceccb-1a5b-428d-bafe-a181aa9ef993|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:31:50.186Z|cf9ceccb-1a5b-428d-bafe-a181aa9ef993|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:31:51.700Z|5008665e-35ae-4c28-9af8-e1acb9c3c858|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:51.701Z|5008665e-35ae-4c28-9af8-e1acb9c3c858|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:52.433Z|06ad0328-8bc9-444e-8656-c310eaf37b0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:52.434Z|06ad0328-8bc9-444e-8656-c310eaf37b0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:31:53.038Z|3c78c0f0-3228-4db6-bec1-ecee8bdaf1d6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:31:53.040Z|3c78c0f0-3228-4db6-bec1-ecee8bdaf1d6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:01.720Z|e6895391-11c9-442c-82b8-d89890718737|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:01.721Z|e6895391-11c9-442c-82b8-d89890718737|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:02.457Z|6ff5d469-0be1-426a-a1f3-a6a8e520ea58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:02.458Z|6ff5d469-0be1-426a-a1f3-a6a8e520ea58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:03.061Z|9b4955b8-ca23-4ec5-bdbf-e7160c9dab04|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:03.062Z|9b4955b8-ca23-4ec5-bdbf-e7160c9dab04|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:05.184Z|1eb819a4-01cf-47e0-afea-84a8c1322fd1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:32:05.185Z|1eb819a4-01cf-47e0-afea-84a8c1322fd1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:32:05.271Z|6af4c3c4-a405-4802-8f7d-bd567dd9bd0b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:32:05.272Z|6af4c3c4-a405-4802-8f7d-bd567dd9bd0b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:32:11.752Z|922225ed-47d2-418b-a65a-df85dbd972d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:11.753Z|922225ed-47d2-418b-a65a-df85dbd972d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:12.478Z|9fd3ccf6-cd04-4764-993d-969670692fd3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:12.479Z|9fd3ccf6-cd04-4764-993d-969670692fd3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:13.084Z|773c9a84-16bd-4abb-98bd-0b70b136b177|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:13.085Z|773c9a84-16bd-4abb-98bd-0b70b136b177|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:20.184Z|d0d4942e-b09c-4764-886e-041cd79f1f23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:32:20.187Z|d0d4942e-b09c-4764-886e-041cd79f1f23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:32:21.778Z|3a44a7dc-28be-4d05-a38e-5aaf475b4fe5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:21.779Z|3a44a7dc-28be-4d05-a38e-5aaf475b4fe5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:22.499Z|b03bdcec-659d-40ab-a674-ef8aafb812ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:22.500Z|b03bdcec-659d-40ab-a674-ef8aafb812ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:23.106Z|8dabbe32-6401-4f6b-b868-de77eb89a326|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:23.107Z|8dabbe32-6401-4f6b-b868-de77eb89a326|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:31.802Z|85edc29f-bb79-4b68-b2a8-8e941aac1dde|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:31.803Z|85edc29f-bb79-4b68-b2a8-8e941aac1dde|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:32.525Z|21e6c50f-8d29-432b-aa0c-9f191f1f9223|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:32.526Z|21e6c50f-8d29-432b-aa0c-9f191f1f9223|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:33.127Z|1a37ea3a-d265-4f49-bd2d-81907e7fb3fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:33.128Z|1a37ea3a-d265-4f49-bd2d-81907e7fb3fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:35.184Z|124c45ef-281a-4404-8023-8ebf00ec4566|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:32:35.185Z|124c45ef-281a-4404-8023-8ebf00ec4566|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:32:35.273Z|7a703f71-5c8d-4730-9d5d-8ad1eb742e95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:32:35.273Z|7a703f71-5c8d-4730-9d5d-8ad1eb742e95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:32:41.825Z|957699ac-b3cb-4513-8830-78794b481e0d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:41.825Z|957699ac-b3cb-4513-8830-78794b481e0d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:42.546Z|eec1c925-d263-47ca-b5a9-c96506667942|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:42.547Z|eec1c925-d263-47ca-b5a9-c96506667942|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:43.146Z|5017e4bd-0aac-4c61-ac1a-32598b3386d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:43.146Z|5017e4bd-0aac-4c61-ac1a-32598b3386d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:50.184Z|84536979-d65a-4cce-b53b-94e9a5b5866d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:32:50.184Z|84536979-d65a-4cce-b53b-94e9a5b5866d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:32:51.845Z|cbd4cbe7-a71b-4cce-905f-c1e7ced7dbd9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:51.845Z|cbd4cbe7-a71b-4cce-905f-c1e7ced7dbd9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:52.567Z|832ca95a-8f99-4ef7-bbee-4be1982e6c23|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:52.568Z|832ca95a-8f99-4ef7-bbee-4be1982e6c23|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:32:53.164Z|d35dd942-f85c-4923-86d1-e2f7e0fa234f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:32:53.165Z|d35dd942-f85c-4923-86d1-e2f7e0fa234f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:00.636Z|b729fe62-633c-460a-a5b7-b7cd5036932f|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:33:00.637Z|b729fe62-633c-460a-a5b7-b7cd5036932f|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:01.867Z|d58fa5e3-6afd-4382-8cec-c59a42331319|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:01.868Z|d58fa5e3-6afd-4382-8cec-c59a42331319|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:02.588Z|87700f1e-55c3-4513-8fa2-1381139e8ca7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:02.588Z|87700f1e-55c3-4513-8fa2-1381139e8ca7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:03.184Z|ae7a1869-b01a-4338-9cba-733fdb54fa97|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:03.185Z|ae7a1869-b01a-4338-9cba-733fdb54fa97|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:05.184Z|6a60924d-06c3-4be2-a2bd-c5778fd42c9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:33:05.186Z|6a60924d-06c3-4be2-a2bd-c5778fd42c9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:33:05.274Z|9a414450-77fc-469c-877a-ac0950f1a6bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:33:05.275Z|9a414450-77fc-469c-877a-ac0950f1a6bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:33:11.891Z|10a7eb7c-eb9e-449c-b335-09ff4fe2b107|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:11.892Z|10a7eb7c-eb9e-449c-b335-09ff4fe2b107|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:12.612Z|7cd384e7-b70b-4922-88c1-a64880ac7171|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:12.614Z|7cd384e7-b70b-4922-88c1-a64880ac7171|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:13.204Z|3767821c-0465-4076-9b17-fdc896dc39d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:13.205Z|3767821c-0465-4076-9b17-fdc896dc39d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:20.184Z|9ffe2994-523b-4014-96b3-a59061317414|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:33:20.185Z|9ffe2994-523b-4014-96b3-a59061317414|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:33:21.915Z|8af54829-1803-4879-b49f-a896d0eeda4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:21.916Z|8af54829-1803-4879-b49f-a896d0eeda4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:22.637Z|d36dcad6-8436-41e4-bb36-52b52bed534d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:22.638Z|d36dcad6-8436-41e4-bb36-52b52bed534d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:23.225Z|2d822879-af61-451d-958d-6d4854fc6ab9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:23.226Z|2d822879-af61-451d-958d-6d4854fc6ab9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:31.940Z|6e495129-88f2-4eeb-937b-b8fdff475a51|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:31.941Z|6e495129-88f2-4eeb-937b-b8fdff475a51|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:32.658Z|79ea30fe-45f0-42af-a669-a35c9ff584fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:32.659Z|79ea30fe-45f0-42af-a669-a35c9ff584fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:33.246Z|02cb4909-7be9-4259-bc50-ff6f1244f7f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:33.246Z|02cb4909-7be9-4259-bc50-ff6f1244f7f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:35.184Z|533e2dd8-a906-43f7-a4ac-78c6bcb3ef27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:33:35.185Z|533e2dd8-a906-43f7-a4ac-78c6bcb3ef27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:33:35.275Z|ec3102e0-3595-4bc8-b833-510fd1a8f6b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:33:35.276Z|ec3102e0-3595-4bc8-b833-510fd1a8f6b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:33:41.961Z|ed46082d-141b-491f-aa23-7e4cc3a7a350|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:41.962Z|ed46082d-141b-491f-aa23-7e4cc3a7a350|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:42.680Z|293c5c91-d3fc-4f46-8136-3e57113e16ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:42.680Z|293c5c91-d3fc-4f46-8136-3e57113e16ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:43.267Z|8e8dd18f-b2d2-44c3-916f-2824ce0912ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:43.268Z|8e8dd18f-b2d2-44c3-916f-2824ce0912ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:50.184Z|9bb220b3-4e59-4a9d-96ae-2c2eafba45d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:33:50.186Z|9bb220b3-4e59-4a9d-96ae-2c2eafba45d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:33:51.982Z|40d63bcc-0933-4289-b3f1-8bb8124a1959|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:51.982Z|40d63bcc-0933-4289-b3f1-8bb8124a1959|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:52.703Z|5569c2d8-7570-4ac7-ac84-55631c32b436|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:52.704Z|5569c2d8-7570-4ac7-ac84-55631c32b436|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:33:53.286Z|03c7042d-3442-4c21-bcf7-413e14094be3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:33:53.287Z|03c7042d-3442-4c21-bcf7-413e14094be3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:00.617Z|7c4eb2ca-eb42-4435-b7eb-6075ea24a559|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:34:00.626Z|7c4eb2ca-eb42-4435-b7eb-6075ea24a559|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:02.003Z|06b6310b-c387-4164-a3fe-34ecf5d9d1dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:02.003Z|06b6310b-c387-4164-a3fe-34ecf5d9d1dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:02.726Z|ccaf51c7-6f77-454c-8e55-66dbda70d469|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:02.726Z|ccaf51c7-6f77-454c-8e55-66dbda70d469|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:03.306Z|6f947b1f-34e8-4991-ae64-74a24b106a6b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:03.307Z|6f947b1f-34e8-4991-ae64-74a24b106a6b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:05.185Z|cfe21d10-e784-4097-9745-d373c40ec9ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:34:05.186Z|cfe21d10-e784-4097-9745-d373c40ec9ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:34:05.276Z|cb06121a-c42b-4146-ab04-0ba8bdad9503|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:34:05.277Z|cb06121a-c42b-4146-ab04-0ba8bdad9503|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:34:12.027Z|16f7c2fc-54f8-46d7-b491-bcbc672a43d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:12.028Z|16f7c2fc-54f8-46d7-b491-bcbc672a43d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:12.747Z|8ea744ba-7eda-4882-9e77-90b23425dbea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:12.748Z|8ea744ba-7eda-4882-9e77-90b23425dbea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:13.327Z|e8e5c735-c877-420c-94f9-c1da82c53d79|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:13.327Z|e8e5c735-c877-420c-94f9-c1da82c53d79|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:20.184Z|220dd99d-f58c-4b2d-9586-d15671f4d03e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:34:20.184Z|220dd99d-f58c-4b2d-9586-d15671f4d03e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:34:22.049Z|91ebb107-c501-443f-9f45-96b0887413b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:22.050Z|91ebb107-c501-443f-9f45-96b0887413b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:22.772Z|5637af4f-fd63-4591-93fc-675456042fd5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:22.773Z|5637af4f-fd63-4591-93fc-675456042fd5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:23.349Z|5f51914b-1bb5-4e6e-aef5-eb3d5ed5cdf7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:23.350Z|5f51914b-1bb5-4e6e-aef5-eb3d5ed5cdf7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:32.070Z|31344cf7-7cc8-4bbb-ad9f-f2529f954de3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:32.071Z|31344cf7-7cc8-4bbb-ad9f-f2529f954de3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:32.794Z|5b89abca-d097-4da7-94ce-184cd3884dfa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:32.795Z|5b89abca-d097-4da7-94ce-184cd3884dfa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:33.371Z|43a490f3-4316-46ee-91dd-e30fec7117e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:33.372Z|43a490f3-4316-46ee-91dd-e30fec7117e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:35.184Z|637cf0f8-a7e8-4e5b-b3aa-515b33cd265b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:34:35.186Z|637cf0f8-a7e8-4e5b-b3aa-515b33cd265b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:34:35.278Z|e73de424-1ca5-442e-b33e-c8c4f03c5f8a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:34:35.279Z|e73de424-1ca5-442e-b33e-c8c4f03c5f8a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:34:42.092Z|ca471cff-98d8-45ea-8640-f3a5ed70b8c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:42.093Z|ca471cff-98d8-45ea-8640-f3a5ed70b8c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:42.815Z|c4ab7a0b-38ec-4089-9dfd-0126475e6dc4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:42.816Z|c4ab7a0b-38ec-4089-9dfd-0126475e6dc4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:43.392Z|187a2051-de20-455c-9983-6693e7ec4e83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:43.393Z|187a2051-de20-455c-9983-6693e7ec4e83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:50.184Z|2302224a-fb05-44b1-8392-d6f91385dcce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:34:50.185Z|2302224a-fb05-44b1-8392-d6f91385dcce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:34:52.114Z|4237fe51-f303-49a4-b0ca-ea654ee5b329|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:52.115Z|4237fe51-f303-49a4-b0ca-ea654ee5b329|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:52.836Z|c29161ac-f86e-4030-8819-300f7dd4589f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:52.837Z|c29161ac-f86e-4030-8819-300f7dd4589f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:34:53.413Z|7ba4d432-cf72-4e1d-899f-fdb223dda463|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:34:53.414Z|7ba4d432-cf72-4e1d-899f-fdb223dda463|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:00.612Z|46d27e12-6781-492b-b676-7e5efa5ec2ff|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:35:00.613Z|46d27e12-6781-492b-b676-7e5efa5ec2ff|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:02.143Z|8a36d8b8-3503-4e1e-955c-60f90710c4b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:02.144Z|8a36d8b8-3503-4e1e-955c-60f90710c4b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:02.860Z|8c723108-8a10-449c-babe-0e3be633d6ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:02.861Z|8c723108-8a10-449c-babe-0e3be633d6ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:03.434Z|906ee7b1-6f7d-48f4-bfa0-00e51b623365|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:03.434Z|906ee7b1-6f7d-48f4-bfa0-00e51b623365|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:05.184Z|323b7d10-2550-412c-a0f6-2e49a0b18b0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:35:05.185Z|323b7d10-2550-412c-a0f6-2e49a0b18b0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:35:05.279Z|48dc4b0d-c6e2-46e4-b052-eb11e1b743a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:35:05.280Z|48dc4b0d-c6e2-46e4-b052-eb11e1b743a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:35:12.164Z|65034a81-8278-4856-bc2f-02c9498bc208|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:12.165Z|65034a81-8278-4856-bc2f-02c9498bc208|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:12.881Z|2b5aa965-e37f-4ef8-b6c3-04391d8f3e6f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:12.882Z|2b5aa965-e37f-4ef8-b6c3-04391d8f3e6f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:13.454Z|b30f57b6-99a4-4998-b7b8-8eea5637db96|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:13.454Z|b30f57b6-99a4-4998-b7b8-8eea5637db96|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:20.184Z|fbf9e3fd-4ac0-40bc-ac9c-53859cc9fa34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:35:20.186Z|fbf9e3fd-4ac0-40bc-ac9c-53859cc9fa34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:35:22.188Z|717395ee-5034-48a9-b7d7-3ffd210bc9fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:22.189Z|717395ee-5034-48a9-b7d7-3ffd210bc9fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:22.904Z|17ddec8a-8b38-4205-9f0c-21b2a063e742|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:22.905Z|17ddec8a-8b38-4205-9f0c-21b2a063e742|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:23.474Z|af1163a3-42a6-4585-9e98-ddac112d2cfd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:23.475Z|af1163a3-42a6-4585-9e98-ddac112d2cfd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:32.211Z|525d5e3d-9708-4e2d-9305-2f7e8cef2ba7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:32.212Z|525d5e3d-9708-4e2d-9305-2f7e8cef2ba7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:32.924Z|8ecf2cfc-f56d-4312-b067-26aa7893668f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:32.925Z|8ecf2cfc-f56d-4312-b067-26aa7893668f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:33.492Z|ce6ae63f-f6a9-42a7-8ed4-77d184bd1ea5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:33.493Z|ce6ae63f-f6a9-42a7-8ed4-77d184bd1ea5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:35.185Z|a505174d-677d-46e4-b047-f3fbe5cc1d4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:35:35.187Z|a505174d-677d-46e4-b047-f3fbe5cc1d4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:35:35.280Z|a413b198-9558-4eef-bc02-2168ace10628|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:35:35.281Z|a413b198-9558-4eef-bc02-2168ace10628|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:35:42.233Z|29d38379-2a87-48e2-9272-f23c8c5d4748|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:42.234Z|29d38379-2a87-48e2-9272-f23c8c5d4748|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:42.946Z|a9ae99b8-6c61-44c1-a0a7-ecf70a0b3097|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:42.946Z|a9ae99b8-6c61-44c1-a0a7-ecf70a0b3097|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:43.511Z|078a02d6-d155-42f1-8281-b6605703c2db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:43.512Z|078a02d6-d155-42f1-8281-b6605703c2db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:50.184Z|36026c55-9bb6-4cc7-b727-55ade2facb0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:35:50.185Z|36026c55-9bb6-4cc7-b727-55ade2facb0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:35:52.260Z|07c12911-a3b3-4305-9b95-7304f746f8d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:52.261Z|07c12911-a3b3-4305-9b95-7304f746f8d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:52.974Z|8f788ab3-6845-4c1d-9a4b-fb34761b276f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:52.974Z|8f788ab3-6845-4c1d-9a4b-fb34761b276f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:35:53.532Z|27b4c112-83bf-4ff8-879b-8533987c0aa1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:35:53.533Z|27b4c112-83bf-4ff8-879b-8533987c0aa1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:00.611Z|e85cbab7-0923-4c6b-8ede-d4785364e64b|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:36:00.612Z|e85cbab7-0923-4c6b-8ede-d4785364e64b|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:02.284Z|38106212-f77b-4595-95fa-96e386ee8299|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:02.285Z|38106212-f77b-4595-95fa-96e386ee8299|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:02.994Z|80c776f2-8fa5-47d4-aadf-2efa4a96f7b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:02.995Z|80c776f2-8fa5-47d4-aadf-2efa4a96f7b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:03.551Z|5811caed-c45e-4746-bd01-2524668dd1bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:03.551Z|5811caed-c45e-4746-bd01-2524668dd1bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:05.184Z|87e194c6-131b-4b33-aea4-dac374d9bf61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:36:05.186Z|87e194c6-131b-4b33-aea4-dac374d9bf61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:36:05.282Z|561edf28-ecbc-49d7-b863-586223a30f9a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:36:05.282Z|561edf28-ecbc-49d7-b863-586223a30f9a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:36:12.307Z|03179f55-68af-46c2-957d-979ae44d3f02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:12.308Z|03179f55-68af-46c2-957d-979ae44d3f02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:13.014Z|84398880-b92d-49bb-ad76-9ae532e912a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:13.015Z|84398880-b92d-49bb-ad76-9ae532e912a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:13.570Z|2f737539-ad8f-49a8-a055-b9cde504ea07|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:13.570Z|2f737539-ad8f-49a8-a055-b9cde504ea07|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:20.184Z|8bb8a0db-7468-4305-981c-189eb6221492|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:36:20.185Z|8bb8a0db-7468-4305-981c-189eb6221492|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:36:22.332Z|af2b5a18-2d2c-41e4-bb43-08fb81330806|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:22.333Z|af2b5a18-2d2c-41e4-bb43-08fb81330806|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:23.036Z|71234194-b470-4e77-abca-c6a74ebe06c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:23.036Z|71234194-b470-4e77-abca-c6a74ebe06c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:23.592Z|0870e274-a212-4f53-9ea4-e399b324003a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:23.592Z|0870e274-a212-4f53-9ea4-e399b324003a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:32.358Z|66ae8421-f48c-4e57-a2ae-7c49005d0d0f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:32.360Z|66ae8421-f48c-4e57-a2ae-7c49005d0d0f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:33.057Z|9042ea21-458c-4f42-983d-79c3847f0994|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:33.058Z|9042ea21-458c-4f42-983d-79c3847f0994|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:33.612Z|35f6bd2d-f8b6-45b2-824c-b98e2f0dd0e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:33.613Z|35f6bd2d-f8b6-45b2-824c-b98e2f0dd0e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:35.184Z|8d3758f2-4ca0-40a0-b8e3-501d687bfeec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:36:35.185Z|8d3758f2-4ca0-40a0-b8e3-501d687bfeec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:36:35.283Z|de26e9ce-cd3d-4e77-8aaa-acdce4618ca9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:36:35.284Z|de26e9ce-cd3d-4e77-8aaa-acdce4618ca9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:36:42.383Z|49412d2d-60a5-4614-a852-0e7953f41609|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:42.384Z|49412d2d-60a5-4614-a852-0e7953f41609|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:43.078Z|2148b09b-bca1-48e3-96ff-b2344da93111|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:43.079Z|2148b09b-bca1-48e3-96ff-b2344da93111|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:43.634Z|117cee7c-3673-4b5e-9a23-b522fc9aa0bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:43.635Z|117cee7c-3673-4b5e-9a23-b522fc9aa0bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:50.184Z|e2a3352a-4aa2-4e17-92f8-be51b13708a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:36:50.186Z|e2a3352a-4aa2-4e17-92f8-be51b13708a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:36:52.405Z|2c8036ed-f0bc-4a15-b8b6-153e1cbeb662|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:52.406Z|2c8036ed-f0bc-4a15-b8b6-153e1cbeb662|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:53.100Z|62649d7c-3c4c-4661-aff5-c8be3ffe9ff7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:53.101Z|62649d7c-3c4c-4661-aff5-c8be3ffe9ff7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:36:53.654Z|f17121ce-d73e-4939-963d-9d34be384033|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:36:53.655Z|f17121ce-d73e-4939-963d-9d34be384033|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:00.612Z|a82f38d0-f3a0-45ed-a112-c67fc4870023|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:37:00.613Z|a82f38d0-f3a0-45ed-a112-c67fc4870023|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:02.428Z|565c5c3d-45f4-495b-bc7c-75d85477c107|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:02.429Z|565c5c3d-45f4-495b-bc7c-75d85477c107|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:03.120Z|f6709927-1186-4492-b539-9a2cd738784c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:03.120Z|f6709927-1186-4492-b539-9a2cd738784c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:03.683Z|118a9e38-e15b-4f2b-a0a0-f9662ae86d78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:03.684Z|118a9e38-e15b-4f2b-a0a0-f9662ae86d78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:05.184Z|33d86ad9-cf0f-4db4-89fe-c4429fa963b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:37:05.184Z|33d86ad9-cf0f-4db4-89fe-c4429fa963b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:37:05.284Z|8981a0fc-b9ad-45a5-9760-f3f68bc66989|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:37:05.285Z|8981a0fc-b9ad-45a5-9760-f3f68bc66989|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:37:12.451Z|6aee2b30-8794-44f4-b6da-aee4c2d13559|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:12.452Z|6aee2b30-8794-44f4-b6da-aee4c2d13559|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:13.146Z|1cd817b3-34ea-40b0-b2f9-ad505dc8832d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:13.147Z|1cd817b3-34ea-40b0-b2f9-ad505dc8832d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:13.703Z|156dc31e-7747-42d6-b09d-93e7dc46514f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:13.703Z|156dc31e-7747-42d6-b09d-93e7dc46514f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:20.184Z|a031a05b-123e-47ff-9e51-988bebde04ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:37:20.185Z|a031a05b-123e-47ff-9e51-988bebde04ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:37:22.477Z|8156da21-c0f8-4bfd-8f2a-8357185777b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:22.478Z|8156da21-c0f8-4bfd-8f2a-8357185777b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:23.169Z|fd660719-b10b-4b12-b012-5561bf131cc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:23.169Z|fd660719-b10b-4b12-b012-5561bf131cc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:23.726Z|2f0b2290-df8e-4093-8103-dfd55b348dc1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:23.726Z|2f0b2290-df8e-4093-8103-dfd55b348dc1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:32.512Z|216f56d2-ff0f-4eb9-9451-6068ff17b97c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:32.515Z|216f56d2-ff0f-4eb9-9451-6068ff17b97c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:33.192Z|88e0ed53-bdf6-4e76-af98-903f2e11cfec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:33.193Z|88e0ed53-bdf6-4e76-af98-903f2e11cfec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:33.748Z|ac1b5065-9c9f-4c43-a0fb-7230828c7131|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:33.749Z|ac1b5065-9c9f-4c43-a0fb-7230828c7131|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:35.184Z|ca04e89e-184d-4e5d-ba3a-ea9ca1d3c3eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:37:35.186Z|ca04e89e-184d-4e5d-ba3a-ea9ca1d3c3eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:37:35.286Z|8e7bf07b-1606-4881-a9d6-f7b63e7638fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:37:35.287Z|8e7bf07b-1606-4881-a9d6-f7b63e7638fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:37:42.544Z|00d53310-8236-4a27-ac6b-d7f89346d40e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:42.545Z|00d53310-8236-4a27-ac6b-d7f89346d40e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:43.218Z|ce9b8293-50a1-42ea-89b1-efd7adf25484|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:43.219Z|ce9b8293-50a1-42ea-89b1-efd7adf25484|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:43.771Z|b1a48307-e956-41b0-8f4b-31ef6d7a42fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:43.772Z|b1a48307-e956-41b0-8f4b-31ef6d7a42fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:50.184Z|a7e86c52-5f34-4662-b4a8-ceb7b3069afb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:37:50.184Z|a7e86c52-5f34-4662-b4a8-ceb7b3069afb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:37:52.566Z|3620c3b8-91a6-403f-b094-01cb0e03c1a3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:52.567Z|3620c3b8-91a6-403f-b094-01cb0e03c1a3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:53.241Z|201a1d38-26f8-402e-8909-84af22a0e988|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:53.242Z|201a1d38-26f8-402e-8909-84af22a0e988|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:37:53.790Z|b919642b-392e-4534-a943-7d4f829f3ac0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:37:53.791Z|b919642b-392e-4534-a943-7d4f829f3ac0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:00.616Z|a5e47dc1-8646-44d4-a202-22a49a6759c0|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:38:00.618Z|a5e47dc1-8646-44d4-a202-22a49a6759c0|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:02.587Z|dbb96ea7-bf00-49d5-a424-74f5fe517fc4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:02.589Z|dbb96ea7-bf00-49d5-a424-74f5fe517fc4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:03.265Z|553b0f1b-ac64-488f-a6ac-1d0200bfba73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:03.265Z|553b0f1b-ac64-488f-a6ac-1d0200bfba73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:03.812Z|e59b9d22-0156-4e77-807b-b93680d8ad08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:03.813Z|e59b9d22-0156-4e77-807b-b93680d8ad08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:05.184Z|e6f47bb9-3717-4dfe-9b48-f26fef816be1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:38:05.185Z|e6f47bb9-3717-4dfe-9b48-f26fef816be1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:38:05.287Z|1d255c14-3910-4d2a-886d-1b8efde837cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:38:05.288Z|1d255c14-3910-4d2a-886d-1b8efde837cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:38:12.611Z|13d5846f-74ee-46fd-a10f-7401e1493f32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:12.612Z|13d5846f-74ee-46fd-a10f-7401e1493f32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:13.286Z|8f2ba62c-efcd-45df-b08a-325801898e2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:13.287Z|8f2ba62c-efcd-45df-b08a-325801898e2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:13.833Z|931e9350-326e-4fde-8ef1-42ac2ee2bcab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:13.834Z|931e9350-326e-4fde-8ef1-42ac2ee2bcab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:20.184Z|3725a450-39a0-429c-9fda-32bc11912f8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:38:20.186Z|3725a450-39a0-429c-9fda-32bc11912f8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:38:22.635Z|c536bff0-eb81-45a9-a504-c97f2da9f940|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:22.636Z|c536bff0-eb81-45a9-a504-c97f2da9f940|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:23.310Z|b3a07024-1540-4050-b7ae-20abed5f5cf2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:23.311Z|b3a07024-1540-4050-b7ae-20abed5f5cf2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:23.856Z|d31b8549-e761-4057-8c38-1191d30a93ee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:23.857Z|d31b8549-e761-4057-8c38-1191d30a93ee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:32.659Z|b6f49ddd-bdaf-4a14-b9bd-885842ce1938|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:32.660Z|b6f49ddd-bdaf-4a14-b9bd-885842ce1938|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:33.333Z|d857dca4-0c13-4c24-8913-c4c63df9e276|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:33.334Z|d857dca4-0c13-4c24-8913-c4c63df9e276|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:33.877Z|bd62a408-33ad-4037-a00f-547339794b4e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:33.878Z|bd62a408-33ad-4037-a00f-547339794b4e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:35.184Z|65ae3c05-c1db-4dd4-9dd3-6967238ddce2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:38:35.185Z|65ae3c05-c1db-4dd4-9dd3-6967238ddce2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:38:35.289Z|59999a8e-1df6-45fe-b834-66d863031371|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:38:35.289Z|59999a8e-1df6-45fe-b834-66d863031371|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:38:42.684Z|2da09c29-5f86-4ce6-a9c6-102223d96fe7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:42.684Z|2da09c29-5f86-4ce6-a9c6-102223d96fe7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:43.353Z|66150c86-dc6e-496c-9ced-23e3529ca9ad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:43.354Z|66150c86-dc6e-496c-9ced-23e3529ca9ad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:43.896Z|293380bb-02a1-47c9-bb5f-f9c04770b538|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:43.897Z|293380bb-02a1-47c9-bb5f-f9c04770b538|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:50.184Z|d3fe9d70-659c-47b7-acad-cc88efeae461|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:38:50.184Z|d3fe9d70-659c-47b7-acad-cc88efeae461|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:38:52.704Z|265aded7-dc49-414a-be78-08bdbb00f8dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:52.705Z|265aded7-dc49-414a-be78-08bdbb00f8dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:53.374Z|d24f8a03-48ae-4578-854a-e7defa3ed97a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:53.375Z|d24f8a03-48ae-4578-854a-e7defa3ed97a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:38:53.917Z|6d23d72f-b0ca-4bca-a316-7317df3b8c81|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:38:53.918Z|6d23d72f-b0ca-4bca-a316-7317df3b8c81|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:00.612Z|f03accf9-7e3f-4cca-b08b-307705171945|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:39:00.613Z|f03accf9-7e3f-4cca-b08b-307705171945|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:02.727Z|29b6643e-7adc-4f85-a06f-5ad74cd439f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:02.728Z|29b6643e-7adc-4f85-a06f-5ad74cd439f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:03.400Z|7c073fb1-f3f6-45f8-9185-86f3249e5f1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:03.401Z|7c073fb1-f3f6-45f8-9185-86f3249e5f1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:03.937Z|ac2599d2-e506-4fc4-8a23-019627a81caf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:03.939Z|ac2599d2-e506-4fc4-8a23-019627a81caf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:05.184Z|425e669d-7f18-4680-9701-e9dcc18d7dda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:39:05.186Z|425e669d-7f18-4680-9701-e9dcc18d7dda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:39:05.290Z|96a8ede7-e1fd-4989-aaed-aa3c8afb8b93|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:39:05.290Z|96a8ede7-e1fd-4989-aaed-aa3c8afb8b93|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:39:12.753Z|f90dc3b0-4d94-4388-a43e-f52405e3980d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:12.755Z|f90dc3b0-4d94-4388-a43e-f52405e3980d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:13.422Z|c9489fb3-1570-4073-b4c1-f898ed350a09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:13.422Z|c9489fb3-1570-4073-b4c1-f898ed350a09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:13.958Z|9f551c01-403c-4f9a-b435-ad66cf2859da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:13.959Z|9f551c01-403c-4f9a-b435-ad66cf2859da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:20.184Z|851afc0f-37ea-4c09-931c-232059f5cf24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:39:20.185Z|851afc0f-37ea-4c09-931c-232059f5cf24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:39:22.775Z|95b1da22-9506-4fb9-b57d-6c7d83abd006|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:22.776Z|95b1da22-9506-4fb9-b57d-6c7d83abd006|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:23.439Z|1e46a3c2-78f4-4deb-b77b-d789fdd14432|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:23.440Z|1e46a3c2-78f4-4deb-b77b-d789fdd14432|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:23.978Z|8c355e9f-83ad-469a-84d0-bc4cb6c21471|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:23.979Z|8c355e9f-83ad-469a-84d0-bc4cb6c21471|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:32.854Z|fb380611-a2e0-4579-8965-9a9fe5776bee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:32.854Z|fb380611-a2e0-4579-8965-9a9fe5776bee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:33.458Z|8ed52177-240f-4977-95a8-b4316ad82569|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:33.459Z|8ed52177-240f-4977-95a8-b4316ad82569|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:33.998Z|63e2ecd5-c473-40ec-a024-2b71838a008b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:33.999Z|63e2ecd5-c473-40ec-a024-2b71838a008b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:35.184Z|85100275-0c0d-497c-a54d-4cf133c8031b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:39:35.184Z|85100275-0c0d-497c-a54d-4cf133c8031b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:39:35.291Z|57ed8165-dbd4-42ff-98a5-9eeba64117fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:39:35.291Z|57ed8165-dbd4-42ff-98a5-9eeba64117fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:39:42.874Z|fee5c72a-4cf7-4361-8f25-ff6a58363bc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:42.875Z|fee5c72a-4cf7-4361-8f25-ff6a58363bc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:43.477Z|c8ce18b6-7a2f-4ed2-9c03-ad1f773da732|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:43.478Z|c8ce18b6-7a2f-4ed2-9c03-ad1f773da732|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:44.017Z|7441868c-c364-4e74-bde0-efc505f0138f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:44.017Z|7441868c-c364-4e74-bde0-efc505f0138f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:50.184Z|24a39557-7f3d-464a-8b52-d2bf5addb8cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:39:50.186Z|24a39557-7f3d-464a-8b52-d2bf5addb8cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:39:52.896Z|9305b14a-8d64-469a-9fa0-398b883fa16b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:52.897Z|9305b14a-8d64-469a-9fa0-398b883fa16b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:53.496Z|be91b85b-dcd2-49b7-bf65-cde0baf3fe7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:53.497Z|be91b85b-dcd2-49b7-bf65-cde0baf3fe7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:39:54.037Z|345ec3b8-fbaa-4668-b021-2cf7fdfdc73d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:39:54.038Z|345ec3b8-fbaa-4668-b021-2cf7fdfdc73d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:00.613Z|f3f25f0d-251e-4944-be5e-985d17eb74d5|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:40:00.614Z|f3f25f0d-251e-4944-be5e-985d17eb74d5|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:02.917Z|87ab3c98-83be-4c91-a0c3-171347924cb6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:02.918Z|87ab3c98-83be-4c91-a0c3-171347924cb6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:03.517Z|1b4ceee1-a9b9-44fd-ad5d-3764d89bfdf9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:03.518Z|1b4ceee1-a9b9-44fd-ad5d-3764d89bfdf9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:04.057Z|efea6261-098e-4a66-ab94-d3042dbc5b8e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:04.058Z|efea6261-098e-4a66-ab94-d3042dbc5b8e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:05.184Z|e9fa39df-ebee-4578-9dd5-2505d9f9e83e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:40:05.185Z|e9fa39df-ebee-4578-9dd5-2505d9f9e83e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:40:05.292Z|cf0230a3-4d47-422f-93cb-2fdf4c350918|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:40:05.293Z|cf0230a3-4d47-422f-93cb-2fdf4c350918|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:40:12.942Z|35a04bce-a5ab-42f0-a764-4c8ca2b046c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:12.943Z|35a04bce-a5ab-42f0-a764-4c8ca2b046c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:13.536Z|bb731524-6b9a-4cfd-a006-ec8b39d04797|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:13.537Z|bb731524-6b9a-4cfd-a006-ec8b39d04797|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:14.078Z|78c4abb5-0c95-4fdf-8c22-a161809d5c38|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:14.079Z|78c4abb5-0c95-4fdf-8c22-a161809d5c38|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:20.184Z|eeae2ea8-df21-486e-a7dc-b7c6f213bf64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:40:20.184Z|eeae2ea8-df21-486e-a7dc-b7c6f213bf64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:40:22.964Z|7155b6e1-c4aa-48c1-b471-75d328a4cf0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:22.964Z|7155b6e1-c4aa-48c1-b471-75d328a4cf0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:23.556Z|1cb6e2be-4d33-4ac2-93e1-5e1a3f65f722|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:23.556Z|1cb6e2be-4d33-4ac2-93e1-5e1a3f65f722|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:24.099Z|d2dccca7-5a84-46af-a848-e71dfbeff4cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:24.100Z|d2dccca7-5a84-46af-a848-e71dfbeff4cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:32.985Z|57bab3ba-4561-43bd-bd69-8f9e08efbae9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:32.986Z|57bab3ba-4561-43bd-bd69-8f9e08efbae9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:33.575Z|3929dbf4-3410-4adf-b186-82a3d8a229a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:33.575Z|3929dbf4-3410-4adf-b186-82a3d8a229a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:34.120Z|22304a73-2559-4778-a4d6-d0410263554e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:34.121Z|22304a73-2559-4778-a4d6-d0410263554e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:35.184Z|3399107d-e867-46ce-9136-09f80b2b3827|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:40:35.186Z|3399107d-e867-46ce-9136-09f80b2b3827|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:40:35.293Z|48fb7719-e069-49a0-a5d4-7efcd134511d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:40:35.294Z|48fb7719-e069-49a0-a5d4-7efcd134511d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:40:43.012Z|8ac7d076-9520-4f41-9bf6-b40e583266e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:43.014Z|8ac7d076-9520-4f41-9bf6-b40e583266e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:43.595Z|7ab32f2a-c2ab-4421-b309-480af09fe671|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:43.595Z|7ab32f2a-c2ab-4421-b309-480af09fe671|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:44.142Z|f10b05e1-33fb-48aa-9615-3154d69e1fb0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:44.143Z|f10b05e1-33fb-48aa-9615-3154d69e1fb0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:50.184Z|21157928-edd6-4c13-9805-eb5624c282d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:40:50.185Z|21157928-edd6-4c13-9805-eb5624c282d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:40:53.038Z|56f6744c-ad29-4f24-bac1-f85e199aaf56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:53.039Z|56f6744c-ad29-4f24-bac1-f85e199aaf56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:53.613Z|347cd253-6a02-4c85-a426-ed1ae0261653|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:53.614Z|347cd253-6a02-4c85-a426-ed1ae0261653|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:40:54.169Z|52e3adca-9e73-4e5d-90dd-802698472309|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:40:54.169Z|52e3adca-9e73-4e5d-90dd-802698472309|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:00.611Z|c1ca0914-fc23-4b40-89c3-9272fe68917b|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:41:00.611Z|c1ca0914-fc23-4b40-89c3-9272fe68917b|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:03.061Z|415d063e-7dae-47c5-a25a-1b7835e5e448|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:03.062Z|415d063e-7dae-47c5-a25a-1b7835e5e448|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:03.633Z|1764fad6-ed4e-450f-84fb-a94379095138|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:03.634Z|1764fad6-ed4e-450f-84fb-a94379095138|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:04.190Z|044542d5-42f3-4e69-b65d-a0c182805656|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:04.190Z|044542d5-42f3-4e69-b65d-a0c182805656|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:05.184Z|77e81121-d4b4-47dd-adbf-3e66ad98f4a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:41:05.185Z|77e81121-d4b4-47dd-adbf-3e66ad98f4a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:41:05.295Z|3a9a7ae0-ce6d-4aff-828c-3d6afeaedfb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:41:05.296Z|3a9a7ae0-ce6d-4aff-828c-3d6afeaedfb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:41:13.086Z|9432a669-422e-4b51-a327-a1ef15255f53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:13.086Z|9432a669-422e-4b51-a327-a1ef15255f53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:13.652Z|9b4e0712-3d90-4157-89c3-a2251fdd4edc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:13.652Z|9b4e0712-3d90-4157-89c3-a2251fdd4edc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:14.209Z|aa7e00de-7e1c-4e95-8787-4280bd96a81f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:14.210Z|aa7e00de-7e1c-4e95-8787-4280bd96a81f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:20.184Z|ed8a4a86-9b62-4055-9825-feede971e1ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:41:20.186Z|ed8a4a86-9b62-4055-9825-feede971e1ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:41:23.106Z|2039f189-f012-40f3-808d-e53876537de7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:23.107Z|2039f189-f012-40f3-808d-e53876537de7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:23.673Z|ead72b09-9eee-4741-a0d9-d01ac7daa28b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:23.673Z|ead72b09-9eee-4741-a0d9-d01ac7daa28b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:24.231Z|0550fbe4-0409-4f70-995b-b433484d7c66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:24.232Z|0550fbe4-0409-4f70-995b-b433484d7c66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:33.130Z|8433f198-03bd-47a0-8920-9daaaa4d9851|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:33.132Z|8433f198-03bd-47a0-8920-9daaaa4d9851|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:33.692Z|b9fc08dc-3088-4723-a35a-17f6ac81a318|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:33.693Z|b9fc08dc-3088-4723-a35a-17f6ac81a318|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:34.250Z|272ffbd5-f320-42b5-9543-7fadef17f0bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:34.251Z|272ffbd5-f320-42b5-9543-7fadef17f0bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:35.184Z|635dfdbf-5ee3-4838-a85c-cd34538f0b93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:41:35.184Z|635dfdbf-5ee3-4838-a85c-cd34538f0b93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:41:35.296Z|d7c59509-8156-430b-8483-68f37a64ad8c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:41:35.297Z|d7c59509-8156-430b-8483-68f37a64ad8c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:41:43.154Z|2f921ea6-d3e1-4da0-b130-8a5d632cd067|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:43.155Z|2f921ea6-d3e1-4da0-b130-8a5d632cd067|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:43.715Z|40706758-d1e1-46ee-81e5-c2104f747873|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:43.716Z|40706758-d1e1-46ee-81e5-c2104f747873|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:44.270Z|caf9dc9c-e0ba-486c-b31c-953d34dd2090|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:44.271Z|caf9dc9c-e0ba-486c-b31c-953d34dd2090|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:50.184Z|a15d0b1b-9a0b-4b53-aede-057654882549|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:41:50.185Z|a15d0b1b-9a0b-4b53-aede-057654882549|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:41:53.182Z|af132679-16a4-4398-8346-8e4dd8a8db7b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:53.183Z|af132679-16a4-4398-8346-8e4dd8a8db7b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:53.738Z|31a31cb9-f2ea-4f4d-99a1-e1e1166368de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:53.739Z|31a31cb9-f2ea-4f4d-99a1-e1e1166368de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:41:54.290Z|e63597c5-53a7-4227-9441-12fd424de658|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:41:54.291Z|e63597c5-53a7-4227-9441-12fd424de658|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:00.612Z|26904323-7a73-4eda-b3ab-64359a39a69a|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:42:00.613Z|26904323-7a73-4eda-b3ab-64359a39a69a|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:03.203Z|4e0dcb4d-19a6-4d72-8a4f-e18e55bf5a63|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:03.203Z|4e0dcb4d-19a6-4d72-8a4f-e18e55bf5a63|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:03.759Z|d0cff957-6da0-44b7-950d-6b75905d1618|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:03.759Z|d0cff957-6da0-44b7-950d-6b75905d1618|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:04.310Z|2d68e562-295d-4c8b-a0de-cc7e3e3e565d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:04.311Z|2d68e562-295d-4c8b-a0de-cc7e3e3e565d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:05.184Z|56e0251a-f5d8-4ec5-b36b-d2f6d3bb7a75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:42:05.185Z|56e0251a-f5d8-4ec5-b36b-d2f6d3bb7a75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:42:05.298Z|bf3c7ebd-232c-473f-a9f4-93224ee4d494|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:42:05.298Z|bf3c7ebd-232c-473f-a9f4-93224ee4d494|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:42:13.222Z|eafc7cc5-f77d-4b4a-83c2-784048ab088e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:13.223Z|eafc7cc5-f77d-4b4a-83c2-784048ab088e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:13.780Z|b301a9b2-7782-4f32-bacd-52036b42cbf6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:13.780Z|b301a9b2-7782-4f32-bacd-52036b42cbf6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:14.329Z|8db0425a-c2bb-4048-9ae0-1864b66bcd27|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:14.330Z|8db0425a-c2bb-4048-9ae0-1864b66bcd27|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:20.184Z|4f704ede-b229-4a40-a8e9-9c8cbd221a87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:42:20.185Z|4f704ede-b229-4a40-a8e9-9c8cbd221a87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:42:23.248Z|7673be39-7dac-46a6-96c3-72b80d4ec04d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:23.250Z|7673be39-7dac-46a6-96c3-72b80d4ec04d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:23.798Z|b97901a1-fd87-4b79-ba7c-9362af76fa45|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:23.799Z|b97901a1-fd87-4b79-ba7c-9362af76fa45|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:24.349Z|7f96f347-d44a-4776-b39d-8224a9caa845|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:24.349Z|7f96f347-d44a-4776-b39d-8224a9caa845|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:33.275Z|24f71519-f505-439f-95b3-a6a1ab4208e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:33.276Z|24f71519-f505-439f-95b3-a6a1ab4208e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:33.818Z|2804b9e4-baf1-4772-896f-593394fed1ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:33.818Z|2804b9e4-baf1-4772-896f-593394fed1ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:34.368Z|e59d48f7-487c-4a1c-a731-1652025d9faf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:34.369Z|e59d48f7-487c-4a1c-a731-1652025d9faf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:35.184Z|1f70ecd7-365b-4a1a-9b17-897d5d072847|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:42:35.185Z|1f70ecd7-365b-4a1a-9b17-897d5d072847|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:42:35.299Z|47bf9b30-9de2-461b-bec9-5d5f62a49de6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:42:35.300Z|47bf9b30-9de2-461b-bec9-5d5f62a49de6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:42:43.298Z|b5d71fc3-0a3e-4e65-986e-5675b08289fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:43.298Z|b5d71fc3-0a3e-4e65-986e-5675b08289fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:43.838Z|e55238b5-03b0-40c4-83c3-978f7043e43a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:43.839Z|e55238b5-03b0-40c4-83c3-978f7043e43a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:44.388Z|afbc1d4d-c82f-4f68-a954-cf55050e87dd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:44.388Z|afbc1d4d-c82f-4f68-a954-cf55050e87dd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:50.184Z|f360b452-bb3c-412c-80cb-2ffcd0653ab6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:42:50.185Z|f360b452-bb3c-412c-80cb-2ffcd0653ab6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:42:53.318Z|609354d0-c6c2-45ed-b95e-765a4c722458|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:53.319Z|609354d0-c6c2-45ed-b95e-765a4c722458|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:53.858Z|6efa6927-19fc-49e9-bfbc-a887caf4637a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:53.859Z|6efa6927-19fc-49e9-bfbc-a887caf4637a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:42:54.412Z|a4ee1d5a-3cc7-410d-94be-e454bca736d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:42:54.412Z|a4ee1d5a-3cc7-410d-94be-e454bca736d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:00.611Z|08982ec9-ef7e-4139-a106-56fc31eef735|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:43:00.612Z|08982ec9-ef7e-4139-a106-56fc31eef735|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:03.342Z|da3b2c53-ba6f-423b-b7b0-5becc612f790|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:03.343Z|da3b2c53-ba6f-423b-b7b0-5becc612f790|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:03.878Z|abdf0467-ece3-439c-9f2e-c05b5ab90465|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:03.878Z|abdf0467-ece3-439c-9f2e-c05b5ab90465|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:04.430Z|70b6f70e-8a46-49e9-a960-15d1b1700dc6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:04.431Z|70b6f70e-8a46-49e9-a960-15d1b1700dc6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:05.185Z|947d6d83-4768-4c2a-b435-8dd765ab84ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:43:05.186Z|947d6d83-4768-4c2a-b435-8dd765ab84ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:43:05.301Z|b6ac3588-8da5-4d02-9742-f77945570bde|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:43:05.301Z|b6ac3588-8da5-4d02-9742-f77945570bde|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:43:13.366Z|984a7a6f-c123-462e-acc5-903e479cc163|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:13.367Z|984a7a6f-c123-462e-acc5-903e479cc163|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:13.897Z|54c5e81b-5cd5-4b67-a236-6562ce14c7c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:13.898Z|54c5e81b-5cd5-4b67-a236-6562ce14c7c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:14.449Z|8efc11a5-1599-46bc-b347-1d8b41c8e40f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:14.450Z|8efc11a5-1599-46bc-b347-1d8b41c8e40f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:20.184Z|457d0c50-44d0-4794-a4fe-555d6035a5ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:43:20.185Z|457d0c50-44d0-4794-a4fe-555d6035a5ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:43:23.390Z|7d5a0a97-942d-48c5-905b-ca98a0545e5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:23.391Z|7d5a0a97-942d-48c5-905b-ca98a0545e5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:23.916Z|c259e235-1e90-4e48-ac77-5a5b17d1f0d6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:23.917Z|c259e235-1e90-4e48-ac77-5a5b17d1f0d6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:24.471Z|f832b16f-d4cf-4e9a-93bb-b68af6d14846|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:24.472Z|f832b16f-d4cf-4e9a-93bb-b68af6d14846|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:33.413Z|6aef7806-0b1b-4c80-924c-bb61bacbe6fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:33.414Z|6aef7806-0b1b-4c80-924c-bb61bacbe6fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:33.936Z|3010ba57-af15-49d4-bdf8-c0be221a139c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:33.937Z|3010ba57-af15-49d4-bdf8-c0be221a139c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:34.490Z|13cbb3d1-e3b8-4622-8582-67835ee3ce66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:34.491Z|13cbb3d1-e3b8-4622-8582-67835ee3ce66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:35.184Z|e12c0f99-b665-44f3-a5ed-84ab80ac2eb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:43:35.185Z|e12c0f99-b665-44f3-a5ed-84ab80ac2eb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:43:35.302Z|b4b48ebf-4ab6-437c-a82f-3cddcf67b6ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:43:35.303Z|b4b48ebf-4ab6-437c-a82f-3cddcf67b6ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:43:43.434Z|d6db64cf-11c5-401c-9331-33b5e50a2764|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:43.435Z|d6db64cf-11c5-401c-9331-33b5e50a2764|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:43.956Z|4d05af8f-01bc-4a6b-87f8-b1e8716be0e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:43.957Z|4d05af8f-01bc-4a6b-87f8-b1e8716be0e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:44.511Z|3b204aca-33f1-4895-9769-302f72c1188d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:44.512Z|3b204aca-33f1-4895-9769-302f72c1188d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:50.184Z|cfde3ae5-4d36-4ac7-94a7-f7d214cc3994|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:43:50.184Z|cfde3ae5-4d36-4ac7-94a7-f7d214cc3994|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:43:53.457Z|7dd61d7f-20b3-4324-820e-b1a0b164e0f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:53.458Z|7dd61d7f-20b3-4324-820e-b1a0b164e0f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:53.974Z|1e7f2d08-0868-4887-8fcf-ca5de786669f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:53.975Z|1e7f2d08-0868-4887-8fcf-ca5de786669f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:43:54.530Z|f9dcb5ac-cb50-46f2-aa64-e5cf23d8cdc4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:43:54.531Z|f9dcb5ac-cb50-46f2-aa64-e5cf23d8cdc4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:00.611Z|87702c9e-12c9-41bc-9120-e53851476849|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:44:00.612Z|87702c9e-12c9-41bc-9120-e53851476849|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:03.479Z|c14fab54-ee40-4cf2-9576-acb8f036ce2c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:03.479Z|c14fab54-ee40-4cf2-9576-acb8f036ce2c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:03.995Z|417189c6-f848-4c8d-848f-316a644ecfa1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:03.996Z|417189c6-f848-4c8d-848f-316a644ecfa1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:04.550Z|6fc5f5a9-2712-4448-a627-d9a9cd05c42f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:04.550Z|6fc5f5a9-2712-4448-a627-d9a9cd05c42f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:05.184Z|e828decc-f17c-4b40-9279-8a080f1698b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:44:05.184Z|e828decc-f17c-4b40-9279-8a080f1698b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:44:05.303Z|80a6f2e4-59ce-466a-ab3d-a2a216eabd35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:44:05.304Z|80a6f2e4-59ce-466a-ab3d-a2a216eabd35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:44:13.503Z|9e733b55-9dbc-445e-b5b4-85767f879c53|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:13.504Z|9e733b55-9dbc-445e-b5b4-85767f879c53|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:14.015Z|41ca59c7-81c9-4962-a68b-dd293f574a6c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:14.016Z|41ca59c7-81c9-4962-a68b-dd293f574a6c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:14.568Z|67a1ed4d-b3bd-4413-9391-78ad42de2bd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:14.570Z|67a1ed4d-b3bd-4413-9391-78ad42de2bd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:20.185Z|5feebef1-d907-4d0f-8cf1-0d31b1317673|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:44:20.187Z|5feebef1-d907-4d0f-8cf1-0d31b1317673|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:44:23.527Z|0038e36d-d9c7-47fb-8b04-45041c0bd5b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:23.528Z|0038e36d-d9c7-47fb-8b04-45041c0bd5b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:24.036Z|b5ab23c0-90eb-4750-ab7b-c79fe28214b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:24.037Z|b5ab23c0-90eb-4750-ab7b-c79fe28214b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:24.587Z|5ec2979f-6ef9-4833-a33d-aef0ecf3bb8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:24.588Z|5ec2979f-6ef9-4833-a33d-aef0ecf3bb8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:33.548Z|ec13daac-31a2-4f62-9b7f-6c3060150cbf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:33.549Z|ec13daac-31a2-4f62-9b7f-6c3060150cbf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:34.057Z|35d3d0b9-0fb2-424e-a7d3-54ba31e323ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:34.057Z|35d3d0b9-0fb2-424e-a7d3-54ba31e323ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:34.606Z|1a788600-1670-4379-8248-5c33013b6203|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:34.606Z|1a788600-1670-4379-8248-5c33013b6203|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:35.184Z|8995a0f2-6b17-4a6d-b797-6a62d0662f56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:44:35.184Z|8995a0f2-6b17-4a6d-b797-6a62d0662f56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:44:35.305Z|5b3267c9-6c56-4c9d-88f8-c544039ed784|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:44:35.305Z|5b3267c9-6c56-4c9d-88f8-c544039ed784|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:44:43.569Z|1109c83c-29dd-456b-b09b-fc20569c8dd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:43.570Z|1109c83c-29dd-456b-b09b-fc20569c8dd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:44.075Z|856fd43a-3fca-48de-9c1b-e0376f94fea2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:44.076Z|856fd43a-3fca-48de-9c1b-e0376f94fea2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:44.626Z|fc7d774f-24e2-4613-92ef-1ffc5f595981|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:44.627Z|fc7d774f-24e2-4613-92ef-1ffc5f595981|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:50.184Z|22aa6af4-7e33-4a69-af30-4e61a74e71b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:44:50.185Z|22aa6af4-7e33-4a69-af30-4e61a74e71b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:44:53.591Z|40bb43d0-7b37-4ad3-9bb2-9f623568dae3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:53.592Z|40bb43d0-7b37-4ad3-9bb2-9f623568dae3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:54.093Z|a42bb03d-9165-41b7-8279-517a7720eadb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:54.094Z|a42bb03d-9165-41b7-8279-517a7720eadb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:44:54.646Z|23af9592-eaab-4632-9098-a59577a6a5c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:44:54.647Z|23af9592-eaab-4632-9098-a59577a6a5c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:00.612Z|10afa3e9-a88d-4d8d-aaba-8137dccbb817|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:45:00.613Z|10afa3e9-a88d-4d8d-aaba-8137dccbb817|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:03.612Z|ffef10bc-81b7-4b2a-b323-241335f3f678|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:03.613Z|ffef10bc-81b7-4b2a-b323-241335f3f678|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:04.114Z|ade9babb-83bc-4e45-95ea-e86b224121c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:04.115Z|ade9babb-83bc-4e45-95ea-e86b224121c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:04.667Z|8259969f-6554-4290-a4b8-06870a7b5bc9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:04.667Z|8259969f-6554-4290-a4b8-06870a7b5bc9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:05.184Z|af5b6748-5470-45e7-8744-6888c42978d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:45:05.192Z|af5b6748-5470-45e7-8744-6888c42978d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:45:05.306Z|53fa152a-3139-4c49-ac33-0b509f11aa38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:45:05.306Z|53fa152a-3139-4c49-ac33-0b509f11aa38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:45:13.636Z|4e668e02-cf18-4127-bb1c-555e9e6e18ab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:13.637Z|4e668e02-cf18-4127-bb1c-555e9e6e18ab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:14.137Z|cbdcf075-13d1-4806-927f-169ee7dd0290|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:14.138Z|cbdcf075-13d1-4806-927f-169ee7dd0290|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:14.687Z|08e84454-23ab-45eb-ad4d-afb7e25561f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:14.688Z|08e84454-23ab-45eb-ad4d-afb7e25561f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:20.184Z|255a474c-89ba-4594-a55c-cad924d9ae5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:45:20.184Z|255a474c-89ba-4594-a55c-cad924d9ae5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:45:23.660Z|0fe8d06e-cf41-45b1-ba96-489db21099a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:23.661Z|0fe8d06e-cf41-45b1-ba96-489db21099a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:24.157Z|a634a001-37b5-4f8c-b6b6-1760df0c11cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:24.158Z|a634a001-37b5-4f8c-b6b6-1760df0c11cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:24.706Z|eb149add-063f-41cc-a086-9db3a2f6c5ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:24.706Z|eb149add-063f-41cc-a086-9db3a2f6c5ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:33.682Z|ed08b844-554f-46ea-83dd-a3578d637684|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:33.683Z|ed08b844-554f-46ea-83dd-a3578d637684|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:34.176Z|659ddd6d-e225-499d-aaba-814085c33a43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:34.177Z|659ddd6d-e225-499d-aaba-814085c33a43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:34.725Z|f42cc16c-6da3-4fb1-8ad2-ef12c12a947f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:34.726Z|f42cc16c-6da3-4fb1-8ad2-ef12c12a947f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:35.184Z|e2ba2c18-8361-42ed-a497-a584a6dc54a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:45:35.185Z|e2ba2c18-8361-42ed-a497-a584a6dc54a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:45:35.309Z|c3b456eb-90cf-4e5f-9c68-e40b368b4b94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:45:35.310Z|c3b456eb-90cf-4e5f-9c68-e40b368b4b94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:45:43.702Z|365ecc43-5532-4b27-872a-d8689113b260|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:43.703Z|365ecc43-5532-4b27-872a-d8689113b260|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:44.195Z|d54d6f97-d1b6-4016-80cb-2fa87ec57439|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:44.196Z|d54d6f97-d1b6-4016-80cb-2fa87ec57439|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:44.743Z|56846267-4e8c-4b87-b1df-8ab78e771f2e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:44.744Z|56846267-4e8c-4b87-b1df-8ab78e771f2e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:50.184Z|47058cae-4987-40c4-8096-cc96185d6e08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:45:50.185Z|47058cae-4987-40c4-8096-cc96185d6e08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:45:53.723Z|7d322f49-8632-4c61-b470-01f1fa0e051c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:53.724Z|7d322f49-8632-4c61-b470-01f1fa0e051c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:54.216Z|f62a6c57-e3a0-43ba-aa29-4facb74b58f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:54.217Z|f62a6c57-e3a0-43ba-aa29-4facb74b58f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:45:54.762Z|71408a8f-1094-4ac4-9c06-36932f917a77|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:45:54.762Z|71408a8f-1094-4ac4-9c06-36932f917a77|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:00.611Z|6ed23911-73c3-4679-af2a-5e5e86e094ca|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:46:00.612Z|6ed23911-73c3-4679-af2a-5e5e86e094ca|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:03.744Z|97e8e8f0-b676-4476-b587-a46886f6fe60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:03.745Z|97e8e8f0-b676-4476-b587-a46886f6fe60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:04.236Z|91763f61-d393-4daf-9803-2db41f47d2c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:04.237Z|91763f61-d393-4daf-9803-2db41f47d2c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:04.783Z|272f0c54-2f90-41b5-92f1-ac7a3d69cb6a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:04.784Z|272f0c54-2f90-41b5-92f1-ac7a3d69cb6a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:05.184Z|1ed4e914-637d-4cc2-98cc-147bfce1221d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:46:05.185Z|1ed4e914-637d-4cc2-98cc-147bfce1221d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:46:05.311Z|2d36c322-c696-473a-9bf4-a75a5543ed82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:46:05.312Z|2d36c322-c696-473a-9bf4-a75a5543ed82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:46:13.770Z|a2ae1775-c1e7-4b38-8985-be9ac284bea3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:13.771Z|a2ae1775-c1e7-4b38-8985-be9ac284bea3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:14.255Z|b57b0802-47a4-47e8-895a-af8420ff3b5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:14.256Z|b57b0802-47a4-47e8-895a-af8420ff3b5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:14.804Z|a68b2b6e-248a-49c7-a4fe-65cf9b637d6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:14.806Z|a68b2b6e-248a-49c7-a4fe-65cf9b637d6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:20.184Z|cc087e2d-1e20-4cf5-9230-5222dbf3e339|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:46:20.187Z|cc087e2d-1e20-4cf5-9230-5222dbf3e339|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:46:23.792Z|fef096ca-ca83-40d9-b649-50e35abe45d4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:23.793Z|fef096ca-ca83-40d9-b649-50e35abe45d4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:24.276Z|00012d4c-a0de-4b7a-8d9b-e4a3752a77d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:24.277Z|00012d4c-a0de-4b7a-8d9b-e4a3752a77d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:24.827Z|b908d818-24d4-4951-89e4-1ddfadfc822c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:24.828Z|b908d818-24d4-4951-89e4-1ddfadfc822c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:33.812Z|48c293f7-099d-41b1-a2ff-831b89a741ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:33.812Z|48c293f7-099d-41b1-a2ff-831b89a741ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:34.297Z|329578dc-6062-4052-b9ac-3ffbaa34a163|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:34.298Z|329578dc-6062-4052-b9ac-3ffbaa34a163|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:34.849Z|ae12a3ec-b3cb-4b8c-94f2-110905d09dc2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:34.850Z|ae12a3ec-b3cb-4b8c-94f2-110905d09dc2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:35.184Z|02333093-a235-4284-aba4-12f36a78df94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:46:35.184Z|02333093-a235-4284-aba4-12f36a78df94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:46:35.312Z|deb540d0-adff-4734-b552-5d2e52d40101|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:46:35.313Z|deb540d0-adff-4734-b552-5d2e52d40101|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:46:43.831Z|34aab76a-885c-4dd2-b618-0d0bc0ba2aa4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:43.832Z|34aab76a-885c-4dd2-b618-0d0bc0ba2aa4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:44.316Z|eee1aeab-078b-48bc-8cd0-9b0462fe10b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:44.317Z|eee1aeab-078b-48bc-8cd0-9b0462fe10b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:44.872Z|6ed86017-82d1-4d07-b6fc-88dcde172ccb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:44.873Z|6ed86017-82d1-4d07-b6fc-88dcde172ccb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:50.184Z|465eaf0c-b1a0-474b-a867-8b4f45ba19e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:46:50.185Z|465eaf0c-b1a0-474b-a867-8b4f45ba19e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:46:53.855Z|7a982886-cc39-4998-90f3-fa960f2a4473|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:53.857Z|7a982886-cc39-4998-90f3-fa960f2a4473|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:54.336Z|5b878486-82cf-4c2c-9285-3d75696bcafd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:54.337Z|5b878486-82cf-4c2c-9285-3d75696bcafd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:46:54.891Z|218d0b1d-ae13-4cfe-9be9-2864a70cf015|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:46:54.892Z|218d0b1d-ae13-4cfe-9be9-2864a70cf015|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:00.611Z|5b545571-6562-4225-8881-176219975863|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:47:00.611Z|5b545571-6562-4225-8881-176219975863|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:03.887Z|62603050-2ab2-45c4-9453-fb5ac4401de9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:03.888Z|62603050-2ab2-45c4-9453-fb5ac4401de9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:04.355Z|0dd95ecb-2030-4815-a804-008b6f5dfb2f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:04.356Z|0dd95ecb-2030-4815-a804-008b6f5dfb2f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:04.919Z|f9478ace-413b-4103-a436-0be2369af72e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:04.920Z|f9478ace-413b-4103-a436-0be2369af72e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:05.184Z|4e1d1ecd-9b85-44f5-82f3-278ab5ba2b0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:47:05.186Z|4e1d1ecd-9b85-44f5-82f3-278ab5ba2b0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:47:05.313Z|69be7bc7-87f8-494e-b7c3-4cb924ca682f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:47:05.314Z|69be7bc7-87f8-494e-b7c3-4cb924ca682f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:47:13.908Z|192276a5-b70f-405e-9600-a2719ff22165|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:13.909Z|192276a5-b70f-405e-9600-a2719ff22165|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:14.374Z|9fc38a21-76da-4c93-bfe2-84b688b9f455|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:14.375Z|9fc38a21-76da-4c93-bfe2-84b688b9f455|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:14.940Z|6f6758fd-f418-427c-a372-df310990c820|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:14.940Z|6f6758fd-f418-427c-a372-df310990c820|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:20.184Z|ea677885-8fc8-4c8f-8798-2020ed643e20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:47:20.185Z|ea677885-8fc8-4c8f-8798-2020ed643e20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:47:23.931Z|aa0c6c98-58d6-4461-9c80-023afaeb5ea1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:23.932Z|aa0c6c98-58d6-4461-9c80-023afaeb5ea1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:24.392Z|de1df8e8-c297-4919-afaf-fbfe7bfd4c4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:24.393Z|de1df8e8-c297-4919-afaf-fbfe7bfd4c4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:24.958Z|59f03309-ae67-4c2b-899d-e57590d48aac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:24.959Z|59f03309-ae67-4c2b-899d-e57590d48aac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:33.955Z|106e6c44-667d-47d5-831c-e45569ec8f07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:33.956Z|106e6c44-667d-47d5-831c-e45569ec8f07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:34.412Z|ab89d22b-f3e0-44a8-89de-f4305eb16d5f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:34.412Z|ab89d22b-f3e0-44a8-89de-f4305eb16d5f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:34.977Z|438564b3-6d76-4bff-8f7f-8cdc6086f7ae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:34.977Z|438564b3-6d76-4bff-8f7f-8cdc6086f7ae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:35.184Z|f9106e63-b69b-4465-ba0e-f53b84c811cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:47:35.184Z|f9106e63-b69b-4465-ba0e-f53b84c811cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:47:35.314Z|94b81891-36de-4329-aa46-dee042d8a242|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:47:35.315Z|94b81891-36de-4329-aa46-dee042d8a242|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:47:43.976Z|333f0399-2a4f-4881-a8aa-2aedc06465ce|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:43.976Z|333f0399-2a4f-4881-a8aa-2aedc06465ce|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:44.431Z|618cbfee-ffd0-4f91-b056-364beb7e759d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:44.431Z|618cbfee-ffd0-4f91-b056-364beb7e759d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:45.005Z|6cec9a78-0829-4a42-91c1-639cb6a9671e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:45.006Z|6cec9a78-0829-4a42-91c1-639cb6a9671e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:50.184Z|3b31296c-a1b4-4922-b25f-685d1bbc4d3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:47:50.186Z|3b31296c-a1b4-4922-b25f-685d1bbc4d3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:47:53.998Z|6571e0d6-34bb-4f67-9487-fc791a8bfee7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:54.000Z|6571e0d6-34bb-4f67-9487-fc791a8bfee7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:54.452Z|eba731db-6880-42e9-8873-a5e1c6c52b1b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:54.453Z|eba731db-6880-42e9-8873-a5e1c6c52b1b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:47:55.034Z|7cb8c69f-bca6-4dbe-8eed-44a8887c521c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:47:55.035Z|7cb8c69f-bca6-4dbe-8eed-44a8887c521c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:00.614Z|d2e0c785-d799-4e97-a911-ec7b60b13485|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:48:00.614Z|d2e0c785-d799-4e97-a911-ec7b60b13485|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:04.028Z|3aa45664-b694-4653-b66e-5d2cae3fb112|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:04.029Z|3aa45664-b694-4653-b66e-5d2cae3fb112|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:04.475Z|e328d78b-186b-45df-8c12-0b5d898ba824|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:04.475Z|e328d78b-186b-45df-8c12-0b5d898ba824|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:05.055Z|7b401e00-18e6-41ce-a617-a3d48845fc11|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:05.055Z|7b401e00-18e6-41ce-a617-a3d48845fc11|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:05.185Z|bc14fa1e-4405-46e5-89de-b0c388cbcafa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:48:05.186Z|bc14fa1e-4405-46e5-89de-b0c388cbcafa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:48:05.316Z|65a871c4-0f2f-4a9b-b62a-d0e469ce48c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:48:05.316Z|65a871c4-0f2f-4a9b-b62a-d0e469ce48c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:48:14.048Z|f96087a2-6349-4c21-b961-8a556de9709f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:14.049Z|f96087a2-6349-4c21-b961-8a556de9709f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:14.493Z|a9b82743-f5b2-4b91-96fe-2645560a882a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:14.494Z|a9b82743-f5b2-4b91-96fe-2645560a882a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:15.075Z|721b7b8a-fad4-468c-a880-2d150a64d07b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:15.076Z|721b7b8a-fad4-468c-a880-2d150a64d07b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:20.184Z|dbac70f5-f724-4624-8718-636bea07a139|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:48:20.184Z|dbac70f5-f724-4624-8718-636bea07a139|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:48:24.066Z|3668c641-e5a2-4431-b2ae-16653928c3df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:24.067Z|3668c641-e5a2-4431-b2ae-16653928c3df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:24.512Z|1d785e7d-6c9f-474c-b111-ffb9e64b6db3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:24.513Z|1d785e7d-6c9f-474c-b111-ffb9e64b6db3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:25.093Z|733d44f0-0ad0-41bf-be3e-24d1fb93141a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:25.094Z|733d44f0-0ad0-41bf-be3e-24d1fb93141a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:34.094Z|952c2e8e-a32e-4a45-8859-0ed1bc0d07f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:34.095Z|952c2e8e-a32e-4a45-8859-0ed1bc0d07f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:34.530Z|04772a37-a145-4951-b563-dff54c3521c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:34.531Z|04772a37-a145-4951-b563-dff54c3521c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:35.112Z|dc9abf83-800f-42f7-a387-c8f2fff8167b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:35.113Z|dc9abf83-800f-42f7-a387-c8f2fff8167b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:35.184Z|c5616bb0-cb3d-4a2c-990b-97ca3aea68d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:48:35.186Z|c5616bb0-cb3d-4a2c-990b-97ca3aea68d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:48:35.317Z|4c9be288-d2f0-4ee5-a0c6-e8e99962be1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:48:35.318Z|4c9be288-d2f0-4ee5-a0c6-e8e99962be1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:48:44.117Z|66723244-1acf-4439-817c-7e5544cba6c3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:44.119Z|66723244-1acf-4439-817c-7e5544cba6c3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:44.549Z|5b6e6fee-5cca-41cf-9a5f-86d5f89cb3c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:44.550Z|5b6e6fee-5cca-41cf-9a5f-86d5f89cb3c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:45.134Z|a6a6969c-4f09-4268-a3a4-0fc71ca5c226|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:45.135Z|a6a6969c-4f09-4268-a3a4-0fc71ca5c226|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:50.184Z|3881d5d9-803c-4fa9-a32f-fc2348d2be47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:48:50.185Z|3881d5d9-803c-4fa9-a32f-fc2348d2be47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:48:54.143Z|72f1668e-844c-4792-aa8d-73ff13691ce8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:54.144Z|72f1668e-844c-4792-aa8d-73ff13691ce8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:54.568Z|f48a67ec-26e4-41ce-b279-3ddbc1503739|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:54.570Z|f48a67ec-26e4-41ce-b279-3ddbc1503739|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:48:55.155Z|ff24370a-09b6-491c-973a-3486f81b0682|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:48:55.155Z|ff24370a-09b6-491c-973a-3486f81b0682|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:00.616Z|2d0a8ae4-318c-43b5-b359-014f50506c30|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:49:00.617Z|2d0a8ae4-318c-43b5-b359-014f50506c30|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:04.169Z|ec7fdd18-f43e-4c4d-b8c1-bad1b827784a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:04.171Z|ec7fdd18-f43e-4c4d-b8c1-bad1b827784a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:04.594Z|83bc4603-24c2-480f-a7b0-49400a90cd41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:04.594Z|83bc4603-24c2-480f-a7b0-49400a90cd41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:05.174Z|6a317924-fd66-446e-b57f-04c13e562394|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:05.174Z|6a317924-fd66-446e-b57f-04c13e562394|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:05.184Z|6fff2d28-f3c6-41e0-8511-3546f6a6b101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:49:05.184Z|6fff2d28-f3c6-41e0-8511-3546f6a6b101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:49:05.319Z|6d509992-59f7-4cdc-be32-1b7f576e85d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:49:05.320Z|6d509992-59f7-4cdc-be32-1b7f576e85d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:49:14.192Z|5a169d10-1502-4cbe-99b9-573ae1910fa0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:14.193Z|5a169d10-1502-4cbe-99b9-573ae1910fa0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:14.614Z|5bebbbf7-0407-4b63-b143-77f250371be6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:14.615Z|5bebbbf7-0407-4b63-b143-77f250371be6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:15.191Z|2e1df536-d922-416e-86dd-eae3bb0b1206|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:15.192Z|2e1df536-d922-416e-86dd-eae3bb0b1206|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:20.187Z|56a9e5be-ef1c-4a7f-b7ba-f40c1a7b21ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:49:20.188Z|56a9e5be-ef1c-4a7f-b7ba-f40c1a7b21ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:49:24.213Z|352ec76e-e9d3-4d70-8e2d-414e2361d83a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:24.214Z|352ec76e-e9d3-4d70-8e2d-414e2361d83a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:24.632Z|828d9991-9750-4a6c-a0bb-e0fb2658432e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:24.632Z|828d9991-9750-4a6c-a0bb-e0fb2658432e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:25.210Z|e4bf7929-267f-45c2-b7b4-2f17965e2ed7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:25.211Z|e4bf7929-267f-45c2-b7b4-2f17965e2ed7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:34.235Z|719cb85b-cfbf-4b66-99be-f14afebe9387|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:34.235Z|719cb85b-cfbf-4b66-99be-f14afebe9387|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:34.657Z|5d78b1a9-3412-43d4-b36e-0963f2030408|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:34.657Z|5d78b1a9-3412-43d4-b36e-0963f2030408|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:35.184Z|f0f2c96e-833c-4261-b497-62068eef39db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:49:35.184Z|f0f2c96e-833c-4261-b497-62068eef39db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:49:35.230Z|2ca25e1c-b1d6-4488-906a-7f7f1b4f8226|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:35.231Z|2ca25e1c-b1d6-4488-906a-7f7f1b4f8226|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:35.320Z|6878390e-2609-4b70-81df-0ad9ad20b916|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:49:35.321Z|6878390e-2609-4b70-81df-0ad9ad20b916|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:49:44.259Z|daf55743-c0d7-4258-a40b-b92d95834abb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:44.261Z|daf55743-c0d7-4258-a40b-b92d95834abb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:44.675Z|2611d792-122b-4393-b422-cdd2fad02962|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:44.676Z|2611d792-122b-4393-b422-cdd2fad02962|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:45.250Z|6fa7ae87-26cf-4fbf-add8-4c59cd0c1e33|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:45.251Z|6fa7ae87-26cf-4fbf-add8-4c59cd0c1e33|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:50.185Z|a6d7bcb0-44d6-4499-84bf-ffd6639faf64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:49:50.193Z|a6d7bcb0-44d6-4499-84bf-ffd6639faf64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:49:54.287Z|15c80ee6-bf27-4aa9-9fcb-cf29600975f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:54.289Z|15c80ee6-bf27-4aa9-9fcb-cf29600975f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:54.696Z|069421f3-2902-4443-83bb-c460492478e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:54.696Z|069421f3-2902-4443-83bb-c460492478e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:49:55.271Z|59c41b10-84d6-4e7c-bff8-8977970f26ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:49:55.272Z|59c41b10-84d6-4e7c-bff8-8977970f26ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:00.612Z|656ba89e-15c6-43d9-a1e2-0af3ec506b7e|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:50:00.613Z|656ba89e-15c6-43d9-a1e2-0af3ec506b7e|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:04.310Z|19669379-6573-4c24-bbc0-e9ae4bb6eab6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:04.311Z|19669379-6573-4c24-bbc0-e9ae4bb6eab6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:04.716Z|0191ae2a-a6b3-4e84-b2e1-5f44bc4fa7e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:04.716Z|0191ae2a-a6b3-4e84-b2e1-5f44bc4fa7e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:05.184Z|a0225ab7-884b-441b-82dd-526c7703cac0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:50:05.184Z|a0225ab7-884b-441b-82dd-526c7703cac0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:50:05.290Z|37be023f-be40-46d7-aca8-41a288035003|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:05.290Z|37be023f-be40-46d7-aca8-41a288035003|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:05.322Z|271d0dc2-780d-4167-bd01-2bb5f6e2f079|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:50:05.322Z|271d0dc2-780d-4167-bd01-2bb5f6e2f079|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:50:14.332Z|651ec656-72c3-499f-a502-72fa625e0761|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:14.332Z|651ec656-72c3-499f-a502-72fa625e0761|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:14.740Z|134ae3e4-dccd-4d28-ad30-4e5a207ad85e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:14.741Z|134ae3e4-dccd-4d28-ad30-4e5a207ad85e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:15.307Z|d61d570c-7e00-4415-82ae-5d4e6bd67bb9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:15.308Z|d61d570c-7e00-4415-82ae-5d4e6bd67bb9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:20.184Z|65ebd60f-9ddc-46f6-b089-e797e52466ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:50:20.184Z|65ebd60f-9ddc-46f6-b089-e797e52466ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:50:24.351Z|cd62d6dd-9369-4146-97b8-bfa994728d38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:24.352Z|cd62d6dd-9369-4146-97b8-bfa994728d38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:24.762Z|c268e469-962c-4206-9960-5d6e75040392|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:24.763Z|c268e469-962c-4206-9960-5d6e75040392|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:25.330Z|ace26c4e-4a2a-472f-b906-a74300df413e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:25.330Z|ace26c4e-4a2a-472f-b906-a74300df413e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:34.373Z|d426509f-f627-4bd5-bfc1-5862f4cdaec2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:34.374Z|d426509f-f627-4bd5-bfc1-5862f4cdaec2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:34.784Z|9c6df176-83fc-4432-9330-32cff994d101|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:34.785Z|9c6df176-83fc-4432-9330-32cff994d101|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:35.184Z|57feaeda-1bdf-4047-bca7-c454211a171e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:50:35.185Z|57feaeda-1bdf-4047-bca7-c454211a171e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:50:35.323Z|effd365b-cd3a-453e-94f6-4ca1fe1911e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:50:35.324Z|effd365b-cd3a-453e-94f6-4ca1fe1911e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:50:35.350Z|a26cefa7-3ae9-4d34-b340-6e3cb1afc581|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:35.351Z|a26cefa7-3ae9-4d34-b340-6e3cb1afc581|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:44.404Z|0ea521b1-6c9b-4902-9a3d-d70a32594b58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:44.405Z|0ea521b1-6c9b-4902-9a3d-d70a32594b58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:44.805Z|1362e953-2584-4ab1-adf0-fefcbab12608|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:44.806Z|1362e953-2584-4ab1-adf0-fefcbab12608|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:45.371Z|04555861-62c2-4a8a-ad50-ede30d013ff1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:45.372Z|04555861-62c2-4a8a-ad50-ede30d013ff1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:50.184Z|42fb3553-90b8-4b20-9e8f-2396369c28eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:50:50.185Z|42fb3553-90b8-4b20-9e8f-2396369c28eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:50:54.428Z|8bdbb401-2082-41a6-814a-8f202431580c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:54.429Z|8bdbb401-2082-41a6-814a-8f202431580c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:54.825Z|a7b4d8df-76b2-492b-9e61-c6547632a429|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:54.825Z|a7b4d8df-76b2-492b-9e61-c6547632a429|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:50:55.392Z|31213339-ce73-4cc8-b5b7-904b9d423849|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:50:55.392Z|31213339-ce73-4cc8-b5b7-904b9d423849|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:00.613Z|d58a06b3-d5e0-4f9d-b338-6e65d8c23b5d|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:51:00.614Z|d58a06b3-d5e0-4f9d-b338-6e65d8c23b5d|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:04.453Z|0b744bee-08d0-4fd7-8d29-4478abadd8d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:04.454Z|0b744bee-08d0-4fd7-8d29-4478abadd8d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:04.843Z|187d8db1-41bf-4363-a47d-c4771c63d990|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:04.844Z|187d8db1-41bf-4363-a47d-c4771c63d990|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:05.184Z|d9abaf93-646f-4538-b1c1-71e29adfc38c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:51:05.185Z|d9abaf93-646f-4538-b1c1-71e29adfc38c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:51:05.325Z|1cdb7235-f4be-45cf-b3b8-7c4f27d3c189|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:51:05.325Z|1cdb7235-f4be-45cf-b3b8-7c4f27d3c189|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:51:05.410Z|2711a1ae-64df-40e6-82c6-7ab23cf2f38e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:05.410Z|2711a1ae-64df-40e6-82c6-7ab23cf2f38e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:14.476Z|6a17762c-8611-4b75-a152-45a761360c27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:14.477Z|6a17762c-8611-4b75-a152-45a761360c27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:14.861Z|be3996bb-d0bf-4ab3-82bf-d5b28992b326|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:14.862Z|be3996bb-d0bf-4ab3-82bf-d5b28992b326|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:15.428Z|d454dc9a-e9e9-4c76-948a-d9c065f57081|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:15.428Z|d454dc9a-e9e9-4c76-948a-d9c065f57081|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:20.184Z|c0990a91-551b-4e92-910d-736a32d5c157|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:51:20.185Z|c0990a91-551b-4e92-910d-736a32d5c157|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:51:24.496Z|d600ef26-f6bd-4930-9750-c0feeb381319|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:24.497Z|d600ef26-f6bd-4930-9750-c0feeb381319|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:24.881Z|262b3d9f-e605-4542-a1ab-4845f24ad082|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:24.882Z|262b3d9f-e605-4542-a1ab-4845f24ad082|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:25.450Z|dcb0aa33-e7d8-4bad-817a-0c45814eb388|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:25.451Z|dcb0aa33-e7d8-4bad-817a-0c45814eb388|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:34.519Z|f0d9e759-8fd5-4c97-a22b-5c263de2ebfc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:34.521Z|f0d9e759-8fd5-4c97-a22b-5c263de2ebfc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:34.901Z|880f466c-d785-4f95-8a0c-84b385e8928b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:34.902Z|880f466c-d785-4f95-8a0c-84b385e8928b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:35.184Z|d4747fe3-2813-4afe-b227-a42547a14477|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:51:35.185Z|d4747fe3-2813-4afe-b227-a42547a14477|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:51:35.326Z|c2f76cbb-3359-4a6f-abb8-304d94ff9eed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:51:35.326Z|c2f76cbb-3359-4a6f-abb8-304d94ff9eed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:51:35.471Z|0bd0d09b-a1af-4706-ba39-b3b2c719206d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:35.471Z|0bd0d09b-a1af-4706-ba39-b3b2c719206d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:44.544Z|f650772a-22a6-4120-b922-70b945643e3e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:44.545Z|f650772a-22a6-4120-b922-70b945643e3e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:44.919Z|e06eb65f-b093-4d54-b338-c85b4429c6e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:44.920Z|e06eb65f-b093-4d54-b338-c85b4429c6e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:45.489Z|c712de55-e943-4a83-9d16-33481a8cae79|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:45.490Z|c712de55-e943-4a83-9d16-33481a8cae79|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:50.184Z|d00d444c-7d46-4007-981a-db11a3c24f80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:51:50.185Z|d00d444c-7d46-4007-981a-db11a3c24f80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:51:54.566Z|7530dd85-f46f-4a3f-a523-45c329251985|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:54.566Z|7530dd85-f46f-4a3f-a523-45c329251985|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:54.940Z|fa3db049-de69-4d90-aa6b-0116d16a3249|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:54.941Z|fa3db049-de69-4d90-aa6b-0116d16a3249|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:51:55.506Z|b25b2a64-4e06-480f-8b61-495524c9d982|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:51:55.507Z|b25b2a64-4e06-480f-8b61-495524c9d982|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:00.611Z|9069ee5d-f33f-42c4-9724-08ae820cc4c8|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:52:00.611Z|9069ee5d-f33f-42c4-9724-08ae820cc4c8|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:04.600Z|4288c8c1-d5c6-4426-8e8a-78cd1b816d28|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:04.601Z|4288c8c1-d5c6-4426-8e8a-78cd1b816d28|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:04.959Z|59392966-088c-42e0-b787-bb1ab9fe9f51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:04.959Z|59392966-088c-42e0-b787-bb1ab9fe9f51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:05.184Z|9ee8e95c-3375-4e7f-8b38-a426fdaa834d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:52:05.185Z|9ee8e95c-3375-4e7f-8b38-a426fdaa834d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:52:05.327Z|e67257aa-2987-465d-8d56-f969f95cc689|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:52:05.328Z|e67257aa-2987-465d-8d56-f969f95cc689|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:52:05.525Z|c82da34f-6971-49b2-8650-ccd23199a9e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:05.526Z|c82da34f-6971-49b2-8650-ccd23199a9e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:14.624Z|fa49f58a-f61e-43f7-955c-b21cfe8b8095|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:14.625Z|fa49f58a-f61e-43f7-955c-b21cfe8b8095|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:14.978Z|c367968e-b2c0-49e5-b6c6-c55c7ba449b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:14.978Z|c367968e-b2c0-49e5-b6c6-c55c7ba449b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:15.547Z|531b0854-19e8-4d01-ac91-82431d42352a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:15.547Z|531b0854-19e8-4d01-ac91-82431d42352a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:20.184Z|c1e97040-655f-4c79-a1d7-8120a43535a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:52:20.185Z|c1e97040-655f-4c79-a1d7-8120a43535a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:52:24.650Z|54ebc6b2-e724-4ccf-91bd-d68d04a6dc35|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:24.651Z|54ebc6b2-e724-4ccf-91bd-d68d04a6dc35|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:24.997Z|e783e920-40a4-4044-acb5-03725f81fe3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:24.997Z|e783e920-40a4-4044-acb5-03725f81fe3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:25.567Z|03c8ebab-e2d0-4d63-bfd8-d38ed00877a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:25.568Z|03c8ebab-e2d0-4d63-bfd8-d38ed00877a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:34.673Z|79dc6d0e-bd95-4767-9016-4eb19e79d8a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:34.673Z|79dc6d0e-bd95-4767-9016-4eb19e79d8a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:35.019Z|89beae92-e399-44ee-a4f6-8697605c74d0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:35.020Z|89beae92-e399-44ee-a4f6-8697605c74d0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:35.184Z|442b1a67-5bc4-4364-8411-73219344905f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:52:35.185Z|442b1a67-5bc4-4364-8411-73219344905f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:52:35.328Z|92918b7b-f03e-43be-b0a3-6cfcbea68b9a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:52:35.329Z|92918b7b-f03e-43be-b0a3-6cfcbea68b9a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:52:35.589Z|cac283c1-0b0b-4756-9ffa-166926f72fbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:35.589Z|cac283c1-0b0b-4756-9ffa-166926f72fbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:44.696Z|a834aab1-497a-4c99-a63a-ac3e5929c2cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:44.697Z|a834aab1-497a-4c99-a63a-ac3e5929c2cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:45.047Z|681fff1d-e402-4c49-a61b-5b2bdaa76b56|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:45.047Z|681fff1d-e402-4c49-a61b-5b2bdaa76b56|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:45.608Z|4e7e6a31-e6f9-4a0b-8504-bee3c630b8fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:45.608Z|4e7e6a31-e6f9-4a0b-8504-bee3c630b8fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:50.184Z|5537dda4-1e22-482f-9149-513562f3ae6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:52:50.184Z|5537dda4-1e22-482f-9149-513562f3ae6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:52:54.718Z|bbad04fd-a875-4b88-84f1-c609374e570b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:54.718Z|bbad04fd-a875-4b88-84f1-c609374e570b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:55.072Z|5bd6a140-76ab-4f69-889d-2337e41a37b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:55.072Z|5bd6a140-76ab-4f69-889d-2337e41a37b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:52:55.627Z|f5a248fa-f03e-4204-b197-2aa9a2630f0b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:52:55.628Z|f5a248fa-f03e-4204-b197-2aa9a2630f0b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:00.615Z|b88345e3-60a6-4876-aa8b-01da0e4a814b|http-nio-8080-exec-1|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:53:00.616Z|b88345e3-60a6-4876-aa8b-01da0e4a814b|http-nio-8080-exec-1|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:04.741Z|fbcde1ce-9dc7-4a40-a004-590e24af25fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:04.741Z|fbcde1ce-9dc7-4a40-a004-590e24af25fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:05.090Z|f2ae5036-925a-47c4-ad97-983f3dae24fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:05.090Z|f2ae5036-925a-47c4-ad97-983f3dae24fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:05.184Z|7561033c-fb94-4f95-8373-f1f96ab7ad50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:53:05.184Z|7561033c-fb94-4f95-8373-f1f96ab7ad50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:53:05.330Z|d56a3318-3032-4038-8905-12877e552b64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:53:05.330Z|d56a3318-3032-4038-8905-12877e552b64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:53:05.645Z|fd36250d-2a73-463e-a5a4-21f8f6523aaa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:05.646Z|fd36250d-2a73-463e-a5a4-21f8f6523aaa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:14.764Z|fb6cfe24-9933-4be6-ba41-925b236a1f3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:14.765Z|fb6cfe24-9933-4be6-ba41-925b236a1f3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:15.107Z|24d78960-c650-44e9-bc05-f3c664ddfcfa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:15.108Z|24d78960-c650-44e9-bc05-f3c664ddfcfa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:15.663Z|f6f2b8e1-70a4-46bf-8f79-4c735af54660|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:15.664Z|f6f2b8e1-70a4-46bf-8f79-4c735af54660|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:20.184Z|c32b03f1-7a11-4c83-9382-24a042784368|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:53:20.186Z|c32b03f1-7a11-4c83-9382-24a042784368|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:53:24.788Z|20349200-ed17-4912-9a86-2a3dd5b96d3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:24.789Z|20349200-ed17-4912-9a86-2a3dd5b96d3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:25.137Z|a8e1a0c8-83cd-4bda-bb6f-1e809e4198b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:25.137Z|a8e1a0c8-83cd-4bda-bb6f-1e809e4198b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:25.682Z|a4bfff57-d88b-4473-b978-df61e1d2e1d1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:25.683Z|a4bfff57-d88b-4473-b978-df61e1d2e1d1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:34.811Z|66fe2536-aa5a-4ca4-aa27-bef45d0e4149|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:34.811Z|66fe2536-aa5a-4ca4-aa27-bef45d0e4149|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:35.158Z|4a420df8-a8e7-4786-938c-ca7b881059b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:35.159Z|4a420df8-a8e7-4786-938c-ca7b881059b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:35.184Z|40bfcb10-0740-40d6-bf72-ab03cba591cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:53:35.184Z|40bfcb10-0740-40d6-bf72-ab03cba591cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:53:35.331Z|ba85649f-ec5a-4e3f-926d-3d4385b12bb1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:53:35.331Z|ba85649f-ec5a-4e3f-926d-3d4385b12bb1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:53:35.701Z|4fb83239-4444-4629-ada2-0b7a8bcfbc97|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:35.702Z|4fb83239-4444-4629-ada2-0b7a8bcfbc97|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:44.835Z|db5d5204-8c47-422b-afcf-45e2f0506281|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:44.836Z|db5d5204-8c47-422b-afcf-45e2f0506281|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:45.176Z|dca2791a-0b59-4cbe-bd5e-bf412a150b9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:45.177Z|dca2791a-0b59-4cbe-bd5e-bf412a150b9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:45.722Z|daf21f54-8c44-4be7-aec3-a5e72f4e9028|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:45.723Z|daf21f54-8c44-4be7-aec3-a5e72f4e9028|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:50.184Z|e6a3855a-430b-478f-86b5-1bbb3a2f5c7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:53:50.185Z|e6a3855a-430b-478f-86b5-1bbb3a2f5c7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:53:54.856Z|8ca897f1-745e-4ca1-b7cc-14367c479eab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:54.856Z|8ca897f1-745e-4ca1-b7cc-14367c479eab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:55.197Z|ff9774c7-0ae7-4728-819a-e34344f5af85|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:55.197Z|ff9774c7-0ae7-4728-819a-e34344f5af85|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:53:55.741Z|3f582536-b5dd-44e9-82f8-48bc77fac3d2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:53:55.742Z|3f582536-b5dd-44e9-82f8-48bc77fac3d2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:00.612Z|84b2fe1e-4176-4f81-ab96-a2dbc505fa2e|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:54:00.612Z|84b2fe1e-4176-4f81-ab96-a2dbc505fa2e|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:04.876Z|6cd286ae-d99b-4627-ada3-09921a9a7c28|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:04.877Z|6cd286ae-d99b-4627-ada3-09921a9a7c28|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:05.184Z|5ea448a7-c13c-497b-8e00-6d49c0760c18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:54:05.184Z|5ea448a7-c13c-497b-8e00-6d49c0760c18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:54:05.216Z|7f32cbb0-0167-4e31-9c7d-36e1c45c6ab6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:05.217Z|7f32cbb0-0167-4e31-9c7d-36e1c45c6ab6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:05.333Z|d6f7a8e5-a314-4bab-8c7b-7b57b68bfcbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:54:05.333Z|d6f7a8e5-a314-4bab-8c7b-7b57b68bfcbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:54:05.760Z|2381708b-d553-4f68-89cd-4785e8ef0f1e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:05.760Z|2381708b-d553-4f68-89cd-4785e8ef0f1e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:14.896Z|b1f42ce3-7f56-4c61-adba-84ee14050f6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:14.896Z|b1f42ce3-7f56-4c61-adba-84ee14050f6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:15.241Z|38b95e67-b4bb-4622-9e54-bbcd814e2e7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:15.241Z|38b95e67-b4bb-4622-9e54-bbcd814e2e7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:15.781Z|7124112a-2dd7-4012-83cd-ccc05fa2a5c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:15.782Z|7124112a-2dd7-4012-83cd-ccc05fa2a5c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:20.184Z|181465a4-15b5-455d-b7fc-e606dbdf7ef3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:54:20.185Z|181465a4-15b5-455d-b7fc-e606dbdf7ef3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:54:24.916Z|803b1632-318b-4245-9082-1b2a69387573|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:24.917Z|803b1632-318b-4245-9082-1b2a69387573|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:25.262Z|fc2a6fba-0dfd-4c88-a5b6-ecaa827fa103|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:25.263Z|fc2a6fba-0dfd-4c88-a5b6-ecaa827fa103|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:25.801Z|575f805c-ae02-4662-b1e2-19bc84b48c68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:25.802Z|575f805c-ae02-4662-b1e2-19bc84b48c68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:34.941Z|bf74c583-c922-43b2-8ab9-5a7cf09da29a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:34.942Z|bf74c583-c922-43b2-8ab9-5a7cf09da29a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:35.184Z|79bdbe04-0220-4a49-8310-5d4b21100bc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:54:35.186Z|79bdbe04-0220-4a49-8310-5d4b21100bc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:54:35.281Z|3177e78f-d40f-4b8f-b613-636ccd2473f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:35.282Z|3177e78f-d40f-4b8f-b613-636ccd2473f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:35.334Z|6ec04860-d618-4a49-a3b0-3941e689f0f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:54:35.335Z|6ec04860-d618-4a49-a3b0-3941e689f0f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:54:35.819Z|8f637696-2829-4962-bd0e-35a2abbd8798|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:35.820Z|8f637696-2829-4962-bd0e-35a2abbd8798|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:44.964Z|3e6cc712-ea57-4f2b-b31f-50e80475279e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:44.965Z|3e6cc712-ea57-4f2b-b31f-50e80475279e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:45.300Z|da059928-b374-4451-849c-7007b00c3c94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:45.301Z|da059928-b374-4451-849c-7007b00c3c94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:45.838Z|c922ad35-3fc6-458b-be60-c69da3528da0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:45.839Z|c922ad35-3fc6-458b-be60-c69da3528da0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:50.184Z|e9aff05d-8049-4796-9e1b-95d3cba2cc22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:54:50.184Z|e9aff05d-8049-4796-9e1b-95d3cba2cc22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:54:54.988Z|576206ee-5428-4dca-b7d0-317316d813c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:54.989Z|576206ee-5428-4dca-b7d0-317316d813c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:55.319Z|3d89a810-a19c-4064-a9a4-78939f790152|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:55.320Z|3d89a810-a19c-4064-a9a4-78939f790152|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:54:55.858Z|58046078-cb9b-487d-8242-7c77b7dc5e16|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:54:55.859Z|58046078-cb9b-487d-8242-7c77b7dc5e16|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:00.610Z|3d28d9e9-5367-46a3-ba4f-d739bd0a04cd|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:55:00.611Z|3d28d9e9-5367-46a3-ba4f-d739bd0a04cd|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:05.009Z|d3cc3386-ac6a-4ed8-bc4e-f636470019b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:05.010Z|d3cc3386-ac6a-4ed8-bc4e-f636470019b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:05.184Z|ee4fa2b5-a745-4017-bc45-ac2697d5f791|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:55:05.185Z|ee4fa2b5-a745-4017-bc45-ac2697d5f791|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:55:05.335Z|b65eff6b-b223-4acb-a987-d0e842a203e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:55:05.336Z|b65eff6b-b223-4acb-a987-d0e842a203e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:55:05.337Z|68187bad-fa6c-42b2-9da8-086195544afa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:05.337Z|68187bad-fa6c-42b2-9da8-086195544afa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:05.880Z|f07a7304-0b14-49e8-8ec4-cdf90907c573|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:05.881Z|f07a7304-0b14-49e8-8ec4-cdf90907c573|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:15.035Z|d56680a0-2249-436d-8afc-3c45a02ed295|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:15.037Z|d56680a0-2249-436d-8afc-3c45a02ed295|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:15.356Z|c87a7a4d-fc0b-47b6-a2ad-acb8a43f0f01|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:15.357Z|c87a7a4d-fc0b-47b6-a2ad-acb8a43f0f01|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:15.900Z|64f4bfad-8bdb-4f43-8e22-6b7836e1286f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:15.901Z|64f4bfad-8bdb-4f43-8e22-6b7836e1286f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:20.184Z|52098fa0-b670-4014-8a36-c46273a2f968|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:55:20.186Z|52098fa0-b670-4014-8a36-c46273a2f968|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:55:25.059Z|613f538f-0e09-4eba-9efa-28aab72c273a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:25.060Z|613f538f-0e09-4eba-9efa-28aab72c273a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:25.376Z|6789cae8-5b88-4b68-be00-9cca77808877|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:25.377Z|6789cae8-5b88-4b68-be00-9cca77808877|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:25.919Z|31de5066-8af6-4be5-8775-e6d96c3f6f27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:25.920Z|31de5066-8af6-4be5-8775-e6d96c3f6f27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:35.084Z|199c738c-6dd4-4255-81bf-f383b7950d44|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:35.085Z|199c738c-6dd4-4255-81bf-f383b7950d44|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:35.184Z|95c022ba-180c-4fbf-b017-89e36c9fe33d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:55:35.184Z|95c022ba-180c-4fbf-b017-89e36c9fe33d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:55:35.336Z|ae94d7c2-c7fd-4c75-a532-7d32b40ae39b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:55:35.338Z|ae94d7c2-c7fd-4c75-a532-7d32b40ae39b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:55:35.395Z|36937a54-3b84-4f91-b9a6-6ee7712699dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:35.396Z|36937a54-3b84-4f91-b9a6-6ee7712699dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:35.938Z|184ca461-6778-4cd6-85ca-d9d75ac296c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:35.938Z|184ca461-6778-4cd6-85ca-d9d75ac296c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:45.104Z|255df276-3389-426a-89fb-0799ca42fb06|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:45.105Z|255df276-3389-426a-89fb-0799ca42fb06|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:45.414Z|c754ea09-a37e-4b7e-ad85-a23b9dd143be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:45.415Z|c754ea09-a37e-4b7e-ad85-a23b9dd143be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:45.956Z|b3d4c374-4d29-494a-a3cc-dc7d31e69ae3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:45.957Z|b3d4c374-4d29-494a-a3cc-dc7d31e69ae3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:50.184Z|08d01ccf-09e6-4eb8-b578-f0962a28c423|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:55:50.185Z|08d01ccf-09e6-4eb8-b578-f0962a28c423|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:55:55.123Z|60b24bdb-526b-4e8d-b01b-ec2b35f86288|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:55.124Z|60b24bdb-526b-4e8d-b01b-ec2b35f86288|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:55.434Z|5426bd4c-cdd0-4dd7-b989-069a006bd2d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:55.435Z|5426bd4c-cdd0-4dd7-b989-069a006bd2d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:55:55.976Z|a4887404-6415-4a6e-9935-6dd16f248a54|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:55:55.977Z|a4887404-6415-4a6e-9935-6dd16f248a54|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:00.612Z|ca22c959-bf15-422a-846d-8997d0992cd4|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:56:00.614Z|ca22c959-bf15-422a-846d-8997d0992cd4|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:05.144Z|56a8989d-69e3-415e-8a01-2c07ab14d0cc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:05.144Z|56a8989d-69e3-415e-8a01-2c07ab14d0cc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:05.184Z|c2cd4b26-d11e-4211-9f69-1627a2591633|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:56:05.186Z|c2cd4b26-d11e-4211-9f69-1627a2591633|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:56:05.338Z|bbc689f6-be73-4f8d-b580-aa74ab5a5976|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:56:05.339Z|bbc689f6-be73-4f8d-b580-aa74ab5a5976|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:56:05.453Z|b20f70ef-f0ad-4001-9d49-9114c2acb9f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:05.453Z|b20f70ef-f0ad-4001-9d49-9114c2acb9f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:05.994Z|e4c1dee5-6aa6-40f9-983a-3b658bab3695|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:05.995Z|e4c1dee5-6aa6-40f9-983a-3b658bab3695|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:15.169Z|792df11b-d0e5-4faa-bc89-949aec5885cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:15.171Z|792df11b-d0e5-4faa-bc89-949aec5885cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:15.474Z|12e7a268-d367-4a6f-a9f5-eaf110248247|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:15.474Z|12e7a268-d367-4a6f-a9f5-eaf110248247|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:16.013Z|4d996184-3dfe-4ec3-ae0c-9c9a5da7c156|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:16.013Z|4d996184-3dfe-4ec3-ae0c-9c9a5da7c156|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:20.184Z|af97aa3b-18fe-4edc-8fe6-d01b97c68f36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:56:20.184Z|af97aa3b-18fe-4edc-8fe6-d01b97c68f36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:56:25.194Z|7933d8c2-10ec-40ca-910c-ac2bb3518060|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:25.194Z|7933d8c2-10ec-40ca-910c-ac2bb3518060|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:25.492Z|4ce41d0b-ce93-4ffb-ab66-7bf06c563b1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:25.492Z|4ce41d0b-ce93-4ffb-ab66-7bf06c563b1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:26.030Z|22e25765-a8ff-4170-bf6e-d74aac6fd27f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:26.031Z|22e25765-a8ff-4170-bf6e-d74aac6fd27f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:35.184Z|7436da2e-99e2-4927-b70d-1ddbad4a676e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:56:35.185Z|7436da2e-99e2-4927-b70d-1ddbad4a676e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:56:35.214Z|bd57dd73-4d50-4df5-aa92-51e8168c39f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:35.215Z|bd57dd73-4d50-4df5-aa92-51e8168c39f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:35.340Z|e2eb7c3d-f890-4dbc-b068-550ee88310e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:56:35.340Z|e2eb7c3d-f890-4dbc-b068-550ee88310e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:56:35.512Z|4ccdd66c-7981-4316-a272-897ad3b214e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:35.512Z|4ccdd66c-7981-4316-a272-897ad3b214e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:36.049Z|4dbabda4-9967-411e-8609-6c006555bb77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:36.050Z|4dbabda4-9967-411e-8609-6c006555bb77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:45.237Z|43977bf2-69e8-4755-a3a1-4362f40f730d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:45.238Z|43977bf2-69e8-4755-a3a1-4362f40f730d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:45.531Z|688f0549-7d1e-4b25-98e8-fa232e9a03bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:45.531Z|688f0549-7d1e-4b25-98e8-fa232e9a03bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:46.068Z|5c56f790-53bb-4b3f-bbd4-f35919f3bcb3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:46.068Z|5c56f790-53bb-4b3f-bbd4-f35919f3bcb3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:50.184Z|74ce4bcf-76d3-473d-a016-45ad43f275a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:56:50.185Z|74ce4bcf-76d3-473d-a016-45ad43f275a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:56:55.258Z|b5385bfe-7cf9-4cf5-94dd-25723f5bf508|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:55.259Z|b5385bfe-7cf9-4cf5-94dd-25723f5bf508|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:55.549Z|91370da4-23f7-4c40-b728-8f03de8a7db7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:55.550Z|91370da4-23f7-4c40-b728-8f03de8a7db7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:56:56.087Z|0a476a75-fcf3-4d59-b838-dd4282603b03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:56:56.088Z|0a476a75-fcf3-4d59-b838-dd4282603b03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:00.612Z|de4382b6-2f32-4f40-b6cf-0492b1e1bc67|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:57:00.613Z|de4382b6-2f32-4f40-b6cf-0492b1e1bc67|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:05.185Z|ccf7c64a-ea53-44fa-8a7f-33748111e8a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:57:05.187Z|ccf7c64a-ea53-44fa-8a7f-33748111e8a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:57:05.280Z|1d442b6c-7e9b-4558-8d25-b46a807ac1bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:05.281Z|1d442b6c-7e9b-4558-8d25-b46a807ac1bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:05.341Z|04ce0dcf-c2aa-4689-be2c-77c03a2d93f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:57:05.341Z|04ce0dcf-c2aa-4689-be2c-77c03a2d93f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:57:05.567Z|84a4a939-3bfc-4479-9647-2e6fba7792b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:05.568Z|84a4a939-3bfc-4479-9647-2e6fba7792b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:06.105Z|db47c0d9-097f-4800-94a8-91c455f93b32|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:06.105Z|db47c0d9-097f-4800-94a8-91c455f93b32|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:15.302Z|0ee1641e-a24e-4b2b-92dc-dfb0e286ab4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:15.303Z|0ee1641e-a24e-4b2b-92dc-dfb0e286ab4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:15.590Z|55e89898-90e8-4414-80e9-4aaa2ecba7b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:15.590Z|55e89898-90e8-4414-80e9-4aaa2ecba7b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:16.181Z|af07333c-977b-4d76-8c02-0b0c7c86febb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:16.182Z|af07333c-977b-4d76-8c02-0b0c7c86febb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:20.184Z|2189b1c7-4ab8-4bf0-8ee1-3b49519469b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:57:20.184Z|2189b1c7-4ab8-4bf0-8ee1-3b49519469b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:57:25.321Z|b4f8b5be-c8c4-4dc1-9cd5-50d5ddd5944a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:25.322Z|b4f8b5be-c8c4-4dc1-9cd5-50d5ddd5944a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:25.609Z|60172c5e-693a-407a-9175-c5c42de34f6e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:25.610Z|60172c5e-693a-407a-9175-c5c42de34f6e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:26.199Z|bc674dae-1f0d-4ed6-8f5a-6110aa3492b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:26.200Z|bc674dae-1f0d-4ed6-8f5a-6110aa3492b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:35.184Z|f23b7b59-1437-47e8-9d6e-3d1fb851a2a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:57:35.194Z|f23b7b59-1437-47e8-9d6e-3d1fb851a2a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:57:35.342Z|f51100ec-961d-47e0-842c-fffb4591fc57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:57:35.342Z|f51100ec-961d-47e0-842c-fffb4591fc57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:57:35.343Z|d0c2b64d-cf00-4f18-9bce-610a22f629e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:35.344Z|d0c2b64d-cf00-4f18-9bce-610a22f629e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:35.628Z|ff5be114-f94c-4da6-9f5a-3c2cf104648e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:35.629Z|ff5be114-f94c-4da6-9f5a-3c2cf104648e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:36.219Z|cefb8906-315d-4e21-9606-d477c878b734|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:36.220Z|cefb8906-315d-4e21-9606-d477c878b734|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:45.363Z|67f9fedf-ead8-464a-88e7-a0fa88447e1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:45.364Z|67f9fedf-ead8-464a-88e7-a0fa88447e1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:45.647Z|97a4f3de-7cd4-4096-b5ac-2a1d3e9e7c30|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:45.647Z|97a4f3de-7cd4-4096-b5ac-2a1d3e9e7c30|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:46.239Z|6fb77349-1425-48dc-9560-dc286255e20a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:46.239Z|6fb77349-1425-48dc-9560-dc286255e20a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:50.184Z|159d5979-63e6-4e65-ac63-632368251504|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:57:50.185Z|159d5979-63e6-4e65-ac63-632368251504|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:57:55.385Z|f57e5d52-1bd1-4e7c-ad81-65f08071c5d7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:55.386Z|f57e5d52-1bd1-4e7c-ad81-65f08071c5d7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:55.664Z|f3fe5a3e-9814-4ed6-be09-790f6eb85f1a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:55.665Z|f3fe5a3e-9814-4ed6-be09-790f6eb85f1a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:57:56.258Z|57fe76c4-a535-4ed4-8dc2-dfd193c0cb22|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:57:56.259Z|57fe76c4-a535-4ed4-8dc2-dfd193c0cb22|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:00.612Z|1bd2143b-81ac-4619-9b78-7ab3a292b47a|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:58:00.613Z|1bd2143b-81ac-4619-9b78-7ab3a292b47a|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:05.184Z|9003c8ad-2db7-4942-b5ee-30cf91d4acf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:58:05.185Z|9003c8ad-2db7-4942-b5ee-30cf91d4acf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:58:05.343Z|fb218f71-9e86-4874-9a59-aca537aae22d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:58:05.344Z|fb218f71-9e86-4874-9a59-aca537aae22d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:58:05.406Z|6b37814e-9907-4864-a612-bc53d210a730|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:05.407Z|6b37814e-9907-4864-a612-bc53d210a730|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:05.682Z|4ad5fc3a-c2e0-4208-9858-a68ee0555b7c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:05.682Z|4ad5fc3a-c2e0-4208-9858-a68ee0555b7c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:06.276Z|da4510f0-0d08-48ec-bd08-85db87cb5668|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:06.277Z|da4510f0-0d08-48ec-bd08-85db87cb5668|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:15.429Z|7a364b74-f6e5-406a-97c3-1a2f409a859f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:15.430Z|7a364b74-f6e5-406a-97c3-1a2f409a859f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:15.699Z|54f6172a-9d09-4a3d-977e-027e2af31ddf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:15.700Z|54f6172a-9d09-4a3d-977e-027e2af31ddf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:16.295Z|b98ae74d-3d0c-499e-a833-8e3d08b35753|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:16.296Z|b98ae74d-3d0c-499e-a833-8e3d08b35753|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:20.184Z|9eb6e8bc-fea8-4b5e-b06e-204908271436|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:58:20.185Z|9eb6e8bc-fea8-4b5e-b06e-204908271436|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:58:25.453Z|ce937a61-575a-4393-afbf-36e44be3e671|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:25.454Z|ce937a61-575a-4393-afbf-36e44be3e671|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:25.718Z|b6ffbcf6-bff8-4c2b-9c9d-f290ac644b3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:25.719Z|b6ffbcf6-bff8-4c2b-9c9d-f290ac644b3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:26.313Z|1832edb0-077f-4484-9030-2ca971c6a506|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:26.314Z|1832edb0-077f-4484-9030-2ca971c6a506|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:35.184Z|df7320a6-165d-4816-9345-c1b76ca195cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:58:35.185Z|df7320a6-165d-4816-9345-c1b76ca195cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:58:35.344Z|13eed58d-73e0-41ea-93d6-f6b294741894|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:58:35.345Z|13eed58d-73e0-41ea-93d6-f6b294741894|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:58:35.475Z|fc0a6337-1c08-418d-bbc1-4d85878a1967|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:35.476Z|fc0a6337-1c08-418d-bbc1-4d85878a1967|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:35.741Z|c647f2c9-dd89-482a-b2d1-154e77059cdb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:35.742Z|c647f2c9-dd89-482a-b2d1-154e77059cdb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:36.335Z|f611caf0-20bf-467d-947b-86dc16dbda7d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:36.336Z|f611caf0-20bf-467d-947b-86dc16dbda7d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:45.498Z|50c921af-2e73-4dda-818c-1c804b1f3556|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:45.499Z|50c921af-2e73-4dda-818c-1c804b1f3556|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:45.761Z|51c052c6-9210-4cad-a8d5-b550a1b05769|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:45.762Z|51c052c6-9210-4cad-a8d5-b550a1b05769|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:46.356Z|86ab220d-9d9f-4f04-a6a7-38422bf84f72|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:46.357Z|86ab220d-9d9f-4f04-a6a7-38422bf84f72|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:50.184Z|4bcad7a4-77b6-4258-96a7-3e27c9cde0be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:58:50.185Z|4bcad7a4-77b6-4258-96a7-3e27c9cde0be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:58:55.523Z|06cbdcf9-ca09-4469-9fa7-2538ccba7ee8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:55.524Z|06cbdcf9-ca09-4469-9fa7-2538ccba7ee8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:55.780Z|dd54d605-1d37-4cbd-816d-09aa9861a509|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:55.780Z|dd54d605-1d37-4cbd-816d-09aa9861a509|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:58:56.375Z|2e2c26b1-5cac-44a6-b335-601c710796aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:58:56.376Z|2e2c26b1-5cac-44a6-b335-601c710796aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:00.611Z|6b5550d8-c67f-4ad6-8c72-8b2c19080139|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T12:59:00.611Z|6b5550d8-c67f-4ad6-8c72-8b2c19080139|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:05.184Z|a8f6c361-674a-4ca7-97d0-362f0f25102c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:59:05.186Z|a8f6c361-674a-4ca7-97d0-362f0f25102c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:59:05.346Z|b858b672-d441-4bef-ae73-e096477eccb4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:59:05.347Z|b858b672-d441-4bef-ae73-e096477eccb4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:59:05.544Z|11b61f3e-5fc9-47d9-9e53-f9a308dd8899|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:05.545Z|11b61f3e-5fc9-47d9-9e53-f9a308dd8899|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:05.801Z|26a75428-406f-404f-8925-19ce96ecc018|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:05.802Z|26a75428-406f-404f-8925-19ce96ecc018|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:06.394Z|116fafd8-a03c-4e2f-bbd5-4c3b4246ebd0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:06.394Z|116fafd8-a03c-4e2f-bbd5-4c3b4246ebd0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:15.568Z|a32c9fdb-448c-4273-a8ad-638e9e661471|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:15.569Z|a32c9fdb-448c-4273-a8ad-638e9e661471|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:15.821Z|2eeced72-e251-459c-bcfe-35971eff5890|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:15.821Z|2eeced72-e251-459c-bcfe-35971eff5890|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:16.412Z|b6eed503-4b1f-4d9e-aeff-a57990fd99e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:16.413Z|b6eed503-4b1f-4d9e-aeff-a57990fd99e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:20.184Z|f88ce34d-5b34-46c2-b4b1-02810f1e97ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:59:20.184Z|f88ce34d-5b34-46c2-b4b1-02810f1e97ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:59:25.591Z|98fc0485-343a-4604-a374-f4f7850f3418|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:25.592Z|98fc0485-343a-4604-a374-f4f7850f3418|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:25.840Z|9eb2c472-ee90-4764-ac28-1f125d6537e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:25.840Z|9eb2c472-ee90-4764-ac28-1f125d6537e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:26.433Z|e845398f-9cef-4479-b05c-907faa334dd1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:26.434Z|e845398f-9cef-4479-b05c-907faa334dd1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:35.184Z|b5f45db5-755e-4717-8e71-570369f37576|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:59:35.185Z|b5f45db5-755e-4717-8e71-570369f37576|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:59:35.347Z|52050cfc-1235-49c0-81c4-16008cc2d53d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:59:35.348Z|52050cfc-1235-49c0-81c4-16008cc2d53d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:59:35.617Z|2b29ce41-7f8a-4c1a-aff5-1a97455ef018|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:35.617Z|2b29ce41-7f8a-4c1a-aff5-1a97455ef018|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:35.859Z|86155d97-ca06-4476-9a0c-a2b11b74d0f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:35.860Z|86155d97-ca06-4476-9a0c-a2b11b74d0f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:36.452Z|53fd19ad-b1db-4fb2-bc72-48a5761f9273|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:36.453Z|53fd19ad-b1db-4fb2-bc72-48a5761f9273|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:45.638Z|8c91502b-bd57-4858-9a93-81a868465369|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:45.639Z|8c91502b-bd57-4858-9a93-81a868465369|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:45.884Z|70d8c9b6-fecc-48be-b98c-40cbd868ef2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:45.885Z|70d8c9b6-fecc-48be-b98c-40cbd868ef2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:46.471Z|bac40745-b0b6-4092-9f71-f950c9345368|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:46.472Z|bac40745-b0b6-4092-9f71-f950c9345368|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:50.184Z|9b37714e-d605-457c-8747-f358fb78f68d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T12:59:50.185Z|9b37714e-d605-457c-8747-f358fb78f68d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T12:59:55.661Z|15007dcd-eb87-460b-b52a-7495aed9b444|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:55.662Z|15007dcd-eb87-460b-b52a-7495aed9b444|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:55.904Z|124f729c-92ef-4a1b-89ed-9a1c2a52df86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:55.905Z|124f729c-92ef-4a1b-89ed-9a1c2a52df86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T12:59:56.491Z|e869ad57-7188-433c-abd6-153f189e631d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T12:59:56.491Z|e869ad57-7188-433c-abd6-153f189e631d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:00.612Z|58655c80-7a75-4443-ba30-c6233553f9b2|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:00:00.614Z|58655c80-7a75-4443-ba30-c6233553f9b2|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:05.184Z|83275a71-e347-4143-a2e8-7d48edc08bab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:00:05.184Z|83275a71-e347-4143-a2e8-7d48edc08bab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:00:05.349Z|6cac262d-f5a4-4a59-bdcc-63702f5a3aa2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:00:05.349Z|6cac262d-f5a4-4a59-bdcc-63702f5a3aa2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:00:05.683Z|7ca97978-af89-48b7-8819-8f18f3799256|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:05.683Z|7ca97978-af89-48b7-8819-8f18f3799256|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:05.925Z|5d238ac1-a45e-47af-ba12-8f4fe8212863|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:05.925Z|5d238ac1-a45e-47af-ba12-8f4fe8212863|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:06.509Z|ed5703bd-cc18-4849-95cc-ce9ede28decd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:06.510Z|ed5703bd-cc18-4849-95cc-ce9ede28decd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:15.704Z|abdaddab-3962-4988-ad38-00fdbf3e72ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:15.705Z|abdaddab-3962-4988-ad38-00fdbf3e72ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:15.943Z|4ffea245-e477-460b-8ca1-df1a6744e6fd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:15.944Z|4ffea245-e477-460b-8ca1-df1a6744e6fd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:16.528Z|22885c4a-981b-49e9-ad9d-2b726c30ab2f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:16.529Z|22885c4a-981b-49e9-ad9d-2b726c30ab2f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:20.184Z|fe58f572-9299-44a6-aad0-58abb0c8141f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:00:20.184Z|fe58f572-9299-44a6-aad0-58abb0c8141f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:00:25.724Z|e46dae80-4c06-4ee0-b07c-a7fa27ecd430|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:25.725Z|e46dae80-4c06-4ee0-b07c-a7fa27ecd430|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:25.962Z|ae1eae4f-c524-4d27-8ef7-dc4bd2dd87a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:25.963Z|ae1eae4f-c524-4d27-8ef7-dc4bd2dd87a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:26.546Z|4be68016-2d32-4abc-9a83-57250bc80e89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:26.547Z|4be68016-2d32-4abc-9a83-57250bc80e89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:35.185Z|72b2681c-18c1-4a73-bda1-03ee03db6556|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:00:35.187Z|72b2681c-18c1-4a73-bda1-03ee03db6556|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:00:35.350Z|54b0fa64-d4d6-441f-a1bf-2c5a8f8500a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:00:35.350Z|54b0fa64-d4d6-441f-a1bf-2c5a8f8500a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:00:35.749Z|3135f8b8-d194-4c12-9cb4-218cd845e886|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:35.750Z|3135f8b8-d194-4c12-9cb4-218cd845e886|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:35.982Z|140f33d6-b5c1-488a-b378-6e7ea6566302|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:35.982Z|140f33d6-b5c1-488a-b378-6e7ea6566302|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:36.566Z|2de92358-4fcb-457b-b931-beb740c3cc35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:36.566Z|2de92358-4fcb-457b-b931-beb740c3cc35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:45.773Z|950533a6-c840-4ce1-ac3e-2f34239b9eba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:45.773Z|950533a6-c840-4ce1-ac3e-2f34239b9eba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:46.000Z|f9a623a4-c192-4acd-addf-860adf2cc5d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:46.001Z|f9a623a4-c192-4acd-addf-860adf2cc5d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:46.584Z|2e1235c3-8405-4af7-a1b4-23d1ae7f14d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:46.584Z|2e1235c3-8405-4af7-a1b4-23d1ae7f14d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:50.184Z|5817487c-1e20-4488-b0bb-ee2e9b5c2b4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:00:50.184Z|5817487c-1e20-4488-b0bb-ee2e9b5c2b4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:00:55.793Z|3ea6cf53-6f1a-4f0b-a700-623481c30586|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:55.793Z|3ea6cf53-6f1a-4f0b-a700-623481c30586|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:56.019Z|ee1124c0-5b33-49cc-951e-d3832327f105|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:56.020Z|ee1124c0-5b33-49cc-951e-d3832327f105|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:00:56.607Z|59bf8405-cf03-466e-930a-a98977966fa5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:00:56.608Z|59bf8405-cf03-466e-930a-a98977966fa5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:00.611Z|ccb8cf63-c624-4e40-ad6d-b7f1513241c9|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:01:00.611Z|ccb8cf63-c624-4e40-ad6d-b7f1513241c9|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:05.184Z|d80768f8-7391-4c6d-a019-23f9785f5213|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:01:05.184Z|d80768f8-7391-4c6d-a019-23f9785f5213|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:01:05.351Z|70ec527d-1b57-46f3-aceb-6a57e668ddf0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:01:05.352Z|70ec527d-1b57-46f3-aceb-6a57e668ddf0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:01:05.816Z|3dec8c41-7469-4dde-ac11-671aaf59118c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:05.817Z|3dec8c41-7469-4dde-ac11-671aaf59118c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:06.037Z|2757ec74-d382-4af4-8df4-5f785108f6aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:06.037Z|2757ec74-d382-4af4-8df4-5f785108f6aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:06.627Z|2d78a4e5-d3d3-47c5-affc-2aca201591b8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:06.628Z|2d78a4e5-d3d3-47c5-affc-2aca201591b8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:15.839Z|b672e7b6-e1d7-45ef-af0f-81d5f4d87e2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:15.841Z|b672e7b6-e1d7-45ef-af0f-81d5f4d87e2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:16.056Z|14ac46af-ac57-4439-9633-74c98bc8e4dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:16.056Z|14ac46af-ac57-4439-9633-74c98bc8e4dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:16.646Z|f948b530-6e55-43a3-9374-35fea6658400|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:16.647Z|f948b530-6e55-43a3-9374-35fea6658400|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:20.184Z|f2491371-6956-4dc1-8bd8-37ef0b5b74d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:01:20.186Z|f2491371-6956-4dc1-8bd8-37ef0b5b74d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:01:25.863Z|50348fa5-9a7a-4d28-a91d-b129be292c14|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:25.864Z|50348fa5-9a7a-4d28-a91d-b129be292c14|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:26.074Z|9eb06439-16ea-4dad-964d-a1b223630601|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:26.074Z|9eb06439-16ea-4dad-964d-a1b223630601|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:26.666Z|7af67b5a-6e97-4650-96c8-27a166cdb95a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:26.667Z|7af67b5a-6e97-4650-96c8-27a166cdb95a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:35.185Z|72bdaa02-9dfa-4a86-a269-3d58b1660941|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:01:35.186Z|72bdaa02-9dfa-4a86-a269-3d58b1660941|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:01:35.352Z|764e543c-6246-4b20-9b46-aac913648215|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:01:35.353Z|764e543c-6246-4b20-9b46-aac913648215|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:01:35.886Z|c61a4fae-d796-4b33-8819-e2c4368c830e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:35.887Z|c61a4fae-d796-4b33-8819-e2c4368c830e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:36.093Z|b9bfb286-91bf-4375-bae3-3f5c0662bd82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:36.094Z|b9bfb286-91bf-4375-bae3-3f5c0662bd82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:36.687Z|0584c535-eae8-4dc8-b76b-d732027f19a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:36.688Z|0584c535-eae8-4dc8-b76b-d732027f19a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:45.910Z|f7d3dbc8-9974-4b7b-a411-cf38bde946f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:45.911Z|f7d3dbc8-9974-4b7b-a411-cf38bde946f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:46.113Z|d6c40e5c-8dd6-48fd-8c99-00ce708ae852|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:46.114Z|d6c40e5c-8dd6-48fd-8c99-00ce708ae852|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:46.712Z|181a5020-06c6-425d-96b9-8b8f1683edbd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:46.713Z|181a5020-06c6-425d-96b9-8b8f1683edbd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:50.184Z|a74ffa2d-5e1b-49ce-b695-b860fa1b3973|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:01:50.184Z|a74ffa2d-5e1b-49ce-b695-b860fa1b3973|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:01:55.931Z|4b656bc6-f2df-452a-ab2f-802e6525431e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:55.932Z|4b656bc6-f2df-452a-ab2f-802e6525431e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:56.132Z|cad296db-51fb-40f8-9d97-53b5d79e253d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:56.132Z|cad296db-51fb-40f8-9d97-53b5d79e253d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:01:56.732Z|0f33fefd-7fbe-4303-9ceb-da5c90fcc2ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:01:56.733Z|0f33fefd-7fbe-4303-9ceb-da5c90fcc2ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:00.610Z|a39f1e32-0956-4bbd-894a-369e0f27b1e3|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:02:00.611Z|a39f1e32-0956-4bbd-894a-369e0f27b1e3|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:05.184Z|dc20d64a-4e44-4f57-95bc-dd804aa7f4e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:02:05.185Z|dc20d64a-4e44-4f57-95bc-dd804aa7f4e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:02:05.353Z|9f0254f3-c9e3-4f74-8012-ddd1a20f782a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:02:05.354Z|9f0254f3-c9e3-4f74-8012-ddd1a20f782a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:02:05.953Z|e57dca97-03bd-4c28-895d-beb34209c56c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:05.954Z|e57dca97-03bd-4c28-895d-beb34209c56c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:06.150Z|997b60de-76de-41ae-95b2-4e3836af68f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:06.150Z|997b60de-76de-41ae-95b2-4e3836af68f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:06.753Z|46156b4f-fb4f-4847-a9f2-08df314651d3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:06.753Z|46156b4f-fb4f-4847-a9f2-08df314651d3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:15.976Z|2350bc9d-a270-4329-b8d9-cae792f13089|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:15.977Z|2350bc9d-a270-4329-b8d9-cae792f13089|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:16.170Z|be838f70-d470-4dc6-beb4-8b07313a705c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:16.171Z|be838f70-d470-4dc6-beb4-8b07313a705c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:16.775Z|73b1d76a-0e9c-443a-a92e-0af28fb2dd41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:16.776Z|73b1d76a-0e9c-443a-a92e-0af28fb2dd41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:20.184Z|ae7ee718-429f-4a6f-9ffc-fb13f5463e0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:02:20.185Z|ae7ee718-429f-4a6f-9ffc-fb13f5463e0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:02:25.999Z|8c572cdd-d466-4985-b426-fef104855fb7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:26.000Z|8c572cdd-d466-4985-b426-fef104855fb7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:26.189Z|0e831f33-8da5-4ca9-b6c8-c815f10b9555|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:26.189Z|0e831f33-8da5-4ca9-b6c8-c815f10b9555|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:26.795Z|d33a492a-83fd-4901-9ca3-f1b38c421a10|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:26.796Z|d33a492a-83fd-4901-9ca3-f1b38c421a10|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:35.184Z|102f19e7-1575-4001-bf17-ebd8f45bf341|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:02:35.185Z|102f19e7-1575-4001-bf17-ebd8f45bf341|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:02:35.355Z|cce5f683-0a90-473e-aee9-525e883cfcbf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:02:35.355Z|cce5f683-0a90-473e-aee9-525e883cfcbf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:02:36.020Z|c2534f66-1a3c-4679-a476-47043df85fcc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:36.021Z|c2534f66-1a3c-4679-a476-47043df85fcc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:36.207Z|5060751d-6d63-4a20-9fcc-319301ebc99e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:36.208Z|5060751d-6d63-4a20-9fcc-319301ebc99e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:36.820Z|8203fe5b-c0eb-4c48-83ce-a0751ff97368|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:36.820Z|8203fe5b-c0eb-4c48-83ce-a0751ff97368|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:46.040Z|f24c05a8-2f67-4e6e-967c-755f0079db69|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:46.041Z|f24c05a8-2f67-4e6e-967c-755f0079db69|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:46.226Z|f33a0855-bd4e-4d31-a037-ff954c37419c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:46.227Z|f33a0855-bd4e-4d31-a037-ff954c37419c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:46.838Z|5fc48aa1-11e9-49bf-b72e-f6176bae223e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:46.838Z|5fc48aa1-11e9-49bf-b72e-f6176bae223e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:50.184Z|2a30e1fb-8f04-44bd-bd72-1757e43d7740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:02:50.185Z|2a30e1fb-8f04-44bd-bd72-1757e43d7740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:02:56.061Z|16bf3f85-244c-45c2-bd50-80a699189839|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:56.062Z|16bf3f85-244c-45c2-bd50-80a699189839|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:56.245Z|674b6bba-2685-4730-b7bd-9c08305540ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:56.246Z|674b6bba-2685-4730-b7bd-9c08305540ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:02:56.855Z|8e29c28e-dfb3-47d1-880f-a99b9d3425fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:02:56.856Z|8e29c28e-dfb3-47d1-880f-a99b9d3425fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:00.610Z|07356fe3-dff0-41f9-8e6c-94bbe35e0240|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:03:00.611Z|07356fe3-dff0-41f9-8e6c-94bbe35e0240|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:05.184Z|68867fd8-f0a8-4195-8e15-87ce0b16bd17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:03:05.185Z|68867fd8-f0a8-4195-8e15-87ce0b16bd17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:03:05.356Z|b296d816-b65b-4be6-a947-0be8b3bdc620|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:03:05.356Z|b296d816-b65b-4be6-a947-0be8b3bdc620|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:03:06.084Z|8efc1dd0-372a-479b-9bbf-88a987a353e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:06.085Z|8efc1dd0-372a-479b-9bbf-88a987a353e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:06.266Z|c5d9f5cf-3750-4f8d-8452-2120f2ed447c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:06.267Z|c5d9f5cf-3750-4f8d-8452-2120f2ed447c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:06.874Z|2b4e5f00-2829-4b94-867c-08f24b155686|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:06.875Z|2b4e5f00-2829-4b94-867c-08f24b155686|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:16.106Z|23c3db88-c1b0-46a5-a014-83284b1ffd7c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:16.107Z|23c3db88-c1b0-46a5-a014-83284b1ffd7c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:16.284Z|07d4c3a1-4675-4498-8ad1-cb8e99529db4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:16.285Z|07d4c3a1-4675-4498-8ad1-cb8e99529db4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:16.894Z|e16905c5-6a75-491a-8e57-c9b568311366|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:16.894Z|e16905c5-6a75-491a-8e57-c9b568311366|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:20.184Z|d20a77a5-0bc0-43c9-82c4-b92beaf80778|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:03:20.184Z|d20a77a5-0bc0-43c9-82c4-b92beaf80778|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:03:26.129Z|96f4e435-1630-4060-8056-f01c0f8d6929|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:26.130Z|96f4e435-1630-4060-8056-f01c0f8d6929|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:26.302Z|820b6f45-e2de-45b5-aebe-ec3d722fc355|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:26.303Z|820b6f45-e2de-45b5-aebe-ec3d722fc355|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:26.913Z|d3ad18d2-a736-4113-9a3f-eda33d05cf6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:26.914Z|d3ad18d2-a736-4113-9a3f-eda33d05cf6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:35.184Z|9c23497d-9211-47f0-bdec-28dee8b99349|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:03:35.186Z|9c23497d-9211-47f0-bdec-28dee8b99349|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:03:35.357Z|5618ce11-5129-49d8-bf1e-c7bc1df2a2be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:03:35.358Z|5618ce11-5129-49d8-bf1e-c7bc1df2a2be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:03:36.150Z|0fa0d8e1-d3e8-4e5e-8536-abd2540cc482|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:36.151Z|0fa0d8e1-d3e8-4e5e-8536-abd2540cc482|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:36.321Z|cb8d6e3b-2d6e-4263-89cd-058409ed7eba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:36.322Z|cb8d6e3b-2d6e-4263-89cd-058409ed7eba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:36.931Z|a602b34f-992b-44b1-84e3-ac67d2909789|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:36.931Z|a602b34f-992b-44b1-84e3-ac67d2909789|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:46.171Z|671d5a90-3def-424a-82d9-d5d02b3358bd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:46.172Z|671d5a90-3def-424a-82d9-d5d02b3358bd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:46.339Z|1ca80dda-6a58-4571-af0a-bf9b64724508|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:46.340Z|1ca80dda-6a58-4571-af0a-bf9b64724508|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:46.949Z|240e3883-c6df-415a-ad38-e39d300b264e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:46.950Z|240e3883-c6df-415a-ad38-e39d300b264e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:50.184Z|ae7ccd17-2450-4712-8416-91cdd0cf278f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:03:50.184Z|ae7ccd17-2450-4712-8416-91cdd0cf278f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:03:56.195Z|34c11d74-d180-4e89-b057-d8afc5ab301a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:56.196Z|34c11d74-d180-4e89-b057-d8afc5ab301a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:56.359Z|baaa11b5-10a4-4ffb-94cd-88c183321186|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:56.359Z|baaa11b5-10a4-4ffb-94cd-88c183321186|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:03:56.968Z|dbba87e7-666f-45ef-bbaf-9150709321d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:03:56.968Z|dbba87e7-666f-45ef-bbaf-9150709321d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:00.612Z|291bc03b-97e6-4399-af9e-afabf06cac0a|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:04:00.614Z|291bc03b-97e6-4399-af9e-afabf06cac0a|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:05.184Z|acb7a1e4-f9d5-447b-8c1b-4ee7e6b32e66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:04:05.185Z|acb7a1e4-f9d5-447b-8c1b-4ee7e6b32e66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:04:05.358Z|ea882b55-4fc4-4a67-b0eb-00f08107401d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:04:05.359Z|ea882b55-4fc4-4a67-b0eb-00f08107401d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:04:06.219Z|d0cdb111-74ac-410f-afe7-21311fbf1459|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:06.220Z|d0cdb111-74ac-410f-afe7-21311fbf1459|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:06.377Z|cfd0a0ba-e4df-499f-993c-24b907e3639a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:06.378Z|cfd0a0ba-e4df-499f-993c-24b907e3639a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:06.986Z|66cad080-8c22-4c55-beec-09f5929c9ab2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:06.987Z|66cad080-8c22-4c55-beec-09f5929c9ab2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:16.239Z|8fd82d9d-5cfb-481b-88be-f7abd0e86ab0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:16.239Z|8fd82d9d-5cfb-481b-88be-f7abd0e86ab0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:16.396Z|e869bea9-5ed0-4140-993e-bc8b251f8b04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:16.397Z|e869bea9-5ed0-4140-993e-bc8b251f8b04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:17.006Z|f7d9cfad-9846-43e4-8067-ea7ecbf1792f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:17.006Z|f7d9cfad-9846-43e4-8067-ea7ecbf1792f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:20.184Z|15f47caa-5aaf-4679-9f11-f83a4f25e13c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:04:20.185Z|15f47caa-5aaf-4679-9f11-f83a4f25e13c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:04:26.260Z|720bc07d-c216-44f6-a5db-65b599f15abb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:26.260Z|720bc07d-c216-44f6-a5db-65b599f15abb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:26.415Z|cb9f01df-7771-4609-b970-231e416b466e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:26.416Z|cb9f01df-7771-4609-b970-231e416b466e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:27.023Z|d4f2b70e-4df9-4b68-b786-05a1653f0e4e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:27.024Z|d4f2b70e-4df9-4b68-b786-05a1653f0e4e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:35.184Z|ef398a61-4131-4eb3-8cd0-e89c62d4432c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:04:35.185Z|ef398a61-4131-4eb3-8cd0-e89c62d4432c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:04:35.360Z|219604c2-1f7a-4ab7-93f7-4b1d753d68cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:04:35.360Z|219604c2-1f7a-4ab7-93f7-4b1d753d68cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:04:36.280Z|1338768d-f970-4989-8abe-0bb93f17d5de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:36.281Z|1338768d-f970-4989-8abe-0bb93f17d5de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:36.433Z|488b89b9-f58a-428c-a715-d9e317d56640|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:36.434Z|488b89b9-f58a-428c-a715-d9e317d56640|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:37.045Z|f132e169-d41c-4714-8a2c-7baaad91df6b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:37.045Z|f132e169-d41c-4714-8a2c-7baaad91df6b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:46.305Z|7abe16bb-75a9-4bbf-a7b2-c10f2f676571|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:46.306Z|7abe16bb-75a9-4bbf-a7b2-c10f2f676571|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:46.453Z|2632aa6e-5499-4f47-b005-32adbc4b4616|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:46.454Z|2632aa6e-5499-4f47-b005-32adbc4b4616|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:47.064Z|4d6639c2-f93a-4728-95cc-7ec80131e3e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:47.065Z|4d6639c2-f93a-4728-95cc-7ec80131e3e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:50.184Z|3dcd0c92-3b62-4846-910c-071bd2370558|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:04:50.184Z|3dcd0c92-3b62-4846-910c-071bd2370558|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:04:56.327Z|99ab1bfa-a8a6-48eb-b6c0-5d986ed7a9cd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:56.328Z|99ab1bfa-a8a6-48eb-b6c0-5d986ed7a9cd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:56.472Z|d9352419-6edf-4909-9cff-52413662f2ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:56.473Z|d9352419-6edf-4909-9cff-52413662f2ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:04:57.093Z|59096537-c4b8-4ec5-a2ba-060ba8063d16|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:04:57.094Z|59096537-c4b8-4ec5-a2ba-060ba8063d16|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:00.612Z|009b32a3-ea10-43ad-a63a-0f0de32b53ef|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:05:00.613Z|009b32a3-ea10-43ad-a63a-0f0de32b53ef|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:05.184Z|44fc86e0-7c7c-4505-8f4c-76f213433696|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:05:05.186Z|44fc86e0-7c7c-4505-8f4c-76f213433696|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:05:05.361Z|2d45c8d8-a221-49e7-8220-cbea3615c2ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:05:05.361Z|2d45c8d8-a221-49e7-8220-cbea3615c2ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:05:06.350Z|c6f5e553-09e6-4e8e-a52c-80fe09cbacff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:06.351Z|c6f5e553-09e6-4e8e-a52c-80fe09cbacff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:06.489Z|05187528-7ea6-4116-9552-74d2626c9692|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:06.490Z|05187528-7ea6-4116-9552-74d2626c9692|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:07.112Z|833807a8-dd33-4223-8097-60835734c400|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:07.113Z|833807a8-dd33-4223-8097-60835734c400|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:16.372Z|6ef0f079-9025-4dfe-a49a-a4430d2befe7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:16.374Z|6ef0f079-9025-4dfe-a49a-a4430d2befe7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:16.507Z|3dbbe8b6-e114-4e66-83fc-9f71990a38f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:16.508Z|3dbbe8b6-e114-4e66-83fc-9f71990a38f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:17.132Z|bfb04504-c603-4a04-af35-8b8574de788d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:17.133Z|bfb04504-c603-4a04-af35-8b8574de788d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:20.184Z|1e443312-3c49-40ad-8433-eaf4b7f5adcc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:05:20.184Z|1e443312-3c49-40ad-8433-eaf4b7f5adcc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:05:26.392Z|cb555010-d15c-4075-9d58-39f0b477abbe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:26.393Z|cb555010-d15c-4075-9d58-39f0b477abbe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:26.525Z|49f41f33-227e-4514-a1f2-f14ee4c7c0bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:26.526Z|49f41f33-227e-4514-a1f2-f14ee4c7c0bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:27.151Z|6c8cd6c0-cd1c-410b-a543-dfa6534e8c97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:27.152Z|6c8cd6c0-cd1c-410b-a543-dfa6534e8c97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:35.184Z|e928186e-9bab-4c8e-a952-fe5a3c11e1d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:05:35.184Z|e928186e-9bab-4c8e-a952-fe5a3c11e1d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:05:35.362Z|aa1ab106-1d0e-4e64-b094-abe47d30004f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:05:35.363Z|aa1ab106-1d0e-4e64-b094-abe47d30004f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:05:36.410Z|c8cf5cd8-1ac7-45e9-b6e4-327de0106b23|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:36.411Z|c8cf5cd8-1ac7-45e9-b6e4-327de0106b23|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:36.544Z|93ed66eb-53f0-4103-a35a-833ef365abe7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:36.544Z|93ed66eb-53f0-4103-a35a-833ef365abe7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:37.169Z|b5ef129f-7587-4560-bdfd-c9b67d764559|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:37.169Z|b5ef129f-7587-4560-bdfd-c9b67d764559|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:46.433Z|f83c1e5a-ed69-4c92-90b3-f12c8a1c4bfb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:46.434Z|f83c1e5a-ed69-4c92-90b3-f12c8a1c4bfb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:46.563Z|4cdfd9df-0691-4690-a832-6572fe000f36|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:46.563Z|4cdfd9df-0691-4690-a832-6572fe000f36|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:47.187Z|92ad56ce-4ae4-41f2-86db-23803dbfb8c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:47.188Z|92ad56ce-4ae4-41f2-86db-23803dbfb8c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:50.185Z|7a991bb5-3ce6-4bc6-9882-2c15fd4cfd4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:05:50.187Z|7a991bb5-3ce6-4bc6-9882-2c15fd4cfd4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:05:56.457Z|a4ac0a1c-3573-47bc-85e4-c455a2ea9cf5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:56.457Z|a4ac0a1c-3573-47bc-85e4-c455a2ea9cf5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:56.581Z|1ad80fb0-c92e-456a-9850-caef4da2d1e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:56.581Z|1ad80fb0-c92e-456a-9850-caef4da2d1e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:05:57.206Z|8091566f-dcc0-4c25-b370-18cc3b23a7f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:05:57.207Z|8091566f-dcc0-4c25-b370-18cc3b23a7f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:00.610Z|0f09a8a9-86f6-4dbb-8c92-1922a907abeb|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:06:00.611Z|0f09a8a9-86f6-4dbb-8c92-1922a907abeb|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:05.184Z|80ff7aca-225b-49ea-816b-b72828c860b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:06:05.184Z|80ff7aca-225b-49ea-816b-b72828c860b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:06:05.364Z|4198ba68-cf78-42e3-98c9-68bcc47297e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:06:05.364Z|4198ba68-cf78-42e3-98c9-68bcc47297e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:06:06.477Z|d7aaacde-c1a2-4056-848d-18d69fa4694d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:06.478Z|d7aaacde-c1a2-4056-848d-18d69fa4694d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:06.600Z|c9112ca3-14b5-432b-8fdb-7e0ddb91a294|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:06.600Z|c9112ca3-14b5-432b-8fdb-7e0ddb91a294|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:07.223Z|e0bb98e3-f812-47cd-b933-322038b035e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:07.224Z|e0bb98e3-f812-47cd-b933-322038b035e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:16.496Z|7e479c0f-64c5-4804-8f9e-4449cab2ab90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:16.497Z|7e479c0f-64c5-4804-8f9e-4449cab2ab90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:16.619Z|022befc7-82ef-410c-a507-2afea275c53e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:16.620Z|022befc7-82ef-410c-a507-2afea275c53e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:17.242Z|e38b1835-555b-4afb-ad53-ac34af127958|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:17.243Z|e38b1835-555b-4afb-ad53-ac34af127958|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:20.184Z|0e4587b5-4c71-4277-bf5d-f30eeb2d2ddc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:06:20.184Z|0e4587b5-4c71-4277-bf5d-f30eeb2d2ddc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:06:26.519Z|8884e45f-56d3-4f4f-99e5-d192d3927b61|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:26.520Z|8884e45f-56d3-4f4f-99e5-d192d3927b61|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:26.639Z|61a5775a-5885-4cf8-8cf4-7416be505f1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:26.640Z|61a5775a-5885-4cf8-8cf4-7416be505f1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:27.273Z|15eb20fd-bb6d-4df9-b5bc-a233cd9b56cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:27.274Z|15eb20fd-bb6d-4df9-b5bc-a233cd9b56cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:35.184Z|417f45f2-83a4-4018-a09a-35d9d1104e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:06:35.185Z|417f45f2-83a4-4018-a09a-35d9d1104e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:06:35.365Z|e74d30bc-6e8c-4d45-89b6-807110f6162f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:06:35.366Z|e74d30bc-6e8c-4d45-89b6-807110f6162f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:06:36.545Z|b2a8a564-e6c9-45b0-8209-c97bb699db86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:36.546Z|b2a8a564-e6c9-45b0-8209-c97bb699db86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:36.658Z|f066148e-9439-49e7-95c9-b9b4cb1f5a5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:36.659Z|f066148e-9439-49e7-95c9-b9b4cb1f5a5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:37.294Z|d922201b-cb24-4369-b531-84930d388a5e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:37.294Z|d922201b-cb24-4369-b531-84930d388a5e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:46.568Z|a385b75d-e762-4ed8-81a5-8733135a93df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:46.569Z|a385b75d-e762-4ed8-81a5-8733135a93df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:46.680Z|d394566e-871c-4398-a36c-a62023393b26|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:46.681Z|d394566e-871c-4398-a36c-a62023393b26|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:47.312Z|66294831-831d-448a-a65f-75908597ba7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:47.313Z|66294831-831d-448a-a65f-75908597ba7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:50.184Z|ada11813-52ff-47dd-90ae-06e36296bfef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:06:50.184Z|ada11813-52ff-47dd-90ae-06e36296bfef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:06:56.591Z|b6b0cf82-50ae-468b-9144-91d996be1c14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:56.592Z|b6b0cf82-50ae-468b-9144-91d996be1c14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:56.699Z|e15002fe-54a0-4525-bce3-0695a73c7fba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:56.699Z|e15002fe-54a0-4525-bce3-0695a73c7fba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:06:57.331Z|fe4d6b9f-ad92-4107-ad5b-336e95c12a4a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:06:57.332Z|fe4d6b9f-ad92-4107-ad5b-336e95c12a4a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:00.610Z|8a5f7126-8a97-48a3-99a7-8db078730ec2|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:07:00.611Z|8a5f7126-8a97-48a3-99a7-8db078730ec2|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:05.184Z|f48b90db-f707-4b06-b1ce-d0cab63ae9d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:07:05.184Z|f48b90db-f707-4b06-b1ce-d0cab63ae9d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:07:05.367Z|010c53a0-8603-4b64-ad0b-f3ed60bd2dc5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:07:05.367Z|010c53a0-8603-4b64-ad0b-f3ed60bd2dc5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:07:06.611Z|9a61e73e-87f8-438b-8c3b-66acd6dbbb6c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:06.612Z|9a61e73e-87f8-438b-8c3b-66acd6dbbb6c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:06.716Z|42029ef1-c493-4ce6-ad7e-ee7acb43d3f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:06.717Z|42029ef1-c493-4ce6-ad7e-ee7acb43d3f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:07.349Z|b9a7887c-38d0-4549-8fea-08f3ccd53671|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:07.350Z|b9a7887c-38d0-4549-8fea-08f3ccd53671|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:16.631Z|34b90999-a1f7-49b4-8913-715b7b5fc810|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:16.632Z|34b90999-a1f7-49b4-8913-715b7b5fc810|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:16.739Z|e02c69dc-6814-40eb-8e92-0bf94e7910c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:16.739Z|e02c69dc-6814-40eb-8e92-0bf94e7910c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:17.368Z|0bef1477-b69b-42ed-b96c-c5a6b5a5ac6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:17.369Z|0bef1477-b69b-42ed-b96c-c5a6b5a5ac6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:20.184Z|4c8417b7-18be-4a14-9dde-6290935e59d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:07:20.185Z|4c8417b7-18be-4a14-9dde-6290935e59d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:07:26.653Z|f8003d11-5903-48aa-b2c6-66d437d44f26|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:26.654Z|f8003d11-5903-48aa-b2c6-66d437d44f26|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:26.757Z|84a15f87-074e-4bc6-810d-02882b12bb5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:26.758Z|84a15f87-074e-4bc6-810d-02882b12bb5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:27.386Z|f75e22a9-a54b-4083-8750-e4a82c80beee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:27.387Z|f75e22a9-a54b-4083-8750-e4a82c80beee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:35.184Z|19faa01a-6701-4934-a323-fce5de71401f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:07:35.186Z|19faa01a-6701-4934-a323-fce5de71401f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:07:35.367Z|fd8fbfb7-ce02-4220-b1d2-73623c81da3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:07:35.368Z|fd8fbfb7-ce02-4220-b1d2-73623c81da3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:07:36.676Z|607bfe62-06ee-4b53-aba8-7355b7561347|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:36.677Z|607bfe62-06ee-4b53-aba8-7355b7561347|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:36.775Z|b12aa21d-1a11-441f-ae88-d25e7c3385ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:36.776Z|b12aa21d-1a11-441f-ae88-d25e7c3385ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:37.404Z|8518f72e-3e7b-49e6-ad7f-5731e26fcc7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:37.404Z|8518f72e-3e7b-49e6-ad7f-5731e26fcc7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:46.700Z|168d17fc-990a-4d09-8970-7a559d79bbc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:46.701Z|168d17fc-990a-4d09-8970-7a559d79bbc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:46.793Z|dd66202b-c7f9-45e4-9df8-dadf48fed1bd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:46.794Z|dd66202b-c7f9-45e4-9df8-dadf48fed1bd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:47.421Z|1fe3a867-60bc-46fd-b1a1-9c501c0bfe18|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:47.422Z|1fe3a867-60bc-46fd-b1a1-9c501c0bfe18|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:50.184Z|a475acb7-b3bb-44d1-aa5f-38a21754f183|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:07:50.185Z|a475acb7-b3bb-44d1-aa5f-38a21754f183|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:07:56.721Z|ddf2bffd-65d9-48a2-818f-57c960507e34|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:56.722Z|ddf2bffd-65d9-48a2-818f-57c960507e34|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:56.811Z|e348ea45-8678-4861-964e-08afea9409d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:56.812Z|e348ea45-8678-4861-964e-08afea9409d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:07:57.442Z|12e956f5-1a25-460e-b211-4b33ff50b343|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:07:57.442Z|12e956f5-1a25-460e-b211-4b33ff50b343|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:00.610Z|b1c697fb-329a-4fee-8ebc-576918f5beae|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:08:00.611Z|b1c697fb-329a-4fee-8ebc-576918f5beae|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:05.184Z|c285d174-046c-4c62-9b90-1e9ab482887c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:08:05.185Z|c285d174-046c-4c62-9b90-1e9ab482887c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:08:05.369Z|a2a5017d-8a75-4dd3-bfa7-f4a1f6498606|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:08:05.369Z|a2a5017d-8a75-4dd3-bfa7-f4a1f6498606|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:08:06.741Z|2584fb5d-0536-4325-b4fe-c28bb90a1379|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:06.742Z|2584fb5d-0536-4325-b4fe-c28bb90a1379|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:06.829Z|bdc1ec90-fef4-446c-a0f0-52aea40bd291|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:06.830Z|bdc1ec90-fef4-446c-a0f0-52aea40bd291|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:07.466Z|18b19d43-a543-46b3-bb27-145a11d446ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:07.466Z|18b19d43-a543-46b3-bb27-145a11d446ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:16.768Z|96971967-2b0f-42e0-a16a-fa3a0b155b99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:16.769Z|96971967-2b0f-42e0-a16a-fa3a0b155b99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:16.847Z|61d13258-9267-4637-9c01-bfc4e62fdb2b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:16.848Z|61d13258-9267-4637-9c01-bfc4e62fdb2b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:17.488Z|b7022ee5-4bc7-4c4f-b98c-0c344ff56ba7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:17.488Z|b7022ee5-4bc7-4c4f-b98c-0c344ff56ba7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:20.184Z|c3747bf1-9723-4ea4-93df-62acda2d92ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:08:20.185Z|c3747bf1-9723-4ea4-93df-62acda2d92ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:08:26.789Z|7956d6b6-64f5-47ce-b865-4058855ffb53|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:26.790Z|7956d6b6-64f5-47ce-b865-4058855ffb53|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:26.870Z|b6a48ad7-c920-4276-b1ec-5171b8334ae6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:26.870Z|b6a48ad7-c920-4276-b1ec-5171b8334ae6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:27.506Z|feb2abde-6bee-4138-8c31-7f5a6d751e36|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:27.507Z|feb2abde-6bee-4138-8c31-7f5a6d751e36|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:35.184Z|a5bc2785-924e-4c1a-87ab-0ae238f677fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:08:35.185Z|a5bc2785-924e-4c1a-87ab-0ae238f677fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:08:35.369Z|961bf6a7-76f8-4c82-a007-69055f3ca849|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:08:35.370Z|961bf6a7-76f8-4c82-a007-69055f3ca849|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:08:36.815Z|505f3835-97ea-4cfa-b7cd-6067d1a7ceab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:36.817Z|505f3835-97ea-4cfa-b7cd-6067d1a7ceab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:36.888Z|cb55b93e-1e0e-454d-a335-5e431c89485e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:36.888Z|cb55b93e-1e0e-454d-a335-5e431c89485e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:37.526Z|8f48b29a-d309-4032-8bcf-b090ee488f1e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:37.526Z|8f48b29a-d309-4032-8bcf-b090ee488f1e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:46.840Z|897d7461-eeca-4219-981b-9e0ea9f893de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:46.841Z|897d7461-eeca-4219-981b-9e0ea9f893de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:46.905Z|3ceb41a4-d3f8-417d-9e45-3de18570a725|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:46.905Z|3ceb41a4-d3f8-417d-9e45-3de18570a725|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:47.544Z|92019759-8af5-4a86-8ee1-c54c2b08fb2d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:47.545Z|92019759-8af5-4a86-8ee1-c54c2b08fb2d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:50.184Z|5379f733-a15e-4ac3-84ef-bd5449533617|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:08:50.186Z|5379f733-a15e-4ac3-84ef-bd5449533617|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:08:56.864Z|b643b25e-5cbb-471e-8e9b-8e6837484cf8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:56.865Z|b643b25e-5cbb-471e-8e9b-8e6837484cf8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:56.922Z|a22bc796-6303-4cbd-b968-73281b5757a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:56.923Z|a22bc796-6303-4cbd-b968-73281b5757a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:08:57.562Z|245f2032-972a-4d08-b7e0-db968f040209|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:08:57.563Z|245f2032-972a-4d08-b7e0-db968f040209|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:00.611Z|4398989c-73a7-4991-a8a4-f33c0aa4a5eb|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:09:00.611Z|4398989c-73a7-4991-a8a4-f33c0aa4a5eb|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:05.184Z|a5f7e566-8e21-4f51-b5c7-b6723123ff5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:09:05.184Z|a5f7e566-8e21-4f51-b5c7-b6723123ff5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:09:05.370Z|59740644-e98d-4dbb-add7-c85b7b6ec870|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:09:05.371Z|59740644-e98d-4dbb-add7-c85b7b6ec870|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:09:06.886Z|768c086c-de16-4530-8ae1-93d5ca99a4ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:06.887Z|768c086c-de16-4530-8ae1-93d5ca99a4ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:06.942Z|da59a1cb-31b0-4102-baa1-e8ecdb4409fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:06.943Z|da59a1cb-31b0-4102-baa1-e8ecdb4409fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:07.582Z|5cb0b2ad-1058-4ac1-a62b-4b6973d65915|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:07.583Z|5cb0b2ad-1058-4ac1-a62b-4b6973d65915|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:16.905Z|8daf179c-2fea-4d0f-9ffc-f1dca33022d2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:16.906Z|8daf179c-2fea-4d0f-9ffc-f1dca33022d2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:16.964Z|540150f2-0118-415b-bd42-f33f3d39678f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:16.964Z|540150f2-0118-415b-bd42-f33f3d39678f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:17.600Z|8dbbcb21-f1bd-48fc-ad69-d5ae8dd949bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:17.601Z|8dbbcb21-f1bd-48fc-ad69-d5ae8dd949bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:20.184Z|4031731b-1f97-4db3-880b-636328e33a6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:09:20.184Z|4031731b-1f97-4db3-880b-636328e33a6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:09:26.927Z|819f6c46-3dad-4f18-a0fe-52cdfd0f9218|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:26.928Z|819f6c46-3dad-4f18-a0fe-52cdfd0f9218|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:26.984Z|1a583ae2-0400-49e7-a5ba-67caebefed15|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:26.985Z|1a583ae2-0400-49e7-a5ba-67caebefed15|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:27.619Z|9d06a9e5-cd6a-4ebc-a822-5295949b1344|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:27.620Z|9d06a9e5-cd6a-4ebc-a822-5295949b1344|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:35.185Z|45617731-db07-4a56-b6dd-3c1410204ea6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:09:35.187Z|45617731-db07-4a56-b6dd-3c1410204ea6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:09:35.371Z|67ba1436-f474-4e94-9a8f-03fb012be2bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:09:35.372Z|67ba1436-f474-4e94-9a8f-03fb012be2bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:09:36.949Z|0e935395-2f93-4b08-ac26-b2b38477bcd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:36.950Z|0e935395-2f93-4b08-ac26-b2b38477bcd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:37.005Z|0d914e26-0eb7-4b3e-87ad-15b57fb1c8ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:37.005Z|0d914e26-0eb7-4b3e-87ad-15b57fb1c8ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:37.639Z|2c3d6edc-aaee-45fd-876c-1952c8f7cce0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:37.639Z|2c3d6edc-aaee-45fd-876c-1952c8f7cce0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:46.968Z|eba83106-305c-4c46-ae29-584664faf617|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:46.969Z|eba83106-305c-4c46-ae29-584664faf617|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:47.023Z|173bbbcb-3221-4821-8799-f2f32ba83294|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:47.023Z|173bbbcb-3221-4821-8799-f2f32ba83294|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:47.658Z|f564b5a4-7d05-42f6-84b0-4de89e7e6cb1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:47.658Z|f564b5a4-7d05-42f6-84b0-4de89e7e6cb1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:50.184Z|49c2b5e4-e68a-492d-89fd-2fe41a1378a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:09:50.184Z|49c2b5e4-e68a-492d-89fd-2fe41a1378a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:09:56.987Z|62323f63-3b00-4be5-92de-41d83778d0b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:56.987Z|62323f63-3b00-4be5-92de-41d83778d0b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:57.041Z|43a09645-ca28-4699-aec1-4fd15706c811|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:57.042Z|43a09645-ca28-4699-aec1-4fd15706c811|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:09:57.676Z|a501b9a8-a75d-47e1-b76f-0adce381b105|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:09:57.677Z|a501b9a8-a75d-47e1-b76f-0adce381b105|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:00.611Z|2d1a0079-7f14-4473-a7f6-c4370472495a|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:10:00.611Z|2d1a0079-7f14-4473-a7f6-c4370472495a|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:05.184Z|1b3cbfaf-70b0-41f6-84c2-b9d374a0758d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:10:05.184Z|1b3cbfaf-70b0-41f6-84c2-b9d374a0758d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:10:05.373Z|e89b7e7a-1414-4113-ab77-490805809db4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:10:05.373Z|e89b7e7a-1414-4113-ab77-490805809db4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:10:07.006Z|d6cac969-a8ae-42b9-91cc-88c2965120f2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:07.007Z|d6cac969-a8ae-42b9-91cc-88c2965120f2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:07.060Z|99b97736-de2b-48db-ac2f-37f2f0005a0a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:07.061Z|99b97736-de2b-48db-ac2f-37f2f0005a0a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:07.694Z|64d0ed12-bddb-450a-ae03-e859d17f3c15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:07.695Z|64d0ed12-bddb-450a-ae03-e859d17f3c15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:17.029Z|16f4b387-a565-4873-8246-6ee37af2cef8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:17.030Z|16f4b387-a565-4873-8246-6ee37af2cef8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:17.080Z|4c0c62b9-3537-412d-b241-9750a3725ac7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:17.083Z|4c0c62b9-3537-412d-b241-9750a3725ac7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:17.712Z|82e94322-bef5-4294-83ee-ba4ebf1f505b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:17.713Z|82e94322-bef5-4294-83ee-ba4ebf1f505b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:20.184Z|7d48518c-f2d2-4fb6-a339-be9c4cdc6110|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:10:20.185Z|7d48518c-f2d2-4fb6-a339-be9c4cdc6110|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:10:27.060Z|ad0fc5f1-042f-4808-97db-f0a13cd03b05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:27.062Z|ad0fc5f1-042f-4808-97db-f0a13cd03b05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:27.103Z|d4b9ddb6-4c9c-4188-a475-02ea3e737238|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:27.103Z|d4b9ddb6-4c9c-4188-a475-02ea3e737238|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:27.730Z|5944fdab-babe-406b-8123-a3539873ca0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:27.731Z|5944fdab-babe-406b-8123-a3539873ca0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:35.184Z|89b847f6-8be0-472e-8102-ae62ac4e723c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:10:35.185Z|89b847f6-8be0-472e-8102-ae62ac4e723c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:10:35.374Z|8ebeb762-54a7-4212-b401-4da0519ae856|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:10:35.375Z|8ebeb762-54a7-4212-b401-4da0519ae856|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:10:37.085Z|159919cd-ef44-4f0c-bcef-f52bdfa9d8e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:37.086Z|159919cd-ef44-4f0c-bcef-f52bdfa9d8e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:37.120Z|7c964ec0-83ea-48c4-8774-f8a0d5111750|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:37.121Z|7c964ec0-83ea-48c4-8774-f8a0d5111750|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:37.752Z|1f8af285-e895-459b-a471-b91a7cacaf68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:37.752Z|1f8af285-e895-459b-a471-b91a7cacaf68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:47.108Z|32cce334-1d1d-489d-b3db-20e24e605d43|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:47.109Z|32cce334-1d1d-489d-b3db-20e24e605d43|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:47.138Z|7a22d486-7a36-4ab4-afc4-a7e81f19d831|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:47.138Z|7a22d486-7a36-4ab4-afc4-a7e81f19d831|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:47.771Z|f5711825-8949-40d1-987a-326c198a4086|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:47.771Z|f5711825-8949-40d1-987a-326c198a4086|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:50.184Z|7fdfdcd5-ac81-4b61-a357-673ec3372164|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:10:50.184Z|7fdfdcd5-ac81-4b61-a357-673ec3372164|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:10:57.129Z|08600fc6-6f3d-4e97-8193-f066c339b46d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:57.129Z|08600fc6-6f3d-4e97-8193-f066c339b46d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:57.157Z|90311961-f0ad-4386-9a1c-1693b71ac5f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:57.158Z|90311961-f0ad-4386-9a1c-1693b71ac5f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:10:57.790Z|766e9555-1182-4e53-a075-005fe5580f51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:10:57.791Z|766e9555-1182-4e53-a075-005fe5580f51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:00.612Z|3fa776d5-53b2-4ee8-a497-940e7ca134d5|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:11:00.612Z|3fa776d5-53b2-4ee8-a497-940e7ca134d5|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:05.184Z|56fc8dbe-c80a-48ad-869b-149e82128115|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:11:05.185Z|56fc8dbe-c80a-48ad-869b-149e82128115|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:11:05.375Z|5a93ace9-6303-435e-8501-307e050f2b50|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:11:05.376Z|5a93ace9-6303-435e-8501-307e050f2b50|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:11:07.150Z|a87168fb-49bb-4f96-9706-9e94c92e8785|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:07.151Z|a87168fb-49bb-4f96-9706-9e94c92e8785|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:07.175Z|d355d547-6d09-4362-a5f5-cdc049002610|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:07.176Z|d355d547-6d09-4362-a5f5-cdc049002610|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:07.810Z|9a7992ff-20f4-4405-b05c-3587a66619ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:07.811Z|9a7992ff-20f4-4405-b05c-3587a66619ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:17.171Z|09132b8b-62f2-49ee-afb0-7d432c51a088|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:17.172Z|09132b8b-62f2-49ee-afb0-7d432c51a088|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:17.193Z|3ab5e054-19a8-4a97-b108-4ab5cb6b11e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:17.193Z|3ab5e054-19a8-4a97-b108-4ab5cb6b11e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:17.830Z|501ed8e9-802e-436c-80ad-720289109c58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:17.831Z|501ed8e9-802e-436c-80ad-720289109c58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:20.184Z|72565756-4309-4a19-91cf-cc4a86d35efb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:11:20.185Z|72565756-4309-4a19-91cf-cc4a86d35efb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:11:27.193Z|0fb53b1d-5be8-435f-b253-e00fe064a6f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:27.194Z|0fb53b1d-5be8-435f-b253-e00fe064a6f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:27.212Z|4376e608-56d5-4407-8357-10d3c1c55de0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:27.213Z|4376e608-56d5-4407-8357-10d3c1c55de0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:27.850Z|7bb0d71d-dad8-477b-bc3f-c137a457972e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:27.851Z|7bb0d71d-dad8-477b-bc3f-c137a457972e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:35.184Z|eb25994a-4053-46f8-9825-92904989a2e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:11:35.184Z|eb25994a-4053-46f8-9825-92904989a2e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:11:35.377Z|89b84ec3-3b09-4209-a161-3c03695a0798|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:11:35.377Z|89b84ec3-3b09-4209-a161-3c03695a0798|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:11:37.217Z|4219579e-8600-4fbe-b3bf-d4f3a6fa007b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:37.218Z|4219579e-8600-4fbe-b3bf-d4f3a6fa007b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:37.232Z|f108c9da-413d-4ec5-812e-3734c714bffe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:37.233Z|f108c9da-413d-4ec5-812e-3734c714bffe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:37.870Z|85a2b538-4598-44df-b44a-be82c42258a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:37.870Z|85a2b538-4598-44df-b44a-be82c42258a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:47.237Z|34d80865-ebab-4ba0-94ea-800235509f16|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:47.237Z|34d80865-ebab-4ba0-94ea-800235509f16|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:47.249Z|56a38c56-c385-451f-b8d8-8df24200789b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:47.250Z|56a38c56-c385-451f-b8d8-8df24200789b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:47.889Z|d790a78a-c161-46fa-b3a8-880f7ad6d5c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:47.890Z|d790a78a-c161-46fa-b3a8-880f7ad6d5c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:50.184Z|aba9d8d5-e28d-4932-8532-7403d0885d9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:11:50.185Z|aba9d8d5-e28d-4932-8532-7403d0885d9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:11:57.259Z|3bfe6da5-7c1f-47a8-8a5a-62301aff8e24|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:57.260Z|3bfe6da5-7c1f-47a8-8a5a-62301aff8e24|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:57.267Z|81c645cf-93e6-4ec1-91a4-9e8d1334357c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:57.268Z|81c645cf-93e6-4ec1-91a4-9e8d1334357c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:11:57.907Z|759030ff-a466-49f6-a463-b00c895f59b4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:11:57.908Z|759030ff-a466-49f6-a463-b00c895f59b4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:00.614Z|4f51d1be-f019-4112-8934-a5b8569035e4|http-nio-8080-exec-1|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:12:00.615Z|4f51d1be-f019-4112-8934-a5b8569035e4|http-nio-8080-exec-1|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:05.184Z|bc8ffbff-3b2b-40c6-9b6a-139be5acc2e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:12:05.185Z|bc8ffbff-3b2b-40c6-9b6a-139be5acc2e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:12:05.378Z|e06e0d27-2b49-44df-b1c8-ebc6abd754a5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:12:05.379Z|e06e0d27-2b49-44df-b1c8-ebc6abd754a5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:12:07.282Z|9c0425a4-012d-477c-afe4-ef07a29ba953|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:07.283Z|9c0425a4-012d-477c-afe4-ef07a29ba953|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:07.286Z|b0bad2c0-50bb-49aa-a1dc-6188de8a755a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:07.286Z|b0bad2c0-50bb-49aa-a1dc-6188de8a755a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:07.926Z|d931db0e-c53f-40e5-9c68-a6a23e8b443f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:07.927Z|d931db0e-c53f-40e5-9c68-a6a23e8b443f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:17.304Z|3b014f1d-0742-4749-9b74-0a8f481fb883|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:17.305Z|3b014f1d-0742-4749-9b74-0a8f481fb883|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:17.305Z|ccb783b5-5781-488b-a5a8-fa597c56c785|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:17.307Z|ccb783b5-5781-488b-a5a8-fa597c56c785|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:17.945Z|e4342afd-474a-4e8a-b84d-a7753cd1d060|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:17.946Z|e4342afd-474a-4e8a-b84d-a7753cd1d060|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:20.184Z|7702cf30-5064-4e2b-bbe5-305cf1b8118d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:12:20.184Z|7702cf30-5064-4e2b-bbe5-305cf1b8118d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:12:27.329Z|73b3ca0d-6150-4277-b1f0-d2b1ce36c18b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:27.329Z|d14fee0f-d869-4f64-9fc9-c5d70a6d8c89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:27.330Z|73b3ca0d-6150-4277-b1f0-d2b1ce36c18b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:27.331Z|d14fee0f-d869-4f64-9fc9-c5d70a6d8c89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:27.977Z|e4da7d77-c443-472b-bcf4-9477716a0844|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:27.977Z|e4da7d77-c443-472b-bcf4-9477716a0844|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:35.184Z|66326c31-2ef0-4b19-9019-9e39ddacf333|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:12:35.186Z|66326c31-2ef0-4b19-9019-9e39ddacf333|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:12:35.379Z|78434946-a913-4cc2-a7bb-84b14f507851|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:12:35.380Z|78434946-a913-4cc2-a7bb-84b14f507851|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:12:37.354Z|08111d44-4d32-4e0f-85e3-a9435d2fa425|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:37.354Z|d6719624-8e12-4a0c-8fd4-efcec401d760|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:37.354Z|08111d44-4d32-4e0f-85e3-a9435d2fa425|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:37.355Z|d6719624-8e12-4a0c-8fd4-efcec401d760|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:37.996Z|f9028559-a8d5-400a-8105-b09b428d803e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:37.996Z|f9028559-a8d5-400a-8105-b09b428d803e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:47.377Z|8daca3a1-72c3-44b0-b6aa-d1b8155dec2b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:47.377Z|3484c3d8-be99-4a9d-aec9-a1a8c822317c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:47.378Z|3484c3d8-be99-4a9d-aec9-a1a8c822317c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:47.380Z|8daca3a1-72c3-44b0-b6aa-d1b8155dec2b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:48.014Z|89be9cac-39f6-48b6-8115-58e7ca19ba68|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:48.015Z|89be9cac-39f6-48b6-8115-58e7ca19ba68|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:50.184Z|d96c4811-9277-4f30-a9d8-1082835fd648|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:12:50.185Z|d96c4811-9277-4f30-a9d8-1082835fd648|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:12:57.402Z|bc900db1-5018-4d55-96e8-7fc24bbc96db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:57.402Z|fc936507-09b7-40d9-bb07-2d43c7695c4f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:57.403Z|bc900db1-5018-4d55-96e8-7fc24bbc96db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:57.403Z|fc936507-09b7-40d9-bb07-2d43c7695c4f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:12:58.034Z|cc25c3c0-74c7-4bd8-98a1-6d3d96216f03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:12:58.034Z|cc25c3c0-74c7-4bd8-98a1-6d3d96216f03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:00.614Z|0447f874-cbbe-4a6b-8a9e-3b7396b52b09|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:13:00.616Z|0447f874-cbbe-4a6b-8a9e-3b7396b52b09|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:05.184Z|c49bb6ae-00ac-4e8e-bb81-c5b4b78d62f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:13:05.185Z|c49bb6ae-00ac-4e8e-bb81-c5b4b78d62f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:13:05.381Z|da770e9e-5605-49e8-9d26-0dc50caa25eb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:13:05.381Z|da770e9e-5605-49e8-9d26-0dc50caa25eb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:13:07.429Z|f839b845-1135-4b25-84bb-d1389ca794f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:07.430Z|f839b845-1135-4b25-84bb-d1389ca794f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:07.433Z|76ae11c5-a928-4285-9f40-de89e89235ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:07.433Z|76ae11c5-a928-4285-9f40-de89e89235ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:08.055Z|ad3e6076-946d-496b-a12d-4f38c0386f00|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:08.056Z|ad3e6076-946d-496b-a12d-4f38c0386f00|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:17.454Z|b0571d93-89c1-4654-8f79-3315f16e2c8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:17.454Z|b0571d93-89c1-4654-8f79-3315f16e2c8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:17.458Z|4e7aa47b-a25a-4d8d-9317-878d56183f2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:17.458Z|4e7aa47b-a25a-4d8d-9317-878d56183f2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:18.073Z|efcab66d-592b-4290-b985-8413ac0a483d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:18.073Z|efcab66d-592b-4290-b985-8413ac0a483d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:20.184Z|7f0c7547-3c0e-4533-9557-e88d91ab75f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:13:20.185Z|7f0c7547-3c0e-4533-9557-e88d91ab75f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:13:27.478Z|e2d51be1-52a3-4561-aae4-dd5c9062c98d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:27.478Z|abc35c21-883f-4949-beac-9262f3cdf56b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:27.479Z|e2d51be1-52a3-4561-aae4-dd5c9062c98d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:27.479Z|abc35c21-883f-4949-beac-9262f3cdf56b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:28.091Z|bbf066d7-8ea0-4578-89d2-d409998d35dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:28.092Z|bbf066d7-8ea0-4578-89d2-d409998d35dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:35.184Z|f5c4dfbd-ae8b-41bc-adfd-d80e78294998|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:13:35.185Z|f5c4dfbd-ae8b-41bc-adfd-d80e78294998|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:13:35.382Z|70f663ba-1f6f-4dae-b3ee-bd07e8d7fae1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:13:35.383Z|70f663ba-1f6f-4dae-b3ee-bd07e8d7fae1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:13:37.498Z|c583f369-b091-4cd7-b700-17a316d835da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:37.498Z|4bd3037a-0e47-4bb8-921d-c3323a0162f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:37.499Z|c583f369-b091-4cd7-b700-17a316d835da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:37.500Z|4bd3037a-0e47-4bb8-921d-c3323a0162f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:38.111Z|1adde8c8-f8ab-4ae4-8294-8844cdefff80|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:38.111Z|1adde8c8-f8ab-4ae4-8294-8844cdefff80|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:47.523Z|fe26660c-e249-49b7-a19a-e9436e1b7928|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:47.523Z|dcda9928-14be-4460-97b6-2d5e0dbb19fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:47.524Z|dcda9928-14be-4460-97b6-2d5e0dbb19fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:47.524Z|fe26660c-e249-49b7-a19a-e9436e1b7928|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:48.129Z|0c59e695-e572-4d3e-ba28-f5c64702913e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:48.129Z|0c59e695-e572-4d3e-ba28-f5c64702913e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:50.184Z|138afdbf-543b-4acc-ab76-2e7418eef696|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:13:50.185Z|138afdbf-543b-4acc-ab76-2e7418eef696|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:13:57.547Z|89319b50-0ad9-4037-a82d-0c66bc79b47c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:57.547Z|e85b87e5-0be3-4310-987f-ab1f37253638|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:57.547Z|89319b50-0ad9-4037-a82d-0c66bc79b47c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:57.547Z|e85b87e5-0be3-4310-987f-ab1f37253638|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:13:58.148Z|633db558-6e0b-4598-adfa-4fc70f7ff2f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:13:58.149Z|633db558-6e0b-4598-adfa-4fc70f7ff2f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:00.611Z|209d4c4f-9d02-4115-816d-1604dc7428ed|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:14:00.611Z|209d4c4f-9d02-4115-816d-1604dc7428ed|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:05.184Z|8011d331-9766-4b0a-8f03-e8f78127c1b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:14:05.186Z|8011d331-9766-4b0a-8f03-e8f78127c1b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:14:05.383Z|f8231a61-2970-4d61-9e05-cbe7741c2397|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:14:05.384Z|f8231a61-2970-4d61-9e05-cbe7741c2397|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:14:07.569Z|4bdbf8c7-0185-44c0-b435-c40a18185e32|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:07.569Z|173e8e15-8e7f-41f7-89d0-62f956673fae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:07.569Z|4bdbf8c7-0185-44c0-b435-c40a18185e32|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:07.569Z|173e8e15-8e7f-41f7-89d0-62f956673fae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:08.168Z|07320371-24df-46d7-b47c-c0648f88a055|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:08.169Z|07320371-24df-46d7-b47c-c0648f88a055|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:17.588Z|8c8bf0f6-d284-4719-91fc-843264a6384d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:17.589Z|8c8bf0f6-d284-4719-91fc-843264a6384d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:17.590Z|e509311d-dbd3-4f41-8850-ed3f30a8b15a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:17.591Z|e509311d-dbd3-4f41-8850-ed3f30a8b15a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:18.187Z|fa237150-3e02-45da-b9bc-e5b77e5af9ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:18.188Z|fa237150-3e02-45da-b9bc-e5b77e5af9ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:20.184Z|aa9ad089-d899-4471-8677-66314ab6d56c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:14:20.184Z|aa9ad089-d899-4471-8677-66314ab6d56c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:14:27.613Z|cc95337e-e2a0-494d-a74c-7a593635388d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:27.613Z|00559273-c50d-4d2a-afb5-f588190e5b9d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:27.613Z|cc95337e-e2a0-494d-a74c-7a593635388d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:27.613Z|00559273-c50d-4d2a-afb5-f588190e5b9d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:28.208Z|82a0fd35-6469-49c2-818e-f6ce03dede15|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:28.208Z|82a0fd35-6469-49c2-818e-f6ce03dede15|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:35.184Z|2cc3ad5c-244c-4236-b9ed-fec4640d5f16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:14:35.185Z|2cc3ad5c-244c-4236-b9ed-fec4640d5f16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:14:35.384Z|7df4c08a-0957-4c6f-9b8b-22993a871363|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:14:35.385Z|7df4c08a-0957-4c6f-9b8b-22993a871363|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:14:37.637Z|3bc55a0a-9f05-4a61-aac5-019d907e8cc1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:37.638Z|3bc55a0a-9f05-4a61-aac5-019d907e8cc1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:37.642Z|1932019f-e06d-4882-8313-27c440d43535|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:37.642Z|1932019f-e06d-4882-8313-27c440d43535|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:38.226Z|76e51e62-29ec-4161-b9f7-0dc1ea236591|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:38.227Z|76e51e62-29ec-4161-b9f7-0dc1ea236591|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:47.661Z|9dee6b54-94a5-4d6c-87ce-1a03cf19d74d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:47.661Z|f2b074f7-6011-437b-8a8b-9dcb9daf9909|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:47.662Z|f2b074f7-6011-437b-8a8b-9dcb9daf9909|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:47.662Z|9dee6b54-94a5-4d6c-87ce-1a03cf19d74d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:48.246Z|83b6c2b3-2129-42a3-8c79-75d1bc1ff50d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:48.246Z|83b6c2b3-2129-42a3-8c79-75d1bc1ff50d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:50.184Z|d6d3834d-58cf-46fd-a9ba-bea181cd302c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:14:50.186Z|d6d3834d-58cf-46fd-a9ba-bea181cd302c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:14:57.681Z|83c844b9-3a94-47b4-a9e1-b3da1175e07a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:57.681Z|6d5c12b3-1bc6-4681-923f-f6b7053ad4c0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:57.682Z|83c844b9-3a94-47b4-a9e1-b3da1175e07a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:57.682Z|6d5c12b3-1bc6-4681-923f-f6b7053ad4c0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:14:58.263Z|d58196e0-eec6-44e3-9974-76a2f8b6264d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:14:58.264Z|d58196e0-eec6-44e3-9974-76a2f8b6264d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:00.613Z|1e5cb8c2-3f14-4576-87fc-e254a25676a2|http-nio-8080-exec-1|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:15:00.614Z|1e5cb8c2-3f14-4576-87fc-e254a25676a2|http-nio-8080-exec-1|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:05.184Z|78c75f98-d0d9-4442-a3b6-0efcce0f3720|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:15:05.184Z|78c75f98-d0d9-4442-a3b6-0efcce0f3720|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:15:05.386Z|96475b9d-49b4-491e-88db-1a80b75ed916|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:15:05.386Z|96475b9d-49b4-491e-88db-1a80b75ed916|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:15:07.703Z|f05c0957-dc47-42b5-9b20-c6164a8064ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:07.703Z|59d22f7b-b5cc-46db-9827-c49cc785c483|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:07.704Z|f05c0957-dc47-42b5-9b20-c6164a8064ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:07.704Z|59d22f7b-b5cc-46db-9827-c49cc785c483|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:08.282Z|ee1f176a-d4c5-44f8-beaf-a5e341cdd069|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:08.283Z|ee1f176a-d4c5-44f8-beaf-a5e341cdd069|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:17.724Z|0f9837db-b136-456c-90e1-fa8a0165f34a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:17.724Z|bbcb1b67-c7e3-416c-b23b-873f8030c0e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:17.725Z|bbcb1b67-c7e3-416c-b23b-873f8030c0e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:17.725Z|0f9837db-b136-456c-90e1-fa8a0165f34a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:18.299Z|9c78ddbd-e004-4879-b29c-d0d5aff28723|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:18.300Z|9c78ddbd-e004-4879-b29c-d0d5aff28723|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:20.184Z|4663559b-2031-4c1c-adb0-5f0bec167754|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:15:20.184Z|4663559b-2031-4c1c-adb0-5f0bec167754|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:15:27.745Z|957e658e-e582-4cd7-b917-e36b6025c950|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:27.745Z|1b572cb9-907a-455f-8085-7a0a489888ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:27.745Z|957e658e-e582-4cd7-b917-e36b6025c950|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:27.746Z|1b572cb9-907a-455f-8085-7a0a489888ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:28.317Z|b5cdfeb9-7408-47c6-ba9c-9e5aee643842|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:28.318Z|b5cdfeb9-7408-47c6-ba9c-9e5aee643842|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:35.184Z|0a2e676f-93cf-4a47-ad3a-3279bffb8ba5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:15:35.187Z|0a2e676f-93cf-4a47-ad3a-3279bffb8ba5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:15:35.387Z|d7de3125-7e5b-401f-bbb7-f0a87db9cd80|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:15:35.387Z|d7de3125-7e5b-401f-bbb7-f0a87db9cd80|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:15:37.767Z|f9ad34b3-82fe-4ec1-9d13-03c80a4b3c4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:37.767Z|306b893a-acb7-4f4d-8219-92a82a17e329|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:37.768Z|f9ad34b3-82fe-4ec1-9d13-03c80a4b3c4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:37.768Z|306b893a-acb7-4f4d-8219-92a82a17e329|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:38.335Z|0d840f4c-a523-4447-ada5-286d6f3904f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:38.336Z|0d840f4c-a523-4447-ada5-286d6f3904f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:47.790Z|2327e090-30aa-4bff-8b90-96c1305e42d6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:47.790Z|e7108757-a1d5-4a3b-ad76-7834de176ac4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:47.791Z|2327e090-30aa-4bff-8b90-96c1305e42d6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:47.791Z|e7108757-a1d5-4a3b-ad76-7834de176ac4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:48.353Z|fa7be10e-9b15-4126-8c1c-79173dff27b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:48.354Z|fa7be10e-9b15-4126-8c1c-79173dff27b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:50.184Z|8b3a738c-95b1-433a-9de9-009e39306572|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:15:50.184Z|8b3a738c-95b1-433a-9de9-009e39306572|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:15:57.810Z|aba0b96e-38cc-42cc-b2f3-1207a7c00214|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:57.810Z|3cf45c06-6e10-48a8-8452-60ac934fbe50|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:57.811Z|aba0b96e-38cc-42cc-b2f3-1207a7c00214|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:57.811Z|3cf45c06-6e10-48a8-8452-60ac934fbe50|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:15:58.372Z|3a1d8f53-eaf7-4d38-b85c-e875195c7c7f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:15:58.373Z|3a1d8f53-eaf7-4d38-b85c-e875195c7c7f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:00.610Z|59156ddb-13fe-452c-a7c2-c6487c2ab6d5|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:16:00.611Z|59156ddb-13fe-452c-a7c2-c6487c2ab6d5|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:05.184Z|eca3b296-69cb-44c1-a113-109aedd09962|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:16:05.184Z|eca3b296-69cb-44c1-a113-109aedd09962|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:16:05.388Z|a8c5da71-15c2-4aac-b59a-ed04bcb9781d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:16:05.388Z|a8c5da71-15c2-4aac-b59a-ed04bcb9781d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:16:07.830Z|939e527a-ce2d-4aab-adfe-38d31e167d8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:07.830Z|07baca24-f54c-42d6-824d-061a7edc5136|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:07.831Z|939e527a-ce2d-4aab-adfe-38d31e167d8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:07.831Z|07baca24-f54c-42d6-824d-061a7edc5136|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:08.393Z|3aae4217-e354-4ffa-a9ae-d7bde5508190|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:08.394Z|3aae4217-e354-4ffa-a9ae-d7bde5508190|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:17.901Z|ef993709-b4e0-4089-8635-9ea5841c9870|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:17.901Z|a80f3905-8bfa-4325-af35-9efb624068af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:17.902Z|ef993709-b4e0-4089-8635-9ea5841c9870|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:17.902Z|a80f3905-8bfa-4325-af35-9efb624068af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:18.410Z|ff9845e3-2830-4ce2-9af2-ccaa09392419|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:18.411Z|ff9845e3-2830-4ce2-9af2-ccaa09392419|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:20.184Z|1e7fae15-a556-4590-8a21-ed5b0bc74a87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:16:20.186Z|1e7fae15-a556-4590-8a21-ed5b0bc74a87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:16:27.924Z|5eac591a-0b60-496d-b576-bcd714e946eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:27.924Z|196c7099-1ff9-44e0-a8d9-08efd0f501b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:27.926Z|196c7099-1ff9-44e0-a8d9-08efd0f501b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:27.926Z|5eac591a-0b60-496d-b576-bcd714e946eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:28.430Z|aebd012e-5092-40a5-9fdf-e9358eb478fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:28.431Z|aebd012e-5092-40a5-9fdf-e9358eb478fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:35.184Z|55301721-3ad0-473b-9ffd-e3b6eec08927|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:16:35.185Z|55301721-3ad0-473b-9ffd-e3b6eec08927|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:16:35.389Z|2300e1db-26e8-4c44-a270-389410383451|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:16:35.389Z|2300e1db-26e8-4c44-a270-389410383451|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:16:37.948Z|e68d193a-4bf3-448f-b5a4-871149b7c77b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:37.949Z|e68d193a-4bf3-448f-b5a4-871149b7c77b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:37.950Z|9bd777ef-9460-43bc-a939-b30f721604db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:37.951Z|9bd777ef-9460-43bc-a939-b30f721604db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:38.449Z|b5dba38d-808f-4a2c-8d9b-e668e0fab84c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:38.449Z|b5dba38d-808f-4a2c-8d9b-e668e0fab84c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:47.968Z|7f1d9059-36b1-44d4-9b5f-1439cb010248|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:47.968Z|a0da5611-3960-4b0a-8b65-e50ea87cd5e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:47.969Z|a0da5611-3960-4b0a-8b65-e50ea87cd5e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:47.969Z|7f1d9059-36b1-44d4-9b5f-1439cb010248|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:48.468Z|c2492680-7090-4999-b89e-6ed91c072ae3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:48.468Z|c2492680-7090-4999-b89e-6ed91c072ae3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:50.184Z|a4bc14e4-d906-48fd-8b43-b13463312663|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:16:50.184Z|a4bc14e4-d906-48fd-8b43-b13463312663|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:16:57.988Z|52295052-4881-4b52-acac-fc1e1001d13d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:57.988Z|4e0f2a72-8d39-4008-b152-2bc7b489653a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:57.989Z|52295052-4881-4b52-acac-fc1e1001d13d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:57.989Z|4e0f2a72-8d39-4008-b152-2bc7b489653a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:16:58.485Z|092bc772-999a-4615-bd85-134a0fc9dafa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:16:58.486Z|092bc772-999a-4615-bd85-134a0fc9dafa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:00.610Z|37c69cde-965d-47d4-ab93-492921f2d467|http-nio-8080-exec-1|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:17:00.611Z|37c69cde-965d-47d4-ab93-492921f2d467|http-nio-8080-exec-1|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:05.184Z|f0c7b68c-d8d7-4783-91bf-af554ad2194d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:17:05.186Z|f0c7b68c-d8d7-4783-91bf-af554ad2194d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:17:05.390Z|17662358-e957-4544-bdf6-dc907cec1cd3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:17:05.390Z|17662358-e957-4544-bdf6-dc907cec1cd3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:17:08.008Z|a124cf39-2b06-423f-a905-fa65537201c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:08.008Z|e0bb999d-8f42-430f-8de7-15222660a231|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:08.009Z|e0bb999d-8f42-430f-8de7-15222660a231|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:08.009Z|a124cf39-2b06-423f-a905-fa65537201c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:08.503Z|3c33ca5f-1231-4b9d-968d-8cc4b8a2dac9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:08.504Z|3c33ca5f-1231-4b9d-968d-8cc4b8a2dac9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:18.030Z|994ff37f-cb09-49ec-b68e-350836f36a68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:18.030Z|ae9c2c5e-1953-40e1-af4b-618b71005f37|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:18.031Z|994ff37f-cb09-49ec-b68e-350836f36a68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:18.031Z|ae9c2c5e-1953-40e1-af4b-618b71005f37|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:18.521Z|335d6d2b-5e5a-4b85-b4ca-c520a1385b2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:18.522Z|335d6d2b-5e5a-4b85-b4ca-c520a1385b2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:20.184Z|b53c9bc1-c4d1-4849-a477-82320b0e9815|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:17:20.184Z|b53c9bc1-c4d1-4849-a477-82320b0e9815|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:17:28.055Z|79f839e7-dd46-4b32-b7ea-4e424589835c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:28.055Z|3577d26b-9828-47ac-bde0-35c8c3f0f1b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:28.056Z|79f839e7-dd46-4b32-b7ea-4e424589835c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:28.056Z|3577d26b-9828-47ac-bde0-35c8c3f0f1b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:28.539Z|31da89a6-83b9-4162-bc59-33763e08f6ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:28.540Z|31da89a6-83b9-4162-bc59-33763e08f6ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:35.184Z|54b24b24-bc8e-484d-bfed-77bbb6d49dd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:17:35.185Z|54b24b24-bc8e-484d-bfed-77bbb6d49dd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:17:35.391Z|26d82480-96ab-4a06-a290-7cf69e6502f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:17:35.392Z|26d82480-96ab-4a06-a290-7cf69e6502f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:17:38.080Z|44d2d3d0-c19a-4434-bf27-0cb6bab1b8cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:38.081Z|44d2d3d0-c19a-4434-bf27-0cb6bab1b8cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:38.084Z|b48c7d90-d856-4f9c-b851-654fd716b388|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:38.084Z|b48c7d90-d856-4f9c-b851-654fd716b388|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:38.557Z|6f0f24fd-b988-4380-983e-0abb93be4680|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:38.558Z|6f0f24fd-b988-4380-983e-0abb93be4680|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:48.101Z|a587b8d4-5f75-4853-a452-9cf33d0b7258|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:48.101Z|972895d7-3266-4aac-bea0-8f384258b014|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:48.102Z|a587b8d4-5f75-4853-a452-9cf33d0b7258|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:48.102Z|972895d7-3266-4aac-bea0-8f384258b014|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:48.575Z|49429bce-b2e5-4643-8b1f-a75307277a4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:48.576Z|49429bce-b2e5-4643-8b1f-a75307277a4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:50.184Z|f75533ce-ef71-49dc-86d2-0d6d02d04fea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:17:50.185Z|f75533ce-ef71-49dc-86d2-0d6d02d04fea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:17:58.120Z|5a605d0f-fae3-4ac1-bf18-da5039081751|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:58.121Z|5a605d0f-fae3-4ac1-bf18-da5039081751|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:58.127Z|0b332f2a-7558-4c79-b9a5-fccb37cf258a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:58.127Z|0b332f2a-7558-4c79-b9a5-fccb37cf258a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:17:58.593Z|94b3c82e-5afa-4506-b8c1-3d13a9f65dbe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:17:58.594Z|94b3c82e-5afa-4506-b8c1-3d13a9f65dbe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:00.610Z|23dbd49d-88b3-4c07-80c5-0666387bbb9c|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:18:00.611Z|23dbd49d-88b3-4c07-80c5-0666387bbb9c|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:05.184Z|b0b2474b-a80b-480e-a709-3515d1db5491|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:18:05.185Z|b0b2474b-a80b-480e-a709-3515d1db5491|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:18:05.392Z|4349999e-9791-4fd0-b210-836221fb9731|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:18:05.393Z|4349999e-9791-4fd0-b210-836221fb9731|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:18:08.140Z|25f370d5-45f9-4337-8f81-44345334b031|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:08.141Z|25f370d5-45f9-4337-8f81-44345334b031|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:08.144Z|b155af0e-0cdd-416e-bb9a-7f9bae89b13c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:08.145Z|b155af0e-0cdd-416e-bb9a-7f9bae89b13c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:08.612Z|05075aff-e7b3-423d-9b2a-da5c077faf29|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:08.612Z|05075aff-e7b3-423d-9b2a-da5c077faf29|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:18.165Z|4fe2086e-0563-462b-bf62-743ef37a5aa3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:18.165Z|6ff47c45-cf5e-429d-b8c5-a97d11159084|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:18.166Z|6ff47c45-cf5e-429d-b8c5-a97d11159084|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:18.166Z|4fe2086e-0563-462b-bf62-743ef37a5aa3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:18.631Z|39c2c31f-c52f-4ba4-92b6-ae08c9dd2fac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:18.632Z|39c2c31f-c52f-4ba4-92b6-ae08c9dd2fac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:20.185Z|649c02cf-900c-4a90-af25-c1da14228375|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:18:20.187Z|649c02cf-900c-4a90-af25-c1da14228375|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:18:28.192Z|78d043e1-bc67-4735-9191-5c3fda0ebcf7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:28.192Z|455bc0a1-cedc-452c-a028-b9edf1a4757b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:28.193Z|78d043e1-bc67-4735-9191-5c3fda0ebcf7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:28.193Z|455bc0a1-cedc-452c-a028-b9edf1a4757b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:28.649Z|d6058a21-d3f1-41d4-b4c6-ae98c0416e3c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:28.650Z|d6058a21-d3f1-41d4-b4c6-ae98c0416e3c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:35.184Z|ee718d5b-67b6-4333-b319-2df5806b26c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:18:35.184Z|ee718d5b-67b6-4333-b319-2df5806b26c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:18:35.393Z|db259b98-a658-4a5e-a12b-359dab110606|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:18:35.394Z|db259b98-a658-4a5e-a12b-359dab110606|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:18:38.216Z|d94dc665-9981-4a5b-bb35-68df943147ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:38.216Z|3800133e-e8ed-4c7a-a222-7a976f2961af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:38.217Z|d94dc665-9981-4a5b-bb35-68df943147ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:38.217Z|3800133e-e8ed-4c7a-a222-7a976f2961af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:38.669Z|517b3be8-dd0e-4fa4-a8fa-5137be739aa1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:38.670Z|517b3be8-dd0e-4fa4-a8fa-5137be739aa1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:48.237Z|be30de6c-0958-4d43-88e6-70e114abf928|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:48.237Z|be30de6c-0958-4d43-88e6-70e114abf928|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:48.240Z|73ddd38a-4d0b-40ae-9bbe-a310a5b8a53b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:48.242Z|73ddd38a-4d0b-40ae-9bbe-a310a5b8a53b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:48.690Z|dff6a59a-d675-4cbb-814b-ed9a4df448ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:48.690Z|dff6a59a-d675-4cbb-814b-ed9a4df448ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:50.184Z|5a12b9c1-bbc7-4075-84f4-ec45b5e3e9e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:18:50.184Z|5a12b9c1-bbc7-4075-84f4-ec45b5e3e9e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:18:58.257Z|b7580b50-1dd4-4459-a1bf-74db232a2f06|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:58.258Z|b7580b50-1dd4-4459-a1bf-74db232a2f06|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:58.261Z|0974515e-a71c-4eb7-8570-2d3a879d4bb0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:58.261Z|0974515e-a71c-4eb7-8570-2d3a879d4bb0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:18:58.707Z|854e1816-8ce2-41f3-b733-3c7d81f9f16b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:18:58.707Z|854e1816-8ce2-41f3-b733-3c7d81f9f16b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:00.614Z|29e02125-49b5-4414-8e5d-b418a9da03c6|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:19:00.616Z|29e02125-49b5-4414-8e5d-b418a9da03c6|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:05.184Z|e9edc5cd-9271-400e-a735-1caa9aa9e0ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:19:05.186Z|e9edc5cd-9271-400e-a735-1caa9aa9e0ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:19:05.395Z|32a87e5f-4dd9-40da-8d01-48ad098b919c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:19:05.395Z|32a87e5f-4dd9-40da-8d01-48ad098b919c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:19:08.278Z|4d2599f2-ad8f-433d-a5a1-f1b1a7ed0ea1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:08.278Z|dac62a64-ce3f-420c-995f-69a25c2daf72|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:08.279Z|4d2599f2-ad8f-433d-a5a1-f1b1a7ed0ea1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:08.279Z|dac62a64-ce3f-420c-995f-69a25c2daf72|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:08.727Z|2d793282-1830-473d-b3e8-78863f76471e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:08.728Z|2d793282-1830-473d-b3e8-78863f76471e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:18.301Z|47433c15-4a8d-48db-8d2a-2d4c1b16cf6c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:18.301Z|25430283-86f3-486a-8f5c-ad0f9e0a199c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:18.302Z|47433c15-4a8d-48db-8d2a-2d4c1b16cf6c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:18.302Z|25430283-86f3-486a-8f5c-ad0f9e0a199c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:18.746Z|79615341-d137-4b61-9705-5d6f81af5f22|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:18.747Z|79615341-d137-4b61-9705-5d6f81af5f22|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:20.184Z|b2e6b140-015e-460f-ae1e-eda3610dbd54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:19:20.185Z|b2e6b140-015e-460f-ae1e-eda3610dbd54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:19:28.323Z|356328b6-3dff-4b23-8ccb-93eeb66dfff1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:28.323Z|48ce5ecd-603c-4f80-bce5-d4734121644d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:28.324Z|356328b6-3dff-4b23-8ccb-93eeb66dfff1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:28.324Z|48ce5ecd-603c-4f80-bce5-d4734121644d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:28.764Z|3e7df0ea-b8ab-41c9-9462-a9369a54b9e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:28.765Z|3e7df0ea-b8ab-41c9-9462-a9369a54b9e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:35.184Z|f395640e-ea30-47d5-9cde-ec414c9dbf80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:19:35.185Z|f395640e-ea30-47d5-9cde-ec414c9dbf80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:19:35.396Z|089bdcf1-3a1c-47ef-95d8-fa0cf1e01402|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:19:35.396Z|089bdcf1-3a1c-47ef-95d8-fa0cf1e01402|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:19:38.344Z|4e91c476-2293-4750-833a-5dfb8ee9e919|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:38.344Z|c892462d-8dba-4807-ba23-4c8f6593373c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:38.345Z|c892462d-8dba-4807-ba23-4c8f6593373c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:38.345Z|4e91c476-2293-4750-833a-5dfb8ee9e919|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:38.784Z|47010ec7-a8bb-40b8-bb56-f27eb43bbefa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:38.784Z|47010ec7-a8bb-40b8-bb56-f27eb43bbefa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:48.366Z|8d41aee1-5b46-4aab-9b34-ae983ffc2acb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:48.366Z|576b662b-faf4-48e7-9bc1-25a5004a8e8b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:48.367Z|576b662b-faf4-48e7-9bc1-25a5004a8e8b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:48.367Z|8d41aee1-5b46-4aab-9b34-ae983ffc2acb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:48.801Z|8d6d3449-8bd6-4ee6-9d32-1ebf5f18bbd0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:48.802Z|8d6d3449-8bd6-4ee6-9d32-1ebf5f18bbd0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:50.184Z|00ff440a-ca4e-4030-9b73-05f01cce5d4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:19:50.186Z|00ff440a-ca4e-4030-9b73-05f01cce5d4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:19:58.385Z|26e20edc-db50-4c58-b1d9-cff746f923e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:58.385Z|bd4c1550-55cd-4303-aee9-5162d7f88f84|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:58.386Z|bd4c1550-55cd-4303-aee9-5162d7f88f84|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:58.386Z|26e20edc-db50-4c58-b1d9-cff746f923e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:19:58.822Z|e2be50f8-6c40-4b44-ae57-4b3e42e1b06f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:19:58.823Z|e2be50f8-6c40-4b44-ae57-4b3e42e1b06f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:00.611Z|0f319814-269c-4f1b-abdd-fd9b1e7374a6|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:20:00.618Z|0f319814-269c-4f1b-abdd-fd9b1e7374a6|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:05.185Z|40e0fa57-1f25-447f-9cf8-3d00fb426689|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:20:05.187Z|40e0fa57-1f25-447f-9cf8-3d00fb426689|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:20:05.397Z|aa3725bc-7663-4848-9df6-8a5a749fd743|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:20:05.398Z|aa3725bc-7663-4848-9df6-8a5a749fd743|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:20:08.406Z|57440fc3-72ed-4453-a069-08ff83988fc3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:08.406Z|70196cac-d0ea-46c4-93a0-7b0bc2844b3f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:08.406Z|57440fc3-72ed-4453-a069-08ff83988fc3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:08.407Z|70196cac-d0ea-46c4-93a0-7b0bc2844b3f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:08.841Z|9caa4c76-31d6-4962-ba17-321915c5c39e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:08.842Z|9caa4c76-31d6-4962-ba17-321915c5c39e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:18.428Z|86836245-6c41-4790-b182-58a5ee6eea74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:18.429Z|767eb3a0-34be-433a-9c1c-ca1d3d01efba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:18.429Z|86836245-6c41-4790-b182-58a5ee6eea74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:18.431Z|767eb3a0-34be-433a-9c1c-ca1d3d01efba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:18.862Z|62b827f6-6eee-4823-b39c-3d8987cca366|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:18.863Z|62b827f6-6eee-4823-b39c-3d8987cca366|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:20.185Z|4bc9aa36-4e03-4dd3-80bb-1f698d8813c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:20:20.186Z|4bc9aa36-4e03-4dd3-80bb-1f698d8813c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:20:28.450Z|b83608ee-e8bc-4d80-b8a2-f397a87738b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:28.451Z|b83608ee-e8bc-4d80-b8a2-f397a87738b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:28.453Z|614b1536-eccb-4e1b-b609-1a9631df2814|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:28.454Z|614b1536-eccb-4e1b-b609-1a9631df2814|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:28.881Z|8d1533ea-fb8c-4780-8e88-73fab69978a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:28.882Z|8d1533ea-fb8c-4780-8e88-73fab69978a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:35.184Z|83976927-436d-4cd1-b09b-4f9d49cb5b51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:20:35.185Z|83976927-436d-4cd1-b09b-4f9d49cb5b51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:20:35.399Z|acc208e2-4393-46a1-81e2-4a552965d502|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:20:35.399Z|acc208e2-4393-46a1-81e2-4a552965d502|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:20:38.470Z|0930d836-7ea9-45b2-b2fd-10857580552b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:38.470Z|0930d836-7ea9-45b2-b2fd-10857580552b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:38.473Z|a28bbf1b-64c7-442b-aac3-88b3761332da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:38.474Z|a28bbf1b-64c7-442b-aac3-88b3761332da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:38.899Z|41372a31-af91-43b2-8657-f3a8f94f9146|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:38.900Z|41372a31-af91-43b2-8657-f3a8f94f9146|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:48.493Z|dda74e09-4cdd-416b-b51d-533ff8340adf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:48.493Z|d72bdb7e-5d86-47c9-8db9-0014af23effa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:48.494Z|dda74e09-4cdd-416b-b51d-533ff8340adf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:48.494Z|d72bdb7e-5d86-47c9-8db9-0014af23effa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:48.917Z|cecf6594-0ce9-433a-ac2c-56baebd91f25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:48.918Z|cecf6594-0ce9-433a-ac2c-56baebd91f25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:50.184Z|54d850d4-ba38-4018-99b2-883b1a5bcfe1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:20:50.184Z|54d850d4-ba38-4018-99b2-883b1a5bcfe1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:20:58.517Z|d669fe5d-b61a-45cc-88b8-6efda8fc4507|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:58.517Z|efa0897b-9ea0-4a63-a527-21be312543cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:58.518Z|efa0897b-9ea0-4a63-a527-21be312543cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:58.518Z|d669fe5d-b61a-45cc-88b8-6efda8fc4507|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:20:58.936Z|0b3274b1-d942-4b96-885c-2d4c5872f079|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:20:58.937Z|0b3274b1-d942-4b96-885c-2d4c5872f079|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:00.610Z|e259dbbb-5c41-447e-9b30-db8a98b52dac|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:21:00.611Z|e259dbbb-5c41-447e-9b30-db8a98b52dac|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:05.184Z|9a62221d-2bde-40e1-a7c6-f048d8b538a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:21:05.185Z|9a62221d-2bde-40e1-a7c6-f048d8b538a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:21:05.400Z|b81517a3-9c91-44ca-8e5a-a2f9cd8a8c2c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:21:05.400Z|b81517a3-9c91-44ca-8e5a-a2f9cd8a8c2c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:21:08.538Z|63e31821-8ce0-47f4-b651-ad7b8d05c34d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:08.538Z|e8899ae6-924e-44a7-a10b-eb30140e1666|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:08.539Z|e8899ae6-924e-44a7-a10b-eb30140e1666|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:08.539Z|63e31821-8ce0-47f4-b651-ad7b8d05c34d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:08.956Z|dccb2615-9860-4e1e-8652-9772c5d56742|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:08.957Z|dccb2615-9860-4e1e-8652-9772c5d56742|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:18.558Z|4a99deb2-c380-4080-b480-eeb2ab136b55|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:18.558Z|cd915eda-be2e-4aad-b7cb-de8f598512ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:18.559Z|4a99deb2-c380-4080-b480-eeb2ab136b55|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:18.559Z|cd915eda-be2e-4aad-b7cb-de8f598512ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:18.974Z|a1ef3a6f-8900-4c4c-979c-ba5ab6587718|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:18.974Z|a1ef3a6f-8900-4c4c-979c-ba5ab6587718|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:20.184Z|fad84673-7030-45b0-93c6-d270eb692588|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:21:20.185Z|fad84673-7030-45b0-93c6-d270eb692588|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:21:28.601Z|a0eb650b-769c-4994-b717-9ef93d95125c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:28.601Z|a0eb650b-769c-4994-b717-9ef93d95125c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:28.619Z|79e59c7a-5a6d-4d4f-a6b6-0757043c8641|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:28.620Z|79e59c7a-5a6d-4d4f-a6b6-0757043c8641|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:28.991Z|b524a534-2f3a-4b1c-bd95-2b0b331f9a88|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:28.992Z|b524a534-2f3a-4b1c-bd95-2b0b331f9a88|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:35.184Z|199ea4b7-89b9-4637-adb7-5d1dfaf2505a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:21:35.184Z|199ea4b7-89b9-4637-adb7-5d1dfaf2505a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:21:35.402Z|4bafab53-922c-4ca2-8032-db073361fd11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:21:35.402Z|4bafab53-922c-4ca2-8032-db073361fd11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:21:38.620Z|2c5b2a12-8530-4c9b-9252-355d493a6eb3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:38.621Z|2c5b2a12-8530-4c9b-9252-355d493a6eb3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:38.637Z|9392e459-c323-4d7f-823a-4b85313b9dba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:38.638Z|9392e459-c323-4d7f-823a-4b85313b9dba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:39.011Z|3d1b1932-2771-426b-8eb0-9fa688875b30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:39.011Z|3d1b1932-2771-426b-8eb0-9fa688875b30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:48.641Z|354c7bf7-646d-4a7c-b4bf-c37e97497cf3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:48.643Z|354c7bf7-646d-4a7c-b4bf-c37e97497cf3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:48.656Z|92c43462-8f58-4b35-8dd8-4feb2b4874de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:48.657Z|92c43462-8f58-4b35-8dd8-4feb2b4874de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:49.033Z|9f0ae248-ae1c-4b39-be33-e5f2b1367105|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:49.034Z|9f0ae248-ae1c-4b39-be33-e5f2b1367105|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:50.184Z|fac33574-b6d2-49bf-99fa-2b04f917d559|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:21:50.184Z|fac33574-b6d2-49bf-99fa-2b04f917d559|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:21:58.666Z|18053e26-6583-4930-b723-72ad5d542cd9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:58.667Z|18053e26-6583-4930-b723-72ad5d542cd9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:58.674Z|43cf6175-f6a6-4abf-95f7-f02b20d85c51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:58.675Z|43cf6175-f6a6-4abf-95f7-f02b20d85c51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:21:59.052Z|5b973a43-b9b1-442a-8cbb-0fadc3a711d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:21:59.053Z|5b973a43-b9b1-442a-8cbb-0fadc3a711d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:00.610Z|3c092dbc-39d0-46e7-91a1-7e1b1ee0fc2d|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:22:00.611Z|3c092dbc-39d0-46e7-91a1-7e1b1ee0fc2d|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:05.184Z|4d55cf02-5935-456d-8e79-ad44637fdfb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:22:05.185Z|4d55cf02-5935-456d-8e79-ad44637fdfb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:22:05.403Z|4ee0b866-7a5d-4fa2-9f81-faed57630cd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:22:05.404Z|4ee0b866-7a5d-4fa2-9f81-faed57630cd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:22:08.687Z|3b24cef9-450c-46fc-a899-608f6655410e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:08.687Z|3b24cef9-450c-46fc-a899-608f6655410e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:08.691Z|0a68f362-5dce-4b97-ae6b-370a6bd4e0f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:08.692Z|0a68f362-5dce-4b97-ae6b-370a6bd4e0f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:09.084Z|906e842e-08a0-48a1-8f9d-a09f12737130|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:09.085Z|906e842e-08a0-48a1-8f9d-a09f12737130|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:18.705Z|440fb010-4198-4335-a07e-f19c98654407|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:18.706Z|440fb010-4198-4335-a07e-f19c98654407|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:18.710Z|2984ac29-b358-4d29-b9e6-75f1fae1201f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:18.710Z|2984ac29-b358-4d29-b9e6-75f1fae1201f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:19.105Z|500e4d81-fb97-40f3-b5de-2933cd536ecd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:19.106Z|500e4d81-fb97-40f3-b5de-2933cd536ecd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:20.184Z|0fe053d5-c46a-4c08-a374-8c293fb6f33c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:22:20.184Z|0fe053d5-c46a-4c08-a374-8c293fb6f33c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:22:28.724Z|cbc7fe34-7c9f-432b-88d8-dbb4946bef79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:28.725Z|cbc7fe34-7c9f-432b-88d8-dbb4946bef79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:28.726Z|d9eb6135-784d-4c92-ae2f-8ed127317212|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:28.726Z|d9eb6135-784d-4c92-ae2f-8ed127317212|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:29.124Z|66d6b515-f71b-433b-9ab7-b9c531ba7451|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:29.125Z|66d6b515-f71b-433b-9ab7-b9c531ba7451|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:35.184Z|d561655c-73d2-4e0c-953e-a677cbbe06a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:22:35.185Z|d561655c-73d2-4e0c-953e-a677cbbe06a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:22:35.405Z|e57b0b14-099a-4de3-b423-60ca9fbfcb9c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:22:35.405Z|e57b0b14-099a-4de3-b423-60ca9fbfcb9c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:22:38.743Z|e3fa5aa3-86d0-49d1-a0bd-66b8c8cd4665|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:38.743Z|cf2b4e2b-4bd6-4b97-9b53-69f848eb3598|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:38.744Z|e3fa5aa3-86d0-49d1-a0bd-66b8c8cd4665|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:38.744Z|cf2b4e2b-4bd6-4b97-9b53-69f848eb3598|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:39.144Z|c9a3e982-4d02-4fc9-89fa-4cebae6b13a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:39.145Z|c9a3e982-4d02-4fc9-89fa-4cebae6b13a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:48.765Z|3ac1a596-6900-441b-a315-ee4c182883f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:48.765Z|b7a0d013-59ff-4070-a869-d10b7543f472|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:48.766Z|3ac1a596-6900-441b-a315-ee4c182883f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:48.766Z|b7a0d013-59ff-4070-a869-d10b7543f472|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:49.162Z|4689cbb3-4e69-4f06-ad47-ac619b45ab30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:49.162Z|4689cbb3-4e69-4f06-ad47-ac619b45ab30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:50.184Z|7661475a-a7d8-4867-99f7-e77c70c999b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:22:50.185Z|7661475a-a7d8-4867-99f7-e77c70c999b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:22:58.787Z|af9053b3-6629-4970-84a5-08fd4f2ec9ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:58.787Z|c2f03f56-fa6a-4ab1-8a4e-efb4b19782a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:58.788Z|af9053b3-6629-4970-84a5-08fd4f2ec9ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:58.788Z|c2f03f56-fa6a-4ab1-8a4e-efb4b19782a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:22:59.178Z|c691cda1-f26a-4081-a366-ab5a58e8a158|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:22:59.179Z|c691cda1-f26a-4081-a366-ab5a58e8a158|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:00.610Z|89fb0997-3b35-43fc-bacb-a99c3ef3d208|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:23:00.611Z|89fb0997-3b35-43fc-bacb-a99c3ef3d208|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:05.184Z|da1ce8dd-aeab-453f-bca9-469f98d9f56b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:23:05.184Z|da1ce8dd-aeab-453f-bca9-469f98d9f56b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:23:05.405Z|8b1ec2e7-7a05-4d15-ab3e-b84a173b3b9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:23:05.406Z|8b1ec2e7-7a05-4d15-ab3e-b84a173b3b9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:23:08.807Z|b2028911-d2a0-46ba-905a-5c279a5c6629|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:08.807Z|73ba949b-869d-4de9-8c8f-2fbf187146de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:08.808Z|73ba949b-869d-4de9-8c8f-2fbf187146de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:08.808Z|b2028911-d2a0-46ba-905a-5c279a5c6629|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:09.197Z|902bd2ec-e040-4589-bbbb-8b9a71a91f39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:09.198Z|902bd2ec-e040-4589-bbbb-8b9a71a91f39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:18.827Z|fa70453b-366f-4e5c-ab7c-ccf5a7a6b131|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:18.827Z|3ae885e2-f18b-4d81-86dd-06390cebf925|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:18.828Z|3ae885e2-f18b-4d81-86dd-06390cebf925|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:18.828Z|fa70453b-366f-4e5c-ab7c-ccf5a7a6b131|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:19.215Z|2122d807-d157-49d8-8aba-c7373c017011|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:19.216Z|2122d807-d157-49d8-8aba-c7373c017011|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:20.184Z|5b6b976d-92ba-488b-8ec0-e8b5618a4395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:23:20.184Z|5b6b976d-92ba-488b-8ec0-e8b5618a4395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:23:28.849Z|db1b69f4-b05f-4d4e-8df3-05b95e046289|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:28.849Z|096018e5-9564-4812-941b-aa7cc5d9fef1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:28.851Z|096018e5-9564-4812-941b-aa7cc5d9fef1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:28.851Z|db1b69f4-b05f-4d4e-8df3-05b95e046289|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:29.233Z|7ad58177-b19f-490b-90f0-5c4ecb6844fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:29.233Z|7ad58177-b19f-490b-90f0-5c4ecb6844fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:35.184Z|bc0b0835-89c6-4827-a681-4d760392e20a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:23:35.187Z|bc0b0835-89c6-4827-a681-4d760392e20a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:23:35.406Z|25d822ed-21e1-4375-be01-12bb814a7638|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:23:35.407Z|25d822ed-21e1-4375-be01-12bb814a7638|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:23:38.873Z|b4c3519e-f6ef-4ba6-9825-e27392e27eb0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:38.873Z|9deb9653-e5a9-431c-976a-a7f5d684cf37|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:38.874Z|b4c3519e-f6ef-4ba6-9825-e27392e27eb0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:38.874Z|9deb9653-e5a9-431c-976a-a7f5d684cf37|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:39.251Z|a1152584-849a-4ff3-94bf-d356d3b355d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:39.251Z|a1152584-849a-4ff3-94bf-d356d3b355d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:48.895Z|b5a087e0-0217-40bf-b4c9-ae3152bac409|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:48.895Z|41b7a38c-94dc-4bd1-8579-9ed7cc1e8b4e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:48.895Z|b5a087e0-0217-40bf-b4c9-ae3152bac409|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:48.895Z|41b7a38c-94dc-4bd1-8579-9ed7cc1e8b4e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:49.273Z|257775fb-0629-4934-ab69-cf2253a59cf5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:49.274Z|257775fb-0629-4934-ab69-cf2253a59cf5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:50.184Z|c9d0c140-27a3-403f-b403-602e87b60c06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:23:50.184Z|c9d0c140-27a3-403f-b403-602e87b60c06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:23:58.915Z|a3cfe579-b1d9-4743-8992-e27f1cc1727e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:58.915Z|6101854e-6fa2-487a-8103-d4490b32284a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:58.915Z|a3cfe579-b1d9-4743-8992-e27f1cc1727e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:58.916Z|6101854e-6fa2-487a-8103-d4490b32284a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:23:59.290Z|94dd6b5f-28ba-4115-9f26-831a1bdeb067|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:23:59.291Z|94dd6b5f-28ba-4115-9f26-831a1bdeb067|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:00.611Z|40ffe23b-cb5a-43c2-8815-0085450a89a8|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:24:00.611Z|40ffe23b-cb5a-43c2-8815-0085450a89a8|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:05.184Z|356ecdb7-6cf2-44b1-92af-5b19276daccb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:24:05.185Z|356ecdb7-6cf2-44b1-92af-5b19276daccb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:24:05.407Z|d470fcd0-701d-4e6f-a27e-729a38b0e79a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:24:05.408Z|d470fcd0-701d-4e6f-a27e-729a38b0e79a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:24:08.934Z|f895d309-aede-4f24-9c9e-6696a1ce652d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:08.934Z|b10ee6d4-d047-42d2-8ea0-7fe2128fadd9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:08.934Z|b10ee6d4-d047-42d2-8ea0-7fe2128fadd9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:08.934Z|f895d309-aede-4f24-9c9e-6696a1ce652d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:09.307Z|f63a56d2-b3b1-4bc1-b9f5-7b9a2ee62a58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:09.308Z|f63a56d2-b3b1-4bc1-b9f5-7b9a2ee62a58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:18.956Z|0aafe32a-510d-468e-a688-1b548943fb95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:18.956Z|69b19cf8-a001-4692-a146-ee228b982e27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:18.957Z|0aafe32a-510d-468e-a688-1b548943fb95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:18.957Z|69b19cf8-a001-4692-a146-ee228b982e27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:19.326Z|67f1f69f-61a9-42fc-8e4b-95c9003f764a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:19.327Z|67f1f69f-61a9-42fc-8e4b-95c9003f764a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:20.184Z|d85c7e4d-3ad0-4d38-aad8-a984560eeee2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:24:20.185Z|d85c7e4d-3ad0-4d38-aad8-a984560eeee2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:24:28.979Z|066febe0-dffb-4161-993c-039588b6ce5c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:28.979Z|aab9462b-9750-47cc-b4d8-60691bff53eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:28.980Z|066febe0-dffb-4161-993c-039588b6ce5c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:28.980Z|aab9462b-9750-47cc-b4d8-60691bff53eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:29.345Z|69f9766c-7a1e-418c-bb21-1f22014a064c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:29.346Z|69f9766c-7a1e-418c-bb21-1f22014a064c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:35.184Z|2700d801-1e0a-41c3-9033-0c4f4299c4f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:24:35.185Z|2700d801-1e0a-41c3-9033-0c4f4299c4f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:24:35.408Z|90b99976-14e2-410c-a7aa-461c3aa89f7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:24:35.409Z|90b99976-14e2-410c-a7aa-461c3aa89f7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:24:39.000Z|ce55b001-7a25-4aaa-93f3-d26edd7d3839|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:39.000Z|61121af3-4b32-4e8d-b096-8181ae9fe8a1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:39.000Z|ce55b001-7a25-4aaa-93f3-d26edd7d3839|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:39.000Z|61121af3-4b32-4e8d-b096-8181ae9fe8a1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:39.365Z|363d1444-fca2-4105-8c1f-a02aff0e468d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:39.366Z|363d1444-fca2-4105-8c1f-a02aff0e468d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:49.022Z|c59d312c-b2e3-4150-8ffb-5233b6abf4fd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:49.023Z|c59d312c-b2e3-4150-8ffb-5233b6abf4fd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:49.022Z|a22c945e-c433-4dea-86dd-51a3e1e486ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:49.027Z|a22c945e-c433-4dea-86dd-51a3e1e486ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:49.397Z|3276f54e-5e17-4e26-a2b2-4f5b55476112|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:49.398Z|3276f54e-5e17-4e26-a2b2-4f5b55476112|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:50.184Z|eb13f8e2-5f3a-439a-9c84-61ab116c4ea0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:24:50.184Z|eb13f8e2-5f3a-439a-9c84-61ab116c4ea0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:24:59.043Z|a0533b8d-3f17-4f0b-8d64-39e08221eb3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:59.044Z|a0533b8d-3f17-4f0b-8d64-39e08221eb3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:59.045Z|8a13c23a-eb27-477c-a6bd-11ef15a812dc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:59.045Z|8a13c23a-eb27-477c-a6bd-11ef15a812dc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:24:59.415Z|3d5c05d4-98e9-45a1-9748-48712f7779ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:24:59.416Z|3d5c05d4-98e9-45a1-9748-48712f7779ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:00.610Z|4d47efb0-0882-4f7e-be40-4808f0442f37|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:25:00.611Z|4d47efb0-0882-4f7e-be40-4808f0442f37|http-nio-8080-exec-3|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:05.185Z|55d72aaf-3cb1-4905-b034-939c5504f8ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:25:05.188Z|55d72aaf-3cb1-4905-b034-939c5504f8ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:25:05.410Z|10b6519d-2f05-4058-8be7-fa13c8550e03|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:25:05.410Z|10b6519d-2f05-4058-8be7-fa13c8550e03|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:25:09.065Z|a23451cd-81e8-45a8-9393-b326824b0099|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:09.065Z|d35a6c2c-d6ca-48ee-bcc4-84f894d2f846|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:09.066Z|d35a6c2c-d6ca-48ee-bcc4-84f894d2f846|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:09.066Z|a23451cd-81e8-45a8-9393-b326824b0099|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:09.433Z|d1b67b1c-35b4-4eb2-b9c4-a9ec444c0be5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:09.434Z|d1b67b1c-35b4-4eb2-b9c4-a9ec444c0be5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:19.087Z|f67dd8d1-c8f7-48a0-b80a-8fc1b0c08886|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:19.087Z|3e6aee3b-9ca7-4e34-88db-a8064ca34703|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:19.088Z|f67dd8d1-c8f7-48a0-b80a-8fc1b0c08886|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:19.088Z|3e6aee3b-9ca7-4e34-88db-a8064ca34703|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:19.451Z|7f50c92a-4d65-467c-be24-26fe8918b249|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:19.451Z|7f50c92a-4d65-467c-be24-26fe8918b249|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:20.184Z|b5862dbf-edad-4e13-80dc-fb291cf41594|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:25:20.184Z|b5862dbf-edad-4e13-80dc-fb291cf41594|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:25:29.108Z|7ec8720a-5da4-41ee-9ad3-293521ea0057|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:29.108Z|b835ec92-5e96-4922-8757-50e0b13053f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:29.109Z|7ec8720a-5da4-41ee-9ad3-293521ea0057|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:29.109Z|b835ec92-5e96-4922-8757-50e0b13053f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:29.471Z|9bbe68ce-d559-4ad1-a0c0-a2768a7e0e2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:29.471Z|9bbe68ce-d559-4ad1-a0c0-a2768a7e0e2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:35.184Z|25e973b6-ea5a-48a5-8de3-fc8d3da82ec5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:25:35.184Z|25e973b6-ea5a-48a5-8de3-fc8d3da82ec5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:25:35.411Z|fc7ac139-4c3c-4d78-9e00-8b4634fe0d94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:25:35.411Z|fc7ac139-4c3c-4d78-9e00-8b4634fe0d94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:25:39.128Z|5efa2f42-b409-4f1a-a2bf-18d749b0f5de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:39.128Z|158f3191-0d1a-4a89-bf7d-7d66552feacb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:39.129Z|5efa2f42-b409-4f1a-a2bf-18d749b0f5de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:39.129Z|158f3191-0d1a-4a89-bf7d-7d66552feacb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:39.488Z|2ad40827-466f-4073-b1c3-04e548a21786|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:39.489Z|2ad40827-466f-4073-b1c3-04e548a21786|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:49.147Z|f9ca39ab-9180-4397-bfe3-f063c75bd47e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:49.147Z|e01615c1-6b63-4922-abb7-2c4010d13425|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:49.147Z|f9ca39ab-9180-4397-bfe3-f063c75bd47e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:49.147Z|e01615c1-6b63-4922-abb7-2c4010d13425|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:49.507Z|1b074da7-1b93-4b5d-81b4-f762fc312bb3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:49.508Z|1b074da7-1b93-4b5d-81b4-f762fc312bb3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:50.184Z|fafa3651-b5b0-4cd7-9324-b5dc52443057|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:25:50.186Z|fafa3651-b5b0-4cd7-9324-b5dc52443057|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:25:59.166Z|b96618e9-118c-4907-9768-8264c4be7bac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:59.166Z|4f9e8fba-ef82-4b84-867f-219210fc8c04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:59.167Z|4f9e8fba-ef82-4b84-867f-219210fc8c04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:59.167Z|b96618e9-118c-4907-9768-8264c4be7bac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:25:59.525Z|cdd5a426-5f27-42dc-abbe-ce73ee7d0276|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:25:59.526Z|cdd5a426-5f27-42dc-abbe-ce73ee7d0276|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:00.611Z|3111dc38-629f-4dc4-9b83-54d4328cb3bd|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:26:00.612Z|3111dc38-629f-4dc4-9b83-54d4328cb3bd|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:05.184Z|0bef469b-3fc3-4711-8a19-f00c2c8b8f87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:26:05.185Z|0bef469b-3fc3-4711-8a19-f00c2c8b8f87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:26:05.412Z|b3117cdf-211d-45c7-9582-bc039a4c8332|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:26:05.412Z|b3117cdf-211d-45c7-9582-bc039a4c8332|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:26:09.189Z|5f1a1a4d-53ae-4e82-9f14-92a1930bf13a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:09.189Z|3af89b5a-fb29-490e-8327-8fca3d363f5c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:09.190Z|3af89b5a-fb29-490e-8327-8fca3d363f5c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:09.190Z|5f1a1a4d-53ae-4e82-9f14-92a1930bf13a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:09.546Z|0e0a9489-6ba7-412f-97cb-67d14ec59b0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:09.547Z|0e0a9489-6ba7-412f-97cb-67d14ec59b0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:19.213Z|f61e35ae-8981-48a9-86c4-d3d6685444fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:19.213Z|bd4821fc-cce9-42ed-a124-d91c760889b8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:19.213Z|f61e35ae-8981-48a9-86c4-d3d6685444fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:19.213Z|bd4821fc-cce9-42ed-a124-d91c760889b8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:19.565Z|f1744d16-9284-45fb-8cc8-dbcee37df945|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:19.565Z|f1744d16-9284-45fb-8cc8-dbcee37df945|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:20.184Z|a2bd022b-b31d-4c06-9fb1-0f1b6cc864b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:26:20.184Z|a2bd022b-b31d-4c06-9fb1-0f1b6cc864b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:26:29.234Z|078280cd-3941-4e95-ad30-f54847e86ce4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:29.234Z|1f12fa8a-63ea-41d4-86a3-86be86c3d609|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:29.235Z|078280cd-3941-4e95-ad30-f54847e86ce4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:29.235Z|1f12fa8a-63ea-41d4-86a3-86be86c3d609|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:29.585Z|6e46e80e-ff86-4244-bb0e-b7e088bf568e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:29.586Z|6e46e80e-ff86-4244-bb0e-b7e088bf568e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:35.184Z|393b1bf7-5a24-4720-b3f7-51961c7765cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:26:35.185Z|393b1bf7-5a24-4720-b3f7-51961c7765cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:26:35.413Z|e8cb2a13-7938-4564-89ad-5b55dfd07315|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:26:35.413Z|e8cb2a13-7938-4564-89ad-5b55dfd07315|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:26:39.253Z|389f1cc9-4201-419a-84ae-1d206ce28c9c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:39.253Z|528c1d23-9a2a-48e0-8db8-3a99b4cddc81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:39.254Z|528c1d23-9a2a-48e0-8db8-3a99b4cddc81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:39.254Z|389f1cc9-4201-419a-84ae-1d206ce28c9c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:39.603Z|9c3e7003-80c9-401f-b7ee-0718f75e20c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:39.604Z|9c3e7003-80c9-401f-b7ee-0718f75e20c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:49.276Z|9375ada7-8a3d-4ac7-8843-f81b37888707|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:49.276Z|d0c38098-18fa-42a9-b16d-cece18e89833|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:49.277Z|d0c38098-18fa-42a9-b16d-cece18e89833|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:49.277Z|9375ada7-8a3d-4ac7-8843-f81b37888707|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:49.623Z|26895c08-7388-4a83-a66c-9230769cab10|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:49.623Z|26895c08-7388-4a83-a66c-9230769cab10|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:50.184Z|2e686920-652e-4591-8205-0e85bc9e5d67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:26:50.184Z|2e686920-652e-4591-8205-0e85bc9e5d67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:26:59.297Z|653a813d-0c5c-427e-ae12-6aa0be849900|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:59.297Z|43a59c04-8dd6-4eb7-bfda-df0c872e8117|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:59.299Z|653a813d-0c5c-427e-ae12-6aa0be849900|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:59.299Z|43a59c04-8dd6-4eb7-bfda-df0c872e8117|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:26:59.643Z|a698e9db-887a-45d3-8f04-00023551acde|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:26:59.644Z|a698e9db-887a-45d3-8f04-00023551acde|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:00.611Z|69c0d863-86c4-4f23-8e4b-659b570e2628|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:27:00.612Z|69c0d863-86c4-4f23-8e4b-659b570e2628|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:05.184Z|b69474ac-cc37-4489-aaed-f2ffdca11b60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:27:05.185Z|b69474ac-cc37-4489-aaed-f2ffdca11b60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:27:05.414Z|9c163267-7deb-4050-abe9-ba68a57c420f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:27:05.414Z|9c163267-7deb-4050-abe9-ba68a57c420f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:27:09.317Z|0d47d090-f163-4461-a0f7-8df30c0b0749|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:09.318Z|0d47d090-f163-4461-a0f7-8df30c0b0749|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:09.322Z|938331e5-a927-4b4e-a613-774123a4fb70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:09.323Z|938331e5-a927-4b4e-a613-774123a4fb70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:09.663Z|9325288e-309c-45b1-8c84-3c041f3f1004|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:09.663Z|9325288e-309c-45b1-8c84-3c041f3f1004|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:19.335Z|232c0677-fb45-407d-9dcb-ff501d70321d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:19.336Z|232c0677-fb45-407d-9dcb-ff501d70321d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:19.338Z|94cd7420-cfb2-40ba-aade-e0bc0b49a000|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:19.339Z|94cd7420-cfb2-40ba-aade-e0bc0b49a000|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:19.679Z|ede1890b-fff3-4e26-86aa-b487636dc0ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:19.680Z|ede1890b-fff3-4e26-86aa-b487636dc0ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:20.184Z|6912e2c3-bd61-4275-bd65-387128b3dd1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:27:20.186Z|6912e2c3-bd61-4275-bd65-387128b3dd1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:27:29.354Z|cc272e25-71b7-4139-bd6a-67ff059175ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:29.354Z|6af4b9c4-3523-47d8-acdf-39eb755e75e0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:29.355Z|cc272e25-71b7-4139-bd6a-67ff059175ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:29.355Z|6af4b9c4-3523-47d8-acdf-39eb755e75e0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:29.697Z|a6f60a89-83fa-46ca-8137-2ef7e181be44|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:29.698Z|a6f60a89-83fa-46ca-8137-2ef7e181be44|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:35.184Z|0b1212b0-78d8-4643-83f5-7c9d15e45827|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:27:35.185Z|0b1212b0-78d8-4643-83f5-7c9d15e45827|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:27:35.415Z|45a9d98f-fae5-4e19-a21e-a03574c4b24a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:27:35.415Z|45a9d98f-fae5-4e19-a21e-a03574c4b24a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:27:39.373Z|9b703674-cef9-42d3-8de1-bd2179d9f1e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:39.373Z|ae7884ae-f883-417c-a604-1e072f997c65|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:39.374Z|ae7884ae-f883-417c-a604-1e072f997c65|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:39.374Z|9b703674-cef9-42d3-8de1-bd2179d9f1e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:39.717Z|05edeccb-10ed-45e1-b907-a367dc3533a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:39.718Z|05edeccb-10ed-45e1-b907-a367dc3533a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:49.393Z|d6fcfbc7-b04c-4653-b1be-87d1527ecd9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:49.394Z|796bb406-fcff-4b73-b136-6132bf25e770|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:49.395Z|d6fcfbc7-b04c-4653-b1be-87d1527ecd9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:49.395Z|796bb406-fcff-4b73-b136-6132bf25e770|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:49.735Z|e7771021-19bf-4fbf-aca9-b1ceeb7831c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:49.736Z|e7771021-19bf-4fbf-aca9-b1ceeb7831c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:50.184Z|8d34462d-df93-4670-a2fc-4d301e50ea7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:27:50.184Z|8d34462d-df93-4670-a2fc-4d301e50ea7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:27:59.416Z|13b23ba7-d230-461f-a2ee-91161cada253|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:59.416Z|fd7007ae-44ad-4cb4-863b-c1bc584e173a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:59.417Z|13b23ba7-d230-461f-a2ee-91161cada253|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:59.417Z|fd7007ae-44ad-4cb4-863b-c1bc584e173a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:27:59.755Z|d628b1ba-dc40-44d9-948a-8744ea64ea44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:27:59.755Z|d628b1ba-dc40-44d9-948a-8744ea64ea44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:00.611Z|66f7d07d-42cd-4dd6-b8ad-abd76923a7fc|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:28:00.612Z|66f7d07d-42cd-4dd6-b8ad-abd76923a7fc|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:05.184Z|5bf79258-4f55-4405-8faa-659368e26182|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:28:05.190Z|5bf79258-4f55-4405-8faa-659368e26182|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:28:05.416Z|d6167a44-df43-4a7c-8145-f6f97e31746f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:28:05.416Z|d6167a44-df43-4a7c-8145-f6f97e31746f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:28:09.438Z|fcf919fc-b545-44b9-8ed6-e1fc3ae9ff7d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:09.438Z|2388a4fe-f30c-49f2-8eb1-0cd64c825f51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:09.439Z|fcf919fc-b545-44b9-8ed6-e1fc3ae9ff7d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:09.439Z|2388a4fe-f30c-49f2-8eb1-0cd64c825f51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:09.772Z|da2eab37-5dac-4356-83b4-5e6b2250aa05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:09.773Z|da2eab37-5dac-4356-83b4-5e6b2250aa05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:19.458Z|dfcf48c9-7dc1-4f2e-900e-d25137ab1aa0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:19.458Z|a6e8e930-6817-4c8c-af86-0540156644c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:19.459Z|dfcf48c9-7dc1-4f2e-900e-d25137ab1aa0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:19.459Z|a6e8e930-6817-4c8c-af86-0540156644c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:19.793Z|93542498-1c77-45b2-829a-f26e51b94827|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:19.793Z|93542498-1c77-45b2-829a-f26e51b94827|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:20.184Z|7faa84eb-19fe-4b45-8849-b63a55822fb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:28:20.184Z|7faa84eb-19fe-4b45-8849-b63a55822fb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:28:29.476Z|bd1fd08a-9949-46c4-908c-83700261d3a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:29.476Z|899869f5-c164-4373-bb76-84fcfd061c39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:29.477Z|899869f5-c164-4373-bb76-84fcfd061c39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:29.477Z|bd1fd08a-9949-46c4-908c-83700261d3a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:29.812Z|04549b5c-ea58-4e8c-8c6d-3b5a0ace4c05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:29.812Z|04549b5c-ea58-4e8c-8c6d-3b5a0ace4c05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:35.184Z|f735d1a2-1658-47c6-902a-64b33c10714e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:28:35.184Z|f735d1a2-1658-47c6-902a-64b33c10714e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:28:35.417Z|405c2f7f-aa92-4876-a1f6-7d9b3d64a51a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:28:35.417Z|405c2f7f-aa92-4876-a1f6-7d9b3d64a51a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:28:39.496Z|fab28e48-bc0c-4450-9fe7-2f7fce022a6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:39.497Z|fab28e48-bc0c-4450-9fe7-2f7fce022a6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:39.499Z|c2269988-61d5-4edb-8c03-abd4cd360cb0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:39.499Z|c2269988-61d5-4edb-8c03-abd4cd360cb0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:39.830Z|a90ae506-1362-4898-9aa8-255eea5991e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:39.830Z|a90ae506-1362-4898-9aa8-255eea5991e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:49.517Z|71ac350c-d5ce-472e-ab03-dc8a9806c479|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:49.517Z|aa523584-6b96-4c6c-9a0f-b8cb7a796bfa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:49.518Z|71ac350c-d5ce-472e-ab03-dc8a9806c479|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:49.518Z|aa523584-6b96-4c6c-9a0f-b8cb7a796bfa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:49.849Z|79db698c-1874-4f33-9967-7c2a17149778|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:49.849Z|79db698c-1874-4f33-9967-7c2a17149778|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:50.184Z|7368b471-a390-4203-85d6-5eea266002af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:28:50.185Z|7368b471-a390-4203-85d6-5eea266002af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:28:59.538Z|c3c6ed64-9dd4-4bde-8376-bd1a015b1fb1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:59.538Z|66d67658-47f8-4296-b59a-82ed1bf31cb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:59.539Z|c3c6ed64-9dd4-4bde-8376-bd1a015b1fb1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:59.539Z|66d67658-47f8-4296-b59a-82ed1bf31cb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:28:59.866Z|56c34946-224d-4546-b9b5-3663c95b18c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:28:59.867Z|56c34946-224d-4546-b9b5-3663c95b18c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:00.611Z|e8292d48-463a-41b2-ae99-6990555e551c|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:29:00.612Z|e8292d48-463a-41b2-ae99-6990555e551c|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:05.184Z|8179d036-e333-411d-b61e-b1a4e3cac122|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:29:05.185Z|8179d036-e333-411d-b61e-b1a4e3cac122|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:29:05.418Z|395961e0-6c68-4572-bf7a-7af67571cc36|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:29:05.418Z|395961e0-6c68-4572-bf7a-7af67571cc36|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:29:09.557Z|90c4405f-a44e-4767-942d-ac273a852fd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:09.557Z|90c4405f-a44e-4767-942d-ac273a852fd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:09.557Z|3711952a-bfd3-40cd-89b5-aeb14364bddc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:09.558Z|3711952a-bfd3-40cd-89b5-aeb14364bddc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:09.884Z|769bf3c0-20a6-43cf-8569-89086271a025|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:09.884Z|769bf3c0-20a6-43cf-8569-89086271a025|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:19.574Z|67585763-0074-4bba-a0ec-8fb22b289976|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:19.574Z|954fb239-3c68-492b-9c47-7c0880c61dfa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:19.575Z|67585763-0074-4bba-a0ec-8fb22b289976|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:19.575Z|954fb239-3c68-492b-9c47-7c0880c61dfa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:19.905Z|579df19f-c765-402c-a65f-e839fff25225|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:19.906Z|579df19f-c765-402c-a65f-e839fff25225|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:20.184Z|778eb0db-490f-4675-83b8-c88043fdf8a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:29:20.184Z|778eb0db-490f-4675-83b8-c88043fdf8a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:29:29.595Z|1565e076-af05-4d06-a8f9-36f3ac4e1023|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:29.595Z|05b4c271-acd4-4d81-928d-aa39561f9cca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:29.596Z|05b4c271-acd4-4d81-928d-aa39561f9cca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:29.596Z|1565e076-af05-4d06-a8f9-36f3ac4e1023|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:29.923Z|84e58f19-080f-40ae-9b5e-39a961ed634a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:29.924Z|84e58f19-080f-40ae-9b5e-39a961ed634a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:35.184Z|8ad11353-2f9e-4bbf-b060-7078d2990cff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:29:35.186Z|8ad11353-2f9e-4bbf-b060-7078d2990cff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:29:35.419Z|076fe282-7032-4159-9c73-5d9e328b10e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:29:35.420Z|076fe282-7032-4159-9c73-5d9e328b10e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:29:39.618Z|44cae217-98c2-4d85-9339-ad00d62c3453|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:39.619Z|9c433e09-bbc1-43ed-97da-ba316cd3c76f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:39.620Z|44cae217-98c2-4d85-9339-ad00d62c3453|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:39.620Z|9c433e09-bbc1-43ed-97da-ba316cd3c76f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:39.941Z|2b2ea48d-8f6a-4f99-a30e-086a7522127e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:39.942Z|2b2ea48d-8f6a-4f99-a30e-086a7522127e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:49.643Z|a5e6ba3d-34aa-4c32-9307-dd3e2e3b54c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:49.643Z|9835422f-1f07-4381-884d-ead6d0d19a18|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:49.644Z|a5e6ba3d-34aa-4c32-9307-dd3e2e3b54c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:49.644Z|9835422f-1f07-4381-884d-ead6d0d19a18|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:49.959Z|149b8937-2110-4486-b9cf-326853c063c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:49.960Z|149b8937-2110-4486-b9cf-326853c063c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:50.184Z|1f4db33c-6768-4090-930b-19bda42a0258|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:29:50.184Z|1f4db33c-6768-4090-930b-19bda42a0258|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:29:59.667Z|8cb52062-ac42-4829-9779-9857d24faa5c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:59.667Z|177cb725-ff1b-4467-af7a-a5e971a0d895|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:59.668Z|8cb52062-ac42-4829-9779-9857d24faa5c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:59.668Z|177cb725-ff1b-4467-af7a-a5e971a0d895|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:29:59.977Z|c1d97662-1bef-467d-8118-ccc00b19aa09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:29:59.977Z|c1d97662-1bef-467d-8118-ccc00b19aa09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:00.610Z|0176bf8b-9390-4459-8be5-dd7f4301c8ef|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:30:00.611Z|0176bf8b-9390-4459-8be5-dd7f4301c8ef|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:05.184Z|a2948f97-84b5-41db-bd9d-099dfa72ed61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:30:05.184Z|a2948f97-84b5-41db-bd9d-099dfa72ed61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:30:05.421Z|2107b015-47da-4e42-a049-5c7848c1552f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:30:05.421Z|2107b015-47da-4e42-a049-5c7848c1552f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:30:09.688Z|5c7e6780-fc27-418a-a63b-566cd7484ada|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:09.688Z|8922eea2-5773-426e-96e7-55a3e2a49908|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:09.689Z|5c7e6780-fc27-418a-a63b-566cd7484ada|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:09.689Z|8922eea2-5773-426e-96e7-55a3e2a49908|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:09.997Z|fab06570-f83f-4660-88eb-ce7682a3e284|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:09.997Z|fab06570-f83f-4660-88eb-ce7682a3e284|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:19.708Z|f9bbe1ca-2681-40ac-aba9-3739832787c6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:19.708Z|a0ab913a-a74c-4925-bf89-c6a30a07aae0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:19.708Z|f9bbe1ca-2681-40ac-aba9-3739832787c6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:19.709Z|a0ab913a-a74c-4925-bf89-c6a30a07aae0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:20.015Z|4d0f27b8-4651-4c2d-98f3-d0c080402c9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:20.016Z|4d0f27b8-4651-4c2d-98f3-d0c080402c9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:20.184Z|2f1ad2b9-9faf-4ee3-ae1a-fbcb85da4cba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:30:20.185Z|2f1ad2b9-9faf-4ee3-ae1a-fbcb85da4cba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:30:29.730Z|25281b19-18f8-4d6b-a34f-e44a6293c1bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:29.730Z|72ae7ea9-9669-4216-a736-c18f160d85f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:29.731Z|25281b19-18f8-4d6b-a34f-e44a6293c1bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:29.731Z|72ae7ea9-9669-4216-a736-c18f160d85f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:30.033Z|5b921b2a-2907-43cf-b20f-547426787534|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:30.033Z|5b921b2a-2907-43cf-b20f-547426787534|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:35.184Z|cc6e3d90-0053-4aa9-b864-93c9b16b2d23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:30:35.185Z|cc6e3d90-0053-4aa9-b864-93c9b16b2d23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:30:35.422Z|0f19049e-2758-4c24-be70-5a44a3c8e785|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:30:35.423Z|0f19049e-2758-4c24-be70-5a44a3c8e785|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:30:39.753Z|2f03f1ec-8edb-4d4a-a2b6-c75fdd099909|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:39.753Z|1d6f20b3-5dc6-4f3c-ad5c-1f45e7564c1f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:39.754Z|2f03f1ec-8edb-4d4a-a2b6-c75fdd099909|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:39.754Z|1d6f20b3-5dc6-4f3c-ad5c-1f45e7564c1f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:40.049Z|1b7358cf-79db-4065-a1e7-70d2f7ca8488|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:40.050Z|1b7358cf-79db-4065-a1e7-70d2f7ca8488|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:49.773Z|36a2938c-f36a-48db-9906-8e0e9061d28c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:49.773Z|ca132ce4-ed30-45cd-b4d7-12b929422ca6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:49.774Z|ca132ce4-ed30-45cd-b4d7-12b929422ca6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:49.774Z|36a2938c-f36a-48db-9906-8e0e9061d28c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:50.067Z|f28fbe20-1601-419c-a25b-f55ae4bd0b09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:50.068Z|f28fbe20-1601-419c-a25b-f55ae4bd0b09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:50.184Z|75838f95-5e03-48ac-915a-1e4c7da01dbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:30:50.184Z|75838f95-5e03-48ac-915a-1e4c7da01dbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:30:59.791Z|937d60aa-3d3d-495f-8186-c6c3e1a4d1b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:59.792Z|937d60aa-3d3d-495f-8186-c6c3e1a4d1b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:30:59.794Z|e73df941-97cf-4873-bc29-a25429df7333|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:30:59.794Z|e73df941-97cf-4873-bc29-a25429df7333|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:00.085Z|93cbc6a9-4d34-4787-8373-9c524a3fc571|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:00.086Z|93cbc6a9-4d34-4787-8373-9c524a3fc571|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:00.613Z|67a4f35e-e535-4b2a-ab76-462a8c1faaab|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:31:00.613Z|67a4f35e-e535-4b2a-ab76-462a8c1faaab|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:05.184Z|60eae032-4c21-488c-b782-8eaa0ecd9aee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:31:05.186Z|60eae032-4c21-488c-b782-8eaa0ecd9aee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:31:05.424Z|5b84f87a-8a0b-44ae-b475-df54ced961ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:31:05.425Z|5b84f87a-8a0b-44ae-b475-df54ced961ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:31:09.813Z|fee70a0e-8f07-4790-99d7-ba3ba2e0dd6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:09.813Z|6ea528f2-eb87-43c8-bc58-59bfebdeb672|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:09.814Z|fee70a0e-8f07-4790-99d7-ba3ba2e0dd6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:09.814Z|6ea528f2-eb87-43c8-bc58-59bfebdeb672|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:10.104Z|b108df07-09b3-4f7a-8278-3aa815439584|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:10.105Z|b108df07-09b3-4f7a-8278-3aa815439584|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:19.838Z|58122917-64ee-40ba-9ca3-c36ce43cc2df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:19.838Z|f8a449a1-30f8-4d14-82cf-1e4a2ba02294|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:19.839Z|f8a449a1-30f8-4d14-82cf-1e4a2ba02294|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:19.839Z|58122917-64ee-40ba-9ca3-c36ce43cc2df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:20.121Z|b19ff1e7-2ea7-465e-a0ab-d79916746457|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:20.122Z|b19ff1e7-2ea7-465e-a0ab-d79916746457|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:20.184Z|773ca63b-5c0f-4b78-916f-2f95e0c9e427|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:31:20.184Z|773ca63b-5c0f-4b78-916f-2f95e0c9e427|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:31:29.862Z|c9105f68-5bc7-4840-b7d5-453ac2712bcd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:29.862Z|af365038-8db6-4c69-b807-465feda6b904|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:29.863Z|c9105f68-5bc7-4840-b7d5-453ac2712bcd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:29.863Z|af365038-8db6-4c69-b807-465feda6b904|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:30.141Z|601896c6-1355-4823-8c90-5d84454a4b56|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:30.142Z|601896c6-1355-4823-8c90-5d84454a4b56|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:35.184Z|42e49f2e-51e7-4725-926a-60d93f3716c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:31:35.185Z|42e49f2e-51e7-4725-926a-60d93f3716c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:31:35.425Z|77588fc2-3e5b-410e-a4ea-03611ad54ffd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:31:35.426Z|77588fc2-3e5b-410e-a4ea-03611ad54ffd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:31:39.884Z|4a92e20a-3f59-464d-b789-e8744c3158f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:39.884Z|8e3745eb-4d75-4785-8b30-ddfc019fdad0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:39.885Z|4a92e20a-3f59-464d-b789-e8744c3158f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:39.885Z|8e3745eb-4d75-4785-8b30-ddfc019fdad0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:40.160Z|1d96ee69-5698-4ad8-88b3-3382d3bed489|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:40.161Z|1d96ee69-5698-4ad8-88b3-3382d3bed489|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:49.904Z|d727f533-aaf2-4f1e-9644-c7ef7e0da3e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:49.905Z|d727f533-aaf2-4f1e-9644-c7ef7e0da3e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:49.906Z|90e71fb9-5603-45f1-855b-5c9aaca72f69|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:49.906Z|90e71fb9-5603-45f1-855b-5c9aaca72f69|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:50.180Z|cc861f77-1919-4ae2-9f89-852f8d88613d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:50.181Z|cc861f77-1919-4ae2-9f89-852f8d88613d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:50.184Z|5e544819-11d7-410f-95ef-19644aa4a046|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:31:50.185Z|5e544819-11d7-410f-95ef-19644aa4a046|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:31:59.923Z|35de7c08-afff-4cc8-9e4a-59d7624f051c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:59.923Z|0382031f-5b6e-46be-b606-5a0b4ab14cf0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:31:59.925Z|35de7c08-afff-4cc8-9e4a-59d7624f051c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:31:59.925Z|0382031f-5b6e-46be-b606-5a0b4ab14cf0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:00.199Z|1b17956e-08d3-443d-a9ce-2e7a7c67f857|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:00.199Z|1b17956e-08d3-443d-a9ce-2e7a7c67f857|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:00.610Z|8e7cc002-0e8f-4b1d-afce-383e1273df16|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:32:00.611Z|8e7cc002-0e8f-4b1d-afce-383e1273df16|http-nio-8080-exec-4|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:05.184Z|2f2376a4-1ee8-4d3c-a1d6-9b161c0557f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:32:05.184Z|2f2376a4-1ee8-4d3c-a1d6-9b161c0557f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:32:05.429Z|cad138c7-aaa1-4c43-989b-96b913e0c8d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:32:05.429Z|cad138c7-aaa1-4c43-989b-96b913e0c8d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:32:09.946Z|b2f2f3aa-9260-4e23-9e61-7688bc186b71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:09.946Z|b50850f3-26b9-4b22-8252-1289a2fccb3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:09.947Z|b2f2f3aa-9260-4e23-9e61-7688bc186b71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:09.947Z|b50850f3-26b9-4b22-8252-1289a2fccb3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:10.220Z|3e3818ee-4d56-444c-b23b-299ebeef0d50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:10.221Z|3e3818ee-4d56-444c-b23b-299ebeef0d50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:19.968Z|f23c869b-fd3a-40b0-b4ff-bfb8c1ba8558|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:19.968Z|21c11f5a-260a-4c51-958c-cf10e4bfa394|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:19.969Z|f23c869b-fd3a-40b0-b4ff-bfb8c1ba8558|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:19.969Z|21c11f5a-260a-4c51-958c-cf10e4bfa394|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:20.184Z|48c67a37-bfc6-472b-8220-2639ca38b29a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:32:20.187Z|48c67a37-bfc6-472b-8220-2639ca38b29a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:32:20.241Z|ce814f99-d611-4975-9831-d63d65e19c38|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:20.242Z|ce814f99-d611-4975-9831-d63d65e19c38|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:29.991Z|a5b073b6-cc7a-4aee-a92a-20079792aba8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:29.991Z|7fc28d8c-961c-419e-a9bd-6c34824862e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:29.991Z|a5b073b6-cc7a-4aee-a92a-20079792aba8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:29.991Z|7fc28d8c-961c-419e-a9bd-6c34824862e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:30.259Z|7b953b51-ec37-4752-8447-14eace7ee0de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:30.259Z|7b953b51-ec37-4752-8447-14eace7ee0de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:35.184Z|9a6b9a26-93ce-4b0e-b30e-ba634f12aadd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:32:35.185Z|9a6b9a26-93ce-4b0e-b30e-ba634f12aadd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:32:35.430Z|4178d21f-6dbf-43fa-b0c3-826c4e056888|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:32:35.431Z|4178d21f-6dbf-43fa-b0c3-826c4e056888|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:32:40.011Z|154a5f69-1a58-45b0-aa6d-d1636ab51a70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:40.012Z|154a5f69-1a58-45b0-aa6d-d1636ab51a70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:40.015Z|75aa49d3-cfa2-482e-8249-2d5c26ed854f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:40.015Z|75aa49d3-cfa2-482e-8249-2d5c26ed854f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:40.278Z|d3da9a0e-08f9-46c8-bc85-169630b956ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:40.279Z|d3da9a0e-08f9-46c8-bc85-169630b956ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:50.030Z|8bbd704d-629f-4f00-aa39-77a004902ac7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:50.031Z|8bbd704d-629f-4f00-aa39-77a004902ac7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:50.033Z|1124029a-6ff6-4cb7-a660-60367aa2990a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:50.034Z|1124029a-6ff6-4cb7-a660-60367aa2990a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:32:50.184Z|2913752b-b321-4291-b98a-ee0975e52eb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:32:50.184Z|2913752b-b321-4291-b98a-ee0975e52eb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:32:50.297Z|1ff5543e-2166-4730-b965-bb906b0be12c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:32:50.297Z|1ff5543e-2166-4730-b965-bb906b0be12c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:00.050Z|1f48ca9a-15c0-4bb8-8b4e-28daa71a6b2a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:00.051Z|de32a4a9-603f-4e2f-8333-b9645fc764c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:00.051Z|de32a4a9-603f-4e2f-8333-b9645fc764c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:00.051Z|1f48ca9a-15c0-4bb8-8b4e-28daa71a6b2a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:00.318Z|7bd53d46-6821-4359-b288-83a3012f7814|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:00.318Z|7bd53d46-6821-4359-b288-83a3012f7814|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:00.610Z|f086f6fc-1064-4629-8097-404e3a6a54bc|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:33:00.611Z|f086f6fc-1064-4629-8097-404e3a6a54bc|http-nio-8080-exec-8|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:05.184Z|9ee4d8b9-8a6e-4466-a619-510c366c9ed0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:33:05.186Z|9ee4d8b9-8a6e-4466-a619-510c366c9ed0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:33:05.431Z|f6f2662c-035e-4424-a582-87c6563e40cf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:33:05.431Z|f6f2662c-035e-4424-a582-87c6563e40cf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:33:10.072Z|19a78c90-dde3-4315-a098-05d1e1f2a57c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:10.072Z|320a3552-b5e6-4523-9474-0b504057d249|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:10.073Z|320a3552-b5e6-4523-9474-0b504057d249|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:10.073Z|19a78c90-dde3-4315-a098-05d1e1f2a57c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:10.336Z|5d56b53a-eef2-4b6a-b2f0-a3250ad72745|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:10.336Z|5d56b53a-eef2-4b6a-b2f0-a3250ad72745|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:20.095Z|00976a47-c4e7-436a-a0f6-d3eb78a549a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:20.095Z|e736f10d-e903-4322-af7e-035896563f37|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:20.097Z|00976a47-c4e7-436a-a0f6-d3eb78a549a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:20.097Z|e736f10d-e903-4322-af7e-035896563f37|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:20.184Z|8394008f-3a00-4de3-b79e-49519f71f3a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:33:20.184Z|8394008f-3a00-4de3-b79e-49519f71f3a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:33:20.353Z|37f0fa8c-95e4-45f6-99c4-12b919cf5537|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:20.354Z|37f0fa8c-95e4-45f6-99c4-12b919cf5537|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:30.119Z|31249bb5-d376-45cb-8b47-aca9bd53a2af|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:30.119Z|c871e67e-42ab-44f2-8269-8508df382e20|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:30.120Z|31249bb5-d376-45cb-8b47-aca9bd53a2af|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:30.121Z|c871e67e-42ab-44f2-8269-8508df382e20|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:30.373Z|219ac820-7473-43e8-8a25-26fe09e84280|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:30.374Z|219ac820-7473-43e8-8a25-26fe09e84280|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:35.184Z|49209c05-2c20-431f-b50c-a37dc16d2a5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:33:35.185Z|49209c05-2c20-431f-b50c-a37dc16d2a5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:33:35.432Z|7045a404-b15e-4c10-bced-04041f508feb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:33:35.432Z|7045a404-b15e-4c10-bced-04041f508feb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:33:40.139Z|83243016-c7fe-4642-8a83-7e75436fa3ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:40.139Z|528e2497-7e56-4b3d-9527-2a0f036ce90a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:40.140Z|528e2497-7e56-4b3d-9527-2a0f036ce90a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:40.140Z|83243016-c7fe-4642-8a83-7e75436fa3ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:40.390Z|eb320b97-ae58-4a78-b03c-ce29d68b16c4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:40.391Z|eb320b97-ae58-4a78-b03c-ce29d68b16c4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:50.158Z|47459e7b-7226-4ca7-96eb-4ee6fbeae31f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:50.158Z|79c2c286-c31d-4405-b62f-b78ab488237c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:50.159Z|79c2c286-c31d-4405-b62f-b78ab488237c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:50.159Z|47459e7b-7226-4ca7-96eb-4ee6fbeae31f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:33:50.184Z|7de05f85-673c-45b5-890c-a42664453847|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:33:50.185Z|7de05f85-673c-45b5-890c-a42664453847|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:33:50.408Z|7fbabfd0-92ee-4d42-b807-59f432afd66e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:33:50.408Z|7fbabfd0-92ee-4d42-b807-59f432afd66e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:00.176Z|173724ea-ad5d-4aa9-b0d7-10c3ad4df517|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:00.177Z|173724ea-ad5d-4aa9-b0d7-10c3ad4df517|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:00.179Z|52fd4980-fb73-4635-a188-6072c9c3a0a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:00.180Z|52fd4980-fb73-4635-a188-6072c9c3a0a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:00.427Z|754ef164-983f-4309-b18b-c0282e43ac1d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:00.427Z|754ef164-983f-4309-b18b-c0282e43ac1d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:00.610Z|7b4ebcf4-0dd2-4444-bb90-6b2a6c90d306|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:34:00.611Z|7b4ebcf4-0dd2-4444-bb90-6b2a6c90d306|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:05.184Z|e2bd597f-61f8-420f-8f78-71869f72382f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:34:05.185Z|e2bd597f-61f8-420f-8f78-71869f72382f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:34:05.433Z|d9b4bfac-34f9-4f6a-8caf-b02587ce473f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:34:05.433Z|d9b4bfac-34f9-4f6a-8caf-b02587ce473f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:34:10.197Z|c6170f9d-54c0-4a6f-87b6-18a73a97a985|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:10.197Z|f2f8fd2b-1eb2-4f36-b149-d6c874bf0a38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:10.199Z|c6170f9d-54c0-4a6f-87b6-18a73a97a985|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:10.199Z|f2f8fd2b-1eb2-4f36-b149-d6c874bf0a38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:10.447Z|b9226541-8286-40f5-b43b-6aef3e53b684|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:10.447Z|b9226541-8286-40f5-b43b-6aef3e53b684|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:20.184Z|44a883fc-cbdb-488e-8869-d49c2c27f773|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:34:20.186Z|44a883fc-cbdb-488e-8869-d49c2c27f773|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:34:20.219Z|48df4f8b-4b65-4b9f-aadb-08214d2b35ec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:20.219Z|096821cf-275c-41d4-b65a-4377328a916e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:20.220Z|096821cf-275c-41d4-b65a-4377328a916e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:20.220Z|48df4f8b-4b65-4b9f-aadb-08214d2b35ec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:20.465Z|9c35eb8e-e2d0-4790-bbcd-b1e22e61a035|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:20.466Z|9c35eb8e-e2d0-4790-bbcd-b1e22e61a035|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:30.241Z|4b766897-0655-4817-8700-886678f23808|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:30.241Z|31db2136-ff0a-4fa6-95f1-c1d7c5927908|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:30.241Z|4b766897-0655-4817-8700-886678f23808|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:30.241Z|31db2136-ff0a-4fa6-95f1-c1d7c5927908|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:30.481Z|e5db4164-d162-4c1a-ad2c-b9bb5652713c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:30.482Z|e5db4164-d162-4c1a-ad2c-b9bb5652713c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:35.184Z|b15d49ec-c1b2-4a6c-a58a-b7123a53d40c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:34:35.184Z|b15d49ec-c1b2-4a6c-a58a-b7123a53d40c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:34:35.434Z|fe8fdfda-6627-4524-a120-2bcbaa8a9a80|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:34:35.434Z|fe8fdfda-6627-4524-a120-2bcbaa8a9a80|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:34:40.261Z|0c5dcf03-5115-451e-9fa5-5d45512e783a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:40.261Z|fbecf76f-5913-4fb3-9c67-06ff9715d193|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:40.262Z|0c5dcf03-5115-451e-9fa5-5d45512e783a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:40.262Z|fbecf76f-5913-4fb3-9c67-06ff9715d193|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:40.498Z|1a941b89-e0bb-4cac-9e42-0970f012f422|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:40.499Z|1a941b89-e0bb-4cac-9e42-0970f012f422|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:50.184Z|14d0cb48-2e24-4290-adb3-7700450e9936|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:34:50.185Z|14d0cb48-2e24-4290-adb3-7700450e9936|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:34:50.326Z|c5b31c24-ac50-4b50-bfff-46fa9b5501e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:50.326Z|24a350a4-60ee-416b-b495-61d764bb1996|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:50.327Z|24a350a4-60ee-416b-b495-61d764bb1996|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:50.327Z|c5b31c24-ac50-4b50-bfff-46fa9b5501e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:34:50.518Z|8d9ab81b-dda4-4025-ad7d-00a10e25e7a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:34:50.519Z|8d9ab81b-dda4-4025-ad7d-00a10e25e7a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:00.347Z|30778922-0bdf-4078-90de-866ed0b3e708|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:00.348Z|ba43a9f2-a03f-40dc-90a9-381b3e01e63a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:00.349Z|30778922-0bdf-4078-90de-866ed0b3e708|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:00.349Z|ba43a9f2-a03f-40dc-90a9-381b3e01e63a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:00.537Z|567155b2-215e-4e2d-9265-83f2b404df8f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:00.538Z|567155b2-215e-4e2d-9265-83f2b404df8f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:00.610Z|b7dc34ad-d7e5-4dd8-a0fa-b80ddb01a868|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:35:00.611Z|b7dc34ad-d7e5-4dd8-a0fa-b80ddb01a868|http-nio-8080-exec-6|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:05.184Z|64ccd408-f61e-4f50-901f-2f142dd53c75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:35:05.187Z|64ccd408-f61e-4f50-901f-2f142dd53c75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:35:05.435Z|c1336d3b-968c-43fe-8cc5-d0384131c899|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:35:05.435Z|c1336d3b-968c-43fe-8cc5-d0384131c899|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:35:10.369Z|bbac7697-0b25-468e-83d8-d96b5dee9d7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:10.369Z|870d4806-1175-434b-87b3-02114b149103|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:10.370Z|bbac7697-0b25-468e-83d8-d96b5dee9d7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:10.370Z|870d4806-1175-434b-87b3-02114b149103|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:10.555Z|0b4efa7a-627a-412b-9fd1-2ba90ad1f37d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:10.556Z|0b4efa7a-627a-412b-9fd1-2ba90ad1f37d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:20.184Z|ea940305-b4a2-49e4-86ee-f34e725669db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:35:20.185Z|ea940305-b4a2-49e4-86ee-f34e725669db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:35:20.391Z|46c873c7-9d94-46f1-a08c-0c0fff1fab17|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:20.391Z|0d2116e8-581b-44ca-a688-f07e7ea5b1c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:20.392Z|46c873c7-9d94-46f1-a08c-0c0fff1fab17|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:20.392Z|0d2116e8-581b-44ca-a688-f07e7ea5b1c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:20.576Z|841e040f-c082-4adf-9b18-ffe51c62cebe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:20.576Z|841e040f-c082-4adf-9b18-ffe51c62cebe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:30.412Z|22771e66-597b-405c-a7d6-d2c722567cac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:30.412Z|cfd95ae0-96da-4761-b4a0-58a06abf20f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:30.412Z|22771e66-597b-405c-a7d6-d2c722567cac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:30.413Z|cfd95ae0-96da-4761-b4a0-58a06abf20f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:30.594Z|5ceb436b-d59d-4469-9ef4-d5cc1aa39bc3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:30.594Z|5ceb436b-d59d-4469-9ef4-d5cc1aa39bc3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:35.184Z|0f992bbb-f483-4971-974c-6a19ce5f0aa6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:35:35.184Z|0f992bbb-f483-4971-974c-6a19ce5f0aa6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:35:35.436Z|8822127d-fc5e-4b1b-a71c-aba75425768c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:35:35.436Z|8822127d-fc5e-4b1b-a71c-aba75425768c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:35:40.430Z|a46ec96b-d0ad-4087-924d-f6bbcb6948d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:40.431Z|a46ec96b-d0ad-4087-924d-f6bbcb6948d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:40.432Z|1522209e-d2a8-4428-97d2-eabba12492f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:40.433Z|1522209e-d2a8-4428-97d2-eabba12492f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:40.614Z|4f91c618-6df6-4bf3-b51b-fd096a69d881|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:40.615Z|4f91c618-6df6-4bf3-b51b-fd096a69d881|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:50.184Z|453b1337-51fe-4e63-87d7-fcf03976a65d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:35:50.185Z|453b1337-51fe-4e63-87d7-fcf03976a65d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:35:50.451Z|4d38c6b8-e73c-4f12-b7c3-26097aaeb555|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:50.452Z|4d38c6b8-e73c-4f12-b7c3-26097aaeb555|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:50.454Z|7a8f0999-5c2d-4ff8-a75f-2f5a70ea34ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:50.455Z|7a8f0999-5c2d-4ff8-a75f-2f5a70ea34ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:35:50.632Z|11885407-276d-41f2-8509-313ad2f9aec8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:35:50.632Z|11885407-276d-41f2-8509-313ad2f9aec8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:00.474Z|a2b0eb8a-6ea1-43fd-8553-4aac010cc0fd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:00.474Z|b3752f4b-c14f-4b32-9d9e-8d2f38a72305|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:00.475Z|a2b0eb8a-6ea1-43fd-8553-4aac010cc0fd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:00.475Z|b3752f4b-c14f-4b32-9d9e-8d2f38a72305|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:00.610Z|3b2be358-43cd-404b-b54a-dbbf8294e2fa|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:36:00.611Z|3b2be358-43cd-404b-b54a-dbbf8294e2fa|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:00.649Z|8d435b46-da0b-4b47-9c83-dd5d97a9561e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:00.649Z|8d435b46-da0b-4b47-9c83-dd5d97a9561e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:05.184Z|4f18586e-3a19-4c11-b9e6-2113cefb236f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:36:05.185Z|4f18586e-3a19-4c11-b9e6-2113cefb236f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:36:05.437Z|0885f936-d010-4341-9caf-e9ea4b66308d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:36:05.437Z|0885f936-d010-4341-9caf-e9ea4b66308d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:36:10.495Z|2f13cc77-2817-4519-a14a-2348ef573c6b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:10.496Z|36146e92-b122-4950-bdcd-e513dd3f50ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:10.496Z|36146e92-b122-4950-bdcd-e513dd3f50ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:10.496Z|2f13cc77-2817-4519-a14a-2348ef573c6b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:10.667Z|3622c4c9-c437-4133-ac53-58b956448853|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:10.668Z|3622c4c9-c437-4133-ac53-58b956448853|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:20.184Z|c39457f1-bc22-48a6-8a5b-2b03398f5420|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:36:20.184Z|c39457f1-bc22-48a6-8a5b-2b03398f5420|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:36:20.517Z|0f08bd9d-27b6-4ca2-a858-cb9dd95be43d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:20.517Z|0f08bd9d-27b6-4ca2-a858-cb9dd95be43d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:20.520Z|703cd023-1184-486c-bdf6-96fd69b225f6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:20.521Z|703cd023-1184-486c-bdf6-96fd69b225f6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:20.685Z|eebad0fe-aa33-4e65-8600-5846ec1081b4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:20.685Z|eebad0fe-aa33-4e65-8600-5846ec1081b4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:30.537Z|174f1730-a96c-4e5c-8213-f46c3b7df082|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:30.537Z|06db9ee3-d84f-4061-b2c8-9eed578568c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:30.538Z|174f1730-a96c-4e5c-8213-f46c3b7df082|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:30.538Z|06db9ee3-d84f-4061-b2c8-9eed578568c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:30.703Z|f0a56d12-b32a-43ff-bde5-518b8530301a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:30.703Z|f0a56d12-b32a-43ff-bde5-518b8530301a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:35.184Z|7e880e12-900b-4559-b639-d3269221491e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:36:35.186Z|7e880e12-900b-4559-b639-d3269221491e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:36:35.438Z|a58f256f-4735-4299-bb0e-4290c40529d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:36:35.438Z|a58f256f-4735-4299-bb0e-4290c40529d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:36:40.558Z|8f1945d9-3d69-4bb4-b12d-4db888cd2b9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:40.558Z|07ab8e4c-a9a8-41f5-8cea-a7f6c5c055b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:40.559Z|8f1945d9-3d69-4bb4-b12d-4db888cd2b9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:40.559Z|07ab8e4c-a9a8-41f5-8cea-a7f6c5c055b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:40.722Z|64d59cca-346c-4d31-bffb-0328d42df13c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:40.723Z|64d59cca-346c-4d31-bffb-0328d42df13c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:50.184Z|3095811c-d03c-4ee3-bc90-69d4034a85bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:36:50.185Z|3095811c-d03c-4ee3-bc90-69d4034a85bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:36:50.578Z|9abed5e7-4c92-4e3c-b759-71c4e00e679c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:50.578Z|2d77ee9d-f363-4e3a-ad81-e9d2837e7b42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:50.579Z|2d77ee9d-f363-4e3a-ad81-e9d2837e7b42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:50.579Z|9abed5e7-4c92-4e3c-b759-71c4e00e679c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:36:50.741Z|25aecd8b-c065-4489-98d6-3c827b2792a9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:36:50.742Z|25aecd8b-c065-4489-98d6-3c827b2792a9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:00.599Z|71c70bd4-91b6-4242-8401-23a03bd6c950|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:00.599Z|b53b119d-45de-4c9e-be1e-1f6a7acab16b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:00.601Z|b53b119d-45de-4c9e-be1e-1f6a7acab16b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:00.601Z|71c70bd4-91b6-4242-8401-23a03bd6c950|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:00.610Z|0d1521af-1bfd-4224-afc6-8669a3065263|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:37:00.611Z|0d1521af-1bfd-4224-afc6-8669a3065263|http-nio-8080-exec-10|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:00.760Z|12cc68a8-98fc-4e83-a4c7-a25ddaee65af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:00.761Z|12cc68a8-98fc-4e83-a4c7-a25ddaee65af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:05.184Z|73b80120-1d18-4c45-b1b3-31f4629b6955|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:37:05.184Z|73b80120-1d18-4c45-b1b3-31f4629b6955|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:37:05.439Z|8db8842d-536c-48e0-b72d-e8b3fd57e628|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:37:05.439Z|8db8842d-536c-48e0-b72d-e8b3fd57e628|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:37:10.621Z|6d2c3a70-ad27-4911-a893-a1bcbc283809|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:10.621Z|16038297-26fc-4464-aa84-516e0875b34c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:10.622Z|6d2c3a70-ad27-4911-a893-a1bcbc283809|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:10.622Z|16038297-26fc-4464-aa84-516e0875b34c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:10.779Z|e00f93ca-bf70-4546-87de-9c998ca9093e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:10.780Z|e00f93ca-bf70-4546-87de-9c998ca9093e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:20.184Z|ae102aa2-cff9-4b33-b0cf-8ec3fe849fcb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:37:20.186Z|ae102aa2-cff9-4b33-b0cf-8ec3fe849fcb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:37:20.646Z|9fc3a8bf-96ac-4248-8de7-17e0eabdaa60|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:20.646Z|7ee6eaf4-36c9-4bf5-86f8-ae81325d3f19|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:20.647Z|9fc3a8bf-96ac-4248-8de7-17e0eabdaa60|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:20.647Z|7ee6eaf4-36c9-4bf5-86f8-ae81325d3f19|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:20.798Z|297a8f9d-a60d-4e3e-95ec-0e46a5bde03c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:20.799Z|297a8f9d-a60d-4e3e-95ec-0e46a5bde03c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:30.667Z|2866a063-52ee-431f-b725-1e4e2c91315f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:30.667Z|c2bcd269-d9ff-4428-8d34-06da1d67c53a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:30.668Z|2866a063-52ee-431f-b725-1e4e2c91315f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:30.669Z|c2bcd269-d9ff-4428-8d34-06da1d67c53a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:30.815Z|137c7ec3-e143-4684-88a4-42f5bafb743f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:30.816Z|137c7ec3-e143-4684-88a4-42f5bafb743f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:35.184Z|96f70f4c-4e71-40cb-abb8-d9aecfa3004c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:37:35.184Z|96f70f4c-4e71-40cb-abb8-d9aecfa3004c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:37:35.440Z|32bfb963-2faf-4954-9e30-a0c14db7910d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:37:35.441Z|32bfb963-2faf-4954-9e30-a0c14db7910d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:37:40.689Z|a4d62215-4922-4adf-94ff-de1690ccc84f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:40.689Z|8bdd9a40-5941-413f-90a2-d84f42b22d43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:40.689Z|8bdd9a40-5941-413f-90a2-d84f42b22d43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:40.689Z|a4d62215-4922-4adf-94ff-de1690ccc84f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:40.834Z|3a87d2c2-9993-4568-a5ab-0ec2b176a3d8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:40.835Z|3a87d2c2-9993-4568-a5ab-0ec2b176a3d8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:50.184Z|df23ccbd-58f5-42b6-a3ab-5913bf1d7e6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:37:50.187Z|df23ccbd-58f5-42b6-a3ab-5913bf1d7e6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:37:50.709Z|a05de7f2-e85a-4cce-aedc-5127a41deb0a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:50.709Z|b79fedb0-f822-4300-8814-5d096f1f238e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:50.710Z|b79fedb0-f822-4300-8814-5d096f1f238e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:50.710Z|a05de7f2-e85a-4cce-aedc-5127a41deb0a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:37:50.851Z|d4a5a8c9-1dd9-49b8-abfc-22c22619d7e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:37:50.852Z|d4a5a8c9-1dd9-49b8-abfc-22c22619d7e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:00.612Z|2ab61686-4913-4c88-9d78-d67157efafb9|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:38:00.613Z|2ab61686-4913-4c88-9d78-d67157efafb9|http-nio-8080-exec-5|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:00.732Z|d2689e84-cbcc-4166-9535-92ea52f83898|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:00.732Z|0eeb080d-8d54-4ddc-b173-8bfc92a42ad2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:00.733Z|d2689e84-cbcc-4166-9535-92ea52f83898|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:00.733Z|0eeb080d-8d54-4ddc-b173-8bfc92a42ad2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:00.869Z|72bcba9c-44ca-47bf-a3a3-04e1a8c35a00|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:00.870Z|72bcba9c-44ca-47bf-a3a3-04e1a8c35a00|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:05.184Z|390bf767-d8c8-4e21-a602-dd387ec855b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:38:05.185Z|390bf767-d8c8-4e21-a602-dd387ec855b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:38:05.441Z|c244cdb1-b70d-41bb-9b89-98ba34e8d13d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:38:05.442Z|c244cdb1-b70d-41bb-9b89-98ba34e8d13d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:38:10.751Z|0a9ad482-c6dc-4950-87fd-6ab93d70a73c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:10.751Z|17f35bc7-90f2-4347-9845-9a20cec1f8f2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:10.752Z|0a9ad482-c6dc-4950-87fd-6ab93d70a73c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:10.752Z|17f35bc7-90f2-4347-9845-9a20cec1f8f2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:10.886Z|443b60a5-5260-450f-8568-3a84476b3069|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:10.887Z|443b60a5-5260-450f-8568-3a84476b3069|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:20.184Z|5575a7fb-36ac-4f43-92e5-93ff7e059a5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:38:20.184Z|5575a7fb-36ac-4f43-92e5-93ff7e059a5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:38:20.769Z|d4460f01-df35-4f28-bf68-4ae4a667f5a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:20.770Z|d4460f01-df35-4f28-bf68-4ae4a667f5a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:20.770Z|8de74f81-82da-4b1c-9bba-22ac52500718|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:20.771Z|8de74f81-82da-4b1c-9bba-22ac52500718|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:20.903Z|378a9db2-5d29-4abb-931e-d5bb69a5ecf6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:20.904Z|378a9db2-5d29-4abb-931e-d5bb69a5ecf6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:30.788Z|3fcad6d6-1254-4f95-9032-b8e37e3ca003|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:30.788Z|69b2929b-bbc2-4def-90f2-939f9e6f2663|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:30.789Z|69b2929b-bbc2-4def-90f2-939f9e6f2663|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:30.789Z|3fcad6d6-1254-4f95-9032-b8e37e3ca003|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:30.922Z|fef841c9-888b-4993-a08e-b1380fd7490c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:30.923Z|fef841c9-888b-4993-a08e-b1380fd7490c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:35.184Z|62e01221-dd70-4537-a64d-a5fa812d2b26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:38:35.186Z|62e01221-dd70-4537-a64d-a5fa812d2b26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:38:35.443Z|18f1c662-6d3a-4f3d-8232-1b6e40c21f17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:38:35.443Z|18f1c662-6d3a-4f3d-8232-1b6e40c21f17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:38:40.810Z|844cb064-2d88-4a7f-8a27-4705e5658ce1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:40.810Z|a4a2a8c8-a212-4ee2-96c0-367f469991d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:40.811Z|a4a2a8c8-a212-4ee2-96c0-367f469991d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:40.811Z|844cb064-2d88-4a7f-8a27-4705e5658ce1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:40.939Z|1ff59de1-0255-4ea7-86c1-61d19c2ce9dc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:40.940Z|1ff59de1-0255-4ea7-86c1-61d19c2ce9dc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:50.184Z|2838f203-7d53-4a0c-b914-6a0c6a7ea4a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:38:50.184Z|2838f203-7d53-4a0c-b914-6a0c6a7ea4a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:38:50.833Z|dab1028f-2554-49f2-b7c3-7b7ba2b94d6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:50.833Z|305c96f6-57fd-4440-8ec8-a0cc868c00fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:50.834Z|dab1028f-2554-49f2-b7c3-7b7ba2b94d6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:50.834Z|305c96f6-57fd-4440-8ec8-a0cc868c00fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:38:50.957Z|985d27d8-c574-45b6-917e-17f164a76c9b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:38:50.957Z|985d27d8-c574-45b6-917e-17f164a76c9b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:00.611Z|6c735df8-3fb2-4ff8-89f1-358740b6ca22|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:39:00.612Z|6c735df8-3fb2-4ff8-89f1-358740b6ca22|http-nio-8080-exec-2|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:00.853Z|e76fe483-1f20-4f56-9653-1d647118cd43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:00.853Z|96562ad9-2fa3-4c99-bc6c-4f39843242e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:00.853Z|96562ad9-2fa3-4c99-bc6c-4f39843242e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:00.853Z|e76fe483-1f20-4f56-9653-1d647118cd43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:00.975Z|d1cee3f3-829c-41f9-9d8c-9c97793959fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:00.976Z|d1cee3f3-829c-41f9-9d8c-9c97793959fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:05.184Z|c1afc62b-a033-4afc-a280-92b3e19ba263|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:39:05.185Z|c1afc62b-a033-4afc-a280-92b3e19ba263|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:39:05.444Z|f07eeab8-38df-4577-8654-b4235d24523d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:39:05.444Z|f07eeab8-38df-4577-8654-b4235d24523d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:39:10.871Z|b7cfd9e8-c3e9-4cdd-8a06-394afce3a599|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:10.871Z|6b70659a-83c7-479e-b61f-1ccfdf9841d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:10.872Z|b7cfd9e8-c3e9-4cdd-8a06-394afce3a599|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:10.872Z|6b70659a-83c7-479e-b61f-1ccfdf9841d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:10.993Z|87823926-bb5d-461c-a52a-2eb6f08404d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:10.993Z|87823926-bb5d-461c-a52a-2eb6f08404d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:20.184Z|293b3bc3-599d-4d4d-9ebb-1f2236fed378|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:39:20.186Z|293b3bc3-599d-4d4d-9ebb-1f2236fed378|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:39:20.890Z|b86f4aa8-90b3-453e-b9d7-66d230e0dc6d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:20.890Z|e1c2fa5f-3107-4230-a251-7bcd47ec8354|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:20.890Z|b86f4aa8-90b3-453e-b9d7-66d230e0dc6d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:20.890Z|e1c2fa5f-3107-4230-a251-7bcd47ec8354|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:21.010Z|49535a70-646a-4668-bfc0-0ec52b16b6d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:21.010Z|49535a70-646a-4668-bfc0-0ec52b16b6d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:30.910Z|282e7a3f-b94f-41f7-8548-9e17bf04868c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:30.910Z|9beb003d-4f36-4e29-aa43-a179fa0edff8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:30.911Z|9beb003d-4f36-4e29-aa43-a179fa0edff8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:30.911Z|282e7a3f-b94f-41f7-8548-9e17bf04868c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:31.034Z|672063d0-6deb-477f-85d8-61bf83710bbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:31.035Z|672063d0-6deb-477f-85d8-61bf83710bbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:35.184Z|becdb042-63de-441a-9594-e6f12836c413|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:39:35.185Z|becdb042-63de-441a-9594-e6f12836c413|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:39:35.445Z|51555889-0d4e-4765-9d6c-0bb51da78bdf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:39:35.446Z|51555889-0d4e-4765-9d6c-0bb51da78bdf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:39:40.931Z|49967e8a-eb21-4883-a11c-d6b29f9de6e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:40.931Z|b243fed8-a3a3-4f9a-9815-bc7d7e0dd8d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:40.932Z|b243fed8-a3a3-4f9a-9815-bc7d7e0dd8d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:40.932Z|49967e8a-eb21-4883-a11c-d6b29f9de6e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:41.055Z|f03dbc5e-4c62-403a-bd04-0deeb29d24ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:41.055Z|f03dbc5e-4c62-403a-bd04-0deeb29d24ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:50.184Z|3e61ef1b-94ab-46ac-99d3-b63b4046cf06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:39:50.185Z|3e61ef1b-94ab-46ac-99d3-b63b4046cf06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:39:50.952Z|70b07819-5e00-4b35-b072-955f6c0be85e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:50.952Z|0fbca64f-3429-4352-b365-c614a7e3f4b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:50.953Z|70b07819-5e00-4b35-b072-955f6c0be85e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:50.953Z|0fbca64f-3429-4352-b365-c614a7e3f4b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:39:51.073Z|f41259a1-9f40-417d-9aa8-66d64f6271fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:39:51.073Z|f41259a1-9f40-417d-9aa8-66d64f6271fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:00.610Z|d71f3a19-4582-4c82-a993-96677d920405|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:40:00.611Z|d71f3a19-4582-4c82-a993-96677d920405|http-nio-8080-exec-7|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:00.971Z|aca7b266-c906-42e5-8cdb-079fcf1b4fc0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:00.971Z|94a4b8dd-437d-4279-b008-c7efcb05975d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:00.972Z|aca7b266-c906-42e5-8cdb-079fcf1b4fc0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:00.972Z|94a4b8dd-437d-4279-b008-c7efcb05975d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:01.092Z|96ea49ee-638a-4dd0-abbe-dca313ce69eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:01.092Z|96ea49ee-638a-4dd0-abbe-dca313ce69eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:05.184Z|d0b79a17-f883-4d7c-9a85-b7e9431d333a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:40:05.185Z|d0b79a17-f883-4d7c-9a85-b7e9431d333a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:40:05.447Z|56696b56-8201-41dc-a535-a836c2314d76|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:40:05.447Z|56696b56-8201-41dc-a535-a836c2314d76|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:40:10.988Z|ed530df0-e3d1-49f0-8019-6ccc3d049b94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:10.988Z|c9347c72-6d04-4f1c-b01f-a3f899c428b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:10.988Z|c9347c72-6d04-4f1c-b01f-a3f899c428b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:10.988Z|ed530df0-e3d1-49f0-8019-6ccc3d049b94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:11.109Z|c54d79e9-1fa2-4c89-aec3-7796b0c91e84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:11.110Z|c54d79e9-1fa2-4c89-aec3-7796b0c91e84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:20.184Z|de74e2d5-9187-470a-810e-357f2dd0b6cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:40:20.184Z|de74e2d5-9187-470a-810e-357f2dd0b6cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:40:21.007Z|67704331-e751-467f-9097-ec8ff32239a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:21.008Z|67704331-e751-467f-9097-ec8ff32239a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:21.009Z|e9f8de71-2e8b-4aa8-97bf-641d80acb2cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:21.009Z|e9f8de71-2e8b-4aa8-97bf-641d80acb2cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:21.126Z|798ca439-61db-45b5-bb11-c9288b317c8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:21.127Z|798ca439-61db-45b5-bb11-c9288b317c8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:31.029Z|9230405d-b52e-43db-b1f3-7a3b71f8025e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:31.029Z|6eec9db2-0537-46e1-8e2e-aa389ae068ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:31.030Z|9230405d-b52e-43db-b1f3-7a3b71f8025e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:31.030Z|6eec9db2-0537-46e1-8e2e-aa389ae068ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:31.144Z|d3e8a972-fa2f-4681-856e-5fc4a80b9bc3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:31.145Z|d3e8a972-fa2f-4681-856e-5fc4a80b9bc3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:35.184Z|86f6020d-2cff-403a-aa7d-7a3b0a53cc06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:40:35.184Z|86f6020d-2cff-403a-aa7d-7a3b0a53cc06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:40:35.448Z|5c22f41d-3390-4a23-ae45-84abb703a985|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:40:35.448Z|5c22f41d-3390-4a23-ae45-84abb703a985|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:40:41.051Z|4e0fcf4c-1237-4679-add3-ffddf894b5de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:41.051Z|637333ca-3c65-4993-adac-f332bda8d654|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:41.052Z|4e0fcf4c-1237-4679-add3-ffddf894b5de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:41.052Z|637333ca-3c65-4993-adac-f332bda8d654|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:41.162Z|f08b59f5-0cd2-48bf-bc40-bd21cd8d1a95|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:41.162Z|f08b59f5-0cd2-48bf-bc40-bd21cd8d1a95|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:50.184Z|192f122e-b62d-4955-aec1-7c0038423b0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:40:50.185Z|192f122e-b62d-4955-aec1-7c0038423b0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:40:51.073Z|b66295df-cbd6-40db-a715-0514b7eb0071|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:51.073Z|585799e6-87e6-44f0-b8fa-e7b71fe0e653|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:51.074Z|585799e6-87e6-44f0-b8fa-e7b71fe0e653|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:51.074Z|b66295df-cbd6-40db-a715-0514b7eb0071|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:40:51.179Z|1be2c620-7b62-4b93-9d48-c98a90c9d840|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:40:51.180Z|1be2c620-7b62-4b93-9d48-c98a90c9d840|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:00.611Z|f0e92cb2-7a7a-443d-94d5-f055a94b2258|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|500||Entering
2022-02-26T13:41:00.612Z|f0e92cb2-7a7a-443d-94d5-f055a94b2258|http-nio-8080-exec-9|manage/health|kube-probe/1.19|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:01.094Z|e385961d-50c1-48e4-9ef3-056b286d7037|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:01.094Z|c4922aea-506d-440d-9935-60c850ae6184|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:01.095Z|e385961d-50c1-48e4-9ef3-056b286d7037|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:01.095Z|c4922aea-506d-440d-9935-60c850ae6184|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:01.197Z|4cfc2b2f-f86d-410a-a0b4-3d02c95df669|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:01.198Z|4cfc2b2f-f86d-410a-a0b4-3d02c95df669|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:05.184Z|8cc89831-169d-4cbe-8450-cb287b568ffe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:41:05.184Z|8cc89831-169d-4cbe-8450-cb287b568ffe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:41:05.449Z|3c0dc59c-78fa-4afc-b20b-73db8275652b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:41:05.449Z|3c0dc59c-78fa-4afc-b20b-73db8275652b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:41:11.113Z|a0d4c97d-89c5-496d-a647-95bfa84c918f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:11.113Z|a0d4c97d-89c5-496d-a647-95bfa84c918f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:11.115Z|b0fcf254-599a-442b-b3a7-102b8a0c6193|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:11.115Z|b0fcf254-599a-442b-b3a7-102b8a0c6193|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:11.214Z|69b58922-cba3-4ada-bd4f-68e6bec94083|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:11.215Z|69b58922-cba3-4ada-bd4f-68e6bec94083|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:20.184Z|e92b78eb-bf94-44d4-b9b8-c2993b6cd0a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:41:20.184Z|e92b78eb-bf94-44d4-b9b8-c2993b6cd0a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:41:21.131Z|909c6224-9e51-41c1-9aa6-a20509130f55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:21.132Z|09799a48-0d2b-4a4c-8111-683e9437ea07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:21.132Z|909c6224-9e51-41c1-9aa6-a20509130f55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:21.132Z|09799a48-0d2b-4a4c-8111-683e9437ea07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:21.233Z|60e3d671-ccbc-4cb0-8cf1-8a60e104ca8c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:21.233Z|60e3d671-ccbc-4cb0-8cf1-8a60e104ca8c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:31.152Z|c7a09c60-fe1a-4b49-8b67-07bfb8c154ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:31.153Z|46b76314-c3b0-48c4-9c59-19e461e40147|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:31.154Z|c7a09c60-fe1a-4b49-8b67-07bfb8c154ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:31.154Z|46b76314-c3b0-48c4-9c59-19e461e40147|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:31.249Z|dfe63329-c3ae-4566-a0ab-6eeb23bfe898|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:31.250Z|dfe63329-c3ae-4566-a0ab-6eeb23bfe898|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:35.184Z|889eafaa-430f-4fb0-a48e-c4f54717047b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:41:35.187Z|889eafaa-430f-4fb0-a48e-c4f54717047b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:41:35.449Z|3c010cfd-05f2-4c13-bcdc-78c42c497df7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:41:35.450Z|3c010cfd-05f2-4c13-bcdc-78c42c497df7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:41:41.175Z|17cba9c2-bf98-446b-ba48-be0e05340acd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:41.175Z|4a958ec1-d2b0-4a39-9066-5dbd28859f5a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:41.176Z|4a958ec1-d2b0-4a39-9066-5dbd28859f5a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:41.176Z|17cba9c2-bf98-446b-ba48-be0e05340acd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:41.266Z|1c94a9cd-0e4e-4a08-9b1c-1345fec5b326|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:41.267Z|1c94a9cd-0e4e-4a08-9b1c-1345fec5b326|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:50.184Z|d8407e47-7459-4eb3-b77f-fa5fc1967e5d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-02-26T13:41:50.184Z|d8407e47-7459-4eb3-b77f-fa5fc1967e5d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-02-26T13:41:51.195Z|2290b357-e6c2-40ae-983a-7e4e9c04eb9a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:51.195Z|25cc8605-8854-4402-976f-d5803dbd7903|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:51.195Z|2290b357-e6c2-40ae-983a-7e4e9c04eb9a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:51.195Z|25cc8605-8854-4402-976f-d5803dbd7903|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-02-26T13:41:51.284Z|0732a291-4884-4ab4-8b42-63c93ecb2bbe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-02-26T13:41:51.285Z|0732a291-4884-4ab4-8b42-63c93ecb2bbe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.