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)

2023-01-10T05:28:35.338Z||main|||||INFO|500||The following profiles are active: basic
2023-01-10T05:28:54.843Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-10T05:28:54.844Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-10T05:28:55.058Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-10T05:29:04.888Z||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.

2023-01-10T05:29:05.254Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-10T05:29:05.536Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-10T05:29:06.120Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-10T05:29:06.129Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-10T05:29:06.305Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-10T05:29:06.630Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-10T05:29:07.424Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-10T05:29:10.527Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-10T05:29:13.518Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-10T05:29:13.617Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-10T05:29:14.389Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-10T05:29:14.725Z||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.
2023-01-10T05:29:16.276Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-10T05:29:18.039Z||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
2023-01-10T05:29:25.746Z||main|||||WARN|500||---
2023-01-10T05:29:25.746Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-10T05:29:25.747Z||main|||||WARN|500||---
2023-01-10T05:29:26.427Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-10T05:29:32.964Z||main|||||INFO|500||Started ApiHandlerApplication in 62.404 seconds (JVM running for 65.734)
2023-01-10T05:29:32.977Z|801b071c-17d2-43eb-8154-3b07dcf923b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:29:32.998Z|801b071c-17d2-43eb-8154-3b07dcf923b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:29:33.001Z|9a72e3a7-c9ba-4b98-b7e7-b6b75b59be11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:29:33.013Z|9a72e3a7-c9ba-4b98-b7e7-b6b75b59be11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:29:36.356Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-10T05:29:36.624Z|17b4aeb4-48e6-4f78-b6e8-7e81b7fe1783|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
2023-01-10T05:29:37.144Z|17b4aeb4-48e6-4f78-b6e8-7e81b7fe1783|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:29:37.663Z|80095c2b-418e-463d-9a2b-9806cb85026c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:29:37.664Z|80095c2b-418e-463d-9a2b-9806cb85026c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:29:38.979Z|d7e2269d-ceb1-4dc2-b5a5-3efbb1e1d228|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:29:38.981Z|d7e2269d-ceb1-4dc2-b5a5-3efbb1e1d228|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:29:47.258Z|ec599c63-a56b-479d-a12d-4d7d2c951405|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:29:47.260Z|ec599c63-a56b-479d-a12d-4d7d2c951405|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:29:47.702Z|3842ce37-16a7-4144-a48d-b192df03d6db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:29:47.703Z|3842ce37-16a7-4144-a48d-b192df03d6db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:29:47.952Z|6d097ce3-77e4-493c-8485-a222ea860a88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:29:47.955Z|6d097ce3-77e4-493c-8485-a222ea860a88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:29:49.033Z|f649ab8d-9f5c-413a-8208-f534b3722211|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:29:49.035Z|f649ab8d-9f5c-413a-8208-f534b3722211|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:29:57.297Z|b5d55ee1-f6a0-4a84-93e8-a53d61db5ff5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:29:57.299Z|b5d55ee1-f6a0-4a84-93e8-a53d61db5ff5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:29:57.738Z|0fa9d7be-725c-4476-9472-b7ab44268c38|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:29:57.739Z|0fa9d7be-725c-4476-9472-b7ab44268c38|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:29:59.078Z|2da7bf9c-e8ff-4b52-be5e-cbf59191ebd8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:29:59.080Z|2da7bf9c-e8ff-4b52-be5e-cbf59191ebd8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:02.952Z|4eff9eaf-549d-4656-9859-349386c23df9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:30:02.954Z|4eff9eaf-549d-4656-9859-349386c23df9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:30:03.015Z|3537c850-825e-406e-83ee-61c2a6dfbf6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:30:03.017Z|3537c850-825e-406e-83ee-61c2a6dfbf6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:30:07.348Z|f9f31cee-9614-49d0-a2bf-9f49cc2a6161|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:07.350Z|f9f31cee-9614-49d0-a2bf-9f49cc2a6161|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:07.773Z|fd7c779b-933c-4f47-9e02-94773a3313a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:07.775Z|fd7c779b-933c-4f47-9e02-94773a3313a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:09.128Z|e87351a5-c39e-4029-90c6-e51121202d75|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:09.130Z|e87351a5-c39e-4029-90c6-e51121202d75|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:17.397Z|300a0319-2d36-42bb-aa11-66175022ffa7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:17.398Z|300a0319-2d36-42bb-aa11-66175022ffa7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:17.809Z|1cf0a46a-c69e-40c7-ab9d-1145a09736fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:17.810Z|1cf0a46a-c69e-40c7-ab9d-1145a09736fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:17.952Z|a91804a7-afca-4681-ad38-b31ea496df2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:30:17.953Z|a91804a7-afca-4681-ad38-b31ea496df2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:30:19.166Z|bd8e7acf-3cc1-428e-98e3-ebc354578043|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:19.167Z|bd8e7acf-3cc1-428e-98e3-ebc354578043|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:27.434Z|924a81c7-797b-407c-bfcd-6c70e1157832|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:27.435Z|924a81c7-797b-407c-bfcd-6c70e1157832|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:27.850Z|b99cfe07-e9c8-4d5a-863f-9a7ca1c75a87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:27.851Z|b99cfe07-e9c8-4d5a-863f-9a7ca1c75a87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:29.202Z|9bf86aa7-a2fd-4a35-8de5-1800e1b6b718|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:29.203Z|9bf86aa7-a2fd-4a35-8de5-1800e1b6b718|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:32.952Z|83e06903-c2ad-4f11-a6e7-80aaabf56770|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:30:32.956Z|83e06903-c2ad-4f11-a6e7-80aaabf56770|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:30:33.019Z|df39518e-2dc6-4da0-bb1b-3c5ab7f41150|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:30:33.020Z|df39518e-2dc6-4da0-bb1b-3c5ab7f41150|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:30:37.479Z|ae06eb4a-2a18-451c-8b64-834ad5689b69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:37.480Z|ae06eb4a-2a18-451c-8b64-834ad5689b69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:37.891Z|6d394321-2a80-490b-ac84-b5238eb57ef2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:37.899Z|6d394321-2a80-490b-ac84-b5238eb57ef2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:39.256Z|61a6da4e-43f2-4236-95d6-ff4ae54fd761|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:39.257Z|61a6da4e-43f2-4236-95d6-ff4ae54fd761|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:47.530Z|573eea01-db95-4fcb-9c91-51ac253f1a1f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:47.532Z|573eea01-db95-4fcb-9c91-51ac253f1a1f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:47.937Z|8e868a88-dce0-4c26-a6fb-88ee6b3d57fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:47.939Z|8e868a88-dce0-4c26-a6fb-88ee6b3d57fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:47.952Z|f68cdc4e-9e8c-4b83-9f46-6a9f3770f607|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:30:47.953Z|f68cdc4e-9e8c-4b83-9f46-6a9f3770f607|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:30:49.299Z|6f6ab4ca-e0d6-4b16-ad6f-94b1ab190ca0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:49.302Z|6f6ab4ca-e0d6-4b16-ad6f-94b1ab190ca0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:57.580Z|35881f7a-43ec-49d7-9e7e-e024bdfe9af6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:57.581Z|35881f7a-43ec-49d7-9e7e-e024bdfe9af6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:57.981Z|b1b850f3-a03d-466f-9e1a-e3d073cea9dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:57.983Z|b1b850f3-a03d-466f-9e1a-e3d073cea9dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:30:59.337Z|a5f0d23a-f1f8-4dcc-9c3f-c1ec37a16a40|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:30:59.338Z|a5f0d23a-f1f8-4dcc-9c3f-c1ec37a16a40|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:02.951Z|9eca1a91-ff1d-4f42-ab33-8c02523ff15b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:31:02.953Z|9eca1a91-ff1d-4f42-ab33-8c02523ff15b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:31:03.021Z|aed92695-a6ef-4261-a166-bae25ba67018|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:31:03.023Z|aed92695-a6ef-4261-a166-bae25ba67018|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:31:07.615Z|8af0a2cc-361b-48d6-a86c-e52af84e677e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:07.616Z|8af0a2cc-361b-48d6-a86c-e52af84e677e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:08.034Z|a3143407-bded-49f4-9a13-33117782fcfe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:08.037Z|a3143407-bded-49f4-9a13-33117782fcfe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:09.373Z|0c2c8b40-e754-4ff4-9f46-8ca788677892|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:09.374Z|0c2c8b40-e754-4ff4-9f46-8ca788677892|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:17.648Z|047342e2-f8d2-4516-86a0-3b0a2efbbb9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:17.650Z|047342e2-f8d2-4516-86a0-3b0a2efbbb9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:17.952Z|d9c32431-892a-4fcd-88cf-e550470af222|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:31:17.956Z|d9c32431-892a-4fcd-88cf-e550470af222|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:31:18.076Z|f9e9a9d7-d555-4cda-b387-96ae7eb05f28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:18.078Z|f9e9a9d7-d555-4cda-b387-96ae7eb05f28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:19.402Z|09036ed1-d422-4c8f-aa2a-5c5f150dec3f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:19.403Z|09036ed1-d422-4c8f-aa2a-5c5f150dec3f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:27.682Z|ddb3fb66-67e4-4048-9342-2474ef2315d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:27.683Z|ddb3fb66-67e4-4048-9342-2474ef2315d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:28.116Z|dff4a72d-6d2b-4ec3-91c7-796c2600e856|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:28.117Z|dff4a72d-6d2b-4ec3-91c7-796c2600e856|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:29.439Z|f7e40400-823e-4ba3-b843-98ab82dff47a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:29.441Z|f7e40400-823e-4ba3-b843-98ab82dff47a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:32.952Z|48902213-1dc3-4b48-8ee5-502400339aaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:31:32.953Z|48902213-1dc3-4b48-8ee5-502400339aaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:31:33.024Z|30d3e7e1-893a-4a34-b33b-5b6ee9c104ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:31:33.025Z|30d3e7e1-893a-4a34-b33b-5b6ee9c104ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:31:37.734Z|de75a665-93aa-4081-aa49-354739e38da4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:37.736Z|de75a665-93aa-4081-aa49-354739e38da4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:38.162Z|d90137a3-a795-4872-9ec9-f411ac4d0289|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:38.165Z|d90137a3-a795-4872-9ec9-f411ac4d0289|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:39.476Z|201c8c05-45db-4693-887d-bd7261c47985|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:39.478Z|201c8c05-45db-4693-887d-bd7261c47985|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:47.782Z|ac82e0c4-b218-4713-b78c-dba455e3a6e7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:47.783Z|ac82e0c4-b218-4713-b78c-dba455e3a6e7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:47.954Z|983e4025-3751-46d3-976e-9313709db5eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:31:47.955Z|983e4025-3751-46d3-976e-9313709db5eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:31:48.224Z|97b20ad8-1119-46b7-abdd-9c61142ccb5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:48.227Z|97b20ad8-1119-46b7-abdd-9c61142ccb5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:49.509Z|6e08965b-44d2-4309-a427-9f72d1713b88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:49.510Z|6e08965b-44d2-4309-a427-9f72d1713b88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:57.864Z|64b6e306-e5b2-4a5f-b2d7-47bb2822b8b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:57.865Z|64b6e306-e5b2-4a5f-b2d7-47bb2822b8b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:58.270Z|d892dc60-cd05-4021-bf51-0a12474756e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:58.271Z|d892dc60-cd05-4021-bf51-0a12474756e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:31:59.537Z|7cf52ac5-8681-40f9-a791-baa583749ecd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:31:59.538Z|7cf52ac5-8681-40f9-a791-baa583749ecd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:02.952Z|6d75c912-ecd7-4e56-9cc1-c42e9fa9d507|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:32:02.956Z|6d75c912-ecd7-4e56-9cc1-c42e9fa9d507|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:32:03.026Z|cabc0e8f-4cf7-48ba-906d-f3317c6b7010|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:32:03.027Z|cabc0e8f-4cf7-48ba-906d-f3317c6b7010|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:32:07.911Z|c37904bb-83f6-4e28-9304-47e1631e6703|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:07.913Z|c37904bb-83f6-4e28-9304-47e1631e6703|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:08.304Z|b1ac4134-d778-4d5a-b331-d43dd56efbd0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:08.306Z|b1ac4134-d778-4d5a-b331-d43dd56efbd0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:09.574Z|b9d557dc-743b-4a00-b0c9-ed7959986e87|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:09.575Z|b9d557dc-743b-4a00-b0c9-ed7959986e87|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:17.948Z|7fbc3788-8390-4843-bac0-3b3bce42633f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:17.950Z|7fbc3788-8390-4843-bac0-3b3bce42633f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:17.952Z|39e04fd6-74be-493f-8ddf-736118b386de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:32:17.952Z|39e04fd6-74be-493f-8ddf-736118b386de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:32:18.335Z|cdff4e54-79ad-48a6-961b-51f7b2b29480|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:18.336Z|cdff4e54-79ad-48a6-961b-51f7b2b29480|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:19.607Z|b384b373-a565-4dc4-9304-1602d564088d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:19.608Z|b384b373-a565-4dc4-9304-1602d564088d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:27.985Z|b6bfa83d-5811-4e62-b68c-1221df359202|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:27.987Z|b6bfa83d-5811-4e62-b68c-1221df359202|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:28.366Z|bc2858f3-31e4-4a3c-b01c-aacc3ab28f4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:28.367Z|bc2858f3-31e4-4a3c-b01c-aacc3ab28f4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:29.636Z|f718abfc-46b3-4b32-964c-534443fa9a96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:29.637Z|f718abfc-46b3-4b32-964c-534443fa9a96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:32.953Z|120689ad-26ab-4f82-894c-518d815b959a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:32:32.954Z|120689ad-26ab-4f82-894c-518d815b959a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:32:33.029Z|9bd0455e-60d2-4bfa-a38f-245fba098c94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:32:33.031Z|9bd0455e-60d2-4bfa-a38f-245fba098c94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:32:38.046Z|f5bf7620-8644-4189-ac82-44e410a91371|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:38.048Z|f5bf7620-8644-4189-ac82-44e410a91371|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:38.400Z|fdf01e7f-3b4c-4a7f-8691-1650ace10b71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:38.402Z|fdf01e7f-3b4c-4a7f-8691-1650ace10b71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:39.677Z|7042c502-92c3-4f55-9ba2-a17f6f7fd8f8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:39.679Z|7042c502-92c3-4f55-9ba2-a17f6f7fd8f8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:47.952Z|5a9c18e6-16da-49d5-916e-016f6fda1244|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:32:47.956Z|5a9c18e6-16da-49d5-916e-016f6fda1244|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:32:48.107Z|2f171aa0-e465-4ede-82f0-3c247dce0587|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:48.108Z|2f171aa0-e465-4ede-82f0-3c247dce0587|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:48.432Z|e0c3c736-8f71-489f-8488-388b4f9d569c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:48.434Z|e0c3c736-8f71-489f-8488-388b4f9d569c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:49.708Z|2502c5fb-b711-42bd-b935-1fbbe614d5bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:49.709Z|2502c5fb-b711-42bd-b935-1fbbe614d5bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:58.147Z|b9c394e0-3c8f-453d-98a9-0af38d12aab1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:58.149Z|b9c394e0-3c8f-453d-98a9-0af38d12aab1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:58.465Z|738f2725-cb15-42f8-8012-3d433e1cd069|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:58.467Z|738f2725-cb15-42f8-8012-3d433e1cd069|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:32:59.736Z|1c1502d2-593f-404b-aed7-e4d798c1c4d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:32:59.737Z|1c1502d2-593f-404b-aed7-e4d798c1c4d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:02.951Z|c50a8c27-5525-4a47-96a4-ce5e7a85f1a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:33:02.953Z|c50a8c27-5525-4a47-96a4-ce5e7a85f1a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:33:03.032Z|0c98ecc2-c2b3-4df1-99ce-289ae1fd7f1a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:33:03.033Z|0c98ecc2-c2b3-4df1-99ce-289ae1fd7f1a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:33:08.179Z|15575698-fdfc-42d1-995e-0cc96097510a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:08.180Z|15575698-fdfc-42d1-995e-0cc96097510a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:08.496Z|4827db19-aa55-4601-90b7-b0e50b684afd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:08.497Z|4827db19-aa55-4601-90b7-b0e50b684afd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:09.763Z|1d748c8a-83fe-4f01-b687-d94fcf96a896|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:09.764Z|1d748c8a-83fe-4f01-b687-d94fcf96a896|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:17.955Z|778ee5df-63c0-4379-bd13-8e5bc82a9386|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:33:17.961Z|778ee5df-63c0-4379-bd13-8e5bc82a9386|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:33:18.209Z|f1807d6c-ffb5-400c-b62d-57d46bcfa3e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:18.210Z|f1807d6c-ffb5-400c-b62d-57d46bcfa3e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:18.539Z|05b0f430-9f97-4a65-a1d4-0989ec577b8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:18.541Z|05b0f430-9f97-4a65-a1d4-0989ec577b8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:19.798Z|bd6598a0-5654-45bf-8006-159d52d98f89|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:19.800Z|bd6598a0-5654-45bf-8006-159d52d98f89|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:28.239Z|f88e791a-885d-4f2c-9a10-cacc85f96bf6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:28.240Z|f88e791a-885d-4f2c-9a10-cacc85f96bf6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:28.573Z|6b2fece9-9e6d-4261-9357-de18fe5f75da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:28.574Z|6b2fece9-9e6d-4261-9357-de18fe5f75da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:29.856Z|aa3bf1e4-0ee8-47f3-9075-f5bce8ad1a6f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:29.857Z|aa3bf1e4-0ee8-47f3-9075-f5bce8ad1a6f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:32.952Z|864d91b2-7222-456a-a234-27ad61a0bd93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:33:32.953Z|864d91b2-7222-456a-a234-27ad61a0bd93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:33:33.034Z|a4f77ad8-e548-4d84-b750-4d79bbf0ad59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:33:33.035Z|a4f77ad8-e548-4d84-b750-4d79bbf0ad59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:33:38.267Z|5f6b5fb1-d1ac-4924-89f8-456ae84bc340|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:38.269Z|5f6b5fb1-d1ac-4924-89f8-456ae84bc340|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:38.603Z|30898379-5204-44b7-b8a0-997fcbe16edd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:38.605Z|30898379-5204-44b7-b8a0-997fcbe16edd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:39.882Z|12a0bfbf-d5be-41d6-bf60-b1f4ea659de9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:39.883Z|12a0bfbf-d5be-41d6-bf60-b1f4ea659de9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:47.951Z|006d3e6f-c58f-43e1-9da8-38aa7b3f2e2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:33:47.953Z|006d3e6f-c58f-43e1-9da8-38aa7b3f2e2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:33:48.307Z|40cf374a-5073-4b68-a2d7-0e35c92de00d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:48.309Z|40cf374a-5073-4b68-a2d7-0e35c92de00d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:48.650Z|03252d77-aaa4-4e8a-ae1e-0267f79f36cf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:48.652Z|03252d77-aaa4-4e8a-ae1e-0267f79f36cf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:49.920Z|ac0c5fcc-43c8-4f2a-89a1-2cb88613fc39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:49.921Z|ac0c5fcc-43c8-4f2a-89a1-2cb88613fc39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:58.338Z|dfec9603-8eab-4337-982e-70954d60a4f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:58.340Z|dfec9603-8eab-4337-982e-70954d60a4f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:58.679Z|8bdd6a00-c686-4203-a147-858fa49abeff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:58.681Z|8bdd6a00-c686-4203-a147-858fa49abeff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:33:59.948Z|6bbfb86d-2563-4f36-a2f0-eae954c840f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:33:59.950Z|6bbfb86d-2563-4f36-a2f0-eae954c840f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:02.952Z|38f8990c-2eeb-4e7a-905a-c947d30fe367|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:34:02.955Z|38f8990c-2eeb-4e7a-905a-c947d30fe367|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:34:03.037Z|d724fa18-b210-4f79-be6e-4158d87199a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:34:03.037Z|d724fa18-b210-4f79-be6e-4158d87199a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:34:08.368Z|f80ad212-1ef4-43de-a716-4efb16771a34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:08.369Z|f80ad212-1ef4-43de-a716-4efb16771a34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:08.711Z|949d72f6-bb9d-4f0e-8141-8fe99890ad8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:08.713Z|949d72f6-bb9d-4f0e-8141-8fe99890ad8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:09.979Z|ae7b2f41-3fe1-4ae7-a658-fd1c8b60df16|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:09.980Z|ae7b2f41-3fe1-4ae7-a658-fd1c8b60df16|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:17.952Z|a7e621bf-6134-4bfd-8308-e102065956ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:34:17.953Z|a7e621bf-6134-4bfd-8308-e102065956ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:34:18.400Z|800176d5-0a09-45de-8554-689b83f445cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:18.401Z|800176d5-0a09-45de-8554-689b83f445cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:18.742Z|f35b4825-badd-47e2-bde0-8343fd3becff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:18.743Z|f35b4825-badd-47e2-bde0-8343fd3becff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:20.014Z|5967fc8b-ebb1-4d8c-b884-7669a68e5e10|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:20.015Z|5967fc8b-ebb1-4d8c-b884-7669a68e5e10|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:28.432Z|124950ef-f43c-4482-b7ca-9c3fc8b1bbef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:28.433Z|124950ef-f43c-4482-b7ca-9c3fc8b1bbef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:28.771Z|2a59e316-3ddf-4624-bed9-c3681ca5b7e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:28.773Z|2a59e316-3ddf-4624-bed9-c3681ca5b7e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:30.049Z|10a08f8e-c9f9-4787-b22b-2998fa743427|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:30.051Z|10a08f8e-c9f9-4787-b22b-2998fa743427|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:32.952Z|eb505498-ffee-4edc-8564-8572bf8b12ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:34:32.953Z|eb505498-ffee-4edc-8564-8572bf8b12ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:34:33.039Z|76a62a88-a023-41e5-b0f7-7af025d3adb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:34:33.040Z|76a62a88-a023-41e5-b0f7-7af025d3adb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:34:38.465Z|7ec9304d-6220-40a6-99d9-c9cffaa58740|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:38.466Z|7ec9304d-6220-40a6-99d9-c9cffaa58740|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:38.803Z|f7225822-a040-494a-93ba-7a6415758aab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:38.805Z|f7225822-a040-494a-93ba-7a6415758aab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:40.084Z|f13fab97-72de-4afa-9523-4cca5ee07080|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:40.086Z|f13fab97-72de-4afa-9523-4cca5ee07080|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:47.953Z|ea247b93-147a-4da2-8c94-f37a59c7e648|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:34:47.957Z|ea247b93-147a-4da2-8c94-f37a59c7e648|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:34:48.495Z|89096dde-66ff-420b-abef-55d875191b82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:48.498Z|89096dde-66ff-420b-abef-55d875191b82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:48.840Z|fce7394e-b735-4f76-a2c8-18b35940accf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:48.841Z|fce7394e-b735-4f76-a2c8-18b35940accf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:50.125Z|fef92913-56d6-4f63-bf07-f37c9c99f228|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:50.128Z|fef92913-56d6-4f63-bf07-f37c9c99f228|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:58.531Z|47c74061-dcb5-4dee-88cb-3e907bfa9c96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:58.533Z|47c74061-dcb5-4dee-88cb-3e907bfa9c96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:34:58.927Z|a2811c1d-400f-47fd-bc04-8fa9955bb6ca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:34:58.930Z|a2811c1d-400f-47fd-bc04-8fa9955bb6ca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:00.158Z|96a3beb1-e218-4d87-a55b-5e32b943e3ce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:00.160Z|96a3beb1-e218-4d87-a55b-5e32b943e3ce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:02.951Z|23cf327c-d597-4659-b976-8fd4577cb987|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:35:02.952Z|23cf327c-d597-4659-b976-8fd4577cb987|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:35:03.041Z|5fc9b937-a38e-4dfb-8778-ea66e7207f30|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:35:03.042Z|5fc9b937-a38e-4dfb-8778-ea66e7207f30|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:35:08.565Z|765badf1-9b99-42f4-887f-d40aeb9bfe05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:08.566Z|765badf1-9b99-42f4-887f-d40aeb9bfe05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:08.973Z|de6290ab-b93f-42eb-9249-2de4a7e796bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:08.974Z|de6290ab-b93f-42eb-9249-2de4a7e796bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:10.192Z|6eac94d5-d204-44ad-be51-158dd0ea8b0b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:10.193Z|6eac94d5-d204-44ad-be51-158dd0ea8b0b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:17.952Z|c058396c-9607-4fdc-a86e-0f607b2ab798|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:35:17.953Z|c058396c-9607-4fdc-a86e-0f607b2ab798|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:35:18.593Z|e84d92b7-f219-4ad8-b733-104f69344f89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:18.594Z|e84d92b7-f219-4ad8-b733-104f69344f89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:19.011Z|908fc704-96dc-40df-8099-4649e3a18d3b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:19.012Z|908fc704-96dc-40df-8099-4649e3a18d3b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:20.225Z|53735f69-0992-4d5e-b877-c9797fab7ea9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:20.227Z|53735f69-0992-4d5e-b877-c9797fab7ea9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:28.623Z|965565c5-eb85-4a4b-9628-fc9acb3d5724|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:28.624Z|965565c5-eb85-4a4b-9628-fc9acb3d5724|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:29.057Z|ef385ec6-240d-4828-bbfc-038e732b2038|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:29.059Z|ef385ec6-240d-4828-bbfc-038e732b2038|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:30.253Z|c84f358a-ff02-4a66-8ad2-513ad701c391|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:30.255Z|c84f358a-ff02-4a66-8ad2-513ad701c391|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:32.952Z|47114bd2-8857-4ebf-a707-3617ae49c233|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:35:32.956Z|47114bd2-8857-4ebf-a707-3617ae49c233|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:35:33.044Z|1b66ecb8-b248-400f-b3ff-86dd9fdce273|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:35:33.045Z|1b66ecb8-b248-400f-b3ff-86dd9fdce273|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:35:38.657Z|642a44e4-a8bf-4aca-8d9b-1afa1698047e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:38.659Z|642a44e4-a8bf-4aca-8d9b-1afa1698047e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:39.097Z|38a0d2d0-5461-45a0-b28e-a54ebba0e19d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:39.098Z|38a0d2d0-5461-45a0-b28e-a54ebba0e19d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:40.284Z|9b6f576d-345b-4c61-8231-59b13f90740e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:40.285Z|9b6f576d-345b-4c61-8231-59b13f90740e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:47.954Z|23c920ba-d4c2-4d91-8674-b932d7da6a8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:35:47.955Z|23c920ba-d4c2-4d91-8674-b932d7da6a8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:35:48.702Z|67d57a31-a61b-4afa-9886-6d87cc114421|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:48.704Z|67d57a31-a61b-4afa-9886-6d87cc114421|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:49.147Z|fd87071a-9a46-48f2-baac-8bd27855fa81|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:49.148Z|fd87071a-9a46-48f2-baac-8bd27855fa81|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:50.318Z|f4d8d268-d972-47de-aa9b-59c8ffc2553a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:50.319Z|f4d8d268-d972-47de-aa9b-59c8ffc2553a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:58.744Z|f2e48467-1f19-4240-b3dc-6ebf786b15be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:58.745Z|f2e48467-1f19-4240-b3dc-6ebf786b15be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:35:59.176Z|74233617-7d59-48e5-8131-4f2a9b8dc0a3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:35:59.177Z|74233617-7d59-48e5-8131-4f2a9b8dc0a3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:00.355Z|17b079e7-9012-4f6e-8cde-e77594f4ee57|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:00.357Z|17b079e7-9012-4f6e-8cde-e77594f4ee57|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:02.955Z|2359ea95-299c-4af7-a920-2131a0a11e80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:36:02.958Z|2359ea95-299c-4af7-a920-2131a0a11e80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:36:03.049Z|1d1629f3-ac33-4685-a165-f457ce05ef57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:36:03.050Z|1d1629f3-ac33-4685-a165-f457ce05ef57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:36:08.770Z|de904243-4fdc-45eb-abb4-954217522a6a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:08.772Z|de904243-4fdc-45eb-abb4-954217522a6a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:09.203Z|666cc7a6-e7ad-4531-93b8-06098b0a10bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:09.203Z|666cc7a6-e7ad-4531-93b8-06098b0a10bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:10.389Z|655916bf-780b-4c96-becc-f4b323cbcfc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:10.391Z|655916bf-780b-4c96-becc-f4b323cbcfc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:17.951Z|2bc0b16e-ceb2-4afe-b248-c322d376a2be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:36:17.952Z|2bc0b16e-ceb2-4afe-b248-c322d376a2be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:36:18.818Z|36110d4b-72b9-4cfe-aff4-cb6680aa19af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:18.819Z|36110d4b-72b9-4cfe-aff4-cb6680aa19af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:19.230Z|a3d5c3ca-054b-4eb8-8558-770a8a5d35b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:19.231Z|a3d5c3ca-054b-4eb8-8558-770a8a5d35b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:20.425Z|4620c2c0-908d-4a0c-b6ec-3876f665dc86|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:20.426Z|4620c2c0-908d-4a0c-b6ec-3876f665dc86|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:28.852Z|f3688f8d-8ce2-44e8-9852-a6529ce2dc55|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:28.854Z|f3688f8d-8ce2-44e8-9852-a6529ce2dc55|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:29.264Z|657af23e-c963-4155-a243-789c3be2aff6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:29.265Z|657af23e-c963-4155-a243-789c3be2aff6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:30.456Z|a8ff2e5f-5c70-496d-8271-02d0fc515ff2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:30.457Z|a8ff2e5f-5c70-496d-8271-02d0fc515ff2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:32.951Z|d994b7fb-69c6-44ab-9567-b5a3ebdbe594|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:36:32.953Z|d994b7fb-69c6-44ab-9567-b5a3ebdbe594|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:36:33.051Z|78dea0e9-33fd-41ca-814f-b0a2515bcd1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:36:33.052Z|78dea0e9-33fd-41ca-814f-b0a2515bcd1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:36:38.900Z|b9bda4ad-550d-45f7-9a4f-5b8cbfd8b0cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:38.908Z|b9bda4ad-550d-45f7-9a4f-5b8cbfd8b0cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:39.296Z|8ed60ff9-cee9-44f0-8312-a0ade47dc6ed|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:39.299Z|8ed60ff9-cee9-44f0-8312-a0ade47dc6ed|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:40.488Z|e34d714d-816d-4e52-babf-b6927656ac01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:40.489Z|e34d714d-816d-4e52-babf-b6927656ac01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:47.952Z|72774532-66bd-48dd-89e3-6be227d1943f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:36:47.956Z|72774532-66bd-48dd-89e3-6be227d1943f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:36:48.940Z|5c6a0ba0-1480-476d-8b62-4f9cbba31da7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:48.941Z|5c6a0ba0-1480-476d-8b62-4f9cbba31da7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:49.348Z|da7a80d5-4090-4845-a001-539a14be1183|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:49.349Z|da7a80d5-4090-4845-a001-539a14be1183|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:50.548Z|0f801168-70f9-434f-958e-4cbbb3fa064e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:50.549Z|0f801168-70f9-434f-958e-4cbbb3fa064e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:58.978Z|4f23610e-b222-4429-8690-152612e9bac3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:58.980Z|4f23610e-b222-4429-8690-152612e9bac3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:36:59.378Z|b3328baf-3f73-4579-893d-adcdd2cd59f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:36:59.379Z|b3328baf-3f73-4579-893d-adcdd2cd59f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:00.578Z|ee7cad0c-af72-4182-b71b-8076a267099b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:00.580Z|ee7cad0c-af72-4182-b71b-8076a267099b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:02.952Z|9304418c-ed28-4343-a5cb-68bc00f76a7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:37:02.953Z|9304418c-ed28-4343-a5cb-68bc00f76a7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:37:03.054Z|0b92a21c-4ef8-4e61-8faa-910fe78e539a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:37:03.055Z|0b92a21c-4ef8-4e61-8faa-910fe78e539a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:37:09.019Z|a558e6c9-eb61-40b4-87f6-01a315f267c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:09.020Z|a558e6c9-eb61-40b4-87f6-01a315f267c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:09.411Z|5b400fcf-12d2-4d7e-b7c9-4884c7d959e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:09.414Z|5b400fcf-12d2-4d7e-b7c9-4884c7d959e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:10.606Z|c3e3455f-d4df-4dde-97ee-707a7622d843|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:10.607Z|c3e3455f-d4df-4dde-97ee-707a7622d843|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:17.951Z|05c5d4f5-6cbb-44d4-9686-54cab9ca0b66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:37:17.953Z|05c5d4f5-6cbb-44d4-9686-54cab9ca0b66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:37:19.046Z|acf462b9-d632-4d9d-adbd-d36a90d4f5ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:19.047Z|acf462b9-d632-4d9d-adbd-d36a90d4f5ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:19.445Z|b51c08bb-50ed-435d-b4eb-0a7e0bfd4d0e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:19.446Z|b51c08bb-50ed-435d-b4eb-0a7e0bfd4d0e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:20.633Z|eca15d64-0b56-402f-8a8e-876eaf2a8ccb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:20.634Z|eca15d64-0b56-402f-8a8e-876eaf2a8ccb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:29.074Z|9878ea5a-eda0-4cdd-8381-bda19619b21e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:29.075Z|9878ea5a-eda0-4cdd-8381-bda19619b21e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:29.479Z|dc1a8320-ee4a-4a29-a1be-ece65f63d087|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:29.480Z|dc1a8320-ee4a-4a29-a1be-ece65f63d087|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:30.661Z|482e7fe5-41b8-4547-83e1-02479ac79fe2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:30.662Z|482e7fe5-41b8-4547-83e1-02479ac79fe2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:32.952Z|00345938-aa4b-4049-a743-5f5cad1e428e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:37:32.955Z|00345938-aa4b-4049-a743-5f5cad1e428e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:37:33.056Z|485c4dff-1616-407c-9af7-d55cd9c9fe30|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:37:33.057Z|485c4dff-1616-407c-9af7-d55cd9c9fe30|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:37:39.112Z|35e96053-e67c-4ad4-a22f-1c32092d8515|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:39.113Z|35e96053-e67c-4ad4-a22f-1c32092d8515|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:39.509Z|5dd50044-496b-447c-91f0-a5bc1240797d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:39.510Z|5dd50044-496b-447c-91f0-a5bc1240797d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:40.688Z|6eea8dd3-0188-4f60-9a7a-783ceb686064|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:40.689Z|6eea8dd3-0188-4f60-9a7a-783ceb686064|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:47.951Z|4c68a609-f4e2-4da3-89f6-4b953fd0d81b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:37:47.952Z|4c68a609-f4e2-4da3-89f6-4b953fd0d81b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:37:49.151Z|549147f5-25ab-4b43-a994-0e12adb0a560|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:49.152Z|549147f5-25ab-4b43-a994-0e12adb0a560|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:49.549Z|f7f1d99c-982f-40da-ba3d-9308b7c103fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:49.551Z|f7f1d99c-982f-40da-ba3d-9308b7c103fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:50.717Z|18a396b0-b01c-4382-8b61-4469aefb283f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:50.718Z|18a396b0-b01c-4382-8b61-4469aefb283f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:59.179Z|45264f1b-9235-4b15-b76f-9ebae654ac4c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:59.180Z|45264f1b-9235-4b15-b76f-9ebae654ac4c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:37:59.581Z|019ad29e-d8a1-4456-a749-d1cb52870f53|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:37:59.582Z|019ad29e-d8a1-4456-a749-d1cb52870f53|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:00.744Z|c842fae4-1b9a-42bf-9177-5fa3d2631527|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:00.746Z|c842fae4-1b9a-42bf-9177-5fa3d2631527|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:02.951Z|1577d992-0565-4c8d-8ee4-0437fd278c44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:38:02.952Z|1577d992-0565-4c8d-8ee4-0437fd278c44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:38:03.058Z|d2441903-50a2-4964-aa5a-9fb935684efd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:38:03.059Z|d2441903-50a2-4964-aa5a-9fb935684efd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:38:09.210Z|ce6d29c0-a1ad-46a8-bfe0-133c1035d7d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:09.211Z|ce6d29c0-a1ad-46a8-bfe0-133c1035d7d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:09.614Z|9cf0a987-d04e-405d-b109-a5c0569a9d3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:09.615Z|9cf0a987-d04e-405d-b109-a5c0569a9d3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:10.773Z|0dc49894-996f-4c09-a6f4-057581c3d64a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:10.774Z|0dc49894-996f-4c09-a6f4-057581c3d64a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:17.951Z|604f20b0-d111-44e2-8341-056ba36e9375|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:38:17.954Z|604f20b0-d111-44e2-8341-056ba36e9375|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:38:19.237Z|33424102-743f-455c-996b-c27342416d34|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:19.238Z|33424102-743f-455c-996b-c27342416d34|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:19.646Z|510d635e-01a0-4f80-aad4-b7e62f102e4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:19.648Z|510d635e-01a0-4f80-aad4-b7e62f102e4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:20.801Z|8a4a5c11-80b9-4a6f-baa4-22386bfc3227|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:20.802Z|8a4a5c11-80b9-4a6f-baa4-22386bfc3227|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:29.267Z|996f31a6-250d-4213-be3f-a3b2a4d63a04|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:29.268Z|996f31a6-250d-4213-be3f-a3b2a4d63a04|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:29.674Z|72ce65b6-93d0-4c1e-a267-c1f7f10450d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:29.675Z|72ce65b6-93d0-4c1e-a267-c1f7f10450d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:30.844Z|a02c611d-1c04-4261-9ecd-f3004c552e42|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:30.846Z|a02c611d-1c04-4261-9ecd-f3004c552e42|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:32.951Z|4af902c7-352e-47be-8740-822d8dd14fd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:38:32.952Z|4af902c7-352e-47be-8740-822d8dd14fd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:38:33.060Z|4278d114-5054-4acf-9537-3d52d55bbd7d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:38:33.061Z|4278d114-5054-4acf-9537-3d52d55bbd7d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:38:39.292Z|8547ba58-a51c-4b50-99b6-bb99ede9df89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:39.293Z|8547ba58-a51c-4b50-99b6-bb99ede9df89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:39.700Z|70fe8cfb-26bf-4ba5-8908-271fcc17e1d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:39.701Z|70fe8cfb-26bf-4ba5-8908-271fcc17e1d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:40.874Z|3db62373-4cd9-468f-b7a2-982650478e1a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:40.875Z|3db62373-4cd9-468f-b7a2-982650478e1a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:47.951Z|e30aca34-b8b6-4495-88f2-958f89ed15dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:38:47.952Z|e30aca34-b8b6-4495-88f2-958f89ed15dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:38:49.325Z|fc50c0e9-f426-4cef-a2ef-f2680bb53ebd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:49.328Z|fc50c0e9-f426-4cef-a2ef-f2680bb53ebd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:49.727Z|e9ec27a8-2a19-47d4-954f-48d663d6e6c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:49.728Z|e9ec27a8-2a19-47d4-954f-48d663d6e6c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:50.945Z|54ed8c9a-0ff1-4638-9d0e-21b926bec097|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:50.946Z|54ed8c9a-0ff1-4638-9d0e-21b926bec097|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:59.364Z|7b5acaa0-1c41-4353-8720-5aaa35a1f3f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:59.364Z|7b5acaa0-1c41-4353-8720-5aaa35a1f3f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:38:59.754Z|4935786e-8623-4b69-8fd9-f3063f9e8967|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:38:59.756Z|4935786e-8623-4b69-8fd9-f3063f9e8967|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:00.985Z|258565f1-8fbf-4f99-a357-6c579395d62f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:00.986Z|258565f1-8fbf-4f99-a357-6c579395d62f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:02.951Z|cafecf3e-b711-46fb-98d8-f1ae2df3ce15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:39:02.954Z|cafecf3e-b711-46fb-98d8-f1ae2df3ce15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:39:03.062Z|e1da1ce8-fe2b-4c2a-9fe3-4ecd3c188061|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:39:03.063Z|e1da1ce8-fe2b-4c2a-9fe3-4ecd3c188061|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:39:09.393Z|8411d97a-0df4-40d2-b2f2-042b9d05b8cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:09.394Z|8411d97a-0df4-40d2-b2f2-042b9d05b8cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:09.781Z|2051d633-ef7f-4a31-9056-65e197bace0f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:09.782Z|2051d633-ef7f-4a31-9056-65e197bace0f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:11.046Z|553cda14-40c0-4c0a-bb2e-6fe4d8bd3947|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:11.048Z|553cda14-40c0-4c0a-bb2e-6fe4d8bd3947|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:14.165Z|f6af9e13-28ac-441a-a33e-2e427ce1f467|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:39:14.166Z|f6af9e13-28ac-441a-a33e-2e427ce1f467|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:17.952Z|a61c814c-59e8-455c-a70c-973c729569a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:39:17.954Z|a61c814c-59e8-455c-a70c-973c729569a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:39:19.430Z|3f920b59-f6b4-4b34-9e52-88ce901e6c13|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:19.432Z|3f920b59-f6b4-4b34-9e52-88ce901e6c13|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:19.812Z|4c02de5b-b86f-4e16-866d-43179abcea67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:19.813Z|4c02de5b-b86f-4e16-866d-43179abcea67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:21.079Z|004aec81-dd55-4799-822e-a1f561eeb95d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:21.080Z|004aec81-dd55-4799-822e-a1f561eeb95d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:29.474Z|fd8e1a49-21c7-4af8-a1cb-f54fab780d82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:29.476Z|fd8e1a49-21c7-4af8-a1cb-f54fab780d82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:29.842Z|f8c9eab8-7d35-49d4-939e-ee86ce0ec6de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:29.843Z|f8c9eab8-7d35-49d4-939e-ee86ce0ec6de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:31.111Z|3e5be672-6477-4549-b31b-7ba1e6cf8abc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:31.112Z|3e5be672-6477-4549-b31b-7ba1e6cf8abc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:32.951Z|3c98273c-0eae-411d-90d5-286b9017495d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:39:32.952Z|3c98273c-0eae-411d-90d5-286b9017495d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:39:33.064Z|cce57dce-fc36-4c9d-bef2-ad04201ad0d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:39:33.065Z|cce57dce-fc36-4c9d-bef2-ad04201ad0d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:39:39.517Z|f3b6bfd1-068d-49ec-a520-151bf78d19ac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:39.518Z|f3b6bfd1-068d-49ec-a520-151bf78d19ac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:39.871Z|d60a5fc0-7110-446e-a752-fd25e3c5fc41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:39.872Z|d60a5fc0-7110-446e-a752-fd25e3c5fc41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:41.144Z|ddb98bb0-a4a7-461a-a339-396a434dde36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:41.146Z|ddb98bb0-a4a7-461a-a339-396a434dde36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:47.952Z|98713d57-288f-481c-b0c5-a2c189420c00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:39:47.956Z|98713d57-288f-481c-b0c5-a2c189420c00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:39:49.568Z|686f7d87-b006-4cb7-a0b1-ea58cc7bdeb8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:49.569Z|686f7d87-b006-4cb7-a0b1-ea58cc7bdeb8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:49.908Z|f14ce4e3-cc58-4582-a4d3-edb2cc6edd06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:49.909Z|f14ce4e3-cc58-4582-a4d3-edb2cc6edd06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:51.175Z|64c65ca0-cad5-49d9-b379-13966f8c7c63|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:51.175Z|64c65ca0-cad5-49d9-b379-13966f8c7c63|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:59.615Z|8afe5907-b892-41a3-8205-da6a4c6b6257|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:59.616Z|8afe5907-b892-41a3-8205-da6a4c6b6257|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:39:59.941Z|ce90b028-0e9d-408d-9cc0-dc622303d3c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:39:59.942Z|ce90b028-0e9d-408d-9cc0-dc622303d3c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:01.202Z|5d247274-3588-4c82-be6f-3a74bbc9a5db|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:01.203Z|5d247274-3588-4c82-be6f-3a74bbc9a5db|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:02.951Z|c8ecbe6b-a8ea-47de-a50d-6461b8127432|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:40:02.953Z|c8ecbe6b-a8ea-47de-a50d-6461b8127432|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:40:03.066Z|4f86802e-5661-4b07-a52c-adced59521c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:40:03.067Z|4f86802e-5661-4b07-a52c-adced59521c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:40:09.643Z|dcfc0685-b0f7-4dea-9ad0-f97f97fe9c3c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:09.644Z|dcfc0685-b0f7-4dea-9ad0-f97f97fe9c3c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:09.976Z|a65496f5-ee08-4517-8f1d-35b24dff95b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:09.976Z|a65496f5-ee08-4517-8f1d-35b24dff95b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:11.237Z|d45c0ba6-4396-46ba-bc2b-378dfb9ef515|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:11.238Z|d45c0ba6-4396-46ba-bc2b-378dfb9ef515|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:14.154Z|40b3ab4e-7e06-4fde-bb11-f34727b95114|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:40:14.156Z|40b3ab4e-7e06-4fde-bb11-f34727b95114|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:17.952Z|c0575ead-f377-4340-9030-288dc10506ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:40:17.952Z|c0575ead-f377-4340-9030-288dc10506ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:40:19.674Z|f96f4550-6bc5-4117-8eba-129b2caac294|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:19.675Z|f96f4550-6bc5-4117-8eba-129b2caac294|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:20.005Z|26837d72-0966-4460-9cb4-a761ef236177|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:20.006Z|26837d72-0966-4460-9cb4-a761ef236177|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:21.269Z|ef649ebe-3c74-4f73-9977-903c14d636a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:21.269Z|ef649ebe-3c74-4f73-9977-903c14d636a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:29.702Z|7c6d7f64-0569-486b-9f18-76d1deaf506c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:29.704Z|7c6d7f64-0569-486b-9f18-76d1deaf506c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:30.039Z|001d67d9-3384-499f-8810-0455df2524f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:30.040Z|001d67d9-3384-499f-8810-0455df2524f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:31.299Z|86d7449a-4786-4709-82ff-fc115ca2eb31|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:31.300Z|86d7449a-4786-4709-82ff-fc115ca2eb31|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:32.951Z|b4cb86f4-7799-4057-a392-9bffe6ec1cee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:40:32.956Z|b4cb86f4-7799-4057-a392-9bffe6ec1cee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:40:33.068Z|6c6678b6-de35-4d50-898a-3b527c836ca4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:40:33.069Z|6c6678b6-de35-4d50-898a-3b527c836ca4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:40:39.731Z|c60048dc-9325-4ab4-9904-1f789a5f8fbf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:39.732Z|c60048dc-9325-4ab4-9904-1f789a5f8fbf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:40.067Z|f8d1e521-f0f0-46b7-b090-e843dc496d8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:40.068Z|f8d1e521-f0f0-46b7-b090-e843dc496d8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:41.336Z|e483c9fb-fd9b-4d1a-ac7d-584236290fa2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:41.338Z|e483c9fb-fd9b-4d1a-ac7d-584236290fa2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:47.951Z|137b464c-3120-4cff-8b4a-7e62ed87b23e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:40:47.952Z|137b464c-3120-4cff-8b4a-7e62ed87b23e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:40:49.759Z|761e0cc3-e195-4793-9bdb-8e3633da93d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:49.759Z|761e0cc3-e195-4793-9bdb-8e3633da93d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:50.099Z|c464049a-3686-46d2-91c4-686147e7ab1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:50.101Z|c464049a-3686-46d2-91c4-686147e7ab1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:51.371Z|9a9cd236-43bb-4b93-91e1-02b846dd9cd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:51.372Z|9a9cd236-43bb-4b93-91e1-02b846dd9cd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:40:59.785Z|e018787f-6536-42a0-a396-9044c980e7a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:40:59.786Z|e018787f-6536-42a0-a396-9044c980e7a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:00.131Z|6477974f-0391-4f96-add6-8fa383838564|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:00.132Z|6477974f-0391-4f96-add6-8fa383838564|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:01.399Z|17b57dce-bd52-491a-aa53-317a2924c470|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:01.400Z|17b57dce-bd52-491a-aa53-317a2924c470|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:02.951Z|9dbb4e89-d96a-4443-9684-7b6a3ab8b292|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:41:02.952Z|9dbb4e89-d96a-4443-9684-7b6a3ab8b292|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:41:03.070Z|597eba64-b749-49bf-984e-12bd90eb0841|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:41:03.071Z|597eba64-b749-49bf-984e-12bd90eb0841|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:41:09.815Z|85b5b7a0-c55a-4cb7-9677-0f362d8f8f27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:09.816Z|85b5b7a0-c55a-4cb7-9677-0f362d8f8f27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:10.163Z|f3c52305-b866-40f6-9a3b-21f53a491642|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:10.164Z|f3c52305-b866-40f6-9a3b-21f53a491642|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:11.441Z|ef3ef504-c952-455d-b057-f8d124ff8202|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:11.442Z|ef3ef504-c952-455d-b057-f8d124ff8202|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:14.151Z|2badf906-dbaa-438b-afaf-f665b1f6830d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:41:14.152Z|2badf906-dbaa-438b-afaf-f665b1f6830d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:17.951Z|fff76fc5-9eb3-4d52-8612-2a6ecb0d3521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:41:17.957Z|fff76fc5-9eb3-4d52-8612-2a6ecb0d3521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:41:19.844Z|398e33cb-6dfa-4e99-8473-026785584788|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:19.845Z|398e33cb-6dfa-4e99-8473-026785584788|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:20.189Z|c1d31359-ef2e-4e00-9e66-01f911beaed2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:20.190Z|c1d31359-ef2e-4e00-9e66-01f911beaed2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:21.474Z|029d1440-a5d0-49b7-b800-df594cc4a7eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:21.475Z|029d1440-a5d0-49b7-b800-df594cc4a7eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:29.875Z|3eebae89-bb52-4056-bc90-08b8f0ed5d92|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:29.877Z|3eebae89-bb52-4056-bc90-08b8f0ed5d92|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:30.229Z|f699efa6-ce0d-4101-aaf3-58cb6b0a02a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:30.231Z|f699efa6-ce0d-4101-aaf3-58cb6b0a02a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:31.504Z|a98896ca-3665-441d-b7f1-698a67a231e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:31.505Z|a98896ca-3665-441d-b7f1-698a67a231e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:32.951Z|712c281f-a273-4ed4-907a-c2e23ac5e189|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:41:32.952Z|712c281f-a273-4ed4-907a-c2e23ac5e189|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:41:33.072Z|4169f869-31d8-44a4-a791-ea62c9039ba3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:41:33.072Z|4169f869-31d8-44a4-a791-ea62c9039ba3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:41:39.907Z|01438878-e115-419c-829a-6094fe94e548|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:39.909Z|01438878-e115-419c-829a-6094fe94e548|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:40.267Z|fbb700f4-443a-4172-b526-e1ddddcc67d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:40.268Z|fbb700f4-443a-4172-b526-e1ddddcc67d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:41.533Z|8477e359-9d56-49ea-8bfb-d10fb953519e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:41.534Z|8477e359-9d56-49ea-8bfb-d10fb953519e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:47.951Z|b55c1079-e232-45e8-af19-f2cec02156b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:41:47.952Z|b55c1079-e232-45e8-af19-f2cec02156b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:41:49.950Z|a0599ffe-1b05-4c34-8795-97eaa136c5c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:49.951Z|a0599ffe-1b05-4c34-8795-97eaa136c5c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:50.296Z|fbdff506-6b38-4556-8ccb-b992b8950d21|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:50.297Z|fbdff506-6b38-4556-8ccb-b992b8950d21|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:41:51.567Z|7d5d5750-2fd3-434b-970c-a8fb21021fcd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:41:51.568Z|7d5d5750-2fd3-434b-970c-a8fb21021fcd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:00.007Z|825ccdbc-2156-442f-b46b-2c5331770435|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:00.008Z|825ccdbc-2156-442f-b46b-2c5331770435|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:00.331Z|ced3dfa6-01ab-4dc9-8b55-3c308ba57d8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:00.333Z|ced3dfa6-01ab-4dc9-8b55-3c308ba57d8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:01.600Z|83bc4462-ad92-4419-9aea-85e67a0e375a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:01.601Z|83bc4462-ad92-4419-9aea-85e67a0e375a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:02.951Z|22798fde-60d3-4f04-9662-f11861062003|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:42:02.954Z|22798fde-60d3-4f04-9662-f11861062003|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:42:03.073Z|b178cd55-da4d-4dcd-adb6-6ddb401cd5c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:42:03.074Z|b178cd55-da4d-4dcd-adb6-6ddb401cd5c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:42:10.049Z|c4854b3a-57f6-4ba9-9d02-4c91ebbc5545|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:10.050Z|c4854b3a-57f6-4ba9-9d02-4c91ebbc5545|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:10.360Z|ee1ab147-8124-428e-93dd-97a956e35fdc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:10.361Z|ee1ab147-8124-428e-93dd-97a956e35fdc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:11.636Z|07d9c2d4-7c06-4bb4-a86c-58596f6a4d36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:11.636Z|07d9c2d4-7c06-4bb4-a86c-58596f6a4d36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:14.153Z|5cbbcf83-5016-4c75-a434-13d01fb2141a|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:42:14.155Z|5cbbcf83-5016-4c75-a434-13d01fb2141a|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:17.951Z|a46e4718-62c1-4bb4-8085-13972fe962a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:42:17.952Z|a46e4718-62c1-4bb4-8085-13972fe962a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:42:20.099Z|2cd8d372-82b0-4435-b704-aa49cf2d6ea4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:20.100Z|2cd8d372-82b0-4435-b704-aa49cf2d6ea4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:20.389Z|2a71e453-4adb-48e6-a073-3b9893b7168d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:20.390Z|2a71e453-4adb-48e6-a073-3b9893b7168d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:21.667Z|145bbe8b-d49b-489b-a7e4-013fb88af736|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:21.669Z|145bbe8b-d49b-489b-a7e4-013fb88af736|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:30.132Z|3a1bf008-2190-49fe-8966-dcdd9c95485e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:30.133Z|3a1bf008-2190-49fe-8966-dcdd9c95485e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:30.427Z|29d8ef5d-5be2-44eb-8e2a-6cb388b10d9c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:30.428Z|29d8ef5d-5be2-44eb-8e2a-6cb388b10d9c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:31.713Z|ba584b9d-47b7-4a98-a414-cea7f432abda|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:31.715Z|ba584b9d-47b7-4a98-a414-cea7f432abda|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:32.951Z|6137a648-a3f6-4fbf-bbc4-62a1024c367f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:42:32.952Z|6137a648-a3f6-4fbf-bbc4-62a1024c367f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:42:33.075Z|cdbd59cd-e4e5-4213-87f4-deef7ff468bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:42:33.076Z|cdbd59cd-e4e5-4213-87f4-deef7ff468bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:42:40.218Z|1f634bf3-b50c-4001-bec9-ff137e16d603|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:40.220Z|1f634bf3-b50c-4001-bec9-ff137e16d603|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:40.457Z|e6d27962-06d4-4771-9b71-ac7087d68044|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:40.458Z|e6d27962-06d4-4771-9b71-ac7087d68044|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:41.763Z|83a8820d-9e80-49ad-8e40-3053ee86c103|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:41.765Z|83a8820d-9e80-49ad-8e40-3053ee86c103|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:47.951Z|38202e17-82ad-4821-a61b-d35cb58a668c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:42:47.956Z|38202e17-82ad-4821-a61b-d35cb58a668c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:42:50.250Z|74b3c940-3c02-4148-af24-3bdb2270c4de|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:50.251Z|74b3c940-3c02-4148-af24-3bdb2270c4de|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:50.494Z|c436c781-f070-4514-87ee-a5c17873fe56|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:50.495Z|c436c781-f070-4514-87ee-a5c17873fe56|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:42:51.795Z|73e31a1d-2326-45f6-9bd8-8cb97ea320e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:42:51.796Z|73e31a1d-2326-45f6-9bd8-8cb97ea320e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:00.312Z|a014518e-760b-448a-9a4d-f28b40187996|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:00.312Z|a014518e-760b-448a-9a4d-f28b40187996|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:00.528Z|afe9d842-df46-4cab-8fbc-f964d7f02013|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:00.529Z|afe9d842-df46-4cab-8fbc-f964d7f02013|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:01.824Z|f4a0751b-0a55-4650-932c-8744613f2403|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:01.825Z|f4a0751b-0a55-4650-932c-8744613f2403|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:02.951Z|1cd26e2e-d98a-429b-a31d-80e0ac4445da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:43:02.952Z|1cd26e2e-d98a-429b-a31d-80e0ac4445da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:43:03.077Z|765c61bf-946e-4adf-9b4b-0cc536b46803|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:43:03.078Z|765c61bf-946e-4adf-9b4b-0cc536b46803|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:43:10.341Z|6451d353-10e2-4265-810f-e657b8645264|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:10.342Z|6451d353-10e2-4265-810f-e657b8645264|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:10.555Z|374b83c5-daf9-4565-ae64-92d41d36c437|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:10.556Z|374b83c5-daf9-4565-ae64-92d41d36c437|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:11.853Z|2359ce24-269f-4eac-9901-fac6c756be8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:11.854Z|2359ce24-269f-4eac-9901-fac6c756be8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:14.149Z|b6c47bad-853a-43ba-9595-e24049086ba1|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:43:14.150Z|b6c47bad-853a-43ba-9595-e24049086ba1|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:17.951Z|b5131e37-14a0-406b-95a3-8218c17e4bc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:43:17.952Z|b5131e37-14a0-406b-95a3-8218c17e4bc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:43:20.369Z|21c8d30e-b374-48b6-81d9-f6428cf54cbe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:20.370Z|21c8d30e-b374-48b6-81d9-f6428cf54cbe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:20.591Z|377d488a-54cf-4386-a5df-d2d4d3cc1eb5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:20.592Z|377d488a-54cf-4386-a5df-d2d4d3cc1eb5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:21.887Z|582c7769-e558-44e1-a0b2-aa6cea7201bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:21.889Z|582c7769-e558-44e1-a0b2-aa6cea7201bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:30.402Z|b567c60d-b8fd-4825-b0ef-13a5d1abc006|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:30.404Z|b567c60d-b8fd-4825-b0ef-13a5d1abc006|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:30.619Z|a1e92991-9b93-4b78-996e-9afe6a436537|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:30.621Z|a1e92991-9b93-4b78-996e-9afe6a436537|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:31.923Z|6decd66d-58b9-47b0-a7c1-444662cbaa27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:31.924Z|6decd66d-58b9-47b0-a7c1-444662cbaa27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:32.951Z|b36efbc5-0896-49e0-aa29-53879155ad34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:43:32.955Z|b36efbc5-0896-49e0-aa29-53879155ad34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:43:33.079Z|fae22caa-1b74-4281-95ba-2f8688fce450|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:43:33.080Z|fae22caa-1b74-4281-95ba-2f8688fce450|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:43:40.434Z|d6ac5800-2ffc-4e50-a58c-763c89fc932b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:40.435Z|d6ac5800-2ffc-4e50-a58c-763c89fc932b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:40.649Z|35a35413-40d4-4b51-8932-f0f538d680d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:40.650Z|35a35413-40d4-4b51-8932-f0f538d680d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:41.947Z|2302b327-37fc-44e1-90d5-49ea6786b44d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:41.948Z|2302b327-37fc-44e1-90d5-49ea6786b44d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:47.951Z|133047c2-9d94-49d2-80d1-198af3683c60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:43:47.952Z|133047c2-9d94-49d2-80d1-198af3683c60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:43:50.463Z|54c98b3d-dbcc-43f8-ad7d-94bb70a61bf0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:50.464Z|54c98b3d-dbcc-43f8-ad7d-94bb70a61bf0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:50.679Z|8b6b038e-1b5b-4f99-b34d-a44f1a9525c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:50.680Z|8b6b038e-1b5b-4f99-b34d-a44f1a9525c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:43:51.976Z|c6fc4b6d-ce08-47b6-b027-86928bafdc27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:43:51.977Z|c6fc4b6d-ce08-47b6-b027-86928bafdc27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:00.491Z|b8b3c424-2ea8-46e1-9fe9-01cf7e5e8bd3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:00.493Z|b8b3c424-2ea8-46e1-9fe9-01cf7e5e8bd3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:00.711Z|55d731fb-0a7b-437c-abd0-87bc6e1b391f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:00.713Z|55d731fb-0a7b-437c-abd0-87bc6e1b391f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:02.017Z|3f5f3d3b-2e9d-435e-82ce-0ea5cc6bc37f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:02.018Z|3f5f3d3b-2e9d-435e-82ce-0ea5cc6bc37f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:02.951Z|556b5054-3997-4a5f-9e9e-96b633d178db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:44:02.952Z|556b5054-3997-4a5f-9e9e-96b633d178db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:44:03.081Z|0bba1d55-3466-4456-b0d8-f6b0b8146300|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:44:03.082Z|0bba1d55-3466-4456-b0d8-f6b0b8146300|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:44:10.537Z|5a5c359e-2445-4d22-abd8-199a70d3f1e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:10.538Z|5a5c359e-2445-4d22-abd8-199a70d3f1e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:10.754Z|a5507ad9-7d9b-4bd1-9fb9-08b5f5b354d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:10.755Z|a5507ad9-7d9b-4bd1-9fb9-08b5f5b354d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:12.050Z|1675ec4a-9cf8-42ee-b893-5489f664bd67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:12.051Z|1675ec4a-9cf8-42ee-b893-5489f664bd67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:14.149Z|faa79413-b018-4887-8c5d-e97ae69146f6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:44:14.150Z|faa79413-b018-4887-8c5d-e97ae69146f6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:17.951Z|068dcf86-449b-4bd0-91f7-e48ba2e4d9c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:44:17.960Z|068dcf86-449b-4bd0-91f7-e48ba2e4d9c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:44:20.565Z|10d35dd6-de40-49e1-9221-8b63d1b928a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:20.566Z|10d35dd6-de40-49e1-9221-8b63d1b928a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:20.802Z|b54a286a-d8ba-47b4-9c63-7e9583465e4a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:20.803Z|b54a286a-d8ba-47b4-9c63-7e9583465e4a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:22.084Z|7b29aa91-c56a-4405-b046-0669fbbfddae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:22.086Z|7b29aa91-c56a-4405-b046-0669fbbfddae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:30.592Z|fca5814e-3af9-447e-a084-b6f8f0af228f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:30.593Z|fca5814e-3af9-447e-a084-b6f8f0af228f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:30.844Z|f2367678-0efb-4336-8857-35f7851095b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:30.846Z|f2367678-0efb-4336-8857-35f7851095b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:32.116Z|b2a3ccfc-bace-45c0-a4ef-96562d912855|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:32.117Z|b2a3ccfc-bace-45c0-a4ef-96562d912855|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:32.951Z|bdc33e7d-00e8-4f24-9ab6-c1bbe603bb4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:44:32.952Z|bdc33e7d-00e8-4f24-9ab6-c1bbe603bb4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:44:33.083Z|b8389b59-d943-4709-9bef-72d77a4085ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:44:33.084Z|b8389b59-d943-4709-9bef-72d77a4085ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:44:40.620Z|d24aaf35-51f7-4118-bb02-ce80e6c6deb8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:40.621Z|d24aaf35-51f7-4118-bb02-ce80e6c6deb8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:40.877Z|755ec3d9-e81e-4e27-a5d7-e598a57f6fba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:40.878Z|755ec3d9-e81e-4e27-a5d7-e598a57f6fba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:42.145Z|23d38207-f3a8-4ab6-ac45-b86d8679b87a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:42.146Z|23d38207-f3a8-4ab6-ac45-b86d8679b87a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:47.951Z|db000b7d-7c9d-4b71-a97a-6e0736884db9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:44:47.952Z|db000b7d-7c9d-4b71-a97a-6e0736884db9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:44:50.648Z|43b3e786-e413-4fb8-9930-7d878ea47ae3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:50.648Z|43b3e786-e413-4fb8-9930-7d878ea47ae3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:50.915Z|23fae189-c93f-4080-a33a-37911eac6ddc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:50.916Z|23fae189-c93f-4080-a33a-37911eac6ddc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:44:52.172Z|fa25bda1-74f5-4121-9eb7-8adf933e786a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:44:52.173Z|fa25bda1-74f5-4121-9eb7-8adf933e786a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:00.686Z|f89bf162-a9b8-4517-b431-8ffb83c3d958|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:00.687Z|f89bf162-a9b8-4517-b431-8ffb83c3d958|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:00.952Z|2f7b71d5-f944-4d19-94e4-63ccea856090|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:00.953Z|2f7b71d5-f944-4d19-94e4-63ccea856090|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:02.218Z|d6937374-74bf-4187-be81-91e6722be728|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:02.220Z|d6937374-74bf-4187-be81-91e6722be728|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:02.951Z|fbfce5ce-e160-48d2-bb52-4851f2093a68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:45:02.955Z|fbfce5ce-e160-48d2-bb52-4851f2093a68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:45:03.085Z|6bb8864c-b467-463a-a49e-fcedefd18e3b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:45:03.086Z|6bb8864c-b467-463a-a49e-fcedefd18e3b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:45:10.723Z|03bb1644-a358-4244-80d5-f8cdb721355c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:10.724Z|03bb1644-a358-4244-80d5-f8cdb721355c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:10.986Z|24a13d62-3031-41e8-ac30-9e98818574a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:10.987Z|24a13d62-3031-41e8-ac30-9e98818574a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:12.252Z|39842226-2838-44d5-8170-855de2fa606a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:12.253Z|39842226-2838-44d5-8170-855de2fa606a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:14.150Z|13750c14-454f-4e31-8d90-3bf483c3a40d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:45:14.151Z|13750c14-454f-4e31-8d90-3bf483c3a40d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:17.951Z|c35b414b-bf5e-40c5-88ec-cb73de402a8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:45:17.952Z|c35b414b-bf5e-40c5-88ec-cb73de402a8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:45:20.750Z|af6a9aa2-5150-4e63-a94e-6fa71112b90a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:20.751Z|af6a9aa2-5150-4e63-a94e-6fa71112b90a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:21.023Z|f7a75de3-26ce-4c99-b59d-8c89529fe48d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:21.024Z|f7a75de3-26ce-4c99-b59d-8c89529fe48d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:22.289Z|de133639-821b-48a2-81af-b171a5a03455|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:22.290Z|de133639-821b-48a2-81af-b171a5a03455|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:30.782Z|09b447f8-39b3-4966-a7f2-18cf8a7af343|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:30.783Z|09b447f8-39b3-4966-a7f2-18cf8a7af343|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:31.048Z|cdb88149-b650-4554-8b19-119dea18921c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:31.049Z|cdb88149-b650-4554-8b19-119dea18921c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:32.337Z|ac03c7d2-bc3f-40bb-9037-77dc039ed286|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:32.338Z|ac03c7d2-bc3f-40bb-9037-77dc039ed286|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:32.951Z|1e91be00-ad22-498b-ad7b-96de43205b1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:45:32.952Z|1e91be00-ad22-498b-ad7b-96de43205b1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:45:33.087Z|7b5247d9-f8d1-4496-952e-03116fe79cb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:45:33.087Z|7b5247d9-f8d1-4496-952e-03116fe79cb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:45:40.860Z|964caa5a-6c32-4394-a71f-d62111595ef8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:40.862Z|964caa5a-6c32-4394-a71f-d62111595ef8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:41.082Z|84e1ccd5-935e-4225-8aad-1e448ec27da3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:41.083Z|84e1ccd5-935e-4225-8aad-1e448ec27da3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:42.362Z|68786824-3e8f-4752-b055-6580bc69db3f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:42.363Z|68786824-3e8f-4752-b055-6580bc69db3f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:47.952Z|b90d3f4d-18c8-4ccb-a6f2-16ae32036243|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:45:47.955Z|b90d3f4d-18c8-4ccb-a6f2-16ae32036243|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:45:50.926Z|55d527ba-3e73-48ea-93c8-7cd0b6c1c1f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:50.928Z|55d527ba-3e73-48ea-93c8-7cd0b6c1c1f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:51.116Z|197b4751-14d5-478c-9b88-93d94c91f8d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:51.117Z|197b4751-14d5-478c-9b88-93d94c91f8d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:45:52.390Z|edc79e1e-4341-46ff-b2ed-626d5686da8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:45:52.391Z|edc79e1e-4341-46ff-b2ed-626d5686da8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:00.990Z|b61edec7-2e67-4908-a828-395556e9387e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:00.991Z|b61edec7-2e67-4908-a828-395556e9387e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:01.153Z|b1ac4dd8-36c7-4081-b737-715a452d5ef0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:01.154Z|b1ac4dd8-36c7-4081-b737-715a452d5ef0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:02.430Z|0e3be5ca-3416-46b9-a492-0f1b2fcafdd8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:02.431Z|0e3be5ca-3416-46b9-a492-0f1b2fcafdd8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:02.951Z|fc533c89-e641-4c62-ab3d-f3a7a0e4512e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:46:02.952Z|fc533c89-e641-4c62-ab3d-f3a7a0e4512e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:46:03.089Z|6e3a1ae3-fed1-4a68-ab70-a582506b41ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:46:03.089Z|6e3a1ae3-fed1-4a68-ab70-a582506b41ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:46:11.032Z|f8022372-cffe-40c2-ba3b-cf0f32f6ac62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:11.035Z|f8022372-cffe-40c2-ba3b-cf0f32f6ac62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:11.192Z|27e11490-f69a-41a9-94e1-2d9a58689fc6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:11.194Z|27e11490-f69a-41a9-94e1-2d9a58689fc6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:12.469Z|f5a1d3d2-33df-4798-bced-c581635d515e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:12.470Z|f5a1d3d2-33df-4798-bced-c581635d515e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:14.150Z|d21c44f3-095a-4013-86c7-21e4943092ba|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:46:14.151Z|d21c44f3-095a-4013-86c7-21e4943092ba|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:17.952Z|9420bdf9-5439-480c-addb-2910ce5d4ed2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:46:17.954Z|9420bdf9-5439-480c-addb-2910ce5d4ed2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:46:21.071Z|00bb7dde-a74b-41af-b281-e32c3d53bcd6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:21.073Z|00bb7dde-a74b-41af-b281-e32c3d53bcd6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:21.231Z|056f3029-6e9f-4b8b-bc3b-b85ea3a223d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:21.232Z|056f3029-6e9f-4b8b-bc3b-b85ea3a223d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:22.494Z|2d394128-50c7-477c-9a2c-9dca47b446f3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:22.495Z|2d394128-50c7-477c-9a2c-9dca47b446f3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:31.106Z|c8eebe92-f0b4-4e28-a10f-c13c060c46d6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:31.108Z|c8eebe92-f0b4-4e28-a10f-c13c060c46d6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:31.262Z|3a3be589-71ee-4dd8-b576-a49d6738bf69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:31.264Z|3a3be589-71ee-4dd8-b576-a49d6738bf69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:32.527Z|4aaf1567-ba83-4653-bbdc-76e412b321d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:32.528Z|4aaf1567-ba83-4653-bbdc-76e412b321d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:32.951Z|b11de824-d349-4f92-abbc-3c2d7e92675b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:46:32.954Z|b11de824-d349-4f92-abbc-3c2d7e92675b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:46:33.090Z|978f2736-368a-4540-bfa2-0447e4ed9ddc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:46:33.091Z|978f2736-368a-4540-bfa2-0447e4ed9ddc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:46:41.140Z|d1c87cba-bc84-4a56-bf59-494215c8934d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:41.141Z|d1c87cba-bc84-4a56-bf59-494215c8934d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:41.292Z|50fa70cb-05e5-4a35-9124-9d6de0fb89c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:41.293Z|50fa70cb-05e5-4a35-9124-9d6de0fb89c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:42.563Z|6eb7d850-35ad-4ebc-8489-fcd37740af27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:42.565Z|6eb7d850-35ad-4ebc-8489-fcd37740af27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:47.951Z|fe7f03b6-ae2d-41a1-9f3f-bc42ba5971a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:46:47.952Z|fe7f03b6-ae2d-41a1-9f3f-bc42ba5971a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:46:51.175Z|3fe55c09-508e-46a9-8954-73ecfc5a8ce9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:51.176Z|3fe55c09-508e-46a9-8954-73ecfc5a8ce9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:51.320Z|335252e1-384a-4c15-98a4-2cb569bd7831|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:51.321Z|335252e1-384a-4c15-98a4-2cb569bd7831|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:46:52.593Z|7a2938a9-e414-45bb-9186-ac8f311ff970|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:46:52.594Z|7a2938a9-e414-45bb-9186-ac8f311ff970|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:01.205Z|5b9a2c86-f4b2-4fb6-b64b-e77ccf5c72ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:01.207Z|5b9a2c86-f4b2-4fb6-b64b-e77ccf5c72ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:01.348Z|1861a923-2f64-474b-8dee-54e825bbc3dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:01.349Z|1861a923-2f64-474b-8dee-54e825bbc3dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:02.630Z|396e9369-789a-443a-b12d-e8eb845a59e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:02.631Z|396e9369-789a-443a-b12d-e8eb845a59e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:02.951Z|77767178-2389-47c1-92bc-bddefc547b8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:47:02.952Z|77767178-2389-47c1-92bc-bddefc547b8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:47:03.092Z|af7e21f1-0412-4636-b547-8136e3e86316|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:47:03.093Z|af7e21f1-0412-4636-b547-8136e3e86316|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:47:11.237Z|fb3a2f4f-8395-4ff3-b34a-c58e65636860|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:11.239Z|fb3a2f4f-8395-4ff3-b34a-c58e65636860|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:11.382Z|0f0332fa-dd67-4cf4-af01-4ccda9a6f915|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:11.383Z|0f0332fa-dd67-4cf4-af01-4ccda9a6f915|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:12.656Z|79d3e342-af2a-4417-bdcc-868ed25e3b77|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:12.657Z|79d3e342-af2a-4417-bdcc-868ed25e3b77|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:14.150Z|9d418cc2-b50e-4b06-83a4-cc9c4713d367|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:47:14.151Z|9d418cc2-b50e-4b06-83a4-cc9c4713d367|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:17.951Z|85dcd12b-ea99-42b0-ae3b-fcb5f949ef6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:47:17.954Z|85dcd12b-ea99-42b0-ae3b-fcb5f949ef6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:47:21.268Z|95a731e3-0b93-4219-8042-2a5af92c983b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:21.269Z|95a731e3-0b93-4219-8042-2a5af92c983b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:21.413Z|9606eef4-781f-4b9c-bd7a-d249bb33de98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:21.413Z|9606eef4-781f-4b9c-bd7a-d249bb33de98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:22.688Z|34adf7cb-ca73-432c-b1bf-ad8938636e0d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:22.689Z|34adf7cb-ca73-432c-b1bf-ad8938636e0d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:31.297Z|b099af68-c579-4ac5-8949-a332fc9f45b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:31.298Z|b099af68-c579-4ac5-8949-a332fc9f45b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:31.441Z|edaa7654-14ef-4838-a87b-baa91b28ff53|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:31.442Z|edaa7654-14ef-4838-a87b-baa91b28ff53|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:32.717Z|50b3b6ad-fa69-4c25-92fc-d347b5cafa93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:32.719Z|50b3b6ad-fa69-4c25-92fc-d347b5cafa93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:32.951Z|403f465b-7640-46b1-aa50-f9286e61ca74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:47:32.952Z|403f465b-7640-46b1-aa50-f9286e61ca74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:47:33.095Z|b609fe81-1dd1-461a-925d-3260cc22f3d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:47:33.095Z|b609fe81-1dd1-461a-925d-3260cc22f3d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:47:41.326Z|ffcd8c70-754c-42e5-b415-3b666df22348|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:41.328Z|ffcd8c70-754c-42e5-b415-3b666df22348|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:41.465Z|03da7b96-f6d7-49b9-b548-8f24657ba4b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:41.466Z|03da7b96-f6d7-49b9-b548-8f24657ba4b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:42.752Z|559d62eb-5855-4b31-90ba-b556cf46ef36|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:42.753Z|559d62eb-5855-4b31-90ba-b556cf46ef36|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:47.951Z|0c854d64-ef59-4b7d-ad26-b02c35d24615|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:47:47.952Z|0c854d64-ef59-4b7d-ad26-b02c35d24615|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:47:51.359Z|b5b74363-1563-447c-ab42-94d5897ac372|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:51.360Z|b5b74363-1563-447c-ab42-94d5897ac372|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:51.495Z|41bffaad-a624-4674-a14a-0cf6c8c08747|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:51.496Z|41bffaad-a624-4674-a14a-0cf6c8c08747|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:47:52.780Z|59175fc7-ac90-4943-b464-7455055ed7f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:47:52.781Z|59175fc7-ac90-4943-b464-7455055ed7f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:01.385Z|6d51efc2-29eb-4713-a0ef-9c94ccf6ff7a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:01.386Z|6d51efc2-29eb-4713-a0ef-9c94ccf6ff7a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:01.529Z|05fa9958-23f9-49bc-bb5a-c1ccffd7bde9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:01.530Z|05fa9958-23f9-49bc-bb5a-c1ccffd7bde9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:02.807Z|539cdb25-84b8-4681-8039-7c4b14bb3c8f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:02.808Z|539cdb25-84b8-4681-8039-7c4b14bb3c8f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:02.951Z|6a1193c4-b7df-4257-8907-ef1aa9285c68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:48:02.955Z|6a1193c4-b7df-4257-8907-ef1aa9285c68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:48:03.096Z|96a201fe-a8f0-4fc2-8b8c-72e6ebc34e55|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:48:03.097Z|96a201fe-a8f0-4fc2-8b8c-72e6ebc34e55|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:48:11.411Z|9e1985ad-e6d9-43ca-bb83-7ada5c2a5207|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:11.412Z|9e1985ad-e6d9-43ca-bb83-7ada5c2a5207|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:11.568Z|41cf921d-6e1d-44a7-8586-11f2096b41f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:11.569Z|41cf921d-6e1d-44a7-8586-11f2096b41f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:12.832Z|82aa9531-9a7f-468a-9808-17345772e8a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:12.833Z|82aa9531-9a7f-468a-9808-17345772e8a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:14.150Z|113ee75c-12be-4ef0-9c0e-33bd20dd1e28|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:48:14.151Z|113ee75c-12be-4ef0-9c0e-33bd20dd1e28|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:17.951Z|eccb1e94-3b9e-4e37-bbe3-d8f9c21cabaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:48:17.952Z|eccb1e94-3b9e-4e37-bbe3-d8f9c21cabaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:48:21.444Z|772743c4-26b1-4a42-acd9-35c93072c7a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:21.446Z|772743c4-26b1-4a42-acd9-35c93072c7a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:21.600Z|e1564c42-cb31-4c6e-a6ce-561ce1fd979c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:21.602Z|e1564c42-cb31-4c6e-a6ce-561ce1fd979c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:22.858Z|fc12826c-a4f9-4716-8375-813b9a1083bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:22.859Z|fc12826c-a4f9-4716-8375-813b9a1083bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:31.475Z|9bd94024-6923-4f5e-bfa5-4eda931c8e64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:31.476Z|9bd94024-6923-4f5e-bfa5-4eda931c8e64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:31.647Z|c22960ed-b437-44b9-b6ec-4c88f10a1891|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:31.648Z|c22960ed-b437-44b9-b6ec-4c88f10a1891|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:32.888Z|01d7d544-f456-42e8-8865-a92070e77bf8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:32.889Z|01d7d544-f456-42e8-8865-a92070e77bf8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:32.951Z|9c76d918-2460-45bf-a61f-a782b61960fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:48:32.952Z|9c76d918-2460-45bf-a61f-a782b61960fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:48:33.100Z|9665169f-2373-4c1c-99ba-260300e01a11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:48:33.100Z|9665169f-2373-4c1c-99ba-260300e01a11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:48:41.502Z|07c5b7c8-1534-4dcf-bb88-18d4e27b11e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:41.503Z|07c5b7c8-1534-4dcf-bb88-18d4e27b11e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:41.674Z|55feef5d-d27f-425e-be6a-1a4dff572ca2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:41.675Z|55feef5d-d27f-425e-be6a-1a4dff572ca2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:42.919Z|d4cf0282-54ea-44fa-a947-2eb59972377a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:42.920Z|d4cf0282-54ea-44fa-a947-2eb59972377a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:47.951Z|9e6c1e03-3f56-44a2-8f77-809673f77308|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:48:47.955Z|9e6c1e03-3f56-44a2-8f77-809673f77308|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:48:51.534Z|c290e7da-6a6d-4ff2-8e07-1b48f04da77e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:51.535Z|c290e7da-6a6d-4ff2-8e07-1b48f04da77e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:51.718Z|95a9bcc1-86b7-413c-b555-ed33a0a7b213|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:51.719Z|95a9bcc1-86b7-413c-b555-ed33a0a7b213|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:48:52.952Z|85280e53-ab23-42b0-ad9c-346f3fce4560|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:48:52.954Z|85280e53-ab23-42b0-ad9c-346f3fce4560|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:01.580Z|41922f32-4c80-44a3-ab8f-e06fd0458232|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:01.582Z|41922f32-4c80-44a3-ab8f-e06fd0458232|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:01.747Z|044d9386-b995-4261-a614-dcfdb946880f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:01.748Z|044d9386-b995-4261-a614-dcfdb946880f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:02.951Z|d6fa67e5-3324-4dae-b200-9b362a2b33eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:49:02.952Z|d6fa67e5-3324-4dae-b200-9b362a2b33eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:49:02.983Z|110c5556-c34c-4db3-be07-f58697fd0561|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:02.984Z|110c5556-c34c-4db3-be07-f58697fd0561|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:03.102Z|82738154-c689-4896-8948-c72aefa4bfe2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:49:03.102Z|82738154-c689-4896-8948-c72aefa4bfe2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:49:11.612Z|d4b3e9dc-3ac9-4661-9ec0-c7762781e424|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:11.613Z|d4b3e9dc-3ac9-4661-9ec0-c7762781e424|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:11.773Z|ccb00547-217c-47dc-9bb5-8be4a26c7ac8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:11.774Z|ccb00547-217c-47dc-9bb5-8be4a26c7ac8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:13.011Z|f2476056-8ccb-46ba-bc92-52404e8d86e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:13.012Z|f2476056-8ccb-46ba-bc92-52404e8d86e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:14.150Z|cddbeb1c-8863-4a23-8f43-95c89df3947e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:49:14.151Z|cddbeb1c-8863-4a23-8f43-95c89df3947e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:17.951Z|8ff07b77-ca7f-4c47-abf8-19f985ff8158|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:49:17.952Z|8ff07b77-ca7f-4c47-abf8-19f985ff8158|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:49:21.643Z|c35f3e84-49c1-412a-ae4c-6a96b6663013|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:21.644Z|c35f3e84-49c1-412a-ae4c-6a96b6663013|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:21.797Z|dfa0014d-6144-4694-b351-f216566c09b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:21.798Z|dfa0014d-6144-4694-b351-f216566c09b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:23.059Z|c515c42e-ea1e-49ad-b112-9ccfaf34cb64|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:23.060Z|c515c42e-ea1e-49ad-b112-9ccfaf34cb64|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:31.681Z|87d8b140-ee23-45df-b06b-a8b49e588a59|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:31.682Z|87d8b140-ee23-45df-b06b-a8b49e588a59|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:31.825Z|ddf0d1fd-b50d-426f-b3ef-fef44b449621|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:31.831Z|ddf0d1fd-b50d-426f-b3ef-fef44b449621|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:32.951Z|b050776f-a603-452f-8a29-fc8dbf872f35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:49:32.955Z|b050776f-a603-452f-8a29-fc8dbf872f35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:49:33.084Z|05b1b943-cddc-4a70-b3d4-baa003c2984c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:33.085Z|05b1b943-cddc-4a70-b3d4-baa003c2984c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:33.103Z|32eb4ed0-cf42-408e-ac6e-f060f83a23e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:49:33.104Z|32eb4ed0-cf42-408e-ac6e-f060f83a23e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:49:41.718Z|406cdee0-01ba-4b89-80a6-b3762a3efe0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:41.719Z|406cdee0-01ba-4b89-80a6-b3762a3efe0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:41.860Z|6f61685f-9428-4002-b947-0bd780202bbc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:41.861Z|6f61685f-9428-4002-b947-0bd780202bbc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:43.117Z|7cca4013-07ba-4106-89ba-62dd6147aad9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:43.118Z|7cca4013-07ba-4106-89ba-62dd6147aad9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:47.952Z|ef5850a3-60c9-4a40-bd55-644bf77ea3d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:49:47.953Z|ef5850a3-60c9-4a40-bd55-644bf77ea3d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:49:51.750Z|305497b7-7ad9-4bb0-885f-78f6fc462eb4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:51.752Z|305497b7-7ad9-4bb0-885f-78f6fc462eb4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:51.891Z|3dbaae0c-b28a-4233-ad92-f9e4c86a8b68|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:51.892Z|3dbaae0c-b28a-4233-ad92-f9e4c86a8b68|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:49:53.156Z|0ab755de-1241-4376-9be2-6b3a70371ba0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:49:53.157Z|0ab755de-1241-4376-9be2-6b3a70371ba0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:01.778Z|c59774df-73e4-4f48-8f19-7c3ce92182af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:01.779Z|c59774df-73e4-4f48-8f19-7c3ce92182af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:01.918Z|42dbdae3-49bb-47c1-ab39-22dd7e79641f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:01.919Z|42dbdae3-49bb-47c1-ab39-22dd7e79641f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:02.951Z|c764b938-1c67-4577-a39d-4dc83e4f2e95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:50:02.952Z|c764b938-1c67-4577-a39d-4dc83e4f2e95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:50:03.105Z|c1bb6f00-bed0-46a9-8d55-ca2630c761d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:50:03.106Z|c1bb6f00-bed0-46a9-8d55-ca2630c761d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:50:03.201Z|c4f6ff5a-52b1-44e0-bd71-62518ee8cf93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:03.202Z|c4f6ff5a-52b1-44e0-bd71-62518ee8cf93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:11.806Z|b5177e38-c148-4986-abf0-2ea453005e0d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:11.807Z|b5177e38-c148-4986-abf0-2ea453005e0d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:11.949Z|4c822f26-e919-486e-b985-ef0f638a55d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:11.950Z|4c822f26-e919-486e-b985-ef0f638a55d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:13.232Z|784ae259-b4ad-4e40-93ab-0c6802919b7d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:13.233Z|784ae259-b4ad-4e40-93ab-0c6802919b7d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:14.151Z|60ead91f-8017-4a64-8508-97863409747d|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:50:14.152Z|60ead91f-8017-4a64-8508-97863409747d|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:17.951Z|78979da5-5f35-4da5-acd6-2bb345124590|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:50:17.954Z|78979da5-5f35-4da5-acd6-2bb345124590|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:50:21.844Z|91d8966c-3fb3-4d69-a3bb-a6f88530f799|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:21.845Z|91d8966c-3fb3-4d69-a3bb-a6f88530f799|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:21.980Z|19d87381-b834-4c9f-ad9f-71fb47eed4f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:21.981Z|19d87381-b834-4c9f-ad9f-71fb47eed4f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:23.277Z|374dc743-cbbe-4f3c-bafa-97ac8aa2323c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:23.278Z|374dc743-cbbe-4f3c-bafa-97ac8aa2323c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:31.869Z|245db784-b3ec-4e32-a226-0951c39569a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:31.871Z|245db784-b3ec-4e32-a226-0951c39569a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:32.012Z|1083b707-eaf9-46cc-91cc-129d5d03d5dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:32.013Z|1083b707-eaf9-46cc-91cc-129d5d03d5dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:32.951Z|56dd2fab-8003-4ea5-a15c-1e2c23aba5ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:50:32.952Z|56dd2fab-8003-4ea5-a15c-1e2c23aba5ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:50:33.107Z|bd0c5357-5dd7-4598-af5d-c54afa07e36e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:50:33.108Z|bd0c5357-5dd7-4598-af5d-c54afa07e36e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:50:33.343Z|4f6500f7-ec11-449e-8f3b-70f3ef7ffa8d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:33.344Z|4f6500f7-ec11-449e-8f3b-70f3ef7ffa8d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:41.903Z|1e034438-c9b2-4a22-9960-e63a4990f114|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:41.904Z|1e034438-c9b2-4a22-9960-e63a4990f114|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:42.039Z|832765e5-5179-4521-a2b5-3d4ccf0f47ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:42.041Z|832765e5-5179-4521-a2b5-3d4ccf0f47ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:43.380Z|f9e45835-8306-4c02-88f0-c71910792c9b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:43.382Z|f9e45835-8306-4c02-88f0-c71910792c9b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:47.952Z|4204e59f-67b4-495c-b690-1fc626003df3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:50:47.953Z|4204e59f-67b4-495c-b690-1fc626003df3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:50:51.933Z|fecf2db4-91a9-4f41-a366-b8b89ff01fa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:51.934Z|fecf2db4-91a9-4f41-a366-b8b89ff01fa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:52.067Z|fe4947da-b89e-4a5e-8d8a-8bd2b4b03710|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:52.068Z|fe4947da-b89e-4a5e-8d8a-8bd2b4b03710|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:50:53.421Z|4cb4298b-b298-4017-be33-00424d03bda0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:50:53.422Z|4cb4298b-b298-4017-be33-00424d03bda0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:01.958Z|26e3e416-fff8-4f9e-8f58-ef048d4125d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:01.959Z|26e3e416-fff8-4f9e-8f58-ef048d4125d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:02.094Z|8c00f173-938c-444b-be01-83ea6fa88d59|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:02.096Z|8c00f173-938c-444b-be01-83ea6fa88d59|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:02.951Z|d637fb01-d2f8-4d8b-aaf4-403769eaeb55|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:51:02.954Z|d637fb01-d2f8-4d8b-aaf4-403769eaeb55|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:51:03.108Z|e3b2cc15-6c44-4948-88b1-3dc97bf6dc34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:51:03.109Z|e3b2cc15-6c44-4948-88b1-3dc97bf6dc34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:51:03.448Z|82944fc5-ff5e-4381-a835-8be70f37c17f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:03.451Z|82944fc5-ff5e-4381-a835-8be70f37c17f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:11.988Z|93f50ec6-d39e-4d98-b8e2-eb4614ceb0da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:11.989Z|93f50ec6-d39e-4d98-b8e2-eb4614ceb0da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:12.120Z|7e758d3a-e661-4352-be76-4c7f084be923|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:12.121Z|7e758d3a-e661-4352-be76-4c7f084be923|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:13.475Z|7731778d-0a82-4eb0-bc11-6f2ade1f03fa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:13.476Z|7731778d-0a82-4eb0-bc11-6f2ade1f03fa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:14.153Z|c842ee93-2454-4019-a6ae-42fcc80d97e0|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:51:14.154Z|c842ee93-2454-4019-a6ae-42fcc80d97e0|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:17.951Z|51c663f6-004c-4285-aefb-b209537a245f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:51:17.952Z|51c663f6-004c-4285-aefb-b209537a245f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:51:22.017Z|b9dd4599-dd1f-4824-ac74-7909e4a63229|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:22.018Z|b9dd4599-dd1f-4824-ac74-7909e4a63229|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:22.155Z|2fac4c2d-b8a9-4a02-832f-8d1718ce0795|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:22.157Z|2fac4c2d-b8a9-4a02-832f-8d1718ce0795|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:23.504Z|6637d3c0-ca82-4ffb-9a4a-560f5da87b92|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:23.505Z|6637d3c0-ca82-4ffb-9a4a-560f5da87b92|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:32.046Z|7834407c-b21b-4b07-ac61-e648bd00322a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:32.046Z|7834407c-b21b-4b07-ac61-e648bd00322a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:32.187Z|9cd8c505-51d9-4798-8b43-3a8827f5eb19|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:32.188Z|9cd8c505-51d9-4798-8b43-3a8827f5eb19|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:32.952Z|24c705db-7276-4516-9791-4b876f2a3e5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:51:32.953Z|24c705db-7276-4516-9791-4b876f2a3e5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:51:33.110Z|19f8b8f5-c14e-46f1-9202-d77291457111|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:51:33.111Z|19f8b8f5-c14e-46f1-9202-d77291457111|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:51:33.539Z|bec45a85-206e-41cb-97fd-8471d047611e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:33.539Z|bec45a85-206e-41cb-97fd-8471d047611e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:42.082Z|a9cc3e44-a155-4a9c-960b-4235e63e0e82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:42.084Z|a9cc3e44-a155-4a9c-960b-4235e63e0e82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:42.229Z|9a7b4861-1b5c-4642-b481-9e2441ef512b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:42.231Z|9a7b4861-1b5c-4642-b481-9e2441ef512b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:43.563Z|2a89f639-bd85-4a8f-993a-085948b12a17|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:43.564Z|2a89f639-bd85-4a8f-993a-085948b12a17|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:47.951Z|39423573-a635-4d19-b93d-4efdd3cdbfae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:51:47.955Z|39423573-a635-4d19-b93d-4efdd3cdbfae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:51:52.130Z|7c7bf0fc-89a6-4121-87af-d5fe2e0b739d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:52.131Z|7c7bf0fc-89a6-4121-87af-d5fe2e0b739d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:52.261Z|4fd4a8e4-a833-4dfb-9523-6366997117d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:52.263Z|4fd4a8e4-a833-4dfb-9523-6366997117d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:51:53.591Z|f6fb88ed-ea13-4637-9a76-ceb6b61d4f8c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:51:53.592Z|f6fb88ed-ea13-4637-9a76-ceb6b61d4f8c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:02.165Z|ee99b6e9-deed-41a7-81c3-ea5b9da6eb2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:02.166Z|ee99b6e9-deed-41a7-81c3-ea5b9da6eb2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:02.294Z|eab99805-f36b-4f36-bf8a-f50a100ca3e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:02.295Z|eab99805-f36b-4f36-bf8a-f50a100ca3e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:02.951Z|6557632e-d6cd-4986-8d09-afb6c5ef3062|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:52:02.952Z|6557632e-d6cd-4986-8d09-afb6c5ef3062|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:52:03.114Z|41f4c2be-a54c-4841-a47d-b0442d49258e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:52:03.115Z|41f4c2be-a54c-4841-a47d-b0442d49258e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:52:03.627Z|306b31d5-78ac-4713-8db2-4246ed2fd464|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:03.629Z|306b31d5-78ac-4713-8db2-4246ed2fd464|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:12.195Z|2f15d758-0286-42b7-a208-7a7b7f12601d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:12.196Z|2f15d758-0286-42b7-a208-7a7b7f12601d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:12.321Z|61f00245-e7f0-4399-bc08-50a08742b070|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:12.322Z|61f00245-e7f0-4399-bc08-50a08742b070|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:13.657Z|7956f175-a00d-4a3f-ab67-14e2ebe5c764|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:13.658Z|7956f175-a00d-4a3f-ab67-14e2ebe5c764|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:14.150Z|bca66b2d-0239-4b74-9e9e-41cbb3c545e0|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:52:14.151Z|bca66b2d-0239-4b74-9e9e-41cbb3c545e0|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:17.951Z|0546a75b-50d5-40dc-ae0a-b6ae1890eafb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:52:17.952Z|0546a75b-50d5-40dc-ae0a-b6ae1890eafb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:52:22.230Z|76a0accd-4bea-4c25-8f6b-26e160c54955|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:22.232Z|76a0accd-4bea-4c25-8f6b-26e160c54955|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:22.349Z|89f495c4-db09-4d49-a49e-f02d1ca435df|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:22.350Z|89f495c4-db09-4d49-a49e-f02d1ca435df|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:23.687Z|1ba4dd93-26f4-424e-93f8-a1560c8b2f33|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:23.688Z|1ba4dd93-26f4-424e-93f8-a1560c8b2f33|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:32.258Z|591191f1-0bd7-40c8-b742-cb19ea99a99b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:32.259Z|591191f1-0bd7-40c8-b742-cb19ea99a99b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:32.398Z|f77edbf4-b5e1-4673-9252-242452f33274|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:32.400Z|f77edbf4-b5e1-4673-9252-242452f33274|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:32.951Z|a9768647-95d9-46bb-b116-3a51263bcd4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:52:32.954Z|a9768647-95d9-46bb-b116-3a51263bcd4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:52:33.116Z|1947dbc6-aebf-4498-8996-0452970884e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:52:33.117Z|1947dbc6-aebf-4498-8996-0452970884e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:52:33.715Z|4dbbfba1-7e41-4f38-b1c5-327f3707d24a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:33.717Z|4dbbfba1-7e41-4f38-b1c5-327f3707d24a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:42.282Z|89d4488d-5d82-48e3-9915-ba3ef49e9525|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:42.283Z|89d4488d-5d82-48e3-9915-ba3ef49e9525|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:42.453Z|7a07ceaa-3fbe-42bd-8f4d-df9c122ab017|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:42.454Z|7a07ceaa-3fbe-42bd-8f4d-df9c122ab017|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:43.747Z|4031a6ad-ee16-43dd-84d0-57346f1c3b54|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:43.748Z|4031a6ad-ee16-43dd-84d0-57346f1c3b54|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:47.951Z|cec476de-9810-4726-81ac-0520ea2f7f27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:52:47.952Z|cec476de-9810-4726-81ac-0520ea2f7f27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:52:52.309Z|9e015552-8900-4728-a252-437e9f5773a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:52.310Z|9e015552-8900-4728-a252-437e9f5773a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:52.483Z|d0ff5bcf-0037-4d67-a8fc-118bc3f8b0b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:52.484Z|d0ff5bcf-0037-4d67-a8fc-118bc3f8b0b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:52:53.789Z|469dc21c-43bb-4212-9c3a-139cb014ac45|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:52:53.790Z|469dc21c-43bb-4212-9c3a-139cb014ac45|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:02.343Z|5b802bb2-7daf-436f-b102-a26444273516|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:02.344Z|5b802bb2-7daf-436f-b102-a26444273516|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:02.515Z|cc086a2d-5c14-44d9-abac-38764831d229|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:02.516Z|cc086a2d-5c14-44d9-abac-38764831d229|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:02.952Z|48a2b255-c9d8-4253-9246-581e75252146|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:53:02.953Z|48a2b255-c9d8-4253-9246-581e75252146|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:53:03.118Z|8139481e-4419-490a-91ad-19320f68b355|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:53:03.118Z|8139481e-4419-490a-91ad-19320f68b355|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:53:03.843Z|91438197-47b3-4687-aea5-7e0b4a1559c2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:03.844Z|91438197-47b3-4687-aea5-7e0b4a1559c2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:12.372Z|244008e4-ed75-49a0-b73b-53ee17cdc140|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:12.374Z|244008e4-ed75-49a0-b73b-53ee17cdc140|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:12.540Z|6caab795-91bf-4e63-baca-70818acf6680|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:12.541Z|6caab795-91bf-4e63-baca-70818acf6680|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:13.878Z|057b73a7-56de-4dbf-8c9d-ba330c5b20d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:13.879Z|057b73a7-56de-4dbf-8c9d-ba330c5b20d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:14.152Z|67057cf7-ed24-46b7-95f0-5b3dcba6908f|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:53:14.153Z|67057cf7-ed24-46b7-95f0-5b3dcba6908f|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:17.952Z|fad66c38-00a3-4830-a7e2-091e093d20df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:53:17.955Z|fad66c38-00a3-4830-a7e2-091e093d20df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:53:22.401Z|a275112e-27b8-464c-9ca7-7d811c3d76c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:22.403Z|a275112e-27b8-464c-9ca7-7d811c3d76c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:22.573Z|157f4e3c-efdc-4c16-8699-3212bd3c532a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:22.574Z|157f4e3c-efdc-4c16-8699-3212bd3c532a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:23.918Z|6b5f5fd0-b4bf-48be-808f-65eeaf1ecc43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:23.920Z|6b5f5fd0-b4bf-48be-808f-65eeaf1ecc43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:32.444Z|66a777bf-e642-4120-902d-23a2887076f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:32.446Z|66a777bf-e642-4120-902d-23a2887076f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:32.605Z|066036bd-6f4f-4560-b520-eefd70c49894|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:32.606Z|066036bd-6f4f-4560-b520-eefd70c49894|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:32.951Z|e2fd25d6-9b2d-4212-9ef9-2b00c23ae5bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:53:32.953Z|e2fd25d6-9b2d-4212-9ef9-2b00c23ae5bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:53:33.119Z|3693c780-22ea-4f71-a64b-8e628410903c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:53:33.121Z|3693c780-22ea-4f71-a64b-8e628410903c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:53:33.946Z|b831aa93-113e-40e2-8ce1-ccf3968ded38|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:33.947Z|b831aa93-113e-40e2-8ce1-ccf3968ded38|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:42.496Z|3dcbd6bb-40cd-4ab4-b741-03d73c682590|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:42.497Z|3dcbd6bb-40cd-4ab4-b741-03d73c682590|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:42.646Z|51ce6067-9fc4-48ae-a8ab-e7fe272a45fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:42.649Z|51ce6067-9fc4-48ae-a8ab-e7fe272a45fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:43.972Z|c80b1825-a976-4d1b-b2b3-b29bc115373f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:43.974Z|c80b1825-a976-4d1b-b2b3-b29bc115373f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:47.952Z|ac75d293-ef99-4b47-9c01-a1a7707c848e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:53:47.953Z|ac75d293-ef99-4b47-9c01-a1a7707c848e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:53:52.537Z|cd886272-0f46-4823-80d9-91b22206399c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:52.538Z|cd886272-0f46-4823-80d9-91b22206399c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:52.701Z|cf39489a-8417-428c-b308-4f4796368313|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:52.702Z|cf39489a-8417-428c-b308-4f4796368313|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:53:54.012Z|3d625acd-5ca8-4f4d-9976-013447008557|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:53:54.013Z|3d625acd-5ca8-4f4d-9976-013447008557|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:02.568Z|dfbb574e-6f6d-4f6b-a09e-19ae31511cdc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:02.568Z|dfbb574e-6f6d-4f6b-a09e-19ae31511cdc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:02.729Z|d433028f-6930-4ff7-94b0-f5cc5e7d872e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:02.730Z|d433028f-6930-4ff7-94b0-f5cc5e7d872e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:02.951Z|cc2c23e3-6664-4383-b390-d955a0154343|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:54:02.955Z|cc2c23e3-6664-4383-b390-d955a0154343|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:54:03.122Z|7e7903c7-87ca-4141-8101-c1489d297270|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:54:03.123Z|7e7903c7-87ca-4141-8101-c1489d297270|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:54:04.043Z|d621b836-d8d1-4677-9d5e-d0dc0562c240|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:04.044Z|d621b836-d8d1-4677-9d5e-d0dc0562c240|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:12.599Z|015e9edc-55d7-44b9-9717-2c3ffd13a0c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:12.600Z|015e9edc-55d7-44b9-9717-2c3ffd13a0c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:12.753Z|20381dd1-c51e-4231-855e-d1a56f9b20e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:12.754Z|20381dd1-c51e-4231-855e-d1a56f9b20e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:14.080Z|2cea2e25-01d4-4411-9ce4-3bed44eeca32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:14.082Z|2cea2e25-01d4-4411-9ce4-3bed44eeca32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:14.150Z|1b3378fd-2d98-4b0a-90f0-44e3eb7f4520|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:54:14.151Z|1b3378fd-2d98-4b0a-90f0-44e3eb7f4520|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:17.951Z|aa2a1440-f04a-446c-b63e-8b5efeeebc56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:54:17.952Z|aa2a1440-f04a-446c-b63e-8b5efeeebc56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:54:22.628Z|57e44227-f4c2-4ca5-b142-265299122ff8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:22.629Z|57e44227-f4c2-4ca5-b142-265299122ff8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:22.778Z|ce81a253-d45b-4c95-9671-9143cd08b61a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:22.780Z|ce81a253-d45b-4c95-9671-9143cd08b61a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:24.110Z|6640b321-cbea-4842-9253-c491dffe47c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:24.111Z|6640b321-cbea-4842-9253-c491dffe47c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:32.656Z|2d0e0b41-4e0b-49b5-a9f1-f8801c0ea75a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:32.656Z|2d0e0b41-4e0b-49b5-a9f1-f8801c0ea75a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:32.803Z|36a56134-d439-4bd4-b705-b9e8e13cd221|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:32.804Z|36a56134-d439-4bd4-b705-b9e8e13cd221|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:32.951Z|756adcfa-c3e2-4c65-a610-cf94acd810dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:54:32.952Z|756adcfa-c3e2-4c65-a610-cf94acd810dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:54:33.124Z|de2b2a17-f145-420e-892f-65900ed33d86|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:54:33.124Z|de2b2a17-f145-420e-892f-65900ed33d86|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:54:34.146Z|52387df3-2b97-428b-8d92-9565dce2bd07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:34.146Z|52387df3-2b97-428b-8d92-9565dce2bd07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:42.679Z|69c71961-5365-414e-89cb-4d1030430c3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:42.680Z|69c71961-5365-414e-89cb-4d1030430c3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:42.834Z|0979da64-4aa6-4962-8130-02fc60864d7f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:42.835Z|0979da64-4aa6-4962-8130-02fc60864d7f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:44.171Z|1ab4d31f-f14c-474b-97a7-6d173475ffba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:44.172Z|1ab4d31f-f14c-474b-97a7-6d173475ffba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:47.951Z|fceec049-a8c8-445c-b7af-500d0f22416b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:54:47.955Z|fceec049-a8c8-445c-b7af-500d0f22416b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:54:52.702Z|7befbbc3-3f39-45ba-a8a3-9a6e13259a8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:52.703Z|7befbbc3-3f39-45ba-a8a3-9a6e13259a8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:52.859Z|a930878b-e7d2-4115-8894-11a078ded2e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:52.860Z|a930878b-e7d2-4115-8894-11a078ded2e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:54:54.197Z|911f5b83-6941-4f1b-a637-121bb926e535|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:54:54.198Z|911f5b83-6941-4f1b-a637-121bb926e535|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:02.732Z|d3ff2884-2dc3-4f47-b77f-0e22509630ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:02.733Z|d3ff2884-2dc3-4f47-b77f-0e22509630ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:02.886Z|ac8732f9-6d8d-459f-b196-bb36f0384171|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:02.887Z|ac8732f9-6d8d-459f-b196-bb36f0384171|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:02.951Z|18b9eed5-7636-49c3-b650-199c17a31c2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:55:02.952Z|18b9eed5-7636-49c3-b650-199c17a31c2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:55:03.125Z|afc25fb5-ce2e-4c06-8a36-707f1e2c4f8f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:55:03.126Z|afc25fb5-ce2e-4c06-8a36-707f1e2c4f8f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:55:04.235Z|31d44a55-038a-400b-95e5-11cb4ca12a17|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:04.236Z|31d44a55-038a-400b-95e5-11cb4ca12a17|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:12.759Z|5c57678c-17ea-4967-99ac-9206c9d107d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:12.760Z|5c57678c-17ea-4967-99ac-9206c9d107d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:12.911Z|199dad7f-0e62-459e-8cc0-9132721f3609|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:12.912Z|199dad7f-0e62-459e-8cc0-9132721f3609|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:14.149Z|96df6d2e-ea49-4060-a463-e42f27f59c9e|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:55:14.150Z|96df6d2e-ea49-4060-a463-e42f27f59c9e|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:14.282Z|8c592b4c-588c-4a8f-8538-4e932d2de340|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:14.283Z|8c592b4c-588c-4a8f-8538-4e932d2de340|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:17.951Z|15f4bc5d-d048-425a-883a-89acc47e62a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:55:17.952Z|15f4bc5d-d048-425a-883a-89acc47e62a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:55:22.792Z|7bfe4b7a-a15b-486f-a6d5-80cd7fed5cd8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:22.793Z|7bfe4b7a-a15b-486f-a6d5-80cd7fed5cd8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:22.987Z|8cae5b45-0728-4ed1-9c05-613f674aa2af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:22.989Z|8cae5b45-0728-4ed1-9c05-613f674aa2af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:24.311Z|72da1d48-74f3-4379-ba05-ba4be13841b5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:24.312Z|72da1d48-74f3-4379-ba05-ba4be13841b5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:32.827Z|5796952f-eacf-4227-acbd-13b8d0e80d83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:32.827Z|5796952f-eacf-4227-acbd-13b8d0e80d83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:32.951Z|6592ceef-edcb-4d1a-ac84-6ec343389a24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:55:32.954Z|6592ceef-edcb-4d1a-ac84-6ec343389a24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:55:33.020Z|5a107729-f7eb-4fa4-8d3f-11178d30fe34|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:33.021Z|5a107729-f7eb-4fa4-8d3f-11178d30fe34|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:33.127Z|2720cd2e-1b59-4c3c-895a-4753a36832cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:55:33.128Z|2720cd2e-1b59-4c3c-895a-4753a36832cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:55:34.339Z|e2038aae-2b8a-4fe5-b0e9-9b0715fc2cfd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:34.340Z|e2038aae-2b8a-4fe5-b0e9-9b0715fc2cfd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:42.851Z|9b513c65-4cb7-4776-89aa-5d3a21e779ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:42.852Z|9b513c65-4cb7-4776-89aa-5d3a21e779ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:43.059Z|eb26f30c-adce-4089-9ce5-7de4eb851a4a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:43.060Z|eb26f30c-adce-4089-9ce5-7de4eb851a4a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:44.366Z|993c5995-f2d1-484d-be7a-02a2abcc6a3f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:44.367Z|993c5995-f2d1-484d-be7a-02a2abcc6a3f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:47.952Z|f1e3bfa1-09a4-420e-bbe7-e612a60bcb72|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:55:47.952Z|f1e3bfa1-09a4-420e-bbe7-e612a60bcb72|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:55:52.879Z|e295c2cc-15c4-4d3d-a7d5-a0e2d5ecb9c3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:52.880Z|e295c2cc-15c4-4d3d-a7d5-a0e2d5ecb9c3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:53.094Z|6c835ba3-3ec6-4eb9-a846-52141fbefaea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:53.095Z|6c835ba3-3ec6-4eb9-a846-52141fbefaea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:55:54.393Z|9d75f303-5bac-4a8a-a01a-1d6a3ba6f18c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:55:54.394Z|9d75f303-5bac-4a8a-a01a-1d6a3ba6f18c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:02.910Z|1095ab8a-f341-4748-a1aa-8ecc8a901917|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:02.913Z|1095ab8a-f341-4748-a1aa-8ecc8a901917|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:02.951Z|f2d6bcc4-a2e4-4cc1-b151-090f0146554a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:56:02.952Z|f2d6bcc4-a2e4-4cc1-b151-090f0146554a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:56:03.126Z|21009493-8657-4c19-ac1c-c97789389f07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:03.127Z|21009493-8657-4c19-ac1c-c97789389f07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:03.129Z|8b1edbbc-fa54-4a83-a6ad-eaf1ddd5bbb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:56:03.129Z|8b1edbbc-fa54-4a83-a6ad-eaf1ddd5bbb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:56:04.427Z|fe07f097-3621-4230-99fb-7c6592b1528f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:04.428Z|fe07f097-3621-4230-99fb-7c6592b1528f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:12.943Z|60a30122-c670-41cb-ad67-f27e913c2467|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:12.944Z|60a30122-c670-41cb-ad67-f27e913c2467|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:13.152Z|8209eb21-e7e6-4600-aea0-faba4eb079ec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:13.153Z|8209eb21-e7e6-4600-aea0-faba4eb079ec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:14.150Z|a88b725c-d4da-49a2-a88f-92bfc6811d97|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:56:14.151Z|a88b725c-d4da-49a2-a88f-92bfc6811d97|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:14.455Z|3efd70af-98d8-46b8-a754-a18ad1f313ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:14.456Z|3efd70af-98d8-46b8-a754-a18ad1f313ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:17.951Z|41741e89-1d3c-479c-9826-8152b376524c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:56:17.954Z|41741e89-1d3c-479c-9826-8152b376524c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:56:22.975Z|fdcb7b1a-72a6-4973-aa9e-49ab02fe3906|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:22.977Z|fdcb7b1a-72a6-4973-aa9e-49ab02fe3906|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:23.185Z|c8c85e39-bf00-4b74-b835-a3f93994710d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:23.186Z|c8c85e39-bf00-4b74-b835-a3f93994710d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:24.480Z|5a8ba607-2c98-496c-a44b-69d3a036f632|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:24.481Z|5a8ba607-2c98-496c-a44b-69d3a036f632|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:32.951Z|e7fb267a-1013-4db3-91d0-6a719c5ae319|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:56:32.952Z|e7fb267a-1013-4db3-91d0-6a719c5ae319|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:56:33.009Z|f045bc4c-bc88-48c7-b124-41c15a5fc10e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:33.010Z|f045bc4c-bc88-48c7-b124-41c15a5fc10e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:33.130Z|c389c167-94ae-4625-9f5f-58def57f7838|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:56:33.130Z|c389c167-94ae-4625-9f5f-58def57f7838|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:56:33.211Z|789655dc-a469-4ae6-b5df-6036dc9ffb9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:33.211Z|789655dc-a469-4ae6-b5df-6036dc9ffb9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:34.505Z|cfc486d5-351b-4c86-94df-e4b2e7f60cf4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:34.506Z|cfc486d5-351b-4c86-94df-e4b2e7f60cf4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:43.050Z|078d2187-cee0-4426-9367-f718de35320c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:43.051Z|078d2187-cee0-4426-9367-f718de35320c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:43.261Z|59e9d818-bdd9-4184-b947-0534063e2bd2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:43.262Z|59e9d818-bdd9-4184-b947-0534063e2bd2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:44.532Z|b074a619-78d3-4068-b8f1-735037bac36b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:44.533Z|b074a619-78d3-4068-b8f1-735037bac36b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:47.951Z|4f7bc3a4-2ba8-4278-a429-0e2015ae1b16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:56:47.952Z|4f7bc3a4-2ba8-4278-a429-0e2015ae1b16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:56:53.091Z|ab4549e0-00f0-4a77-8744-c210460c1d27|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:53.092Z|ab4549e0-00f0-4a77-8744-c210460c1d27|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:53.296Z|63d28672-8625-4364-aada-4052b2a11fcb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:53.299Z|63d28672-8625-4364-aada-4052b2a11fcb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:56:54.559Z|83aee890-4709-49c0-a76c-f8c2f1967b7e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:56:54.561Z|83aee890-4709-49c0-a76c-f8c2f1967b7e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:02.951Z|c9382fef-4c12-4012-82df-03a98a663e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:57:02.954Z|c9382fef-4c12-4012-82df-03a98a663e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:57:03.121Z|95c26b9e-31b6-4dec-9697-a452a545a6b1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:03.122Z|95c26b9e-31b6-4dec-9697-a452a545a6b1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:03.131Z|bf5127d6-59f9-4fbb-8464-462e74edc0f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:57:03.132Z|bf5127d6-59f9-4fbb-8464-462e74edc0f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:57:03.354Z|2cadf21a-cdb0-4ece-a9fa-857c36e79b59|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:03.356Z|2cadf21a-cdb0-4ece-a9fa-857c36e79b59|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:04.586Z|32b64aa0-2ed4-4f2b-a3d0-4fb21262b0b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:04.587Z|32b64aa0-2ed4-4f2b-a3d0-4fb21262b0b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:07.263Z||http-nio-8080-exec-3|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030x1c0xf70xa6b0xcc0x9f0x19_0xd0F0xe8h0xbb0xc50x18S!f0xd9n0x1b0xcf0xe7g]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-10T05:57:13.148Z|f0578a32-603a-40f8-b252-71371360d932|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:13.150Z|f0578a32-603a-40f8-b252-71371360d932|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:13.394Z|e37d521a-bba5-40c4-8e15-59a95c2cc5c6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:13.395Z|e37d521a-bba5-40c4-8e15-59a95c2cc5c6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:14.150Z|94c0b796-91c4-4ea5-934e-cb50e554ea81|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:57:14.152Z|94c0b796-91c4-4ea5-934e-cb50e554ea81|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:14.616Z|606020a0-4c99-4c6d-af31-779f69a86efd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:14.617Z|606020a0-4c99-4c6d-af31-779f69a86efd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:17.951Z|94d3f5a9-1033-43d8-a55e-c388e767b22f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:57:17.952Z|94d3f5a9-1033-43d8-a55e-c388e767b22f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:57:23.179Z|06095384-35d1-488d-92ac-3951c57328e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:23.180Z|06095384-35d1-488d-92ac-3951c57328e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:23.428Z|6dea25e6-2c07-4904-8f23-c84489aceda8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:23.430Z|6dea25e6-2c07-4904-8f23-c84489aceda8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:24.641Z|62e5154b-63c1-4a50-a8c5-921629a29f3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:24.642Z|62e5154b-63c1-4a50-a8c5-921629a29f3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:32.951Z|cabcdbd9-fc81-4ba7-a7ee-333fa18d9359|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:57:32.952Z|cabcdbd9-fc81-4ba7-a7ee-333fa18d9359|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:57:33.133Z|362e7260-0168-4d0e-acbd-4207b303f6c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:57:33.133Z|362e7260-0168-4d0e-acbd-4207b303f6c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:57:33.218Z|c190836c-7d5d-4064-8285-f6bfbe526bd6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:33.219Z|c190836c-7d5d-4064-8285-f6bfbe526bd6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:33.459Z|9853c07d-4ea6-475f-9a9f-ccd29181a469|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:33.459Z|9853c07d-4ea6-475f-9a9f-ccd29181a469|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:34.667Z|d364fbe1-5431-4b55-851a-098c106f85a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:34.668Z|d364fbe1-5431-4b55-851a-098c106f85a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:43.269Z|e70b9506-402c-4e15-bcb7-184ac9bd911c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:43.270Z|e70b9506-402c-4e15-bcb7-184ac9bd911c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:43.485Z|8b957178-7d45-4e6c-914c-0d0273bd28c1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:43.485Z|8b957178-7d45-4e6c-914c-0d0273bd28c1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:44.693Z|ba8c40cb-9b17-4c13-affe-bc6f7cd8ce71|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:44.694Z|ba8c40cb-9b17-4c13-affe-bc6f7cd8ce71|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:47.951Z|9c386e9b-0230-4821-8835-b659603274da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:57:47.955Z|9c386e9b-0230-4821-8835-b659603274da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:57:53.307Z|13220166-3f7a-4bf4-a74a-5fda0a8b9124|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:53.308Z|13220166-3f7a-4bf4-a74a-5fda0a8b9124|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:53.513Z|95028db4-f33f-482d-8ca4-316aef4b4042|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:53.515Z|95028db4-f33f-482d-8ca4-316aef4b4042|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:57:54.728Z|e55807d8-e6eb-4e08-8ead-968246f572b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:57:54.728Z|e55807d8-e6eb-4e08-8ead-968246f572b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:02.951Z|7e4fdf11-fde5-4ccd-b7cd-1c5a7b54c979|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:58:02.952Z|7e4fdf11-fde5-4ccd-b7cd-1c5a7b54c979|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:58:03.134Z|3b17ae2f-183c-4b4b-a26d-b452b667277c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:58:03.135Z|3b17ae2f-183c-4b4b-a26d-b452b667277c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:58:03.366Z|d3be5ba5-e097-4b90-a0c1-2a425ab4d153|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:03.367Z|d3be5ba5-e097-4b90-a0c1-2a425ab4d153|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:03.554Z|2ac9d7bc-589f-41fd-b26f-9d115eaecead|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:03.555Z|2ac9d7bc-589f-41fd-b26f-9d115eaecead|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:04.775Z|10df338d-cf74-4290-b07b-d217e61681da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:04.776Z|10df338d-cf74-4290-b07b-d217e61681da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:13.407Z|4f6ae62b-e957-49ce-a7ab-592b2a8c8b47|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:13.408Z|4f6ae62b-e957-49ce-a7ab-592b2a8c8b47|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:13.582Z|352547d8-271b-4253-bf68-0c98d3a6949d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:13.583Z|352547d8-271b-4253-bf68-0c98d3a6949d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:14.149Z|e2da5adc-8239-4ab0-8431-852aeb8fdb31|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:58:14.150Z|e2da5adc-8239-4ab0-8431-852aeb8fdb31|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:14.804Z|c75bd2d8-4745-4ca8-9975-c4f25cae8312|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:14.805Z|c75bd2d8-4745-4ca8-9975-c4f25cae8312|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:17.951Z|5cab7101-6c86-451a-b84d-9817bd0500aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:58:17.952Z|5cab7101-6c86-451a-b84d-9817bd0500aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:58:23.441Z|080de74d-09a6-4392-a6be-4271a5c6b042|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:23.442Z|080de74d-09a6-4392-a6be-4271a5c6b042|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:23.614Z|d8e9a624-1c2b-40ee-b4c7-a509c0d99543|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:23.615Z|d8e9a624-1c2b-40ee-b4c7-a509c0d99543|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:24.836Z|0eaf1bd3-33ab-41f5-8590-d1b1250c2e26|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:24.837Z|0eaf1bd3-33ab-41f5-8590-d1b1250c2e26|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:32.951Z|afab9279-b7b9-45df-99d1-bf615f371e68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:58:32.952Z|afab9279-b7b9-45df-99d1-bf615f371e68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:58:33.136Z|576ced9a-ffcf-4222-a7dc-71cc0b96a21b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:58:33.136Z|576ced9a-ffcf-4222-a7dc-71cc0b96a21b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:58:33.469Z|f2daf9a5-a0b1-4db6-98c4-2abd34f97aca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:33.470Z|f2daf9a5-a0b1-4db6-98c4-2abd34f97aca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:33.651Z|13b91b23-2310-44d4-8545-bacd241f2baf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:33.652Z|13b91b23-2310-44d4-8545-bacd241f2baf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:34.862Z|4bb3abc8-dd82-433b-8882-b8685d1b6e9e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:34.863Z|4bb3abc8-dd82-433b-8882-b8685d1b6e9e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:43.496Z|a2ca7f49-de7e-4ff2-afb2-e7fa44005e6b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:43.497Z|a2ca7f49-de7e-4ff2-afb2-e7fa44005e6b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:43.679Z|61d59c9c-7bed-442f-a966-31edef674c50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:43.680Z|61d59c9c-7bed-442f-a966-31edef674c50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:44.892Z|14e1e7b7-3dcc-42be-af80-2d5e2fb271b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:44.893Z|14e1e7b7-3dcc-42be-af80-2d5e2fb271b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:47.951Z|6f5fcf28-f671-4780-80ce-3f83340d239f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:58:47.952Z|6f5fcf28-f671-4780-80ce-3f83340d239f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:58:53.533Z|2dcb10f7-791e-47c3-a6bc-e1783d2dab2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:53.534Z|2dcb10f7-791e-47c3-a6bc-e1783d2dab2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:53.710Z|fd597be9-02a9-4b6a-906a-31ad7b993f42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:53.712Z|fd597be9-02a9-4b6a-906a-31ad7b993f42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:58:54.923Z|2a677f13-18a4-4356-8b88-093fe02f8280|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:58:54.924Z|2a677f13-18a4-4356-8b88-093fe02f8280|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:02.951Z|d6d42e1d-e101-40fa-9682-306b19e99196|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:59:02.952Z|d6d42e1d-e101-40fa-9682-306b19e99196|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:59:03.137Z|3fdf0b1a-967f-4b5e-9c96-2267daf69c3b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:59:03.138Z|3fdf0b1a-967f-4b5e-9c96-2267daf69c3b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:59:03.564Z|3ad1dbc7-1e5b-4851-8494-2b89d162249a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:03.565Z|3ad1dbc7-1e5b-4851-8494-2b89d162249a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:03.755Z|d56b243d-f0ab-4ab6-a410-23c2ea3b05d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:03.756Z|d56b243d-f0ab-4ab6-a410-23c2ea3b05d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:05.022Z|1f1257ad-42a4-4ce0-995b-0310e4439831|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:05.025Z|1f1257ad-42a4-4ce0-995b-0310e4439831|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:13.596Z|5b69f474-7188-4f65-8c1a-c8b5e31d8fac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:13.597Z|5b69f474-7188-4f65-8c1a-c8b5e31d8fac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:13.783Z|9d6ed306-a8b6-43bd-a6b3-cc78cd975f4f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:13.784Z|9d6ed306-a8b6-43bd-a6b3-cc78cd975f4f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:14.150Z|f38946f0-8876-4d3b-bbcb-2321ee41dd43|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T05:59:14.151Z|f38946f0-8876-4d3b-bbcb-2321ee41dd43|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:15.088Z|418e16b5-31eb-4b8e-8aa4-b27834b03d85|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:15.091Z|418e16b5-31eb-4b8e-8aa4-b27834b03d85|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:17.951Z|a4cc1114-c650-47cc-9b3e-71e44f1d2e1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:59:17.952Z|a4cc1114-c650-47cc-9b3e-71e44f1d2e1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:59:23.626Z|b26fa7ea-e7c8-4afa-9051-16ba436e0757|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:23.627Z|b26fa7ea-e7c8-4afa-9051-16ba436e0757|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:23.813Z|fa1cff1f-3748-4e53-bd7e-39e93dd39b23|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:23.814Z|fa1cff1f-3748-4e53-bd7e-39e93dd39b23|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:25.118Z|8cc1ed1e-5e4b-4c26-b955-03090aa0045b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:25.119Z|8cc1ed1e-5e4b-4c26-b955-03090aa0045b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:32.951Z|4be2d552-3e55-424b-9c04-070f2a25da54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:59:32.955Z|4be2d552-3e55-424b-9c04-070f2a25da54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:59:33.139Z|4157e996-9a9b-4d2a-a2e0-fd489fae870f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:59:33.139Z|4157e996-9a9b-4d2a-a2e0-fd489fae870f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:59:33.653Z|2cedc8c3-c2b4-447f-a35a-044ef663b7c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:33.654Z|2cedc8c3-c2b4-447f-a35a-044ef663b7c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:33.849Z|8a9d7efa-92b5-4080-b0a1-bca487f5775c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:33.850Z|8a9d7efa-92b5-4080-b0a1-bca487f5775c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:35.146Z|ad46ddc2-40e5-403b-9fae-1ba055016af2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:35.147Z|ad46ddc2-40e5-403b-9fae-1ba055016af2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:43.685Z|935efe42-b10d-4c88-9548-96377a6fa0e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:43.687Z|935efe42-b10d-4c88-9548-96377a6fa0e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:43.885Z|7e2441a5-ac08-4f2d-8680-bb11b2651c8e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:43.887Z|7e2441a5-ac08-4f2d-8680-bb11b2651c8e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:45.176Z|08f36a6a-916b-46b0-b669-7ad5a37cbd72|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:45.176Z|08f36a6a-916b-46b0-b669-7ad5a37cbd72|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:47.951Z|7fe0edb9-14f0-4ae5-b867-27422b0b65c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T05:59:47.952Z|7fe0edb9-14f0-4ae5-b867-27422b0b65c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T05:59:53.727Z|0d95ae73-ac37-4c1f-9131-1a1c5230998c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:53.729Z|0d95ae73-ac37-4c1f-9131-1a1c5230998c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:53.920Z|48caac51-b4de-40ec-a13e-68c9f2025062|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:53.922Z|48caac51-b4de-40ec-a13e-68c9f2025062|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T05:59:55.208Z|086dc196-07fd-4ffe-bef6-f86e009e109c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T05:59:55.209Z|086dc196-07fd-4ffe-bef6-f86e009e109c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:02.952Z|432e0e9e-dac2-482c-a056-b2fe1d197a05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:00:02.953Z|432e0e9e-dac2-482c-a056-b2fe1d197a05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:00:03.140Z|37e88e5e-802e-4507-b6da-d5c3bde628ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:00:03.141Z|37e88e5e-802e-4507-b6da-d5c3bde628ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:00:03.772Z|d37c18f0-93b4-4e3b-9636-fd3fa6f9a9ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:03.773Z|d37c18f0-93b4-4e3b-9636-fd3fa6f9a9ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:03.951Z|7bebd1b0-1d0f-4f80-b482-3c09fefbd36e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:03.953Z|7bebd1b0-1d0f-4f80-b482-3c09fefbd36e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:05.238Z|7a74244e-ea2c-472f-96e4-deafbec1e281|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:05.239Z|7a74244e-ea2c-472f-96e4-deafbec1e281|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:13.812Z|2068df17-0509-4cfc-9aad-255aa78e4ad8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:13.813Z|2068df17-0509-4cfc-9aad-255aa78e4ad8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:13.988Z|c3ad388d-9b7d-4efd-9dbe-f14d10cdc214|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:13.989Z|c3ad388d-9b7d-4efd-9dbe-f14d10cdc214|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:14.155Z|36623a17-3785-4671-9c4e-21ab8b606164|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:00:14.156Z|36623a17-3785-4671-9c4e-21ab8b606164|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:15.271Z|c416f013-db20-4350-8eb0-755b75d8da48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:15.272Z|c416f013-db20-4350-8eb0-755b75d8da48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:17.952Z|2c8c3aaa-2cdc-4e84-a7af-7603e60d73f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:00:17.955Z|2c8c3aaa-2cdc-4e84-a7af-7603e60d73f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:00:23.846Z|181c36f9-0e92-4ebd-867e-507b90b942c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:23.848Z|181c36f9-0e92-4ebd-867e-507b90b942c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:24.018Z|515e2278-caab-4d58-b797-2668a31a767f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:24.019Z|515e2278-caab-4d58-b797-2668a31a767f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:25.299Z|f2aacbea-a732-42ad-8b40-5fd82fcaf3b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:25.300Z|f2aacbea-a732-42ad-8b40-5fd82fcaf3b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:32.952Z|813af763-faa3-4c5e-9609-ad43f5001a11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:00:32.954Z|813af763-faa3-4c5e-9609-ad43f5001a11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:00:33.143Z|2bcdab35-3184-4a87-a175-e14f6412e636|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:00:33.144Z|2bcdab35-3184-4a87-a175-e14f6412e636|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:00:33.887Z|19e43720-f2d4-4b89-9afc-3885e2cd2b19|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:33.888Z|19e43720-f2d4-4b89-9afc-3885e2cd2b19|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:34.045Z|c8009e48-6122-4cff-91d3-ce343c96c157|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:34.046Z|c8009e48-6122-4cff-91d3-ce343c96c157|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:35.330Z|1b03cbec-3ffb-4c55-a9e3-6a4c94c24307|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:35.331Z|1b03cbec-3ffb-4c55-a9e3-6a4c94c24307|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:43.925Z|79d54c59-1f99-4d34-ab08-975a9ac03bc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:43.927Z|79d54c59-1f99-4d34-ab08-975a9ac03bc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:44.075Z|f5b3587a-22d8-400d-9dc7-d4c646f797ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:44.076Z|f5b3587a-22d8-400d-9dc7-d4c646f797ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:45.356Z|a33a22e3-9691-4a85-a39a-fd20c17a60fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:45.358Z|a33a22e3-9691-4a85-a39a-fd20c17a60fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:47.951Z|3d186e90-572f-4ed2-ae96-31a546b1ac07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:00:47.952Z|3d186e90-572f-4ed2-ae96-31a546b1ac07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:00:53.984Z|8a9bd2e5-f452-42b6-8a8b-9513a57d5802|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:53.985Z|8a9bd2e5-f452-42b6-8a8b-9513a57d5802|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:54.102Z|4fd2bb21-145d-429d-b044-095862d01e13|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:54.103Z|4fd2bb21-145d-429d-b044-095862d01e13|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:00:55.401Z|f8c44dfd-31fd-48bc-ac04-dbab5049479b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:00:55.402Z|f8c44dfd-31fd-48bc-ac04-dbab5049479b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:02.951Z|3036d208-cb68-471b-9788-3cd0a2bf4c06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:01:02.955Z|3036d208-cb68-471b-9788-3cd0a2bf4c06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:01:03.145Z|0d49e07c-3b4e-4fa6-8d1f-3fd31d89d021|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:01:03.145Z|0d49e07c-3b4e-4fa6-8d1f-3fd31d89d021|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:01:04.019Z|e32cff8f-4c3a-4474-81a7-7ad16d634ebb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:04.021Z|e32cff8f-4c3a-4474-81a7-7ad16d634ebb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:04.133Z|44d21c68-266f-43d8-9468-f623f6766afa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:04.133Z|44d21c68-266f-43d8-9468-f623f6766afa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:05.428Z|f506a6bd-623d-466b-9f89-64898e112946|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:05.429Z|f506a6bd-623d-466b-9f89-64898e112946|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:14.049Z|70d4d316-2e60-4852-87fe-69f1216a7141|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:14.051Z|70d4d316-2e60-4852-87fe-69f1216a7141|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:14.153Z|945b3d84-ec6e-4068-8422-43f493a0491a|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:01:14.154Z|945b3d84-ec6e-4068-8422-43f493a0491a|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:14.168Z|afa339c4-c273-4f00-9f00-23ccc2e9de75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:14.169Z|afa339c4-c273-4f00-9f00-23ccc2e9de75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:15.452Z|2b9061b2-95ff-4a81-9e28-727b5958c1e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:15.453Z|2b9061b2-95ff-4a81-9e28-727b5958c1e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:17.951Z|214c52d8-744f-4ee6-b8f4-5db8d0bf3525|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:01:17.953Z|214c52d8-744f-4ee6-b8f4-5db8d0bf3525|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:01:24.104Z|b1501b0d-1efe-43df-906c-d562a40cfc0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:24.105Z|b1501b0d-1efe-43df-906c-d562a40cfc0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:24.219Z|e823cbc7-81be-4f66-8e62-5b8f0e62d493|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:24.220Z|e823cbc7-81be-4f66-8e62-5b8f0e62d493|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:25.477Z|975bd293-5181-47d0-873b-d3b391c14223|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:25.478Z|975bd293-5181-47d0-873b-d3b391c14223|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:32.951Z|6176490c-6038-4d92-b2a2-d76d58f1d6f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:01:32.952Z|6176490c-6038-4d92-b2a2-d76d58f1d6f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:01:33.146Z|75e1a5d3-5d62-4962-9f2a-7a329b5765c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:01:33.147Z|75e1a5d3-5d62-4962-9f2a-7a329b5765c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:01:34.131Z|190e3e9a-e798-45ec-a55b-5b2d4600f7e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:34.131Z|190e3e9a-e798-45ec-a55b-5b2d4600f7e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:34.257Z|c9740ec5-f385-42db-a6b9-7ee136f01520|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:34.258Z|c9740ec5-f385-42db-a6b9-7ee136f01520|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:35.504Z|349ac919-772e-4f17-aba7-c045296cb7b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:35.505Z|349ac919-772e-4f17-aba7-c045296cb7b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:44.157Z|d17c90c5-5ca4-43b0-a684-761f7ae18dc5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:44.159Z|d17c90c5-5ca4-43b0-a684-761f7ae18dc5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:44.291Z|2e64e27e-5be7-40fd-9cef-0f2426f31148|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:44.292Z|2e64e27e-5be7-40fd-9cef-0f2426f31148|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:45.538Z|aaff77b2-a130-4d54-bda8-dbb3f635733c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:45.540Z|aaff77b2-a130-4d54-bda8-dbb3f635733c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:47.953Z|f5c3efc3-c408-4295-be23-4c95cf6c75c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:01:47.959Z|f5c3efc3-c408-4295-be23-4c95cf6c75c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:01:54.187Z|838b75a6-6ae8-4cea-8ffa-bf07f0a12466|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:54.188Z|838b75a6-6ae8-4cea-8ffa-bf07f0a12466|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:54.330Z|937ab1e6-e8dc-444b-9388-66e85fdc9d39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:54.331Z|937ab1e6-e8dc-444b-9388-66e85fdc9d39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:01:55.576Z|a4789568-0895-4462-8726-dadb196b3687|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:01:55.578Z|a4789568-0895-4462-8726-dadb196b3687|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:02.954Z|b605efc1-22a7-458b-afb3-1d719d1383cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:02:02.954Z|b605efc1-22a7-458b-afb3-1d719d1383cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:02:03.148Z|6794bcd1-b9bc-4945-9282-aa2f9337ebf5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:02:03.149Z|6794bcd1-b9bc-4945-9282-aa2f9337ebf5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:02:04.222Z|cee6e0d7-e037-4a72-9f68-735acebcb2b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:04.223Z|cee6e0d7-e037-4a72-9f68-735acebcb2b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:04.360Z|f282fb9f-b6e1-47a5-aed4-d33e6c8724b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:04.361Z|f282fb9f-b6e1-47a5-aed4-d33e6c8724b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:05.607Z|cdaeb581-4294-4516-b1cd-cf6ae0807443|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:05.608Z|cdaeb581-4294-4516-b1cd-cf6ae0807443|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:14.149Z|67ec1156-96a5-416e-b14e-6409f0b0dcf2|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:02:14.150Z|67ec1156-96a5-416e-b14e-6409f0b0dcf2|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:14.250Z|edd5c102-57d4-4fb0-bd55-a407c018967c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:14.251Z|edd5c102-57d4-4fb0-bd55-a407c018967c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:14.387Z|23e5cd3f-c1fb-4e2a-b536-23e3715390e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:14.389Z|23e5cd3f-c1fb-4e2a-b536-23e3715390e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:15.636Z|e0d6222a-a14a-42d7-a501-a0e6f2c7bdf2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:15.637Z|e0d6222a-a14a-42d7-a501-a0e6f2c7bdf2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:17.951Z|9972fa5f-e05b-445f-b385-b80d19073f11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:02:17.952Z|9972fa5f-e05b-445f-b385-b80d19073f11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:02:24.282Z|cd326144-7e74-4377-b7b4-705bcec0a328|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:24.284Z|cd326144-7e74-4377-b7b4-705bcec0a328|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:24.424Z|47da1831-43dc-4dcd-8bf6-5146477ea4f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:24.426Z|47da1831-43dc-4dcd-8bf6-5146477ea4f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:25.662Z|9d66b4c7-4ab6-4169-af02-ef8fdff359ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:25.663Z|9d66b4c7-4ab6-4169-af02-ef8fdff359ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:32.951Z|bc9070bc-71a4-4cb0-9d5c-4d3c959e9667|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:02:32.955Z|bc9070bc-71a4-4cb0-9d5c-4d3c959e9667|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:02:33.150Z|046756de-8e6e-4859-8fe0-874fc5081540|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:02:33.150Z|046756de-8e6e-4859-8fe0-874fc5081540|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:02:34.315Z|adfa6093-8aca-4bdf-aa26-c0d39808d5bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:34.316Z|adfa6093-8aca-4bdf-aa26-c0d39808d5bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:34.452Z|3422efbd-7876-49c3-9224-1256a1b3fbf5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:34.453Z|3422efbd-7876-49c3-9224-1256a1b3fbf5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:35.685Z|bb19f0f1-cf09-400b-97da-0c25a3609726|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:35.686Z|bb19f0f1-cf09-400b-97da-0c25a3609726|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:44.343Z|a04447c9-e9f6-490a-9a59-4612b5b8f64c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:44.345Z|a04447c9-e9f6-490a-9a59-4612b5b8f64c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:44.478Z|535d8d03-fc24-4c50-9834-c9f0c6c4be72|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:44.479Z|535d8d03-fc24-4c50-9834-c9f0c6c4be72|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:45.717Z|5a0c2e88-5584-40cb-9e2d-510afa4e0a2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:45.719Z|5a0c2e88-5584-40cb-9e2d-510afa4e0a2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:47.951Z|349522bd-f0e4-49ee-8205-c367f78958de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:02:47.952Z|349522bd-f0e4-49ee-8205-c367f78958de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:02:54.377Z|788b737e-9517-4734-a2f4-7cd7da23099b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:54.377Z|788b737e-9517-4734-a2f4-7cd7da23099b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:54.511Z|87863f25-4c32-41ac-a3cb-ef5a456de8ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:54.512Z|87863f25-4c32-41ac-a3cb-ef5a456de8ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:02:55.750Z|d703f703-bdd4-4e47-82c2-f42ff0b688a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:02:55.751Z|d703f703-bdd4-4e47-82c2-f42ff0b688a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:02.951Z|9e0b80b2-e04f-43d3-8cf2-8bcb08a29bc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:03:02.952Z|9e0b80b2-e04f-43d3-8cf2-8bcb08a29bc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:03:03.151Z|d4a2770c-3f5c-4575-80d3-cc12428afc4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:03:03.152Z|d4a2770c-3f5c-4575-80d3-cc12428afc4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:03:04.411Z|f62b4dde-31fb-4838-aceb-9d91afeae15e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:04.412Z|f62b4dde-31fb-4838-aceb-9d91afeae15e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:04.536Z|ce959944-416c-4c57-bec0-1554d44d320a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:04.537Z|ce959944-416c-4c57-bec0-1554d44d320a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:05.778Z|ad5ea843-d68d-4f87-881f-bd766d349b39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:05.779Z|ad5ea843-d68d-4f87-881f-bd766d349b39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:14.150Z|fbb34789-72b6-462e-81f5-06e1f5b48b2a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:03:14.151Z|fbb34789-72b6-462e-81f5-06e1f5b48b2a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:14.442Z|f1b2a8c0-649b-408c-92c9-dcaa2d679380|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:14.443Z|f1b2a8c0-649b-408c-92c9-dcaa2d679380|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:14.570Z|73565fd7-c2c1-4c99-a2d1-605ed8e215cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:14.571Z|73565fd7-c2c1-4c99-a2d1-605ed8e215cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:15.806Z|0fe491fc-65dd-43b3-adfe-00300dfcb05d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:15.807Z|0fe491fc-65dd-43b3-adfe-00300dfcb05d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:17.951Z|34cd6e58-4056-4a72-9325-db1eb3f8cd9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:03:17.955Z|34cd6e58-4056-4a72-9325-db1eb3f8cd9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:03:24.471Z|eb43f8c7-57fe-421c-b2ec-b3dff1d5dffb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:24.472Z|eb43f8c7-57fe-421c-b2ec-b3dff1d5dffb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:24.601Z|8ce3d869-6a42-4a54-9995-c7ee6e751311|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:24.603Z|8ce3d869-6a42-4a54-9995-c7ee6e751311|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:25.835Z|2a0775a5-1c59-481d-aad5-b9ad485b9680|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:25.835Z|2a0775a5-1c59-481d-aad5-b9ad485b9680|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:32.952Z|aadaff0a-058e-42b1-b9c7-753265a9ed55|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:03:32.953Z|aadaff0a-058e-42b1-b9c7-753265a9ed55|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:03:33.152Z|31ca5937-2f4c-4dd7-b1ac-ceb2c3f56bfc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:03:33.153Z|31ca5937-2f4c-4dd7-b1ac-ceb2c3f56bfc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:03:34.500Z|f8e0fa0e-0677-4cd2-bed1-4cd4ee12c273|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:34.501Z|f8e0fa0e-0677-4cd2-bed1-4cd4ee12c273|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:34.633Z|98fbfe76-0e0b-48db-bfeb-18c95bb38533|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:34.634Z|98fbfe76-0e0b-48db-bfeb-18c95bb38533|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:35.858Z|e1f997ba-a57f-45c3-8617-f5fe48a29121|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:35.859Z|e1f997ba-a57f-45c3-8617-f5fe48a29121|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:44.533Z|0f581f2d-62c6-4973-8a09-a5846d826445|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:44.533Z|0f581f2d-62c6-4973-8a09-a5846d826445|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:44.667Z|b3eac15c-57a8-4b7c-ba54-a9cf34348c74|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:44.668Z|b3eac15c-57a8-4b7c-ba54-a9cf34348c74|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:45.888Z|a4380869-53e5-40e3-a5f9-60fba86a18af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:45.890Z|a4380869-53e5-40e3-a5f9-60fba86a18af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:47.951Z|a16de0f3-0b91-4f93-9166-e20ce4f1e379|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:03:47.952Z|a16de0f3-0b91-4f93-9166-e20ce4f1e379|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:03:54.567Z|6bfc9865-df63-4f14-adf5-b73939aa7c6f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:54.568Z|6bfc9865-df63-4f14-adf5-b73939aa7c6f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:54.701Z|34f8a270-88c9-472e-84a6-33ac5aa6b7df|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:54.702Z|34f8a270-88c9-472e-84a6-33ac5aa6b7df|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:03:55.963Z|36a080f1-2263-4489-8270-471230a16aab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:03:55.964Z|36a080f1-2263-4489-8270-471230a16aab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:02.951Z|05e7212e-4e91-4de3-9203-8a357947a0de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:04:02.954Z|05e7212e-4e91-4de3-9203-8a357947a0de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:04:03.154Z|e8468747-633f-45db-8f9d-af1ed0477586|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:04:03.154Z|e8468747-633f-45db-8f9d-af1ed0477586|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:04:04.592Z|d410c8e6-2a58-48c1-af6a-6ea1a27c6394|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:04.593Z|d410c8e6-2a58-48c1-af6a-6ea1a27c6394|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:04.730Z|2d0fda62-1302-451b-99bd-8474b6934fba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:04.732Z|2d0fda62-1302-451b-99bd-8474b6934fba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:05.990Z|18be238c-0619-419d-9932-e38f85b9b3b4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:05.991Z|18be238c-0619-419d-9932-e38f85b9b3b4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:14.151Z|48b77a65-32a6-415d-b74c-b35e7ff053bd|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:04:14.152Z|48b77a65-32a6-415d-b74c-b35e7ff053bd|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:14.621Z|fec6ecd0-15c5-433e-92b2-52ec52168bf6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:14.622Z|fec6ecd0-15c5-433e-92b2-52ec52168bf6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:14.761Z|e5bd9e72-cc0b-4b56-8565-b95ba79104a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:14.762Z|e5bd9e72-cc0b-4b56-8565-b95ba79104a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:16.021Z|6dd32f27-2417-4469-96bf-07321811ea7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:16.021Z|6dd32f27-2417-4469-96bf-07321811ea7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:17.951Z|f4cf8365-a3f7-4f9f-9d7c-fec4c9975bb2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:04:17.952Z|f4cf8365-a3f7-4f9f-9d7c-fec4c9975bb2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:04:24.646Z|fb11ec26-cc71-4a0e-a2d0-8d0f33f06c0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:24.646Z|fb11ec26-cc71-4a0e-a2d0-8d0f33f06c0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:24.792Z|5f6b6d4f-8952-4e6b-aa8f-019d73199686|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:24.793Z|5f6b6d4f-8952-4e6b-aa8f-019d73199686|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:26.062Z|614318cc-77be-4b31-89a4-8f414f6c9fb7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:26.064Z|614318cc-77be-4b31-89a4-8f414f6c9fb7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:32.951Z|8834f89b-e293-42e4-8611-10aee4273725|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:04:32.952Z|8834f89b-e293-42e4-8611-10aee4273725|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:04:33.155Z|a9136456-b514-4ad6-8361-00dcd316769e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:04:33.156Z|a9136456-b514-4ad6-8361-00dcd316769e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:04:34.674Z|070deb6c-8310-435e-b2af-2ad4d850a9ec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:34.676Z|070deb6c-8310-435e-b2af-2ad4d850a9ec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:34.818Z|c212b52e-f413-4e87-8ee9-01bd5dd1d24c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:34.820Z|c212b52e-f413-4e87-8ee9-01bd5dd1d24c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:36.104Z|e5919406-6455-488c-ba80-89a791850c9b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:36.106Z|e5919406-6455-488c-ba80-89a791850c9b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:44.702Z|f706305d-0668-4ac7-beb0-ee6591dd46ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:44.706Z|f706305d-0668-4ac7-beb0-ee6591dd46ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:44.848Z|1aa84e07-3bbe-4352-b32f-6a1fb0586cf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:44.849Z|1aa84e07-3bbe-4352-b32f-6a1fb0586cf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:46.133Z|bed21f31-36ee-4c21-9e4d-96710a77d527|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:46.134Z|bed21f31-36ee-4c21-9e4d-96710a77d527|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:47.951Z|927eba64-02f2-48dd-9e76-c3e3817e9c11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:04:47.956Z|927eba64-02f2-48dd-9e76-c3e3817e9c11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:04:54.736Z|232fd147-436b-4ee6-b166-f3e8797b3df6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:54.737Z|232fd147-436b-4ee6-b166-f3e8797b3df6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:54.885Z|14bad6c2-f2ca-47c3-92d3-158e00c93760|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:54.886Z|14bad6c2-f2ca-47c3-92d3-158e00c93760|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:04:56.159Z|24c77efe-2ef9-4f37-b640-6d13bf771c37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:04:56.160Z|24c77efe-2ef9-4f37-b640-6d13bf771c37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:02.951Z|4feec3ed-da95-4213-b43d-dd0310746209|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:05:02.952Z|4feec3ed-da95-4213-b43d-dd0310746209|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:05:03.157Z|553cd2f3-f260-4ac5-be82-491fc23de7a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:05:03.158Z|553cd2f3-f260-4ac5-be82-491fc23de7a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:05:04.761Z|2f510523-82ea-4b0e-9647-6cee087677ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:04.762Z|2f510523-82ea-4b0e-9647-6cee087677ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:04.914Z|a48285eb-6aed-4bc6-afb3-800d980f6623|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:04.916Z|a48285eb-6aed-4bc6-afb3-800d980f6623|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:06.187Z|609a5e10-bae7-40fa-a56d-cbfa4433bfb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:06.188Z|609a5e10-bae7-40fa-a56d-cbfa4433bfb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:13.215Z||http-nio-8080-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xf50xc10xf50xaf0xe7C>0xb5J0xbc0xfd0x0c0xabd0xfc]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-10T06:05:14.149Z|134c70cd-315b-4d78-8375-0999b2c18e1e|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:05:14.150Z|134c70cd-315b-4d78-8375-0999b2c18e1e|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:14.787Z|06e4dc42-63f9-401a-b5e3-b134e61acc18|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:14.788Z|06e4dc42-63f9-401a-b5e3-b134e61acc18|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:14.946Z|74d02592-c750-472f-9451-35a79d00773c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:14.947Z|74d02592-c750-472f-9451-35a79d00773c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:16.268Z|5a96d33d-c83f-46da-85fd-fb65c8d2d21a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:16.269Z|5a96d33d-c83f-46da-85fd-fb65c8d2d21a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:17.951Z|40a3185a-8efb-4c65-b671-236fbf10f138|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:05:17.952Z|40a3185a-8efb-4c65-b671-236fbf10f138|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:05:24.816Z|91bb0474-af6b-47ae-a0e5-b70601cc0e41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:24.818Z|91bb0474-af6b-47ae-a0e5-b70601cc0e41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:24.973Z|ea44e37a-8be5-4e09-a4c7-05f91052f21b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:24.974Z|ea44e37a-8be5-4e09-a4c7-05f91052f21b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:26.295Z|d898206a-9753-4527-86f3-9ad3534eecae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:26.295Z|d898206a-9753-4527-86f3-9ad3534eecae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:32.951Z|3a9ce904-4408-4458-8ee0-4501ddc73fa1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:05:32.955Z|3a9ce904-4408-4458-8ee0-4501ddc73fa1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:05:33.159Z|b95b3418-a7e1-4d7f-92bc-b83f73605136|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:05:33.160Z|b95b3418-a7e1-4d7f-92bc-b83f73605136|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:05:34.846Z|d3b2ed32-0d7b-4d59-b787-6f62fefe4704|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:34.847Z|d3b2ed32-0d7b-4d59-b787-6f62fefe4704|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:34.997Z|b188692f-2bde-4e9d-89a9-912f05088a3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:34.998Z|b188692f-2bde-4e9d-89a9-912f05088a3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:36.321Z|ff206775-4a6b-40bd-a49e-4e21202a1962|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:36.322Z|ff206775-4a6b-40bd-a49e-4e21202a1962|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:44.872Z|692b4fb1-991d-42a7-b9d5-5eeaae5ba3ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:44.873Z|692b4fb1-991d-42a7-b9d5-5eeaae5ba3ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:45.033Z|794477aa-9a14-409d-bfd8-c94fa9aa297e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:45.035Z|794477aa-9a14-409d-bfd8-c94fa9aa297e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:46.351Z|22b57421-6ef9-4af4-a6bd-3232afda3eaf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:46.352Z|22b57421-6ef9-4af4-a6bd-3232afda3eaf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:47.951Z|1dc20269-103e-4610-a199-d78bdb09a88a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:05:47.952Z|1dc20269-103e-4610-a199-d78bdb09a88a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:05:54.900Z|d7890e6b-46a4-4242-a56a-af676b15988b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:54.901Z|d7890e6b-46a4-4242-a56a-af676b15988b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:55.066Z|926f0816-fcdb-46ff-979a-75a600a2831c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:55.067Z|926f0816-fcdb-46ff-979a-75a600a2831c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:05:56.382Z|14236de2-e707-4ee3-a205-830b97e18422|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:05:56.383Z|14236de2-e707-4ee3-a205-830b97e18422|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:02.951Z|b2ae4483-5a6e-4efd-9b8d-2eb388737bdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:06:02.952Z|b2ae4483-5a6e-4efd-9b8d-2eb388737bdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:06:03.160Z|0104d755-71f1-4823-a91b-9ee0a2d729fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:06:03.161Z|0104d755-71f1-4823-a91b-9ee0a2d729fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:06:04.933Z|cf1a7117-8e04-428b-922d-4b18df7421e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:04.934Z|cf1a7117-8e04-428b-922d-4b18df7421e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:05.095Z|3ec21690-71ee-4747-b366-7e94133cd631|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:05.096Z|3ec21690-71ee-4747-b366-7e94133cd631|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:06.411Z|f1186686-0f30-4e05-be2c-5a4b2395a088|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:06.412Z|f1186686-0f30-4e05-be2c-5a4b2395a088|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:14.150Z|ce606b06-a78c-464b-90b8-56519fac178c|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:06:14.151Z|ce606b06-a78c-464b-90b8-56519fac178c|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:14.964Z|7263d2f4-d748-433a-b067-2e8bedb2b398|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:14.965Z|7263d2f4-d748-433a-b067-2e8bedb2b398|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:15.123Z|ee7314e4-5392-4cd4-8e09-e220c6fde20a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:15.124Z|ee7314e4-5392-4cd4-8e09-e220c6fde20a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:16.439Z|8b8e204e-9ca8-4b38-9181-6b6574271961|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:16.440Z|8b8e204e-9ca8-4b38-9181-6b6574271961|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:17.951Z|b9ab8e98-d107-483f-9333-7201cbcaee9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:06:17.955Z|b9ab8e98-d107-483f-9333-7201cbcaee9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:06:24.997Z|44e87df8-2336-41c9-9a4f-04576d1ec7a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:24.998Z|44e87df8-2336-41c9-9a4f-04576d1ec7a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:25.150Z|6b351a20-62ac-4cfb-ad24-9c5b40d3085e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:25.150Z|6b351a20-62ac-4cfb-ad24-9c5b40d3085e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:26.470Z|d04874b1-6b6e-4a96-8259-e030b7b9e2c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:26.470Z|d04874b1-6b6e-4a96-8259-e030b7b9e2c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:32.951Z|665e55c1-3798-472c-b479-40bab9d1ae50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:06:32.952Z|665e55c1-3798-472c-b479-40bab9d1ae50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:06:33.162Z|08a131c7-4dc0-4b10-a0dd-f9170f1af9d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:06:33.163Z|08a131c7-4dc0-4b10-a0dd-f9170f1af9d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:06:35.041Z|815da9ad-dbfd-458d-bd6a-b3bdcf5c4225|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:35.042Z|815da9ad-dbfd-458d-bd6a-b3bdcf5c4225|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:35.174Z|199231de-f38c-488c-903b-bead01f3389a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:35.175Z|199231de-f38c-488c-903b-bead01f3389a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:36.495Z|b0ca9efb-6b8b-4754-a186-c9d09015fc3a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:36.495Z|b0ca9efb-6b8b-4754-a186-c9d09015fc3a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:45.082Z|5d3b9248-3e6e-4fa0-a798-88a783e97d6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:45.083Z|5d3b9248-3e6e-4fa0-a798-88a783e97d6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:45.203Z|1829dc95-dec6-4a07-8920-b36db7ad12c8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:45.204Z|1829dc95-dec6-4a07-8920-b36db7ad12c8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:46.526Z|88034ee3-65b3-4020-8830-12a76b418443|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:46.527Z|88034ee3-65b3-4020-8830-12a76b418443|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:47.951Z|bec26bf2-dd7d-4d44-ae95-02a4a84f96c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:06:47.952Z|bec26bf2-dd7d-4d44-ae95-02a4a84f96c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:06:55.106Z|0fbebe22-08df-4aca-b756-dfc5edafe723|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:55.106Z|0fbebe22-08df-4aca-b756-dfc5edafe723|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:55.235Z|f9bfbc5f-c331-4e6a-9a3b-28737e86db89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:55.236Z|f9bfbc5f-c331-4e6a-9a3b-28737e86db89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:06:56.557Z|8547a48e-1049-41f1-9fd5-477d0024c79b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:06:56.558Z|8547a48e-1049-41f1-9fd5-477d0024c79b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:02.951Z|de0d4503-7ee9-4217-b616-1c3779dee57c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:07:02.954Z|de0d4503-7ee9-4217-b616-1c3779dee57c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:07:03.163Z|c18f0118-5ba0-41a7-a723-b8b06177048e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:07:03.164Z|c18f0118-5ba0-41a7-a723-b8b06177048e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:07:05.131Z|7967045a-70c0-4334-a371-e68f9d2f3527|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:05.132Z|7967045a-70c0-4334-a371-e68f9d2f3527|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:05.262Z|8e66531c-dbfc-4402-89aa-18689fdfec23|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:05.263Z|8e66531c-dbfc-4402-89aa-18689fdfec23|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:06.581Z|27a53f23-4a94-4ad9-9966-ea3b604f90e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:06.582Z|27a53f23-4a94-4ad9-9966-ea3b604f90e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:14.150Z|3a318cd2-a9ff-45fa-aabf-9bc28bacbe3b|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:07:14.151Z|3a318cd2-a9ff-45fa-aabf-9bc28bacbe3b|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:15.155Z|b406566c-33d3-42cb-824c-ec41c73ffc8e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:15.156Z|b406566c-33d3-42cb-824c-ec41c73ffc8e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:15.290Z|7f2f8a90-f40f-4e9d-b57c-ff2057c48359|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:15.291Z|7f2f8a90-f40f-4e9d-b57c-ff2057c48359|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:16.605Z|ecf426a7-a4a0-497d-82c2-3a067912b95a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:16.606Z|ecf426a7-a4a0-497d-82c2-3a067912b95a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:17.952Z|c9aff657-808e-4dfe-b0b4-2528de8a7e46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:07:17.953Z|c9aff657-808e-4dfe-b0b4-2528de8a7e46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:07:25.181Z|13043a2c-ee42-4d05-b79a-a5c843599c78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:25.182Z|13043a2c-ee42-4d05-b79a-a5c843599c78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:25.316Z|10da3dfe-77c0-48c6-bc53-19cda60e85ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:25.318Z|10da3dfe-77c0-48c6-bc53-19cda60e85ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:26.636Z|d48ee7a8-0626-464d-8d6c-3970a61c218b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:26.637Z|d48ee7a8-0626-464d-8d6c-3970a61c218b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:32.952Z|b5d305b0-aaf0-44a8-aa54-628becb66d00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:07:32.953Z|b5d305b0-aaf0-44a8-aa54-628becb66d00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:07:33.165Z|34f73f11-9bd0-425d-9813-8d2f51c21bb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:07:33.166Z|34f73f11-9bd0-425d-9813-8d2f51c21bb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:07:35.211Z|18ad4a5a-9635-49e0-83d6-2b8018433b77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:35.212Z|18ad4a5a-9635-49e0-83d6-2b8018433b77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:35.348Z|75d5b355-62c9-4c32-9419-c4be6f267c48|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:35.349Z|75d5b355-62c9-4c32-9419-c4be6f267c48|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:36.669Z|9f009402-3e4a-4dfc-ac64-1a958a721052|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:36.671Z|9f009402-3e4a-4dfc-ac64-1a958a721052|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:45.243Z|d1a88b0c-ffa6-41f2-b616-b0ff36941336|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:45.244Z|d1a88b0c-ffa6-41f2-b616-b0ff36941336|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:45.408Z|fc1ac9af-b294-4538-aae5-b0fa6ee599cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:45.411Z|fc1ac9af-b294-4538-aae5-b0fa6ee599cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:46.711Z|6da7c357-34a1-481c-ae0b-5bb0f525a599|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:46.713Z|6da7c357-34a1-481c-ae0b-5bb0f525a599|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:47.951Z|a7a6e08d-5900-4112-adcc-3fe2d3a9ef54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:07:47.954Z|a7a6e08d-5900-4112-adcc-3fe2d3a9ef54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:07:55.270Z|5bb1bf67-7ae7-4b64-ad57-bcb094f5b55e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:55.271Z|5bb1bf67-7ae7-4b64-ad57-bcb094f5b55e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:55.444Z|ffaad508-72ea-48e1-b588-0a2ed876cce1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:55.445Z|ffaad508-72ea-48e1-b588-0a2ed876cce1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:07:56.757Z|9c789a23-9a44-4737-a497-db743494bec3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:07:56.758Z|9c789a23-9a44-4737-a497-db743494bec3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:02.951Z|4bea0a65-b8ba-4e4e-b16b-1671a0576e28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:08:02.952Z|4bea0a65-b8ba-4e4e-b16b-1671a0576e28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:08:03.167Z|2ef8262c-a0ed-4c49-bfe6-a45ca579db06|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:08:03.168Z|2ef8262c-a0ed-4c49-bfe6-a45ca579db06|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:08:05.302Z|1a3c2a3c-58fe-447d-b9c2-aa4c22c3f496|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:05.303Z|1a3c2a3c-58fe-447d-b9c2-aa4c22c3f496|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:05.467Z|5b73756f-142c-4432-9d3a-2a450c4fb6d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:05.468Z|5b73756f-142c-4432-9d3a-2a450c4fb6d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:06.782Z|0b66aaea-fb3f-41ab-a302-18c37581f542|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:06.783Z|0b66aaea-fb3f-41ab-a302-18c37581f542|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:14.149Z|a912cde9-b099-43fe-8176-3330baa18dbf|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:08:14.150Z|a912cde9-b099-43fe-8176-3330baa18dbf|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:15.338Z|66912cda-130e-482d-af58-69a041f884da|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:15.339Z|66912cda-130e-482d-af58-69a041f884da|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:15.492Z|17f0b536-6d7a-4d1f-9b26-3afa5eaf7c70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:15.493Z|17f0b536-6d7a-4d1f-9b26-3afa5eaf7c70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:16.808Z|ff29bc94-1efe-45a0-9f1a-1d80f249d6ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:16.809Z|ff29bc94-1efe-45a0-9f1a-1d80f249d6ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:17.951Z|567131ee-99c6-4438-971a-12716d4a9977|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:08:17.952Z|567131ee-99c6-4438-971a-12716d4a9977|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:08:25.364Z|4f5c0742-42a4-4271-8749-dd86dd204758|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:25.365Z|4f5c0742-42a4-4271-8749-dd86dd204758|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:25.517Z|548954c5-fae6-4047-b74b-29de15211a78|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:25.518Z|548954c5-fae6-4047-b74b-29de15211a78|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:26.834Z|ec6112c7-bd49-46bb-8433-7b4869a8625b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:26.835Z|ec6112c7-bd49-46bb-8433-7b4869a8625b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:32.951Z|5f8210c8-cabc-4fca-9657-5e2a0dfecaef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:08:32.955Z|5f8210c8-cabc-4fca-9657-5e2a0dfecaef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:08:33.169Z|10bffe35-2b91-4550-9e32-19f48cd86ff3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:08:33.170Z|10bffe35-2b91-4550-9e32-19f48cd86ff3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:08:35.390Z|f71eadf9-1c54-4324-83cb-6e01438d2b90|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:35.391Z|f71eadf9-1c54-4324-83cb-6e01438d2b90|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:35.542Z|bf4c6b20-8e4b-40f6-9272-c725be4e8359|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:35.543Z|bf4c6b20-8e4b-40f6-9272-c725be4e8359|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:36.860Z|d067be8a-cf9b-4f0f-a568-3d247ff0f971|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:36.861Z|d067be8a-cf9b-4f0f-a568-3d247ff0f971|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:45.420Z|e80eda0f-0333-483c-8123-cd478df4e4ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:45.421Z|e80eda0f-0333-483c-8123-cd478df4e4ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:45.581Z|69fd8b79-f644-46ab-8fb3-3cbd878ea577|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:45.583Z|69fd8b79-f644-46ab-8fb3-3cbd878ea577|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:46.887Z|534b9576-013b-4bcb-b296-e34c4de4f659|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:46.888Z|534b9576-013b-4bcb-b296-e34c4de4f659|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:47.951Z|ffee95cd-80a9-4fea-8aa8-6af00350b3c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:08:47.952Z|ffee95cd-80a9-4fea-8aa8-6af00350b3c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:08:55.444Z|4a33d9f2-f448-4363-999d-9b83caf30263|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:55.445Z|4a33d9f2-f448-4363-999d-9b83caf30263|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:55.611Z|8f05360a-ea56-4ee0-a042-2c6853b98cbf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:55.612Z|8f05360a-ea56-4ee0-a042-2c6853b98cbf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:08:56.909Z|ff4839d8-e00f-40ac-aa69-7ba0f00280e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:08:56.910Z|ff4839d8-e00f-40ac-aa69-7ba0f00280e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:02.951Z|f8751770-7787-4d0d-86f5-3121bdd0afa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:09:02.952Z|f8751770-7787-4d0d-86f5-3121bdd0afa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:09:03.171Z|696237c2-826c-4d78-b5ec-a152bf15f2e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:09:03.172Z|696237c2-826c-4d78-b5ec-a152bf15f2e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:09:05.469Z|c5a459ff-9321-4e21-bdf9-84a08e16d685|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:05.470Z|c5a459ff-9321-4e21-bdf9-84a08e16d685|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:05.638Z|1d3c670b-6768-41c9-aec4-27c5c956bc33|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:05.638Z|1d3c670b-6768-41c9-aec4-27c5c956bc33|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:06.934Z|8370a313-5b59-4938-bea2-139db51373cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:06.935Z|8370a313-5b59-4938-bea2-139db51373cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:14.149Z|e476111e-bf6b-4945-bace-22d885b310de|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:09:14.150Z|e476111e-bf6b-4945-bace-22d885b310de|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:15.495Z|a9569c7b-7f2a-4a73-9ed3-624dc08a31a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:15.496Z|a9569c7b-7f2a-4a73-9ed3-624dc08a31a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:15.664Z|db04594f-08a6-4185-b078-0322622fa428|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:15.666Z|db04594f-08a6-4185-b078-0322622fa428|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:16.959Z|acf5218d-558d-4eda-bd81-6f336c65575e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:16.960Z|acf5218d-558d-4eda-bd81-6f336c65575e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:17.951Z|b33dcec8-915b-488a-b198-7045153909cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:09:17.954Z|b33dcec8-915b-488a-b198-7045153909cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:09:25.523Z|9b0871d9-2e2c-42df-a352-a033a3851895|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:25.524Z|9b0871d9-2e2c-42df-a352-a033a3851895|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:25.689Z|e3aaf0a4-6c4b-4fd2-a71c-06ca518383ef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:25.690Z|e3aaf0a4-6c4b-4fd2-a71c-06ca518383ef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:26.984Z|f7703b8c-58e3-43c3-9c58-244fdbd2f582|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:26.986Z|f7703b8c-58e3-43c3-9c58-244fdbd2f582|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:32.951Z|1371a737-1e03-431e-9183-e8d303b27e88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:09:32.952Z|1371a737-1e03-431e-9183-e8d303b27e88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:09:33.173Z|7e393c3e-5798-4dc0-bb80-a44d0a89d83d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:09:33.173Z|7e393c3e-5798-4dc0-bb80-a44d0a89d83d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:09:35.552Z|ff66d9a7-6495-4161-aa3c-891f5163f2f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:35.553Z|ff66d9a7-6495-4161-aa3c-891f5163f2f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:35.714Z|052cf4c1-4deb-4d4a-8d3f-77e243c8e29b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:35.716Z|052cf4c1-4deb-4d4a-8d3f-77e243c8e29b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:37.011Z|f71ea041-df83-45ce-9b94-70c7dcc7e472|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:37.012Z|f71ea041-df83-45ce-9b94-70c7dcc7e472|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:45.584Z|ff6209c9-650a-4911-aa02-66a661cb4d1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:45.584Z|ff6209c9-650a-4911-aa02-66a661cb4d1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:45.749Z|8a50528a-3018-4221-9547-3df5f7303291|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:45.751Z|8a50528a-3018-4221-9547-3df5f7303291|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:47.042Z|1376fb1a-fec0-480b-af61-fd6b01ded11c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:47.043Z|1376fb1a-fec0-480b-af61-fd6b01ded11c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:47.951Z|4d23e8ba-d0c3-48ac-8116-b0813b4d314b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:09:47.952Z|4d23e8ba-d0c3-48ac-8116-b0813b4d314b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:09:55.624Z|0757ee73-bf5c-4d3c-813b-60bf899db7e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:55.628Z|0757ee73-bf5c-4d3c-813b-60bf899db7e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:55.778Z|ea3ff120-7192-4e12-b245-2d36abd0d3d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:55.779Z|ea3ff120-7192-4e12-b245-2d36abd0d3d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:09:57.066Z|7b2c79cc-d3ab-4f78-aff1-b3b8a9d5043c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:09:57.067Z|7b2c79cc-d3ab-4f78-aff1-b3b8a9d5043c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:02.951Z|a7e914dd-6f38-4e0c-be40-0b80daf9760d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:10:02.955Z|a7e914dd-6f38-4e0c-be40-0b80daf9760d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:10:03.174Z|8fdb27ce-f5c3-492c-b69d-86d79ebda099|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:10:03.175Z|8fdb27ce-f5c3-492c-b69d-86d79ebda099|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:10:05.656Z|1b2f5422-3ae1-4f15-9368-ad1a6bae1218|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:05.657Z|1b2f5422-3ae1-4f15-9368-ad1a6bae1218|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:05.801Z|04803ad0-f1c4-4734-a9e8-2f2c846fb3fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:05.801Z|04803ad0-f1c4-4734-a9e8-2f2c846fb3fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:07.093Z|12a300f2-b0e8-4ac5-8356-3ef780bcf805|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:07.094Z|12a300f2-b0e8-4ac5-8356-3ef780bcf805|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:14.150Z|24a93d0e-29fd-457a-8797-fadabae3bd20|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:10:14.150Z|24a93d0e-29fd-457a-8797-fadabae3bd20|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:15.682Z|06d4b367-3544-4103-9ba5-b3e1e25caa25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:15.683Z|06d4b367-3544-4103-9ba5-b3e1e25caa25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:15.826Z|4a863452-4d51-4a27-ac94-1ad5d5aa80b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:15.827Z|4a863452-4d51-4a27-ac94-1ad5d5aa80b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:17.119Z|af0038dd-d742-4827-9377-c3bd98e66671|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:17.120Z|af0038dd-d742-4827-9377-c3bd98e66671|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:17.951Z|5a936cd7-d673-4b52-989b-e0d46eebddd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:10:17.952Z|5a936cd7-d673-4b52-989b-e0d46eebddd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:10:25.709Z|0b71f263-8c81-4b45-9b3a-508ff1e1bd9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:25.710Z|0b71f263-8c81-4b45-9b3a-508ff1e1bd9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:25.861Z|20c3b7fd-faf2-4525-b9e5-df0c4ce06af5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:25.862Z|20c3b7fd-faf2-4525-b9e5-df0c4ce06af5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:27.147Z|6ba1808b-28c2-4cd3-93a0-124b978d23b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:27.148Z|6ba1808b-28c2-4cd3-93a0-124b978d23b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:32.951Z|44f3bbb9-60b1-4b23-99da-9dcb4da14920|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:10:32.952Z|44f3bbb9-60b1-4b23-99da-9dcb4da14920|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:10:33.176Z|661235ee-c2b2-4d39-bae7-ecbe79ecdbe8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:10:33.176Z|661235ee-c2b2-4d39-bae7-ecbe79ecdbe8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:10:35.737Z|dcfd6a90-9183-4066-b02e-1d8abd1f2789|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:35.738Z|dcfd6a90-9183-4066-b02e-1d8abd1f2789|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:35.889Z|6ece0f3f-d8b4-48e0-8d9b-334aa75ecd3d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:35.890Z|6ece0f3f-d8b4-48e0-8d9b-334aa75ecd3d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:37.175Z|77e4147c-cc55-4177-84a8-1b581c6180cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:37.176Z|77e4147c-cc55-4177-84a8-1b581c6180cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:45.768Z|d0ce4348-34c8-43de-a597-f3201619f19f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:45.770Z|d0ce4348-34c8-43de-a597-f3201619f19f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:45.949Z|247855e4-59e7-4c12-bd52-90b6ec418eea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:45.951Z|247855e4-59e7-4c12-bd52-90b6ec418eea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:47.203Z|799d8ad9-a4a1-4e6a-a5a6-d0d4b08ca54d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:47.204Z|799d8ad9-a4a1-4e6a-a5a6-d0d4b08ca54d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:47.951Z|165a0884-6fa4-4cfb-ae0e-c9c4eb1edf85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:10:47.954Z|165a0884-6fa4-4cfb-ae0e-c9c4eb1edf85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:10:55.796Z|a95f3891-7c43-4061-8a93-ab6bbec3e9ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:55.797Z|a95f3891-7c43-4061-8a93-ab6bbec3e9ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:55.977Z|1614821d-3de6-452b-a5b2-2624a45077c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:55.978Z|1614821d-3de6-452b-a5b2-2624a45077c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:10:57.239Z|430a5e19-17e6-42cf-8749-00c2aaadb2b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:10:57.239Z|430a5e19-17e6-42cf-8749-00c2aaadb2b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:02.951Z|d2db3292-ca72-41cb-822a-5975b4475f25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:11:02.952Z|d2db3292-ca72-41cb-822a-5975b4475f25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:11:03.177Z|316c3737-b481-4df0-9900-86398fe0e826|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:11:03.178Z|316c3737-b481-4df0-9900-86398fe0e826|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:11:05.822Z|f119a884-6d80-4391-9e8a-9c303f9b0381|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:05.823Z|f119a884-6d80-4391-9e8a-9c303f9b0381|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:06.002Z|6e69c400-ead0-4802-87c3-ac56b9a9a8c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:06.003Z|6e69c400-ead0-4802-87c3-ac56b9a9a8c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:07.267Z|330b9e60-fead-4ce9-9f35-87e7fe9efdf7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:07.268Z|330b9e60-fead-4ce9-9f35-87e7fe9efdf7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:14.150Z|fbed4944-35d3-45bc-a011-325b120f2a2c|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:11:14.151Z|fbed4944-35d3-45bc-a011-325b120f2a2c|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:15.849Z|c158389e-c067-4be4-9a11-9a303ab0dc5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:15.849Z|c158389e-c067-4be4-9a11-9a303ab0dc5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:16.029Z|969ac271-167d-4552-a394-6cfef8a7ea04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:16.030Z|969ac271-167d-4552-a394-6cfef8a7ea04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:17.299Z|7efe718f-330a-4187-bf7e-699bd0596144|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:17.300Z|7efe718f-330a-4187-bf7e-699bd0596144|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:17.951Z|1a6d499e-8323-4820-9044-981eab34733b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:11:17.952Z|1a6d499e-8323-4820-9044-981eab34733b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:11:25.875Z|2a5b503e-19f9-43db-a47f-4688bca936f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:25.876Z|2a5b503e-19f9-43db-a47f-4688bca936f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:26.059Z|a5e80e18-f6cf-40d0-a62d-755bf8dc1e84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:26.060Z|a5e80e18-f6cf-40d0-a62d-755bf8dc1e84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:27.328Z|82affb7a-0102-4faf-af75-23d7d02c4140|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:27.329Z|82affb7a-0102-4faf-af75-23d7d02c4140|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:32.952Z|eaf88faa-a455-45ff-a053-f30094e80df4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:11:32.955Z|eaf88faa-a455-45ff-a053-f30094e80df4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:11:33.179Z|849ac219-62f6-406e-89fe-b4b501697cb9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:11:33.180Z|849ac219-62f6-406e-89fe-b4b501697cb9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:11:35.903Z|180fbdf5-194d-4404-a657-3cb727343597|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:35.905Z|180fbdf5-194d-4404-a657-3cb727343597|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:36.097Z|603af0f3-e4f4-4311-a75f-f274b9907b6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:36.098Z|603af0f3-e4f4-4311-a75f-f274b9907b6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:37.373Z|76609ca9-0af5-438d-8509-9238f757b98e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:37.374Z|76609ca9-0af5-438d-8509-9238f757b98e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:45.952Z|18193f8a-0e82-471f-bd80-9801a2de478d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:45.953Z|18193f8a-0e82-471f-bd80-9801a2de478d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:46.144Z|34e595b9-61e6-466c-a7c1-a00e65e3c530|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:46.146Z|34e595b9-61e6-466c-a7c1-a00e65e3c530|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:47.422Z|6b9aab1a-fa2e-4a7a-af80-7519cc77a846|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:47.423Z|6b9aab1a-fa2e-4a7a-af80-7519cc77a846|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:47.952Z|89e02aa7-b4f3-4986-87ea-6626782df918|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:11:47.952Z|89e02aa7-b4f3-4986-87ea-6626782df918|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:11:55.979Z|99c9dfcc-3948-4530-9ae2-904a539cbb27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:55.980Z|99c9dfcc-3948-4530-9ae2-904a539cbb27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:56.171Z|13142bde-9ec3-40af-b14f-2c3135434942|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:56.172Z|13142bde-9ec3-40af-b14f-2c3135434942|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:11:57.457Z|6884568f-4b03-4ae2-9e6b-df0fea371ca3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:11:57.459Z|6884568f-4b03-4ae2-9e6b-df0fea371ca3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:02.951Z|039014a9-c9da-4b7e-a7a6-be8ccdfeaf88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:12:02.952Z|039014a9-c9da-4b7e-a7a6-be8ccdfeaf88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:12:03.182Z|4de82999-60a5-4e73-bdcf-5d29653479b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:12:03.183Z|4de82999-60a5-4e73-bdcf-5d29653479b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:12:06.005Z|28f74a31-0926-4c23-a287-110c2cfe7f1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:06.005Z|28f74a31-0926-4c23-a287-110c2cfe7f1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:06.204Z|9e8ef015-d9d4-422e-8229-ae493fe489fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:06.205Z|9e8ef015-d9d4-422e-8229-ae493fe489fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:07.485Z|6616ed8b-a7e9-4ecd-902b-169520ca2832|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:07.486Z|6616ed8b-a7e9-4ecd-902b-169520ca2832|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:14.149Z|8ef306de-f859-4811-8500-f2de2d7066cc|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-01-10T06:12:14.150Z|8ef306de-f859-4811-8500-f2de2d7066cc|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:16.044Z|439b0404-c452-46c6-b378-27103d66a392|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:16.045Z|439b0404-c452-46c6-b378-27103d66a392|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:16.239Z|28623aca-1888-4b5a-959b-307022f0f958|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:16.240Z|28623aca-1888-4b5a-959b-307022f0f958|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:17.511Z|8f1cfe77-ff12-411b-adf5-5d3aee76f548|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:17.511Z|8f1cfe77-ff12-411b-adf5-5d3aee76f548|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:17.951Z|09373151-625e-42e4-ad76-fd73800501e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:12:17.955Z|09373151-625e-42e4-ad76-fd73800501e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:12:26.074Z|d9b95590-d8cd-4aed-9744-8768775e5424|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:26.076Z|d9b95590-d8cd-4aed-9744-8768775e5424|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:26.299Z|dad63cc1-229a-4c56-aab6-c186d20fbaea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:26.300Z|dad63cc1-229a-4c56-aab6-c186d20fbaea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:27.536Z|a445c437-25c7-484d-9102-66f24ed7bd68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:27.537Z|a445c437-25c7-484d-9102-66f24ed7bd68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:32.951Z|85035815-e9c9-4b34-8f30-d94acb296071|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:12:32.952Z|85035815-e9c9-4b34-8f30-d94acb296071|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:12:33.185Z|f1cf5da9-efd0-47f7-91a5-0fffbd646c06|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-01-10T06:12:33.186Z|f1cf5da9-efd0-47f7-91a5-0fffbd646c06|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-01-10T06:12:36.103Z|694b7fca-3629-4284-ba60-7d7a9a359a6b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:36.104Z|694b7fca-3629-4284-ba60-7d7a9a359a6b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-01-10T06:12:36.331Z|bf151426-6f6d-4e31-8086-b4f14b58d708|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-01-10T06:12:36.332Z|bf151426-6f6d-4e31-8086-b4f14b58d708|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.