Results

By type

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

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

2021-09-14T11:28:50.308Z||main|||||INFO|500||The following profiles are active: basic
2021-09-14T11:29:00.281Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-14T11:29:00.282Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-14T11:29:00.368Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-14T11:29:05.891Z||main|||||WARN|500||The following warnings have been detected: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.onap.so.apihandlerinfra.Onap3gppServiceInstances.getSliceSubnetCapabilities(org.onap.so.apihandlerinfra.onap3gppserviceinstancebeans.QuerySubnetCapability,java.lang.String) throws org.onap.so.apihandlerinfra.exceptions.ApiException, should not consume any entity.

2021-09-14T11:29:06.129Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-14T11:29:06.352Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-14T11:29:06.763Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-14T11:29:06.770Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-14T11:29:06.860Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-14T11:29:06.988Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-14T11:29:07.382Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-14T11:29:08.352Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-14T11:29:10.095Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-14T11:29:10.151Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-14T11:29:10.777Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-14T11:29:10.952Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-14T11:29:11.893Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-14T11:29:13.042Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-14T11:29:17.751Z||main|||||WARN|500||---
2021-09-14T11:29:17.751Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-14T11:29:17.751Z||main|||||WARN|500||---
2021-09-14T11:29:18.259Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-14T11:29:23.020Z||main|||||INFO|500||Started ApiHandlerApplication in 35.139 seconds (JVM running for 36.621)
2021-09-14T11:29:23.054Z|b36a2d13-3260-42b7-a84a-2e9b7630b3e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:29:23.072Z|b36a2d13-3260-42b7-a84a-2e9b7630b3e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:29:23.074Z|ce39bebf-33cf-4569-a413-1e9525d267ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:29:23.079Z|ce39bebf-33cf-4569-a413-1e9525d267ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:29:23.117Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-14T11:29:23.310Z|3da2095f-d72c-4886-9291-0696f86c8c12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (jar:file:/app/app.jar!/BOOT-INF/lib/jaxb-impl-2.3.0.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2021-09-14T11:29:23.661Z|3da2095f-d72c-4886-9291-0696f86c8c12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:24.393Z|1cd0167f-1419-48df-bb6e-d71086aa612e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:24.394Z|1cd0167f-1419-48df-bb6e-d71086aa612e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:31.775Z|b5931791-3851-48f1-be8f-ea171fa19a40|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:31.777Z|b5931791-3851-48f1-be8f-ea171fa19a40|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:33.796Z|e1b1fec3-521c-4a17-9596-17dc9b7334d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:33.797Z|e1b1fec3-521c-4a17-9596-17dc9b7334d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:34.426Z|1214a1f1-c78f-4433-a988-991b0b4e0764|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:34.427Z|1214a1f1-c78f-4433-a988-991b0b4e0764|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:38.014Z|af94b31c-f84d-48a9-8d25-24b750c3aa3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:29:38.017Z|af94b31c-f84d-48a9-8d25-24b750c3aa3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:29:41.806Z|01a570d0-df90-415b-a2f5-612f33474ace|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:41.807Z|01a570d0-df90-415b-a2f5-612f33474ace|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:43.823Z|095f1ca5-4327-485f-9e0d-8485077cd1c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:43.824Z|095f1ca5-4327-485f-9e0d-8485077cd1c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:44.453Z|423ba7bc-74b5-4608-8b01-7d7121a1e92e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:44.454Z|423ba7bc-74b5-4608-8b01-7d7121a1e92e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:51.834Z|66cab5b9-02ea-447b-ad2a-b467d9f9fda1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:51.835Z|66cab5b9-02ea-447b-ad2a-b467d9f9fda1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:53.014Z|d875351d-0a8e-48b3-ad94-32d894528c3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:29:53.015Z|d875351d-0a8e-48b3-ad94-32d894528c3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:29:53.080Z|6abbcebb-c9a2-4e18-b12f-89a4fc6686f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:29:53.081Z|6abbcebb-c9a2-4e18-b12f-89a4fc6686f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:29:53.846Z|02c61242-a66f-41b4-a154-c6a56a457398|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:53.847Z|02c61242-a66f-41b4-a154-c6a56a457398|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:29:54.484Z|8ca7cfe3-7308-4b18-aca9-74f73564a1e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:29:54.485Z|8ca7cfe3-7308-4b18-aca9-74f73564a1e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:01.864Z|0c1a0138-db53-4145-a2f6-3def3ba8c9fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:01.864Z|0c1a0138-db53-4145-a2f6-3def3ba8c9fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:03.871Z|a99b99f9-291a-4004-87fb-340464abca7c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:03.872Z|a99b99f9-291a-4004-87fb-340464abca7c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:04.510Z|2ec63f06-e155-48b1-b80c-e9d200fbc610|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:04.512Z|2ec63f06-e155-48b1-b80c-e9d200fbc610|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:08.014Z|6012832a-5154-45fe-b9de-3da47bfa97f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:30:08.016Z|6012832a-5154-45fe-b9de-3da47bfa97f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:30:11.893Z|2e3eccf1-2fed-422c-a7cd-c4a92da11bed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:11.896Z|2e3eccf1-2fed-422c-a7cd-c4a92da11bed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:13.905Z|1047ca0b-4d5c-4287-96bb-dba687afa741|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:13.906Z|1047ca0b-4d5c-4287-96bb-dba687afa741|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:14.537Z|497a5f18-3de0-4161-80a5-5f0cf8d93636|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:14.538Z|497a5f18-3de0-4161-80a5-5f0cf8d93636|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:21.927Z|d181d33c-f2a8-4ce9-b14b-8835e69b5e5c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:21.928Z|d181d33c-f2a8-4ce9-b14b-8835e69b5e5c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:23.014Z|1e842d70-a45c-4c66-9ba1-6616499c25ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:30:23.017Z|1e842d70-a45c-4c66-9ba1-6616499c25ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:30:23.082Z|c0dc0845-3bd3-4e0a-b5d2-1bbdd2941f14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:30:23.083Z|c0dc0845-3bd3-4e0a-b5d2-1bbdd2941f14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:30:23.934Z|56dab64a-c96c-4b25-9855-17811c50bb22|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:23.935Z|56dab64a-c96c-4b25-9855-17811c50bb22|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:24.561Z|af1ca826-622f-4830-ba24-9fd2cedc7061|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:24.562Z|af1ca826-622f-4830-ba24-9fd2cedc7061|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:31.950Z|0784975c-00dc-453e-b72f-a55cb114ddfc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:31.951Z|0784975c-00dc-453e-b72f-a55cb114ddfc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:33.957Z|2b6906a3-25ef-46c8-ba7e-7c58cf2a8534|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:33.958Z|2b6906a3-25ef-46c8-ba7e-7c58cf2a8534|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:34.589Z|8b17799d-45cf-41b3-8567-bf2afbe72490|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:34.590Z|8b17799d-45cf-41b3-8567-bf2afbe72490|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:38.014Z|acb7674c-395a-4b29-9f79-49ab95895347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:30:38.015Z|acb7674c-395a-4b29-9f79-49ab95895347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:30:41.973Z|aba7cc11-882b-45b1-adef-c5fefc16bce7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:41.973Z|aba7cc11-882b-45b1-adef-c5fefc16bce7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:43.980Z|402badb3-7304-4f15-89be-8d0d832ad5e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:43.981Z|402badb3-7304-4f15-89be-8d0d832ad5e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:44.616Z|10ad8b51-dcb7-4769-8358-92c956679334|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:44.617Z|10ad8b51-dcb7-4769-8358-92c956679334|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:52.009Z|a0193d6e-cc50-45b3-a987-b35944dea3c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:52.011Z|a0193d6e-cc50-45b3-a987-b35944dea3c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:53.016Z|ba54b29f-3577-4e5f-a0f4-7a6555150b33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:30:53.019Z|ba54b29f-3577-4e5f-a0f4-7a6555150b33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:30:53.084Z|79b441b3-9a17-400c-81c6-86b6b92ad4e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:30:53.085Z|79b441b3-9a17-400c-81c6-86b6b92ad4e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:30:54.011Z|b71df27e-f29e-4306-a580-bf2f6983c801|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:54.013Z|b71df27e-f29e-4306-a580-bf2f6983c801|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:30:54.644Z|9fd2dcdc-ebf8-464d-802f-8a95b226b68f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:30:54.645Z|9fd2dcdc-ebf8-464d-802f-8a95b226b68f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:02.049Z|928d0be8-f4f1-4f26-830b-82f6c711ae65|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:02.053Z|928d0be8-f4f1-4f26-830b-82f6c711ae65|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:04.040Z|0705202b-72b8-409e-a00c-39efb10c6b5c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:04.041Z|0705202b-72b8-409e-a00c-39efb10c6b5c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:04.672Z|2a0c315b-6052-4891-98ed-86acff9bdc52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:04.674Z|2a0c315b-6052-4891-98ed-86acff9bdc52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:08.014Z|e7434616-cfb1-46ab-925a-a74d2ba4be45|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:31:08.016Z|e7434616-cfb1-46ab-925a-a74d2ba4be45|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:31:12.084Z|5fcb22db-3cce-4c61-bf78-dde697a0f970|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:12.085Z|5fcb22db-3cce-4c61-bf78-dde697a0f970|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:14.066Z|86977923-cf64-451b-b66c-9aa687baa707|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:14.067Z|86977923-cf64-451b-b66c-9aa687baa707|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:14.700Z|9da54dd2-a112-48c6-93e4-7d6a0bce1c42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:14.700Z|9da54dd2-a112-48c6-93e4-7d6a0bce1c42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:22.111Z|a5f53f19-79df-4c0c-a7a2-6dc0eeb02527|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:22.112Z|a5f53f19-79df-4c0c-a7a2-6dc0eeb02527|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:23.014Z|b67485c6-6a94-45ca-872f-4f461890322c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:31:23.015Z|b67485c6-6a94-45ca-872f-4f461890322c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:31:23.086Z|ca08daf5-b235-4f65-808c-35bc7372c12e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:31:23.086Z|ca08daf5-b235-4f65-808c-35bc7372c12e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:31:24.102Z|bb574075-6442-42ae-971c-8001776c15dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:24.103Z|bb574075-6442-42ae-971c-8001776c15dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:24.723Z|65fdc99b-b7cf-48fd-afe7-b857c4fe2a78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:24.724Z|65fdc99b-b7cf-48fd-afe7-b857c4fe2a78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:32.138Z|97bef213-fc25-4d7c-a470-44e975ac34b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:32.138Z|97bef213-fc25-4d7c-a470-44e975ac34b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:34.131Z|c4044f3d-30b8-45aa-887c-bc2dc12b8155|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:34.132Z|c4044f3d-30b8-45aa-887c-bc2dc12b8155|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:34.750Z|554f1ba1-4c0a-4e4e-93d2-ef13e8592735|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:34.751Z|554f1ba1-4c0a-4e4e-93d2-ef13e8592735|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:38.014Z|85085e5c-ba3b-4e6d-8f16-a9247ed69181|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:31:38.016Z|85085e5c-ba3b-4e6d-8f16-a9247ed69181|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:31:42.160Z|5ffe026a-4575-404b-bf21-4af74e507c0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:42.161Z|5ffe026a-4575-404b-bf21-4af74e507c0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:44.156Z|4e093b31-cddf-43a4-b385-3230a32e79a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:44.156Z|4e093b31-cddf-43a4-b385-3230a32e79a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:44.775Z|e476b989-8dbc-49df-ac35-e60d30a3e147|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:44.777Z|e476b989-8dbc-49df-ac35-e60d30a3e147|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:52.186Z|4c10687d-361c-446a-a1af-0bfc4c2b2509|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:52.187Z|4c10687d-361c-446a-a1af-0bfc4c2b2509|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:53.017Z|9722d5ba-ce5f-4a0d-80ef-10cdb9c917c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:31:53.018Z|9722d5ba-ce5f-4a0d-80ef-10cdb9c917c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:31:53.088Z|a018cf25-7cfb-4fa1-a5da-9b7306c7c729|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:31:53.089Z|a018cf25-7cfb-4fa1-a5da-9b7306c7c729|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:31:54.178Z|ed27216d-d675-4d85-8dd0-4784993e518e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:54.179Z|ed27216d-d675-4d85-8dd0-4784993e518e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:31:54.800Z|beddb544-7898-46ee-8b47-13d6dc0447cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:31:54.801Z|beddb544-7898-46ee-8b47-13d6dc0447cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:02.211Z|964fd378-434b-4bbd-b3d3-d9d8adb59454|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:02.212Z|964fd378-434b-4bbd-b3d3-d9d8adb59454|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:04.203Z|109e23ca-2b65-46c0-b0bb-9eb43a59ba9e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:04.204Z|109e23ca-2b65-46c0-b0bb-9eb43a59ba9e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:04.826Z|0cd330ce-9983-4b8d-a3e8-eb434755d9c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:04.827Z|0cd330ce-9983-4b8d-a3e8-eb434755d9c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:08.014Z|7cb6d3ce-d263-45f1-a885-9fa25211da05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:32:08.015Z|7cb6d3ce-d263-45f1-a885-9fa25211da05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:32:12.239Z|717f286d-f2e2-441b-a9a5-ad6dae41f018|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:12.240Z|717f286d-f2e2-441b-a9a5-ad6dae41f018|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:14.228Z|8bc8d894-2d9a-4ee1-956f-1bdce471ce1a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:14.229Z|8bc8d894-2d9a-4ee1-956f-1bdce471ce1a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:14.849Z|fd06ea63-b4aa-47d9-841e-b0f4bcb798a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:14.849Z|fd06ea63-b4aa-47d9-841e-b0f4bcb798a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:22.263Z|d62ce1e3-8c61-41ce-9166-e165e3d97f3a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:22.264Z|d62ce1e3-8c61-41ce-9166-e165e3d97f3a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:23.014Z|72f455c0-0b15-4244-b6cd-d0aef7ec976f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:32:23.016Z|72f455c0-0b15-4244-b6cd-d0aef7ec976f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:32:23.090Z|be0be82d-8356-4b8b-a31b-1a5d07db829d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:32:23.090Z|be0be82d-8356-4b8b-a31b-1a5d07db829d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:32:24.252Z|ef8b86c3-5f3e-45b7-85af-9db7cce119dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:24.253Z|ef8b86c3-5f3e-45b7-85af-9db7cce119dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:24.872Z|27bd638d-ed96-4522-bfce-bb7be0577acd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:24.873Z|27bd638d-ed96-4522-bfce-bb7be0577acd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:32.286Z|b2c1bae5-c2b2-4123-a3f5-69ef997f8604|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:32.287Z|b2c1bae5-c2b2-4123-a3f5-69ef997f8604|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:34.277Z|ff4df05b-e983-4eef-91b4-12d09e10ef2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:34.278Z|ff4df05b-e983-4eef-91b4-12d09e10ef2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:34.895Z|8dd6ff0d-3c59-488d-8a68-df46ca411d39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:34.896Z|8dd6ff0d-3c59-488d-8a68-df46ca411d39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:38.014Z|2239599e-71ae-4697-aff3-00da3ae00f95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:32:38.015Z|2239599e-71ae-4697-aff3-00da3ae00f95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:32:42.309Z|551a05bb-0758-45f6-b7a3-df428e6ab0c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:42.310Z|551a05bb-0758-45f6-b7a3-df428e6ab0c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:44.307Z|f1a5e7e9-159a-44e0-9404-dfd513793ac8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:44.308Z|f1a5e7e9-159a-44e0-9404-dfd513793ac8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:44.921Z|c11122f0-fabc-47c1-929d-801824ad5f51|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:44.923Z|c11122f0-fabc-47c1-929d-801824ad5f51|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:52.346Z|b81a0f55-34d6-47a7-899c-dae253b4cc1f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:52.347Z|b81a0f55-34d6-47a7-899c-dae253b4cc1f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:53.015Z|6c34064a-33ae-4545-90e8-5127f93de03f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:32:53.016Z|6c34064a-33ae-4545-90e8-5127f93de03f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:32:53.092Z|f8af5342-7ecd-4c54-a29c-b32234e3942f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:32:53.092Z|f8af5342-7ecd-4c54-a29c-b32234e3942f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:32:54.343Z|16e41391-cecf-4657-b3f3-8f3da14c600d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:54.345Z|16e41391-cecf-4657-b3f3-8f3da14c600d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:32:54.947Z|cd90c11b-c4aa-4712-b780-ad2926b49dd3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:32:54.948Z|cd90c11b-c4aa-4712-b780-ad2926b49dd3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:02.372Z|626a1962-a482-4529-a31d-996679c495b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:02.373Z|626a1962-a482-4529-a31d-996679c495b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:04.373Z|fa592642-75d9-4125-9051-6672832ae3df|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:04.374Z|fa592642-75d9-4125-9051-6672832ae3df|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:04.971Z|0ab7d1f0-4884-449b-809c-22d14642b6fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:04.972Z|0ab7d1f0-4884-449b-809c-22d14642b6fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:08.017Z|e2603cff-5f61-4f98-8d37-64d12c970ea2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:33:08.020Z|e2603cff-5f61-4f98-8d37-64d12c970ea2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:33:12.431Z|aecf9b5e-51e6-4798-a187-06d4af3e90ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:12.432Z|aecf9b5e-51e6-4798-a187-06d4af3e90ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:14.402Z|95cdbde1-e796-4753-b2e5-a6ee9bf02a33|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:14.403Z|95cdbde1-e796-4753-b2e5-a6ee9bf02a33|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:15.000Z|4bb74e37-e2c7-4bca-a672-3994b95af808|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:15.001Z|4bb74e37-e2c7-4bca-a672-3994b95af808|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:22.454Z|09bc54f4-a71f-4b5f-85fd-39c4acdd1594|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:22.455Z|09bc54f4-a71f-4b5f-85fd-39c4acdd1594|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:23.014Z|68e8c0db-8797-46e2-b300-8f3ec7c7fcc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:33:23.015Z|68e8c0db-8797-46e2-b300-8f3ec7c7fcc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:33:23.094Z|de9ea23f-2efc-40c0-acfb-731bf0364891|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:33:23.095Z|de9ea23f-2efc-40c0-acfb-731bf0364891|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:33:24.428Z|6efc3020-69db-4ac8-be87-a4d18d88e612|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:24.429Z|6efc3020-69db-4ac8-be87-a4d18d88e612|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:25.027Z|2c635d6c-c905-4fd8-9ffb-489052fecb46|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:25.029Z|2c635d6c-c905-4fd8-9ffb-489052fecb46|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:32.478Z|df6ab74a-607d-4eca-a758-90259d8ca4ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:32.479Z|df6ab74a-607d-4eca-a758-90259d8ca4ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:34.453Z|f53aa013-b2d0-493c-87d9-752a3b24f10b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:34.454Z|f53aa013-b2d0-493c-87d9-752a3b24f10b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:35.053Z|1f8893e3-5a39-46fa-84a7-1affe986afa4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:35.054Z|1f8893e3-5a39-46fa-84a7-1affe986afa4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:38.015Z|f311857f-498a-407a-b4c5-a694c62a0b59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:33:38.016Z|f311857f-498a-407a-b4c5-a694c62a0b59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:33:42.504Z|9ac6645c-0654-4f91-9c1d-9a845939c41d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:42.505Z|9ac6645c-0654-4f91-9c1d-9a845939c41d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:44.477Z|0854c1cd-027f-4258-afad-b43c9d316a42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:44.478Z|0854c1cd-027f-4258-afad-b43c9d316a42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:45.078Z|254d4946-af4c-4455-8272-7124572b3bd5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:45.079Z|254d4946-af4c-4455-8272-7124572b3bd5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:52.528Z|6157b911-8d50-46ec-8885-f1b267f659ab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:52.529Z|6157b911-8d50-46ec-8885-f1b267f659ab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:53.014Z|780c68ec-ccc2-4479-9eb0-5c39fac0cfdb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:33:53.016Z|780c68ec-ccc2-4479-9eb0-5c39fac0cfdb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:33:53.096Z|9cc58391-d173-4c73-8f48-75f7df2c6871|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:33:53.096Z|9cc58391-d173-4c73-8f48-75f7df2c6871|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:33:54.500Z|5bfe564b-aa05-4a30-8d86-5a135263af0c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:54.501Z|5bfe564b-aa05-4a30-8d86-5a135263af0c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:33:55.101Z|7d0e123a-f16a-4f64-9900-063f4764fff9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:33:55.103Z|7d0e123a-f16a-4f64-9900-063f4764fff9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:02.554Z|16622a2a-5e71-4ccc-bc46-cdca2490edba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:02.555Z|16622a2a-5e71-4ccc-bc46-cdca2490edba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:04.532Z|498ab8bb-4eca-4969-8154-2b04bb32e146|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:04.533Z|498ab8bb-4eca-4969-8154-2b04bb32e146|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:05.125Z|2dac92e3-6c60-4189-bbab-2491d4d54fa4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:05.126Z|2dac92e3-6c60-4189-bbab-2491d4d54fa4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:08.014Z|38442ea0-78c5-4f35-a987-bc108306d05d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:34:08.015Z|38442ea0-78c5-4f35-a987-bc108306d05d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:34:12.587Z|2f0796d5-3eb7-4227-89f5-9435024c094e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:12.587Z|2f0796d5-3eb7-4227-89f5-9435024c094e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:14.556Z|4544ec15-365d-431d-afad-a789947f0fa5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:14.557Z|4544ec15-365d-431d-afad-a789947f0fa5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:15.150Z|9dc6c6c9-87d9-4bda-a0af-27fb83f400ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:15.151Z|9dc6c6c9-87d9-4bda-a0af-27fb83f400ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:22.613Z|c393ade7-18e9-4890-81c9-a396fb2f46f4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:22.614Z|c393ade7-18e9-4890-81c9-a396fb2f46f4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:23.014Z|1a085fc8-7d1d-468b-8d9b-e4651aebf1be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:34:23.015Z|1a085fc8-7d1d-468b-8d9b-e4651aebf1be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:34:23.097Z|7694f2c3-7d00-4389-963d-7854b4424357|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:34:23.098Z|7694f2c3-7d00-4389-963d-7854b4424357|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:34:24.578Z|e021461c-f1bd-4706-adfd-c21c15f88038|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:24.579Z|e021461c-f1bd-4706-adfd-c21c15f88038|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:25.175Z|77240986-4d67-4410-be5e-abd61e94bce5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:25.175Z|77240986-4d67-4410-be5e-abd61e94bce5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:32.647Z|620db65c-bd20-4d5e-8220-ce024eccd250|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:32.649Z|620db65c-bd20-4d5e-8220-ce024eccd250|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:34.602Z|e6ae67dd-e325-43c1-9fbe-2dda927955b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:34.604Z|e6ae67dd-e325-43c1-9fbe-2dda927955b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:35.198Z|b33f4841-c615-4958-a48a-a3340cef8d2c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:35.199Z|b33f4841-c615-4958-a48a-a3340cef8d2c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:38.015Z|10ae5168-8144-4b00-ac28-4acd975d581b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:34:38.018Z|10ae5168-8144-4b00-ac28-4acd975d581b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:34:42.684Z|63efab7f-786e-4f8e-b877-7f157736f96b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:42.686Z|63efab7f-786e-4f8e-b877-7f157736f96b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:44.629Z|f47698e1-17e0-4d5c-b3a8-d90e5cfe60d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:44.630Z|f47698e1-17e0-4d5c-b3a8-d90e5cfe60d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:45.224Z|567ffbba-95b9-4057-a30c-71eade591d83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:45.225Z|567ffbba-95b9-4057-a30c-71eade591d83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:52.713Z|79aa16cc-fba1-45cb-b19d-f791f0adf993|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:52.714Z|79aa16cc-fba1-45cb-b19d-f791f0adf993|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:53.014Z|c4b42139-7a4d-4f81-8425-3ce2b9117d58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:34:53.015Z|c4b42139-7a4d-4f81-8425-3ce2b9117d58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:34:53.099Z|45b9e8aa-46be-4bea-940b-69df9c50e55f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:34:53.099Z|45b9e8aa-46be-4bea-940b-69df9c50e55f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:34:54.655Z|752eab6e-c42d-44a6-8367-d913e8293c07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:54.656Z|752eab6e-c42d-44a6-8367-d913e8293c07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:34:55.251Z|fd78692b-8c00-40d0-80e1-6a538d93b8f2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:34:55.252Z|fd78692b-8c00-40d0-80e1-6a538d93b8f2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:02.741Z|7a5de73f-6672-4d4d-9529-efa88d4bdfb7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:02.742Z|7a5de73f-6672-4d4d-9529-efa88d4bdfb7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:04.680Z|ea9839ce-7d7e-4435-a5fb-c25391be54d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:04.681Z|ea9839ce-7d7e-4435-a5fb-c25391be54d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:05.275Z|7943bbd8-8e9a-41dd-89f7-7e857b597d4e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:05.275Z|7943bbd8-8e9a-41dd-89f7-7e857b597d4e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:08.014Z|1e7b2a47-c3b9-4a22-a429-ddfc60146ef9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:35:08.014Z|1e7b2a47-c3b9-4a22-a429-ddfc60146ef9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:35:12.769Z|e64976fd-5e4d-4566-9f26-0f387db4ea7a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:12.770Z|e64976fd-5e4d-4566-9f26-0f387db4ea7a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:14.706Z|d12f2bb7-be9b-46e4-a56b-48c36f93a638|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:14.707Z|d12f2bb7-be9b-46e4-a56b-48c36f93a638|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:15.304Z|99d6a285-4502-4353-baee-022d338ab239|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:15.305Z|99d6a285-4502-4353-baee-022d338ab239|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:22.819Z|df3ed645-59f7-45e7-90ae-d664ab94d9ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:22.820Z|df3ed645-59f7-45e7-90ae-d664ab94d9ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:23.014Z|dfd23870-1b6a-4c6c-acba-6607c2a535bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:35:23.016Z|dfd23870-1b6a-4c6c-acba-6607c2a535bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:35:23.100Z|5ffac91a-d926-4516-a3d1-be1e8fd0b4ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:35:23.101Z|5ffac91a-d926-4516-a3d1-be1e8fd0b4ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:35:24.732Z|190d7d22-a2c5-41c5-94e2-76955e7f4567|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:24.733Z|190d7d22-a2c5-41c5-94e2-76955e7f4567|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:25.330Z|dda01cbb-7269-4ed9-b430-04281db32194|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:25.331Z|dda01cbb-7269-4ed9-b430-04281db32194|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:32.842Z|c5ab7081-6f43-40ff-bfe5-2a1c2b7f54f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:32.843Z|c5ab7081-6f43-40ff-bfe5-2a1c2b7f54f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:34.755Z|13f14fea-a245-4391-8324-17dee4e54a40|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:34.756Z|13f14fea-a245-4391-8324-17dee4e54a40|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:35.354Z|33465f21-220e-4108-b5a1-4a695a57cc17|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:35.355Z|33465f21-220e-4108-b5a1-4a695a57cc17|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:38.014Z|522530ba-b325-4bf9-aa29-ebd821dce854|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:35:38.015Z|522530ba-b325-4bf9-aa29-ebd821dce854|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:35:42.865Z|df9ed263-46f9-44ba-8687-0f83d67e2024|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:42.865Z|df9ed263-46f9-44ba-8687-0f83d67e2024|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:44.778Z|97b54681-8f0a-4036-9749-36144b4b98b6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:44.778Z|97b54681-8f0a-4036-9749-36144b4b98b6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:45.378Z|66be34dc-8210-4ad9-8632-86473fc782f3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:45.379Z|66be34dc-8210-4ad9-8632-86473fc782f3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:52.890Z|ee6ae236-05ad-4ddb-b7af-fffa4cddd908|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:52.891Z|ee6ae236-05ad-4ddb-b7af-fffa4cddd908|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:53.014Z|be447fdd-fa4a-4ae6-96e8-93822fdac3ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:35:53.015Z|be447fdd-fa4a-4ae6-96e8-93822fdac3ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:35:53.102Z|091e2982-ba35-432c-8dd7-71a1fbb1f0ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:35:53.103Z|091e2982-ba35-432c-8dd7-71a1fbb1f0ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:35:54.800Z|67dc7781-5cab-46e8-ba7b-54c52801740d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:54.801Z|67dc7781-5cab-46e8-ba7b-54c52801740d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:35:55.401Z|924083bf-62be-4f33-8c2f-1e971b54940b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:35:55.402Z|924083bf-62be-4f33-8c2f-1e971b54940b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:02.939Z|4f1af98a-fd47-43be-88ad-91e40337c144|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:02.941Z|4f1af98a-fd47-43be-88ad-91e40337c144|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:04.826Z|d9527fda-da2a-4b43-9b60-7ea3620b2574|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:04.827Z|d9527fda-da2a-4b43-9b60-7ea3620b2574|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:05.425Z|b99fa259-9eda-414a-89b9-b13dc2d67139|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:05.426Z|b99fa259-9eda-414a-89b9-b13dc2d67139|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:08.016Z|79b98197-0b86-4492-944f-61c1f74ba5fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:36:08.020Z|79b98197-0b86-4492-944f-61c1f74ba5fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:36:12.975Z|a56272fd-121d-4546-a909-e9606b91d3bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:12.976Z|a56272fd-121d-4546-a909-e9606b91d3bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:14.850Z|680962b1-cff4-42b5-8874-95759140dded|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:14.851Z|680962b1-cff4-42b5-8874-95759140dded|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:15.450Z|e8594a6b-7e9b-4e13-9462-fcf382b26f44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:15.451Z|e8594a6b-7e9b-4e13-9462-fcf382b26f44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:23.014Z|e73afa73-7016-413a-9b23-9d46189e0a31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:36:23.014Z|e73afa73-7016-413a-9b23-9d46189e0a31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:36:23.018Z|871aef68-d85b-4806-967e-b93f1d4e22a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:23.019Z|871aef68-d85b-4806-967e-b93f1d4e22a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:23.104Z|e3036609-1107-44c4-a939-b5621ee763bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:36:23.104Z|e3036609-1107-44c4-a939-b5621ee763bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:36:24.880Z|d4e0ad0f-6d2b-4c0c-bf3f-ead4a4010a51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:24.881Z|d4e0ad0f-6d2b-4c0c-bf3f-ead4a4010a51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:25.474Z|1b3cc38b-5eac-4ead-847c-ae305b2d2032|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:25.476Z|1b3cc38b-5eac-4ead-847c-ae305b2d2032|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:33.047Z|8fe33e3c-c8b9-4816-b341-f22bbff65cc7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:33.048Z|8fe33e3c-c8b9-4816-b341-f22bbff65cc7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:34.906Z|045bc638-246e-461e-945e-43ba1dd1b6eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:34.907Z|045bc638-246e-461e-945e-43ba1dd1b6eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:35.504Z|f3bf0b03-15ae-482c-92aa-d002b045d1ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:35.505Z|f3bf0b03-15ae-482c-92aa-d002b045d1ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:38.014Z|edb65f06-ef89-4f06-af92-9db44a35165d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:36:38.014Z|edb65f06-ef89-4f06-af92-9db44a35165d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:36:43.074Z|1ce127c8-41f3-4d44-99b5-79950f40acf7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:43.074Z|1ce127c8-41f3-4d44-99b5-79950f40acf7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:44.929Z|6172f8dd-52f7-442b-bc20-116595f9b548|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:44.930Z|6172f8dd-52f7-442b-bc20-116595f9b548|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:45.527Z|d40417cc-f012-415d-a2f2-e1ac10d79102|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:45.528Z|d40417cc-f012-415d-a2f2-e1ac10d79102|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:53.014Z|1245823a-87f6-49df-b17d-a7c00cfc17f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:36:53.016Z|1245823a-87f6-49df-b17d-a7c00cfc17f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:36:53.096Z|370c10fe-49b9-4622-89e0-c027ad82aba9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:53.096Z|370c10fe-49b9-4622-89e0-c027ad82aba9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:53.107Z|7849872f-bc44-4db3-8ce8-23f516b5ac0c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:36:53.107Z|7849872f-bc44-4db3-8ce8-23f516b5ac0c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:36:54.959Z|d6860ca6-fe01-4c8e-8b24-667ae9540b69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:54.959Z|d6860ca6-fe01-4c8e-8b24-667ae9540b69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:36:55.551Z|d7ba4fe8-0d0f-4d29-889f-b0559be11b70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:36:55.552Z|d7ba4fe8-0d0f-4d29-889f-b0559be11b70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:03.123Z|291b6aca-5fc5-48aa-b318-4edebd1caa09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:03.124Z|291b6aca-5fc5-48aa-b318-4edebd1caa09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:04.982Z|71521bf6-9ba7-47f2-9f04-7cd51b5cd1f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:04.983Z|71521bf6-9ba7-47f2-9f04-7cd51b5cd1f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:05.574Z|3df66947-b2f7-4bc0-b735-9f37feca96da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:05.574Z|3df66947-b2f7-4bc0-b735-9f37feca96da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:08.014Z|ab46f6be-b9b6-463f-920d-3ef1d7083508|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:37:08.014Z|ab46f6be-b9b6-463f-920d-3ef1d7083508|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:37:13.148Z|89696dab-83b2-48c0-a74f-898a17289503|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:13.149Z|89696dab-83b2-48c0-a74f-898a17289503|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:15.012Z|f032c51b-8053-4e66-8a66-3fd627a6ef81|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:15.013Z|f032c51b-8053-4e66-8a66-3fd627a6ef81|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:15.597Z|7e7b0fbd-a214-4347-95e2-a259c37e41e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:15.598Z|7e7b0fbd-a214-4347-95e2-a259c37e41e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:23.015Z|3360c6fd-d3c4-4b2e-a889-460d53666b37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:37:23.019Z|3360c6fd-d3c4-4b2e-a889-460d53666b37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:37:23.109Z|6185b1c7-f4c7-4712-abad-0233c3c0254a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:37:23.110Z|6185b1c7-f4c7-4712-abad-0233c3c0254a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:37:23.180Z|6ab34906-0143-451f-8a63-8708ffc40e3c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:23.181Z|6ab34906-0143-451f-8a63-8708ffc40e3c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:25.034Z|34ec47a1-e94e-449c-8751-e9239e1d01eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:25.035Z|34ec47a1-e94e-449c-8751-e9239e1d01eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:25.621Z|780d8d0c-f575-448d-9778-39886d64a400|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:25.621Z|780d8d0c-f575-448d-9778-39886d64a400|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:33.221Z|8085b145-208f-403e-85a8-d042515b016b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:33.224Z|8085b145-208f-403e-85a8-d042515b016b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:35.059Z|2449187e-bfa6-49b8-96b1-0b5a59a38e50|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:35.060Z|2449187e-bfa6-49b8-96b1-0b5a59a38e50|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:35.647Z|161fa970-5336-439e-a3c1-9d8bde450171|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:35.648Z|161fa970-5336-439e-a3c1-9d8bde450171|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:38.014Z|cbfc8705-4176-4f12-a61a-c3024a1f8473|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:37:38.015Z|cbfc8705-4176-4f12-a61a-c3024a1f8473|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:37:43.265Z|41bdab61-67e3-4702-b65a-22d0442b6b96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:43.266Z|41bdab61-67e3-4702-b65a-22d0442b6b96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:45.081Z|9939c7b0-e837-4599-b7f9-be530e170662|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:45.082Z|9939c7b0-e837-4599-b7f9-be530e170662|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:45.669Z|5aae1327-0c09-4ceb-aaea-d446ad7bddd1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:45.669Z|5aae1327-0c09-4ceb-aaea-d446ad7bddd1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:53.014Z|0105e9af-6e76-40c5-bbf0-2f4a98bf6293|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:37:53.015Z|0105e9af-6e76-40c5-bbf0-2f4a98bf6293|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:37:53.111Z|e9f055ea-038b-458e-b58c-0da986fc3de8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:37:53.111Z|e9f055ea-038b-458e-b58c-0da986fc3de8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:37:53.290Z|0be864cb-c2b6-418f-af40-d81541221fac|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:53.290Z|0be864cb-c2b6-418f-af40-d81541221fac|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:55.113Z|f0432c82-f22a-4ea7-b04b-d285c1806936|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:55.114Z|f0432c82-f22a-4ea7-b04b-d285c1806936|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:37:55.690Z|436b583d-ee9a-4d08-8989-d53d95303f07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:37:55.690Z|436b583d-ee9a-4d08-8989-d53d95303f07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:03.313Z|3c0a2bd5-1f8a-4a96-beea-cb14c4cda494|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:03.314Z|3c0a2bd5-1f8a-4a96-beea-cb14c4cda494|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:05.137Z|9647a28d-ec1b-44a2-af84-c33c6f75d235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:05.137Z|9647a28d-ec1b-44a2-af84-c33c6f75d235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:05.712Z|b495966a-5f77-4bc9-920e-6ab17dea2370|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:05.713Z|b495966a-5f77-4bc9-920e-6ab17dea2370|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:08.014Z|ed8b1563-9da5-46cc-9fee-bd9d0613ee01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:38:08.016Z|ed8b1563-9da5-46cc-9fee-bd9d0613ee01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:38:13.337Z|e2275f09-717c-426f-8149-6bff33d6e858|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:13.338Z|e2275f09-717c-426f-8149-6bff33d6e858|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:15.162Z|1607bb8a-436b-4d53-a78c-2e972c3086e3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:15.163Z|1607bb8a-436b-4d53-a78c-2e972c3086e3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:15.735Z|bc29472c-7921-498d-990c-1b513b428e09|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:15.736Z|bc29472c-7921-498d-990c-1b513b428e09|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:23.014Z|b5c10b9a-923d-4f96-b433-1665ea0fc680|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:38:23.014Z|b5c10b9a-923d-4f96-b433-1665ea0fc680|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:38:23.112Z|0cb42cd5-4e45-4037-be7f-b03b41f274a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:38:23.113Z|0cb42cd5-4e45-4037-be7f-b03b41f274a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:38:23.360Z|20c260a0-48e5-44fd-b6df-97cf361ef73a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:23.361Z|20c260a0-48e5-44fd-b6df-97cf361ef73a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:25.195Z|c621724c-297e-432f-a9a4-13476e4b1ba2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:25.195Z|c621724c-297e-432f-a9a4-13476e4b1ba2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:25.757Z|1bf4ae67-ea63-4c29-b6d1-46719d8269e7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:25.758Z|1bf4ae67-ea63-4c29-b6d1-46719d8269e7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:33.386Z|70671408-ef5d-46a4-8929-d74d70950e76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:33.387Z|70671408-ef5d-46a4-8929-d74d70950e76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:35.222Z|49bd8fa8-1209-4885-b231-e70fc0f82525|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:35.223Z|49bd8fa8-1209-4885-b231-e70fc0f82525|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:35.782Z|d9f8aa40-c08d-451d-a1ad-74b6ef798996|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:35.783Z|d9f8aa40-c08d-451d-a1ad-74b6ef798996|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:38.014Z|f1873ffe-3206-479a-9d20-4a7127cbd01a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:38:38.015Z|f1873ffe-3206-479a-9d20-4a7127cbd01a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:38:43.429Z|0643f814-f2e1-4f7d-8fe7-ab4544b30584|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:43.431Z|0643f814-f2e1-4f7d-8fe7-ab4544b30584|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:45.259Z|77b96b30-6d9d-4d8b-82b8-2ad64f8b2cbb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:45.261Z|77b96b30-6d9d-4d8b-82b8-2ad64f8b2cbb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:45.805Z|61456b9f-d2b7-470d-a1b4-7ec00b473fea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:45.806Z|61456b9f-d2b7-470d-a1b4-7ec00b473fea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:53.015Z|84a0f1f3-e650-41d6-bc31-b89897af9094|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:38:53.019Z|84a0f1f3-e650-41d6-bc31-b89897af9094|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:38:53.114Z|d8503d9a-b875-417b-bb29-e56f36dbecfd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:38:53.116Z|d8503d9a-b875-417b-bb29-e56f36dbecfd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:38:53.465Z|85138219-bbf1-4756-b75d-c706d3cb8cd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:53.466Z|85138219-bbf1-4756-b75d-c706d3cb8cd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:55.287Z|2ff01855-fd71-4123-9fbe-131a2948d6dd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:55.288Z|2ff01855-fd71-4123-9fbe-131a2948d6dd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:38:55.829Z|79175b37-1761-4bed-91ef-42ef695bd23d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:38:55.829Z|79175b37-1761-4bed-91ef-42ef695bd23d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:03.492Z|7192d5ec-d320-4380-bd4a-0249a0aa1300|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:03.493Z|7192d5ec-d320-4380-bd4a-0249a0aa1300|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:05.312Z|5663762b-c612-4433-812f-d4788b154377|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:05.313Z|5663762b-c612-4433-812f-d4788b154377|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:05.852Z|08ba18ca-b042-4ec0-bfa7-5768a84a384f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:05.853Z|08ba18ca-b042-4ec0-bfa7-5768a84a384f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:08.014Z|c7891b2d-3c83-4244-b87a-298710bfd8a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:39:08.015Z|c7891b2d-3c83-4244-b87a-298710bfd8a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:39:13.518Z|cde04017-58fc-46c1-becd-68b5d572723c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:13.519Z|cde04017-58fc-46c1-becd-68b5d572723c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:15.335Z|a9c7f392-67dc-4f0d-8cdf-b676e533c671|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:15.336Z|a9c7f392-67dc-4f0d-8cdf-b676e533c671|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:15.879Z|1e85ae72-2103-42b5-b6c9-3c5e1e09385f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:15.880Z|1e85ae72-2103-42b5-b6c9-3c5e1e09385f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:23.014Z|a8982090-aa25-4e24-a5aa-112b43305990|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:39:23.014Z|a8982090-aa25-4e24-a5aa-112b43305990|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:39:23.117Z|171260f7-cf92-4ed1-aecf-dd2b78de951d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:39:23.117Z|171260f7-cf92-4ed1-aecf-dd2b78de951d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:39:23.541Z|f5b1f40e-7805-475d-b96c-46a27f3ef3a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:23.542Z|f5b1f40e-7805-475d-b96c-46a27f3ef3a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:23.842Z|2b4700ad-cc9c-4ee5-a03c-356279dfd4be|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:39:23.843Z|2b4700ad-cc9c-4ee5-a03c-356279dfd4be|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:25.358Z|311a4920-36e1-4d47-99ed-38b22214f830|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:25.359Z|311a4920-36e1-4d47-99ed-38b22214f830|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:25.905Z|c752655c-203a-408d-8bc2-f795eba2b8e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:25.906Z|c752655c-203a-408d-8bc2-f795eba2b8e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:33.562Z|9e30f9e3-951c-4e76-9dad-ec7910d5f9c8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:33.563Z|9e30f9e3-951c-4e76-9dad-ec7910d5f9c8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:35.382Z|855983bf-9625-41ce-8784-f0d95ed78855|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:35.382Z|855983bf-9625-41ce-8784-f0d95ed78855|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:35.930Z|cb484fb9-8d24-4609-b0eb-c027a1af738b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:35.931Z|cb484fb9-8d24-4609-b0eb-c027a1af738b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:38.014Z|6dbd4d1e-2cd1-4729-a7c2-d99c41f71b46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:39:38.016Z|6dbd4d1e-2cd1-4729-a7c2-d99c41f71b46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:39:43.587Z|1a1611cc-036c-4051-97b8-8e054927a80f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:43.588Z|1a1611cc-036c-4051-97b8-8e054927a80f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:45.405Z|180cfea4-34c7-44bb-a411-bd7ac7304aff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:45.405Z|180cfea4-34c7-44bb-a411-bd7ac7304aff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:45.952Z|eca393f6-8a6b-4138-a108-3961f70134e3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:45.953Z|eca393f6-8a6b-4138-a108-3961f70134e3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:53.014Z|bc016ce4-d1e1-43c5-b480-a2d332649159|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:39:53.014Z|bc016ce4-d1e1-43c5-b480-a2d332649159|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:39:53.118Z|ca280e15-e4c7-4d4e-88ec-c5ed1d8807ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:39:53.119Z|ca280e15-e4c7-4d4e-88ec-c5ed1d8807ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:39:53.609Z|ca026f45-1a21-46c7-9f27-73880c98c350|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:53.610Z|ca026f45-1a21-46c7-9f27-73880c98c350|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:55.429Z|24672aae-d2ba-4cce-9d44-f9412e214d64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:55.430Z|24672aae-d2ba-4cce-9d44-f9412e214d64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:39:55.975Z|fda8aaf3-ff03-40a2-9d41-101552380856|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:39:55.976Z|fda8aaf3-ff03-40a2-9d41-101552380856|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:03.634Z|e583d682-bd9b-4e75-aa08-35ddf226fcf5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:03.635Z|e583d682-bd9b-4e75-aa08-35ddf226fcf5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:05.454Z|74ac98ba-0e8f-4b10-ae58-8502961626da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:05.455Z|74ac98ba-0e8f-4b10-ae58-8502961626da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:06.001Z|dcc5516d-1c72-4e3e-802d-d07edbc8104e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:06.002Z|dcc5516d-1c72-4e3e-802d-d07edbc8104e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:08.014Z|e2a89636-ca6b-4fff-83ac-0681e1e98568|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:40:08.015Z|e2a89636-ca6b-4fff-83ac-0681e1e98568|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:40:13.667Z|c4a47ad0-01ca-4cd8-a048-d7cf4302bd0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:13.669Z|c4a47ad0-01ca-4cd8-a048-d7cf4302bd0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:15.480Z|748d88c4-a7ec-4325-ab9c-51eb42fce13d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:15.481Z|748d88c4-a7ec-4325-ab9c-51eb42fce13d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:16.028Z|8ecb51ec-1702-4bf4-a59c-da117d370911|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:16.029Z|8ecb51ec-1702-4bf4-a59c-da117d370911|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:23.015Z|c5f32944-906e-4e4b-b9be-eeee1335d290|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:40:23.018Z|c5f32944-906e-4e4b-b9be-eeee1335d290|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:40:23.120Z|a3bc7326-9289-4cba-babd-6a10d4182820|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:40:23.121Z|a3bc7326-9289-4cba-babd-6a10d4182820|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:40:23.696Z|9ce44bc3-f61a-4514-9d5f-cc867fa7d392|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:23.697Z|9ce44bc3-f61a-4514-9d5f-cc867fa7d392|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:23.830Z|6f9397f2-e003-43f6-b22e-b162a5578590|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:40:23.830Z|6f9397f2-e003-43f6-b22e-b162a5578590|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:25.505Z|4a2df514-75a0-479f-b413-934c553e51d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:25.506Z|4a2df514-75a0-479f-b413-934c553e51d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:26.054Z|1ff335f0-5e9f-428a-8c7f-15f65fe8d851|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:26.055Z|1ff335f0-5e9f-428a-8c7f-15f65fe8d851|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:33.726Z|6a873b41-a654-4be2-8ffe-1aea5869755e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:33.728Z|6a873b41-a654-4be2-8ffe-1aea5869755e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:35.529Z|fda69dc2-d403-4650-87d6-157edb2ff9c3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:35.529Z|fda69dc2-d403-4650-87d6-157edb2ff9c3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:36.077Z|c0aef923-b4eb-454b-a664-c94af9cc9ee7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:36.078Z|c0aef923-b4eb-454b-a664-c94af9cc9ee7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:38.017Z|92903e7c-5ce3-4b1d-861b-dfc9f1b1589d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:40:38.018Z|92903e7c-5ce3-4b1d-861b-dfc9f1b1589d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:40:43.755Z|5a626852-6620-4079-a3ba-1c349a450763|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:43.756Z|5a626852-6620-4079-a3ba-1c349a450763|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:45.554Z|6d5e2fc8-396e-4ecb-b5a2-77f8e0dd4a9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:45.555Z|6d5e2fc8-396e-4ecb-b5a2-77f8e0dd4a9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:46.101Z|18557809-2e3c-4e35-a001-6b3d7f861324|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:46.102Z|18557809-2e3c-4e35-a001-6b3d7f861324|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:53.014Z|022380b6-c1f4-4bcf-aa39-b4da0883ef26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:40:53.015Z|022380b6-c1f4-4bcf-aa39-b4da0883ef26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:40:53.122Z|3867909a-0d2b-4ac4-9b29-f3a21930ccec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:40:53.122Z|3867909a-0d2b-4ac4-9b29-f3a21930ccec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:40:53.778Z|9b38931f-459c-436f-adad-fa1df9987b3a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:53.779Z|9b38931f-459c-436f-adad-fa1df9987b3a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:55.580Z|14b8b890-2712-4588-8400-79747c34bf10|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:55.581Z|14b8b890-2712-4588-8400-79747c34bf10|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:40:56.122Z|edef0fc6-0d22-4b1d-8cd7-c27c513d0180|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:40:56.123Z|edef0fc6-0d22-4b1d-8cd7-c27c513d0180|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:03.801Z|9c770d92-93b1-4d8a-91c6-05d20c4f534c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:03.802Z|9c770d92-93b1-4d8a-91c6-05d20c4f534c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:05.602Z|d5f29f4c-3593-4e5d-a8c8-1fa4bbbd3d46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:05.603Z|d5f29f4c-3593-4e5d-a8c8-1fa4bbbd3d46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:06.144Z|2028f05a-bac6-406c-8ea8-6f57baccc4e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:06.145Z|2028f05a-bac6-406c-8ea8-6f57baccc4e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:08.014Z|d8f485f4-854e-4af5-b0a4-f70947bea293|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:41:08.015Z|d8f485f4-854e-4af5-b0a4-f70947bea293|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:41:13.828Z|337a2682-b271-458b-b041-98be46a4ca96|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:13.829Z|337a2682-b271-458b-b041-98be46a4ca96|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:15.624Z|e1acd214-c081-449a-aed2-928099aa01f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:15.625Z|e1acd214-c081-449a-aed2-928099aa01f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:16.168Z|d0382327-82eb-437d-9a20-7ed9c307e9eb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:16.169Z|d0382327-82eb-437d-9a20-7ed9c307e9eb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:23.014Z|27cf9bd4-8fcc-40c0-b629-fc62720656a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:41:23.015Z|27cf9bd4-8fcc-40c0-b629-fc62720656a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:41:23.126Z|0173efe3-adb7-4071-a13a-f60539f940a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:41:23.127Z|0173efe3-adb7-4071-a13a-f60539f940a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:41:23.830Z|dc93db7f-de6c-4dc6-9706-b0666d35732b|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:41:23.831Z|dc93db7f-de6c-4dc6-9706-b0666d35732b|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:23.852Z|22e80911-c4a9-4a8e-a5d0-ea6ac38d2833|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:23.853Z|22e80911-c4a9-4a8e-a5d0-ea6ac38d2833|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:25.646Z|97dc62e8-b699-4df6-b8aa-62d3d35707cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:25.646Z|97dc62e8-b699-4df6-b8aa-62d3d35707cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:26.191Z|7dba84c3-0162-4fb8-b23a-a92f902f7d0f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:26.192Z|7dba84c3-0162-4fb8-b23a-a92f902f7d0f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:33.874Z|7bf7befd-6915-4f9a-b7a3-3d4614cae1e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:33.875Z|7bf7befd-6915-4f9a-b7a3-3d4614cae1e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:35.671Z|cba049f0-699a-42ab-a0da-084e17ed31d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:35.672Z|cba049f0-699a-42ab-a0da-084e17ed31d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:36.216Z|0e436f2e-5636-4934-940a-2d43af299328|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:36.217Z|0e436f2e-5636-4934-940a-2d43af299328|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:38.014Z|56979f96-ba4e-48cc-992f-ad2381d87ce2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:41:38.014Z|56979f96-ba4e-48cc-992f-ad2381d87ce2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:41:43.899Z|4bfd4df4-2177-4ab6-848d-020d34e9bc19|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:43.900Z|4bfd4df4-2177-4ab6-848d-020d34e9bc19|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:45.698Z|86d45324-f98d-49f7-86c4-3b7d2b49b423|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:45.699Z|86d45324-f98d-49f7-86c4-3b7d2b49b423|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:46.237Z|2ef959f2-8ecd-47fa-8916-1358af683bb2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:46.238Z|2ef959f2-8ecd-47fa-8916-1358af683bb2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:53.014Z|e1002bb0-036d-48b4-8895-9f494ba07bf5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:41:53.017Z|e1002bb0-036d-48b4-8895-9f494ba07bf5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:41:53.127Z|a1dada54-64a1-4ae5-a7ba-20dd9353a84a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:41:53.128Z|a1dada54-64a1-4ae5-a7ba-20dd9353a84a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:41:53.925Z|3424cc62-97c3-465b-b319-d0320564251d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:53.926Z|3424cc62-97c3-465b-b319-d0320564251d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:55.723Z|5bce683b-fcb0-474f-81b5-d62c28eb4efb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:55.724Z|5bce683b-fcb0-474f-81b5-d62c28eb4efb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:41:56.264Z|641a21dc-7a16-4530-81d0-1246f0636a39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:41:56.265Z|641a21dc-7a16-4530-81d0-1246f0636a39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:03.956Z|bdb3aa2d-e02f-4a69-a99d-a21d8165b74c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:03.958Z|bdb3aa2d-e02f-4a69-a99d-a21d8165b74c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:05.750Z|1a8c97ee-a634-493d-bae9-51781c25abf0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:05.750Z|1a8c97ee-a634-493d-bae9-51781c25abf0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:06.291Z|25ae7c67-45ed-4b25-ae86-5f49ad08f6b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:06.292Z|25ae7c67-45ed-4b25-ae86-5f49ad08f6b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:08.015Z|2cec8d59-1158-46dd-bb85-e1767a39e2bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:42:08.016Z|2cec8d59-1158-46dd-bb85-e1767a39e2bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:42:13.989Z|01e56fde-45f3-473a-8a5c-0f3eef575bb5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:13.992Z|01e56fde-45f3-473a-8a5c-0f3eef575bb5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:15.775Z|30264824-daad-4722-af95-c22c3013bda4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:15.776Z|30264824-daad-4722-af95-c22c3013bda4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:16.317Z|f2f770b1-0f62-4b19-a3dc-b3cff7617d9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:16.318Z|f2f770b1-0f62-4b19-a3dc-b3cff7617d9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:23.014Z|a532b7d5-3ba7-4689-b6ef-f01efcc94ec2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:42:23.015Z|a532b7d5-3ba7-4689-b6ef-f01efcc94ec2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:42:23.129Z|b6577d57-9d3a-4cc4-8349-e092586b25a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:42:23.130Z|b6577d57-9d3a-4cc4-8349-e092586b25a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:42:23.830Z|5cf2c7e3-272b-4ccc-b50f-246cf542bf43|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:42:23.831Z|5cf2c7e3-272b-4ccc-b50f-246cf542bf43|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:24.025Z|006bb8e2-1f07-4357-9ba0-795519f4f2a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:24.025Z|006bb8e2-1f07-4357-9ba0-795519f4f2a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:25.803Z|ec0ccb6b-304d-4685-b8d4-c2340a7ac304|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:25.804Z|ec0ccb6b-304d-4685-b8d4-c2340a7ac304|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:26.344Z|9d6423cd-4939-4d9e-a755-1836f51fe39a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:26.345Z|9d6423cd-4939-4d9e-a755-1836f51fe39a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:34.049Z|723cf365-5ac2-4275-bb31-63f721173e82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:34.050Z|723cf365-5ac2-4275-bb31-63f721173e82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:35.829Z|a83d6a39-7385-4093-b09f-16efdccad909|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:35.830Z|a83d6a39-7385-4093-b09f-16efdccad909|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:36.367Z|a2add140-1e74-4aa9-9f7b-089d1f78aef5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:36.368Z|a2add140-1e74-4aa9-9f7b-089d1f78aef5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:38.014Z|54a3e57f-acd7-4ea4-bf7b-a590e8e7659b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:42:38.016Z|54a3e57f-acd7-4ea4-bf7b-a590e8e7659b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:42:44.078Z|37d379f8-e31b-4d5c-b3b3-298fb9b5530a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:44.079Z|37d379f8-e31b-4d5c-b3b3-298fb9b5530a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:45.853Z|444c7370-ff49-42b6-b239-7da52b75fd4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:45.854Z|444c7370-ff49-42b6-b239-7da52b75fd4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:46.389Z|1eb8e60f-a394-46a1-8a0e-f1913def9508|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:46.389Z|1eb8e60f-a394-46a1-8a0e-f1913def9508|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:53.014Z|8addc4c5-b2d8-448c-ab13-649ea9cb9e59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:42:53.014Z|8addc4c5-b2d8-448c-ab13-649ea9cb9e59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:42:53.130Z|36e4f137-0908-4e99-a495-4b25faedc204|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:42:53.131Z|36e4f137-0908-4e99-a495-4b25faedc204|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:42:54.104Z|ce315640-27dc-4c1e-95f7-dabcc5d20317|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:54.105Z|ce315640-27dc-4c1e-95f7-dabcc5d20317|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:55.875Z|b0ba5155-9ca6-4267-8884-ce6ba21c944a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:55.876Z|b0ba5155-9ca6-4267-8884-ce6ba21c944a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:42:56.415Z|617df4f3-9081-415c-b3ae-d4eaaeb51a08|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:42:56.416Z|617df4f3-9081-415c-b3ae-d4eaaeb51a08|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:04.131Z|49ffe50e-654d-47e5-9696-81a08c4179dc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:04.132Z|49ffe50e-654d-47e5-9696-81a08c4179dc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:05.897Z|166b5de0-6e86-4ff3-aadf-e8fd8549f584|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:05.898Z|166b5de0-6e86-4ff3-aadf-e8fd8549f584|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:06.437Z|d51f00c3-b732-40fd-ae40-ec68c839fafc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:06.438Z|d51f00c3-b732-40fd-ae40-ec68c839fafc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:08.014Z|5ab58739-cb22-44c2-8622-7866cbcda726|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:43:08.015Z|5ab58739-cb22-44c2-8622-7866cbcda726|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:43:14.155Z|b2ad7f21-28e8-4e4e-96ec-a3261747da83|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:14.156Z|b2ad7f21-28e8-4e4e-96ec-a3261747da83|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:15.927Z|3b89c80c-94ce-4194-9736-1d82c8f29e67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:15.928Z|3b89c80c-94ce-4194-9736-1d82c8f29e67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:16.459Z|da17dc28-904e-4726-9d35-731bdc750aff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:16.460Z|da17dc28-904e-4726-9d35-731bdc750aff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:23.014Z|ba6a3a92-5ab9-4feb-b1d9-99245856e356|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:43:23.017Z|ba6a3a92-5ab9-4feb-b1d9-99245856e356|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:43:23.132Z|0380bf15-a4d3-46fc-bfdb-334ed32940a5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:43:23.132Z|0380bf15-a4d3-46fc-bfdb-334ed32940a5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:43:23.831Z|b854447f-8b6c-4002-b1ba-c22e0e9c07d0|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:43:23.832Z|b854447f-8b6c-4002-b1ba-c22e0e9c07d0|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:24.179Z|54a7232d-4a78-4444-ac04-cfa750c4be7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:24.180Z|54a7232d-4a78-4444-ac04-cfa750c4be7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:25.951Z|a0b8c33f-357b-4424-b6ae-c02cecc7f079|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:25.952Z|a0b8c33f-357b-4424-b6ae-c02cecc7f079|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:26.482Z|2f217ab9-8210-4d09-aedc-d520d83d7ad2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:26.482Z|2f217ab9-8210-4d09-aedc-d520d83d7ad2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:34.210Z|5875107b-2017-476c-b323-f844dd894852|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:34.211Z|5875107b-2017-476c-b323-f844dd894852|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:35.979Z|4c467a48-38ac-4a59-897b-86abf873d4a5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:35.980Z|4c467a48-38ac-4a59-897b-86abf873d4a5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:36.506Z|5f83040b-0667-4387-b794-4b5107a9ad1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:36.507Z|5f83040b-0667-4387-b794-4b5107a9ad1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:38.014Z|cb82df02-a104-494c-8a9f-4e24758bb91d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:43:38.016Z|cb82df02-a104-494c-8a9f-4e24758bb91d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:43:44.239Z|ae3d37ec-ae79-47c6-b2e0-66b29bd55a6f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:44.241Z|ae3d37ec-ae79-47c6-b2e0-66b29bd55a6f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:46.005Z|56e3e382-007f-467b-861e-95ceb4bbe659|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:46.006Z|56e3e382-007f-467b-861e-95ceb4bbe659|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:46.530Z|1f1f6861-e3e2-4a95-a31e-d84b1a3b062a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:46.531Z|1f1f6861-e3e2-4a95-a31e-d84b1a3b062a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:53.015Z|52cf9c98-b630-481d-87ae-9efb002bfd40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:43:53.020Z|52cf9c98-b630-481d-87ae-9efb002bfd40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:43:53.133Z|f8449762-feac-4f45-858d-eb517caa766d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:43:53.134Z|f8449762-feac-4f45-858d-eb517caa766d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:43:54.270Z|d09d153d-8209-4194-95fe-d4dde5267cb6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:54.271Z|d09d153d-8209-4194-95fe-d4dde5267cb6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:56.030Z|7cb78c78-17ff-4f37-b5f1-d5949f684b48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:56.031Z|7cb78c78-17ff-4f37-b5f1-d5949f684b48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:43:56.553Z|6f681bb0-0dec-470a-8802-9da6d6d8a0f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:43:56.554Z|6f681bb0-0dec-470a-8802-9da6d6d8a0f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:04.297Z|591434dd-73e5-438b-979a-4fc2782dc36b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:04.297Z|591434dd-73e5-438b-979a-4fc2782dc36b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:06.054Z|56c942c7-1629-450d-8b5a-428898e25dfb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:06.055Z|56c942c7-1629-450d-8b5a-428898e25dfb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:06.577Z|bbd0b541-306a-43ca-a49f-d35c433ea96c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:06.578Z|bbd0b541-306a-43ca-a49f-d35c433ea96c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:08.014Z|297b5a8b-5577-4be8-aa51-cd69a9572c16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:44:08.015Z|297b5a8b-5577-4be8-aa51-cd69a9572c16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:44:14.375Z|f334d6e2-145c-4dad-87cf-70e1e8f0f6ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:14.377Z|f334d6e2-145c-4dad-87cf-70e1e8f0f6ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:16.083Z|b690ca31-6ec4-4993-9e31-5b551dd09307|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:16.084Z|b690ca31-6ec4-4993-9e31-5b551dd09307|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:16.599Z|26818a00-b93c-49b7-a240-aeda7f3df771|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:16.600Z|26818a00-b93c-49b7-a240-aeda7f3df771|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:23.014Z|3e767fbe-e828-410d-808c-303fd0540629|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:44:23.015Z|3e767fbe-e828-410d-808c-303fd0540629|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:44:23.135Z|74047379-5e9b-4854-a794-214092f81c7d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:44:23.136Z|74047379-5e9b-4854-a794-214092f81c7d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:44:23.829Z|26ef7e8b-915b-4b07-a462-1e798139c50b|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:44:23.830Z|26ef7e8b-915b-4b07-a462-1e798139c50b|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:24.405Z|260a3801-4589-40b7-aea1-6fce619a811f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:24.406Z|260a3801-4589-40b7-aea1-6fce619a811f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:26.108Z|fbceb575-b648-43a4-a281-86324e0de819|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:26.108Z|fbceb575-b648-43a4-a281-86324e0de819|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:26.622Z|f28beea6-cc30-461f-9592-640df753bc47|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:26.623Z|f28beea6-cc30-461f-9592-640df753bc47|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:34.434Z|f0d310cc-73e3-445b-86fe-46468acd0ce5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:34.435Z|f0d310cc-73e3-445b-86fe-46468acd0ce5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:36.132Z|5627f68c-6e7e-4609-b7cc-0abf9a508db9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:36.133Z|5627f68c-6e7e-4609-b7cc-0abf9a508db9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:36.646Z|833fc3da-502d-4a0a-9ae1-828310b69f7f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:36.648Z|833fc3da-502d-4a0a-9ae1-828310b69f7f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:38.014Z|7bed6c09-c794-4f4e-b8d5-1c10a9782676|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:44:38.016Z|7bed6c09-c794-4f4e-b8d5-1c10a9782676|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:44:44.458Z|e5903a05-49a4-4b04-b53d-75472ee9b898|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:44.458Z|e5903a05-49a4-4b04-b53d-75472ee9b898|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:46.156Z|9a874731-c406-489a-afbd-91959d6978bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:46.157Z|9a874731-c406-489a-afbd-91959d6978bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:46.671Z|e1bea0dd-ec5d-4ba8-afe8-12151007e7a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:46.672Z|e1bea0dd-ec5d-4ba8-afe8-12151007e7a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:53.014Z|8a2201e2-dfb7-4f7b-97e9-51acb6a9e1b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:44:53.015Z|8a2201e2-dfb7-4f7b-97e9-51acb6a9e1b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:44:53.137Z|0918b9d3-9cf5-40fc-ab90-40c7efadb776|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:44:53.137Z|0918b9d3-9cf5-40fc-ab90-40c7efadb776|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:44:54.484Z|b19baa36-e6b2-429e-ae97-767b5ddfc425|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:54.485Z|b19baa36-e6b2-429e-ae97-767b5ddfc425|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:56.178Z|abcb22a7-2f05-455a-bde3-fbb5fb1831f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:56.179Z|abcb22a7-2f05-455a-bde3-fbb5fb1831f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:44:56.693Z|39229aac-7e31-498e-aa7c-ca6b2642f56d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:44:56.694Z|39229aac-7e31-498e-aa7c-ca6b2642f56d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:04.515Z|a30439b6-de28-4dc9-8434-a8b864d682d8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:04.516Z|a30439b6-de28-4dc9-8434-a8b864d682d8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:06.206Z|2a03d16a-3466-406d-a421-3c07d1a960a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:06.208Z|2a03d16a-3466-406d-a421-3c07d1a960a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:06.717Z|2260b68a-3529-44b4-8e87-09631cff47bd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:06.717Z|2260b68a-3529-44b4-8e87-09631cff47bd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:08.015Z|1411798e-a256-4406-a434-db8b5c3b4b14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:45:08.018Z|1411798e-a256-4406-a434-db8b5c3b4b14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:45:14.555Z|0f2a7a6d-f03d-465c-859a-ef346404ec6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:14.559Z|0f2a7a6d-f03d-465c-859a-ef346404ec6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:16.232Z|7cbe4d4a-3770-4fd5-8f87-628ecc8ad2fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:16.233Z|7cbe4d4a-3770-4fd5-8f87-628ecc8ad2fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:16.739Z|0e906b0e-c715-4e16-b524-477a70432877|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:16.740Z|0e906b0e-c715-4e16-b524-477a70432877|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:23.014Z|00e0391c-15de-46da-81dd-cb5f14fe20e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:45:23.015Z|00e0391c-15de-46da-81dd-cb5f14fe20e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:45:23.138Z|3403daf6-8592-477c-95b4-fdd0856b89c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:45:23.138Z|3403daf6-8592-477c-95b4-fdd0856b89c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:45:23.829Z|0bf6a54e-3f8f-4554-b748-28b9ce0f51bc|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:45:23.830Z|0bf6a54e-3f8f-4554-b748-28b9ce0f51bc|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:24.589Z|4f98ee38-5a34-4516-acf7-d62c5ae29a79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:24.589Z|4f98ee38-5a34-4516-acf7-d62c5ae29a79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:26.253Z|ae9b0eaf-c833-45a8-8610-8da3f36bd356|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:26.254Z|ae9b0eaf-c833-45a8-8610-8da3f36bd356|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:26.776Z|05d87559-644c-4d63-b1d4-c88d90e3bc95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:26.777Z|05d87559-644c-4d63-b1d4-c88d90e3bc95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:34.612Z|dc561b15-4f34-4afa-8e8c-94bff4123c16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:34.612Z|dc561b15-4f34-4afa-8e8c-94bff4123c16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:36.278Z|ae6c6962-1ab6-4fd8-9ee3-66814a229ded|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:36.279Z|ae6c6962-1ab6-4fd8-9ee3-66814a229ded|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:36.799Z|6920ade9-4b1b-402b-b41c-7426f90f967e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:36.800Z|6920ade9-4b1b-402b-b41c-7426f90f967e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:38.014Z|8b3674b1-f5c3-4b1f-9e79-9e90d521e694|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:45:38.014Z|8b3674b1-f5c3-4b1f-9e79-9e90d521e694|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:45:44.639Z|4674cbc3-93bb-4d1a-bba4-f24a7c71ac0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:44.640Z|4674cbc3-93bb-4d1a-bba4-f24a7c71ac0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:46.299Z|fdeb33eb-6a60-46e6-b74b-24ed39fafbc2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:46.300Z|fdeb33eb-6a60-46e6-b74b-24ed39fafbc2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:46.822Z|48b2790e-f74b-4cfc-be40-d2b767be40ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:46.823Z|48b2790e-f74b-4cfc-be40-d2b767be40ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:53.014Z|19739378-ebca-4a30-ac97-8aae087989af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:45:53.016Z|19739378-ebca-4a30-ac97-8aae087989af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:45:53.139Z|ccb2a055-b99a-4b4e-81cb-d05375bcb935|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:45:53.140Z|ccb2a055-b99a-4b4e-81cb-d05375bcb935|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:45:54.663Z|96968f1b-5445-4eee-b1d8-b963d741dd95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:54.663Z|96968f1b-5445-4eee-b1d8-b963d741dd95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:56.322Z|932c7d2d-63e3-49bb-a5b5-419e0782c93f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:56.323Z|932c7d2d-63e3-49bb-a5b5-419e0782c93f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:45:56.843Z|496d97b7-56b8-4572-8634-3fe6d2e00020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:45:56.844Z|496d97b7-56b8-4572-8634-3fe6d2e00020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:04.687Z|85cbc1b1-01e6-4f91-a6ed-38140d05cdb2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:04.690Z|85cbc1b1-01e6-4f91-a6ed-38140d05cdb2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:06.348Z|90444f42-8d21-4d48-a33f-2a76dfd626ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:06.349Z|90444f42-8d21-4d48-a33f-2a76dfd626ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:06.868Z|dd56dcaa-79c5-4fef-9e3f-6b2b1cdfb82c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:06.868Z|dd56dcaa-79c5-4fef-9e3f-6b2b1cdfb82c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:08.014Z|3d8a74ba-fffe-4305-b616-cdbaa64b9748|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:46:08.014Z|3d8a74ba-fffe-4305-b616-cdbaa64b9748|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:46:14.712Z|46924f8d-85b4-4d8e-9950-e80e5a6590b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:14.713Z|46924f8d-85b4-4d8e-9950-e80e5a6590b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:16.372Z|ebb26409-911d-449a-adf1-18d6531fcb5f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:16.373Z|ebb26409-911d-449a-adf1-18d6531fcb5f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:16.902Z|e909ebd8-e520-4ed8-81fb-9ce35e66b2f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:16.903Z|e909ebd8-e520-4ed8-81fb-9ce35e66b2f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:23.014Z|1b0f51cc-a8b2-45f2-bafa-389f42b6ab03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:46:23.015Z|1b0f51cc-a8b2-45f2-bafa-389f42b6ab03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:46:23.141Z|15f0e56b-12f5-4dd1-9a8f-5c9cf45c4312|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:46:23.142Z|15f0e56b-12f5-4dd1-9a8f-5c9cf45c4312|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:46:23.830Z|5b9fecee-e78c-4b79-a39a-703d79b9bdea|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:46:23.831Z|5b9fecee-e78c-4b79-a39a-703d79b9bdea|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:24.736Z|13a4964b-01a0-464a-a6a0-59da194c2b00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:24.736Z|13a4964b-01a0-464a-a6a0-59da194c2b00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:26.400Z|41314b78-1d81-4198-92b1-a7bf2634d4ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:26.401Z|41314b78-1d81-4198-92b1-a7bf2634d4ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:26.932Z|502f38a8-a2cd-4149-b760-e75df215dadd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:26.933Z|502f38a8-a2cd-4149-b760-e75df215dadd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:34.759Z|fe8de688-7528-4da3-a674-871a6f4a682f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:34.760Z|fe8de688-7528-4da3-a674-871a6f4a682f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:36.428Z|ac94d053-41c1-47de-bc11-193340e675c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:36.430Z|ac94d053-41c1-47de-bc11-193340e675c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:36.956Z|2831b116-5305-4dc7-aaa8-f4b453218b6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:36.957Z|2831b116-5305-4dc7-aaa8-f4b453218b6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:38.014Z|6ed31c44-d585-4366-95cc-3d4dd5a1d011|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:46:38.017Z|6ed31c44-d585-4366-95cc-3d4dd5a1d011|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:46:44.786Z|c1aff37c-cee9-4100-b17f-56bea95c9d6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:44.788Z|c1aff37c-cee9-4100-b17f-56bea95c9d6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:46.456Z|a6aa2e40-b913-434b-aecf-f32d17a58312|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:46.457Z|a6aa2e40-b913-434b-aecf-f32d17a58312|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:46.978Z|eabb7a40-bbf1-4275-9a3d-388e14d2bd8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:46.979Z|eabb7a40-bbf1-4275-9a3d-388e14d2bd8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:53.015Z|4f8164ed-badb-4ed8-938b-7cd707b81371|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:46:53.018Z|4f8164ed-badb-4ed8-938b-7cd707b81371|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:46:53.143Z|170111ea-d8dd-459d-aab5-ac89665727c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:46:53.144Z|170111ea-d8dd-459d-aab5-ac89665727c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:46:54.816Z|1bca3041-9778-445c-9557-5994aa9e8467|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:54.818Z|1bca3041-9778-445c-9557-5994aa9e8467|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:56.480Z|ee1a49cb-654a-4f51-bae0-93e8741702fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:56.481Z|ee1a49cb-654a-4f51-bae0-93e8741702fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:46:56.999Z|e64da737-571f-4bdf-bd54-ff1bf974f383|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:46:57.000Z|e64da737-571f-4bdf-bd54-ff1bf974f383|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:04.844Z|d9ad7b5d-ec86-4a59-86da-2b6698925f42|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:04.845Z|d9ad7b5d-ec86-4a59-86da-2b6698925f42|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:06.503Z|5e4f0bcc-8945-486e-9765-fc5858fdfd0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:06.504Z|5e4f0bcc-8945-486e-9765-fc5858fdfd0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:07.021Z|57852c9e-d986-4f33-98a4-f0373bc8677f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:07.022Z|57852c9e-d986-4f33-98a4-f0373bc8677f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:08.014Z|dca5f630-3c2b-42aa-bc88-24d8aa29fb0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:47:08.014Z|dca5f630-3c2b-42aa-bc88-24d8aa29fb0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:47:14.881Z|5a191533-38f6-4f2b-8bc4-461af2afb340|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:14.882Z|5a191533-38f6-4f2b-8bc4-461af2afb340|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:16.525Z|28bcf1c1-7eb3-454d-adb7-ad7b79fddad6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:16.526Z|28bcf1c1-7eb3-454d-adb7-ad7b79fddad6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:17.043Z|a0b5aaeb-33fb-4356-a4a2-3786fa49c891|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:17.043Z|a0b5aaeb-33fb-4356-a4a2-3786fa49c891|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:23.014Z|c2bd9fdb-193e-4186-930e-d4778fb89328|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:47:23.016Z|c2bd9fdb-193e-4186-930e-d4778fb89328|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:47:23.145Z|a7de41d7-ea83-43e0-b71b-06083e5cc108|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:47:23.145Z|a7de41d7-ea83-43e0-b71b-06083e5cc108|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:47:23.830Z|54ad0b35-4b62-4cd5-9ae4-9ccd62bce3d4|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:47:23.831Z|54ad0b35-4b62-4cd5-9ae4-9ccd62bce3d4|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:24.904Z|9411124b-ce15-41b0-9e8a-00d86fb679d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:24.906Z|9411124b-ce15-41b0-9e8a-00d86fb679d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:26.546Z|668ea2fc-78f0-4ef5-af5a-cb76419f704f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:26.547Z|668ea2fc-78f0-4ef5-af5a-cb76419f704f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:27.065Z|3ca0d2c2-0bb1-4690-888a-80e9f4ae0998|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:27.066Z|3ca0d2c2-0bb1-4690-888a-80e9f4ae0998|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:34.930Z|1df46a7a-bb31-4192-9354-4591e4389a01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:34.931Z|1df46a7a-bb31-4192-9354-4591e4389a01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:36.568Z|b6413217-fe33-49cc-bde3-109d185cdab5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:36.569Z|b6413217-fe33-49cc-bde3-109d185cdab5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:37.088Z|e9c370ac-be31-464f-908c-cc61e03a2e39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:37.089Z|e9c370ac-be31-464f-908c-cc61e03a2e39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:38.014Z|a43af142-6f12-402e-8fa2-86044998ae1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:47:38.014Z|a43af142-6f12-402e-8fa2-86044998ae1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:47:44.952Z|f24571c0-3e3c-4da9-8956-eedf210ecf2e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:44.953Z|f24571c0-3e3c-4da9-8956-eedf210ecf2e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:46.590Z|4de06068-d8d6-48f5-8c62-45a03e63460b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:46.590Z|4de06068-d8d6-48f5-8c62-45a03e63460b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:47.109Z|4e10b800-ae25-4a7e-8c28-6f72f279b8dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:47.110Z|4e10b800-ae25-4a7e-8c28-6f72f279b8dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:53.014Z|42fe1f8e-2b44-4eb6-a7a0-867c5b977752|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:47:53.014Z|42fe1f8e-2b44-4eb6-a7a0-867c5b977752|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:47:53.146Z|1e536366-3486-4f72-a5d1-87eddb207ec0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:47:53.147Z|1e536366-3486-4f72-a5d1-87eddb207ec0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:47:54.975Z|dcb8a8cf-ce8f-4d1a-b338-714ee9d10a91|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:54.976Z|dcb8a8cf-ce8f-4d1a-b338-714ee9d10a91|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:56.612Z|d1a56f59-0b8a-449b-9aae-d31e1deb1431|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:56.613Z|d1a56f59-0b8a-449b-9aae-d31e1deb1431|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:47:57.130Z|507ef965-6e43-4ac8-8234-ba3416a38bde|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:47:57.131Z|507ef965-6e43-4ac8-8234-ba3416a38bde|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:05.000Z|3317f7fb-23cc-49bd-9489-d48bb9d85f77|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:05.001Z|3317f7fb-23cc-49bd-9489-d48bb9d85f77|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:06.636Z|948cd0dc-76d9-4136-a178-d08a473aca16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:06.637Z|948cd0dc-76d9-4136-a178-d08a473aca16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:07.152Z|9ff61f95-3525-436d-851e-b12e9af5a5f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:07.153Z|9ff61f95-3525-436d-851e-b12e9af5a5f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:08.014Z|493891df-cc69-46b8-b6fe-e848f831f295|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:48:08.016Z|493891df-cc69-46b8-b6fe-e848f831f295|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:48:15.026Z|5723ee76-b937-4a09-a7c9-4ff9596669ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:15.027Z|5723ee76-b937-4a09-a7c9-4ff9596669ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:16.660Z|fc2b0cc5-14d8-40eb-959e-618894ecf64e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:16.661Z|fc2b0cc5-14d8-40eb-959e-618894ecf64e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:17.174Z|eb827f4d-e92f-478f-ad08-e956049cb46c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:17.175Z|eb827f4d-e92f-478f-ad08-e956049cb46c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:23.014Z|9e161ce8-68d5-437f-827d-f6780af85ecc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:48:23.015Z|9e161ce8-68d5-437f-827d-f6780af85ecc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:48:23.147Z|46127f30-d908-46df-8edb-d2f623437d23|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:48:23.148Z|46127f30-d908-46df-8edb-d2f623437d23|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:48:23.832Z|f628b77b-1b62-4722-830f-6f2d47aae850|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:48:23.834Z|f628b77b-1b62-4722-830f-6f2d47aae850|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:25.052Z|cb3e70e7-ff61-4498-b06b-0779c053b4d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:25.053Z|cb3e70e7-ff61-4498-b06b-0779c053b4d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:26.688Z|894cf2b6-da9a-46be-8d76-317ebece463f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:26.689Z|894cf2b6-da9a-46be-8d76-317ebece463f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:27.195Z|5b71dda1-60fd-4984-9c62-76677a203b9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:27.196Z|5b71dda1-60fd-4984-9c62-76677a203b9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:35.077Z|7c0c00e2-58f8-4bf7-b704-b0f892e38f6c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:35.078Z|7c0c00e2-58f8-4bf7-b704-b0f892e38f6c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:36.717Z|e3a50d7e-60ae-4223-b6ac-d755afaadad4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:36.718Z|e3a50d7e-60ae-4223-b6ac-d755afaadad4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:37.218Z|8b76693d-df22-468a-8637-82b2d66e089e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:37.218Z|8b76693d-df22-468a-8637-82b2d66e089e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:38.014Z|4c144a02-464d-40ae-a595-32f15f8e2b53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:48:38.015Z|4c144a02-464d-40ae-a595-32f15f8e2b53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:48:45.107Z|99df77b8-6f57-4f5c-aa75-316cf1837845|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:45.110Z|99df77b8-6f57-4f5c-aa75-316cf1837845|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:46.739Z|d6ed337d-1975-4c32-bdf3-52fab8bf0a50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:46.740Z|d6ed337d-1975-4c32-bdf3-52fab8bf0a50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:47.240Z|72ab219f-adb0-4d21-aeac-f159e75d5b47|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:47.240Z|72ab219f-adb0-4d21-aeac-f159e75d5b47|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:53.014Z|4200aa02-b04d-4969-9b19-86112623a571|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:48:53.017Z|4200aa02-b04d-4969-9b19-86112623a571|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:48:53.149Z|25ce8907-9a17-4f50-99a2-e7adc13ae644|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:48:53.149Z|25ce8907-9a17-4f50-99a2-e7adc13ae644|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:48:55.138Z|4342eacb-784b-4c46-8a4c-ec78093a388d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:55.139Z|4342eacb-784b-4c46-8a4c-ec78093a388d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:56.765Z|d77c4112-f401-4839-9ad4-4d739ddf0df4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:56.765Z|d77c4112-f401-4839-9ad4-4d739ddf0df4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:48:57.262Z|73196a83-1d92-42d0-8caf-b25c2b8f2294|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:48:57.262Z|73196a83-1d92-42d0-8caf-b25c2b8f2294|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:05.163Z|4cfe3784-8709-4478-826a-a0e7f0776a1a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:05.164Z|4cfe3784-8709-4478-826a-a0e7f0776a1a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:06.786Z|efdafef3-8d2b-46e1-917d-b0b8e19ecee1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:06.787Z|efdafef3-8d2b-46e1-917d-b0b8e19ecee1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:07.284Z|7df36777-67c6-4358-b3f6-6925591d98ae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:07.284Z|7df36777-67c6-4358-b3f6-6925591d98ae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:08.014Z|5c463c87-d246-49dc-8fa8-fb66bb5a0544|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:49:08.014Z|5c463c87-d246-49dc-8fa8-fb66bb5a0544|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:49:15.186Z|583ba0c2-388b-4588-801f-c109f00b0b5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:15.187Z|583ba0c2-388b-4588-801f-c109f00b0b5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:16.808Z|226dd68d-0c27-4c53-a7e9-f10e47103574|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:16.809Z|226dd68d-0c27-4c53-a7e9-f10e47103574|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:17.307Z|fcbe7eb8-d65b-4f69-9d88-6ed7ad8ab715|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:17.308Z|fcbe7eb8-d65b-4f69-9d88-6ed7ad8ab715|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:23.014Z|d137ed30-b404-4fef-a5a1-3f8799c9509e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:49:23.015Z|d137ed30-b404-4fef-a5a1-3f8799c9509e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:49:23.150Z|3b234108-4461-4caa-899b-0a89cfbfc346|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:49:23.151Z|3b234108-4461-4caa-899b-0a89cfbfc346|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:49:23.829Z|e802abb9-0f53-43dd-b761-00fbedd8efe4|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:49:23.830Z|e802abb9-0f53-43dd-b761-00fbedd8efe4|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:25.209Z|0d18c2d8-b677-446e-99cc-72e97ce85484|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:25.209Z|0d18c2d8-b677-446e-99cc-72e97ce85484|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:26.828Z|bfca1cf2-4adc-45ae-a08f-3cfa8191f199|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:26.829Z|bfca1cf2-4adc-45ae-a08f-3cfa8191f199|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:27.330Z|ef24be64-aef0-4f23-94ec-f515ce5aecdc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:27.331Z|ef24be64-aef0-4f23-94ec-f515ce5aecdc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:35.232Z|96908949-91e3-4d51-b78e-350be84cf8e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:35.233Z|96908949-91e3-4d51-b78e-350be84cf8e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:36.851Z|3056ce58-92a5-4d4f-83ad-6e17eccdcfd2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:36.852Z|3056ce58-92a5-4d4f-83ad-6e17eccdcfd2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:37.351Z|95fc01be-9bf7-48b4-b93b-f5c1437ac477|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:37.352Z|95fc01be-9bf7-48b4-b93b-f5c1437ac477|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:38.014Z|ae8028d8-f337-44cb-84bc-ede5a83e12c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:49:38.017Z|ae8028d8-f337-44cb-84bc-ede5a83e12c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:49:45.253Z|662490e2-27c7-4930-bd5e-1b183728fd2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:45.254Z|662490e2-27c7-4930-bd5e-1b183728fd2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:46.873Z|cfc769db-bd47-4cd9-b6ab-5f6c6dc4c692|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:46.873Z|cfc769db-bd47-4cd9-b6ab-5f6c6dc4c692|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:47.372Z|e416d303-8cf0-411d-bdff-fd6619081e44|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:47.373Z|e416d303-8cf0-411d-bdff-fd6619081e44|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:53.014Z|956931ca-7b46-4ce7-a1e2-352e3a9c3e4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:49:53.014Z|956931ca-7b46-4ce7-a1e2-352e3a9c3e4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:49:53.152Z|da175dd1-d109-41e3-ac2e-8f1530263e19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:49:53.152Z|da175dd1-d109-41e3-ac2e-8f1530263e19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:49:55.275Z|c04e6c48-fe51-4952-aea5-eacc116e86a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:55.276Z|c04e6c48-fe51-4952-aea5-eacc116e86a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:56.897Z|adfdec10-b35e-4d8b-9f2d-e67989f90ced|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:56.897Z|adfdec10-b35e-4d8b-9f2d-e67989f90ced|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:49:57.392Z|76142f3b-3269-4b24-bf03-36b4e7573a75|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:49:57.393Z|76142f3b-3269-4b24-bf03-36b4e7573a75|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:05.297Z|ffdc9c48-4b37-4e96-8240-b2deeac2b096|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:05.298Z|ffdc9c48-4b37-4e96-8240-b2deeac2b096|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:06.921Z|8f58f02d-fc77-42a4-bdcb-51eb063c6cbc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:06.922Z|8f58f02d-fc77-42a4-bdcb-51eb063c6cbc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:07.413Z|ad3c13d5-5ced-4f09-8c86-b29db3bb4374|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:07.414Z|ad3c13d5-5ced-4f09-8c86-b29db3bb4374|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:08.014Z|e5ffdc64-d71d-4974-8ef6-54ca52408b78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:50:08.014Z|e5ffdc64-d71d-4974-8ef6-54ca52408b78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:50:15.323Z|74574de0-26fb-4453-a120-f9e13ba0fca9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:15.324Z|74574de0-26fb-4453-a120-f9e13ba0fca9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:16.948Z|595a4bfe-74de-4643-b02c-061bc10fcfa0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:16.949Z|595a4bfe-74de-4643-b02c-061bc10fcfa0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:17.436Z|3e07a293-7cbd-4523-80af-e6441d08eb7a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:17.437Z|3e07a293-7cbd-4523-80af-e6441d08eb7a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:23.021Z|df36566a-522f-4d05-b5f7-02dcade45dec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:50:23.023Z|df36566a-522f-4d05-b5f7-02dcade45dec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:50:23.153Z|9b279601-df84-401e-a916-b53f92ec40c9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:50:23.154Z|9b279601-df84-401e-a916-b53f92ec40c9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:50:23.834Z|3b38988b-2271-4ad3-be05-616664e0ff40|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:50:23.835Z|3b38988b-2271-4ad3-be05-616664e0ff40|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:25.348Z|0dfdbdb2-094c-432a-b31a-13c35fcd2fe6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:25.349Z|0dfdbdb2-094c-432a-b31a-13c35fcd2fe6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:26.970Z|0b368fd3-48a0-4df3-b5d5-a4fdb8b5296f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:26.970Z|0b368fd3-48a0-4df3-b5d5-a4fdb8b5296f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:27.457Z|a8005c6b-3a1b-4fe9-a3f5-73fdb912d6ec|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:27.458Z|a8005c6b-3a1b-4fe9-a3f5-73fdb912d6ec|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:35.377Z|f614333b-57cd-4d6c-acb7-63c76c6d356b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:35.378Z|f614333b-57cd-4d6c-acb7-63c76c6d356b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:36.993Z|cd6b9916-cb13-4a6f-8418-195736770599|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:36.994Z|cd6b9916-cb13-4a6f-8418-195736770599|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:37.478Z|a1afc3d9-2dbf-456a-a134-c445f15418ff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:37.478Z|a1afc3d9-2dbf-456a-a134-c445f15418ff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:38.014Z|f856651a-70d2-4bc0-b12f-0d98206c1cf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:50:38.015Z|f856651a-70d2-4bc0-b12f-0d98206c1cf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:50:45.404Z|dc6ba6ee-e5bf-4cc2-b143-485fd4b7bd10|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:45.405Z|dc6ba6ee-e5bf-4cc2-b143-485fd4b7bd10|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:47.018Z|77a13cb5-a618-4907-9248-a1a49dcfbd46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:47.019Z|77a13cb5-a618-4907-9248-a1a49dcfbd46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:47.499Z|cb305fa8-fef3-40c0-8f7c-4b753b045264|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:47.500Z|cb305fa8-fef3-40c0-8f7c-4b753b045264|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:53.014Z|f29f7257-af8b-4ae5-b13a-b56259aa1d28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:50:53.014Z|f29f7257-af8b-4ae5-b13a-b56259aa1d28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:50:53.154Z|df48b693-770f-41c0-9616-d56641f2cbda|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:50:53.155Z|df48b693-770f-41c0-9616-d56641f2cbda|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:50:55.440Z|99e8b1df-fffd-418d-a435-9228587e5e89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:55.441Z|99e8b1df-fffd-418d-a435-9228587e5e89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:57.044Z|3b17d127-06c9-4f27-9a41-67669ed8307d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:57.045Z|3b17d127-06c9-4f27-9a41-67669ed8307d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:50:57.521Z|ba6a52c4-800f-4633-a3d2-109343ab17a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:50:57.522Z|ba6a52c4-800f-4633-a3d2-109343ab17a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:05.463Z|9f236e19-e00d-4b7a-aa2d-eac9393238f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:05.464Z|9f236e19-e00d-4b7a-aa2d-eac9393238f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:07.066Z|be741196-7dd3-4b6c-86d2-497003c5e655|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:07.067Z|be741196-7dd3-4b6c-86d2-497003c5e655|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:07.544Z|b20e6aa0-b78f-431f-9650-2f5ad36a156b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:07.544Z|b20e6aa0-b78f-431f-9650-2f5ad36a156b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:08.014Z|5d43a928-a9cc-4132-86ca-ff3ff40b51ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:51:08.016Z|5d43a928-a9cc-4132-86ca-ff3ff40b51ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:51:15.486Z|1218c245-957f-4989-99c1-860fc395a7f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:15.487Z|1218c245-957f-4989-99c1-860fc395a7f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:17.087Z|7e39e983-91e5-4ea7-a719-4d68d9828034|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:17.088Z|7e39e983-91e5-4ea7-a719-4d68d9828034|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:17.568Z|950e65f6-b47e-408e-83f3-2a4e38bbcdc5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:17.569Z|950e65f6-b47e-408e-83f3-2a4e38bbcdc5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:23.014Z|211e070b-eb97-4fc2-88d4-541c118a7b77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:51:23.014Z|211e070b-eb97-4fc2-88d4-541c118a7b77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:51:23.155Z|e6ad1e6c-8746-47bb-b039-308d53e2d5e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:51:23.156Z|e6ad1e6c-8746-47bb-b039-308d53e2d5e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:51:23.829Z|25e0b573-97af-400e-b348-1d82b8990e39|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:51:23.830Z|25e0b573-97af-400e-b348-1d82b8990e39|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:25.508Z|f93a6979-53b6-43a4-b911-3ec377451476|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:25.508Z|f93a6979-53b6-43a4-b911-3ec377451476|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:27.107Z|6e6d1082-a85d-48a7-91af-c6665a9c2de0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:27.108Z|6e6d1082-a85d-48a7-91af-c6665a9c2de0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:27.589Z|441ec0ac-3a36-47bc-a917-1eefc15d3e69|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:27.590Z|441ec0ac-3a36-47bc-a917-1eefc15d3e69|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:35.529Z|efd86e3a-7076-4b86-bdce-ed89cb5e410f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:35.530Z|efd86e3a-7076-4b86-bdce-ed89cb5e410f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:37.128Z|fbac1584-aabe-45c6-b191-9f4ca63e4dfd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:37.128Z|fbac1584-aabe-45c6-b191-9f4ca63e4dfd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:37.610Z|6d00f35b-f3aa-4328-a911-163499081ee2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:37.611Z|6d00f35b-f3aa-4328-a911-163499081ee2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:38.014Z|538ece2c-f998-47c1-9d8a-5b57eb8c5318|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:51:38.014Z|538ece2c-f998-47c1-9d8a-5b57eb8c5318|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:51:45.550Z|a361e597-d42b-411f-93a6-096c01a7f84e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:45.551Z|a361e597-d42b-411f-93a6-096c01a7f84e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:47.149Z|d36998c3-f2b7-4016-b499-39553e7db5fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:47.150Z|d36998c3-f2b7-4016-b499-39553e7db5fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:47.633Z|3abefc82-0894-4696-bc33-2cd3860ea048|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:47.633Z|3abefc82-0894-4696-bc33-2cd3860ea048|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:53.014Z|f95ee487-9ed8-4341-9020-e1e544a7a722|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:51:53.015Z|f95ee487-9ed8-4341-9020-e1e544a7a722|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:51:53.157Z|7fe66324-dbac-4b65-b089-ec40529c5ae9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:51:53.157Z|7fe66324-dbac-4b65-b089-ec40529c5ae9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:51:55.572Z|392ebf1c-12c3-4186-9f17-c40eea7265bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:55.572Z|392ebf1c-12c3-4186-9f17-c40eea7265bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:57.170Z|c88dce48-1a37-4923-bf82-746b101f386e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:57.170Z|c88dce48-1a37-4923-bf82-746b101f386e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:51:57.658Z|2b20907b-c7e4-481b-a973-8aa5733f2cb2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:51:57.658Z|2b20907b-c7e4-481b-a973-8aa5733f2cb2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:05.593Z|d72b4025-ad69-43c1-9dd7-fb41bf32eaa8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:05.594Z|d72b4025-ad69-43c1-9dd7-fb41bf32eaa8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:07.194Z|46c1b40f-7fd5-4a74-a0ca-c55285345974|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:07.195Z|46c1b40f-7fd5-4a74-a0ca-c55285345974|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:07.679Z|40127f3a-ab69-4bbe-8acb-ef7eba0e7a44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:07.680Z|40127f3a-ab69-4bbe-8acb-ef7eba0e7a44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:08.014Z|dcd88e10-ce54-4139-b1eb-f742cb4b6e76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:52:08.014Z|dcd88e10-ce54-4139-b1eb-f742cb4b6e76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:52:15.626Z|a9fd4dbe-1d8e-437b-a1bb-598c8da6b907|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:15.628Z|a9fd4dbe-1d8e-437b-a1bb-598c8da6b907|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:17.216Z|a195affa-5935-4b14-9317-b133061d2dcf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:17.217Z|a195affa-5935-4b14-9317-b133061d2dcf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:17.700Z|de2ba769-55b4-494f-b20d-560430e1b73e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:17.700Z|de2ba769-55b4-494f-b20d-560430e1b73e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:23.014Z|c09738b7-5444-4fd0-9da2-bd5650dac961|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:52:23.015Z|c09738b7-5444-4fd0-9da2-bd5650dac961|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:52:23.158Z|29691ada-9349-417c-a838-2afc5c7a2e0d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:52:23.159Z|29691ada-9349-417c-a838-2afc5c7a2e0d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:52:23.831Z|e5c1437b-ab65-457c-9caf-3fcf3e547b51|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:52:23.833Z|e5c1437b-ab65-457c-9caf-3fcf3e547b51|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:25.656Z|00ae8573-ccc4-486e-9a02-61ebffe918e4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:25.657Z|00ae8573-ccc4-486e-9a02-61ebffe918e4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:27.238Z|04d73152-f131-43ee-a862-113428db5c27|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:27.239Z|04d73152-f131-43ee-a862-113428db5c27|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:27.722Z|74ae2ed0-3a87-4941-a7a0-c45ee6e6b39b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:27.723Z|74ae2ed0-3a87-4941-a7a0-c45ee6e6b39b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:35.682Z|6e5291e9-2c61-4633-b234-c98bd9181094|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:35.683Z|6e5291e9-2c61-4633-b234-c98bd9181094|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:37.260Z|8c41ba55-193c-4eb2-9025-a0e30035cbf7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:37.261Z|8c41ba55-193c-4eb2-9025-a0e30035cbf7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:37.745Z|83893211-9b11-4f55-b614-00438301affa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:37.746Z|83893211-9b11-4f55-b614-00438301affa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:38.014Z|f9269736-8321-48c7-8367-31de328f4329|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:52:38.017Z|f9269736-8321-48c7-8367-31de328f4329|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:52:45.706Z|02429eca-3c1c-464e-8ace-33542d18dddc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:45.707Z|02429eca-3c1c-464e-8ace-33542d18dddc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:47.286Z|bfc4563e-46ec-4088-951b-76af95a3e72a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:47.287Z|bfc4563e-46ec-4088-951b-76af95a3e72a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:47.767Z|3f6851c9-2c75-4dd9-9dcc-50d248874733|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:47.768Z|3f6851c9-2c75-4dd9-9dcc-50d248874733|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:53.014Z|ff83e275-274c-428a-a7e9-5f6b9dfbfb5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:52:53.014Z|ff83e275-274c-428a-a7e9-5f6b9dfbfb5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:52:53.160Z|c0258a3e-a69b-4c14-80dd-bd12194ff4be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:52:53.160Z|c0258a3e-a69b-4c14-80dd-bd12194ff4be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:52:55.728Z|083e8025-5ee5-4aeb-b22e-a682e44f6a86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:55.728Z|083e8025-5ee5-4aeb-b22e-a682e44f6a86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:57.309Z|e0d5420b-6d36-4217-a1a4-53c45ec82184|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:57.310Z|e0d5420b-6d36-4217-a1a4-53c45ec82184|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:52:57.795Z|9c07427a-b1b5-4591-853b-4fb0b97a92bf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:52:57.796Z|9c07427a-b1b5-4591-853b-4fb0b97a92bf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:05.749Z|abe28d14-4b0b-4701-a476-e68b8b8b2487|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:05.750Z|abe28d14-4b0b-4701-a476-e68b8b8b2487|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:07.329Z|1e111c27-338b-465b-9741-c919cecf7a0c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:07.330Z|1e111c27-338b-465b-9741-c919cecf7a0c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:07.817Z|5edcd215-6e4f-46ce-a0d5-9ae85afe390f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:07.818Z|5edcd215-6e4f-46ce-a0d5-9ae85afe390f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:08.014Z|ec98cb4a-b245-4b07-829e-1fc7c05ab773|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:53:08.015Z|ec98cb4a-b245-4b07-829e-1fc7c05ab773|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:53:15.772Z|e0dc91f9-e8fd-4073-84ea-2efd25e6b1ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:15.772Z|e0dc91f9-e8fd-4073-84ea-2efd25e6b1ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:17.353Z|210c80dc-b687-4feb-87cb-27800c4eb0d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:17.354Z|210c80dc-b687-4feb-87cb-27800c4eb0d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:17.840Z|2eaafeda-1038-4ddc-9486-549aa2ee2cee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:17.841Z|2eaafeda-1038-4ddc-9486-549aa2ee2cee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:23.014Z|2b523b25-7c75-49b1-9c7a-10689bb52182|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:53:23.016Z|2b523b25-7c75-49b1-9c7a-10689bb52182|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:53:23.161Z|419b45a1-6a6f-4171-b525-831734ca17af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:53:23.161Z|419b45a1-6a6f-4171-b525-831734ca17af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:53:23.828Z|53ed444f-31a4-4a20-9d8c-235dcb94c372|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:53:23.829Z|53ed444f-31a4-4a20-9d8c-235dcb94c372|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:25.797Z|2769e794-3e74-4083-99b4-455622738414|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:25.798Z|2769e794-3e74-4083-99b4-455622738414|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:27.375Z|a935b051-e7f6-4660-acd5-5c9d40db00ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:27.376Z|a935b051-e7f6-4660-acd5-5c9d40db00ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:27.860Z|7a01b52e-f5df-479e-8a8b-132399cad862|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:27.861Z|7a01b52e-f5df-479e-8a8b-132399cad862|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:35.821Z|0deaf159-550c-48d8-a869-982a5e1aed03|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:35.821Z|0deaf159-550c-48d8-a869-982a5e1aed03|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:37.398Z|5039ab07-64fa-4998-baf3-5319a9785d3f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:37.398Z|5039ab07-64fa-4998-baf3-5319a9785d3f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:37.882Z|e0f0d3c1-80b4-4274-9a0b-5217c9bd610c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:37.883Z|e0f0d3c1-80b4-4274-9a0b-5217c9bd610c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:38.014Z|5483e5b2-55f5-47f5-ad24-2b14e9ac9f40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:53:38.014Z|5483e5b2-55f5-47f5-ad24-2b14e9ac9f40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:53:45.842Z|e06495ef-025a-426c-baca-f01d8d5f3823|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:45.843Z|e06495ef-025a-426c-baca-f01d8d5f3823|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:47.420Z|0a4b4cb5-b12c-40ca-af44-0a8ae055901a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:47.420Z|0a4b4cb5-b12c-40ca-af44-0a8ae055901a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:47.906Z|6f299fed-3f82-4c55-9daa-d723b5a26b47|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:47.907Z|6f299fed-3f82-4c55-9daa-d723b5a26b47|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:53.014Z|98ad7340-53d8-438b-9263-b7f5edd552b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:53:53.014Z|98ad7340-53d8-438b-9263-b7f5edd552b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:53:53.162Z|23d809b8-c0f1-49ca-a658-61ea0b26fe03|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:53:53.163Z|23d809b8-c0f1-49ca-a658-61ea0b26fe03|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:53:55.875Z|b95cb781-e472-43aa-9042-22e7d2986a6c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:55.876Z|b95cb781-e472-43aa-9042-22e7d2986a6c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:57.441Z|95a5ca17-3f13-46a4-b25b-6eb42c68cb08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:57.441Z|95a5ca17-3f13-46a4-b25b-6eb42c68cb08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:53:57.928Z|fbb72805-b44f-4bf1-8678-eaeaaa6b5264|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:53:57.929Z|fbb72805-b44f-4bf1-8678-eaeaaa6b5264|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:05.905Z|62407874-930f-40c9-9e3a-9e2f5fba937d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:05.906Z|62407874-930f-40c9-9e3a-9e2f5fba937d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:07.462Z|39c07b71-d2ad-4cb9-9925-4c54016c58eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:07.462Z|39c07b71-d2ad-4cb9-9925-4c54016c58eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:07.951Z|71c88a11-fd41-4233-b5c5-297bc5d17e17|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:07.952Z|71c88a11-fd41-4233-b5c5-297bc5d17e17|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:08.014Z|c64b86a7-b1ec-4527-ab29-5e9d1a6e883f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:54:08.016Z|c64b86a7-b1ec-4527-ab29-5e9d1a6e883f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:54:15.935Z|6c62747f-d98a-4f14-9a78-64af88a01610|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:15.937Z|6c62747f-d98a-4f14-9a78-64af88a01610|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:17.485Z|ae3f761f-aa63-46eb-84dd-6e1817b5a7dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:17.486Z|ae3f761f-aa63-46eb-84dd-6e1817b5a7dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:17.972Z|c2c74495-c344-4d3e-be79-608cd0c1038f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:17.973Z|c2c74495-c344-4d3e-be79-608cd0c1038f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:23.014Z|1cf12d09-72f8-4efd-bb83-5f24aa97a76e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:54:23.016Z|1cf12d09-72f8-4efd-bb83-5f24aa97a76e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:54:23.164Z|4068a14d-f320-41e7-bb23-fd55b7bdeb7d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:54:23.166Z|4068a14d-f320-41e7-bb23-fd55b7bdeb7d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:54:23.832Z|1db96d57-59b2-4f07-9a70-7826450c0331|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:54:23.834Z|1db96d57-59b2-4f07-9a70-7826450c0331|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:25.966Z|03614d8f-9084-493f-a9b5-9ba5a5032d6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:25.967Z|03614d8f-9084-493f-a9b5-9ba5a5032d6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:27.507Z|0258f73b-94b2-4582-b4d8-e11e571a312d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:27.508Z|0258f73b-94b2-4582-b4d8-e11e571a312d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:27.998Z|400a4f5f-2eb6-4838-a12b-83d6ebc76a46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:27.999Z|400a4f5f-2eb6-4838-a12b-83d6ebc76a46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:35.990Z|5fbbcc3b-f38c-4d8f-b37d-3cfbc12bfaf5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:35.991Z|5fbbcc3b-f38c-4d8f-b37d-3cfbc12bfaf5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:37.528Z|1737bf2f-43bd-4081-9962-2ee78253213d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:37.529Z|1737bf2f-43bd-4081-9962-2ee78253213d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:38.014Z|632ed6d2-2863-4b64-8a87-a3a7bbe35788|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:54:38.014Z|632ed6d2-2863-4b64-8a87-a3a7bbe35788|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:54:38.019Z|22711210-48e0-4f70-9b1b-0c20d5db37c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:38.020Z|22711210-48e0-4f70-9b1b-0c20d5db37c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:46.017Z|eba0fbf7-4e1d-445b-bd7d-dd472c5bdfad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:46.018Z|eba0fbf7-4e1d-445b-bd7d-dd472c5bdfad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:47.549Z|4b5f5f17-6515-4550-85f6-d7abf7837dc0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:47.550Z|4b5f5f17-6515-4550-85f6-d7abf7837dc0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:48.040Z|7c166343-7cdd-42fb-b22c-36ff52b28acc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:48.041Z|7c166343-7cdd-42fb-b22c-36ff52b28acc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:53.014Z|24c9aaac-1b83-4cb5-bc89-c44baf04ed00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:54:53.016Z|24c9aaac-1b83-4cb5-bc89-c44baf04ed00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:54:53.166Z|3bcaad76-4eb4-4ba4-b020-5f6228925a09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:54:53.167Z|3bcaad76-4eb4-4ba4-b020-5f6228925a09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:54:56.040Z|53f077ea-8df3-44b5-af47-d6f2993eecfd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:56.041Z|53f077ea-8df3-44b5-af47-d6f2993eecfd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:57.571Z|e28aafd5-ef32-4f48-b592-52791f6a59d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:57.571Z|e28aafd5-ef32-4f48-b592-52791f6a59d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:54:58.062Z|c093580a-76d4-4a3e-8f6a-4450b803020e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:54:58.063Z|c093580a-76d4-4a3e-8f6a-4450b803020e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:06.065Z|db9aecf5-5824-4295-a941-2293a974e0d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:06.066Z|db9aecf5-5824-4295-a941-2293a974e0d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:07.593Z|2f4ff51e-4d48-48c7-8fc2-66d2483ef5f9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:07.594Z|2f4ff51e-4d48-48c7-8fc2-66d2483ef5f9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:08.014Z|a0527619-a909-433b-bf0b-f3ff7d67e003|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:55:08.014Z|a0527619-a909-433b-bf0b-f3ff7d67e003|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:55:08.089Z|4e417a2d-1a5c-424e-91ef-755361abb8e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:08.089Z|4e417a2d-1a5c-424e-91ef-755361abb8e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:16.087Z|2c7265ae-a269-47fb-bd88-e6cfea389a96|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:16.087Z|2c7265ae-a269-47fb-bd88-e6cfea389a96|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:17.615Z|e95e8ac6-89c7-46f5-b622-94c26f2afe27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:17.615Z|e95e8ac6-89c7-46f5-b622-94c26f2afe27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:18.110Z|ca1429b3-2764-4977-9854-b56999ad6f2a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:18.111Z|ca1429b3-2764-4977-9854-b56999ad6f2a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:23.014Z|d5518081-d23f-48c4-b556-98fbd2f2c4a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:55:23.015Z|d5518081-d23f-48c4-b556-98fbd2f2c4a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:55:23.168Z|154881bd-8b7b-4559-9d1d-d47e9d35c182|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:55:23.168Z|154881bd-8b7b-4559-9d1d-d47e9d35c182|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:55:23.828Z|a4e150ff-b1b4-4d4c-b970-79d652dfc812|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:55:23.828Z|a4e150ff-b1b4-4d4c-b970-79d652dfc812|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:26.107Z|f57ca656-1a5a-4be0-a220-e921c082433d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:26.108Z|f57ca656-1a5a-4be0-a220-e921c082433d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:27.636Z|df9b76d7-352c-4844-aa5c-193183a2b006|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:27.636Z|df9b76d7-352c-4844-aa5c-193183a2b006|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:28.133Z|6a385071-085f-4a0e-9027-fa3dae14de5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:28.134Z|6a385071-085f-4a0e-9027-fa3dae14de5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:36.128Z|474016fa-35c5-4c98-b04c-c4f935d76539|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:36.129Z|474016fa-35c5-4c98-b04c-c4f935d76539|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:37.655Z|f37785a0-309c-44c2-923b-000437fb7d38|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:37.656Z|f37785a0-309c-44c2-923b-000437fb7d38|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:38.014Z|ee54ba20-55a4-4696-9020-3ea8cf3bc008|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:55:38.015Z|ee54ba20-55a4-4696-9020-3ea8cf3bc008|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:55:38.156Z|8767ed82-d291-42d4-bedb-8a7b4b024292|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:38.157Z|8767ed82-d291-42d4-bedb-8a7b4b024292|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:46.151Z|1bde30a4-c074-4240-a408-53d2b5275446|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:46.152Z|1bde30a4-c074-4240-a408-53d2b5275446|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:47.677Z|f00498e7-21d2-47d2-b43f-cd8aa72d7862|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:47.678Z|f00498e7-21d2-47d2-b43f-cd8aa72d7862|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:48.176Z|ea9f4e75-bff4-4d5b-86e0-3cfa5149356c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:48.176Z|ea9f4e75-bff4-4d5b-86e0-3cfa5149356c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:53.014Z|bd6ea94f-d09c-4f9e-8daa-ee3b763daad6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:55:53.014Z|bd6ea94f-d09c-4f9e-8daa-ee3b763daad6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:55:53.169Z|503e70ae-23eb-46eb-8958-53c63a39f788|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:55:53.169Z|503e70ae-23eb-46eb-8958-53c63a39f788|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:55:56.176Z|99707a2e-396d-4124-a84f-7fef163eb47f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:56.177Z|99707a2e-396d-4124-a84f-7fef163eb47f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:57.703Z|624dcc36-7b80-4b7d-ae81-3e45ea4bce52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:57.704Z|624dcc36-7b80-4b7d-ae81-3e45ea4bce52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:55:58.199Z|a6af71d1-cb9c-402e-a1de-d95a245364dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:55:58.200Z|a6af71d1-cb9c-402e-a1de-d95a245364dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:06.200Z|44ce0fbb-1310-4838-8a3f-c016ffd2a57d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:06.201Z|44ce0fbb-1310-4838-8a3f-c016ffd2a57d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:07.726Z|eca32e44-29d8-4a28-8618-e8f35650c78d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:07.727Z|eca32e44-29d8-4a28-8618-e8f35650c78d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:08.014Z|1b60d979-8903-468c-85b6-1c083a3eb13e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:56:08.015Z|1b60d979-8903-468c-85b6-1c083a3eb13e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:56:08.222Z|75d2890b-2081-463b-9d59-e2491f5756cb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:08.223Z|75d2890b-2081-463b-9d59-e2491f5756cb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:16.229Z|612c200c-3cc3-467e-973f-4531b622afe1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:16.231Z|612c200c-3cc3-467e-973f-4531b622afe1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:17.750Z|b59af871-6602-454c-b5e9-817d82cc8148|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:17.751Z|b59af871-6602-454c-b5e9-817d82cc8148|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:18.244Z|80dddec8-f454-4dfb-a0cb-02c693c171d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:18.245Z|80dddec8-f454-4dfb-a0cb-02c693c171d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:23.015Z|7505fd6e-afde-4b6c-ae3c-6a78d5cf5938|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:56:23.018Z|7505fd6e-afde-4b6c-ae3c-6a78d5cf5938|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:56:23.170Z|70097afa-6909-4493-a8d4-2af092ca0367|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:56:23.170Z|70097afa-6909-4493-a8d4-2af092ca0367|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:56:23.832Z|022b5851-989a-44a4-a559-f2a537264d15|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:56:23.834Z|022b5851-989a-44a4-a559-f2a537264d15|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:26.256Z|19490edf-7f56-4a53-87e0-f0c49c86712f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:26.257Z|19490edf-7f56-4a53-87e0-f0c49c86712f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:27.772Z|084131bd-2863-43c2-8ac8-1b400a6dff8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:27.772Z|084131bd-2863-43c2-8ac8-1b400a6dff8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:28.265Z|7bf50b02-bfa6-4dd8-ae0e-10e89635b9de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:28.266Z|7bf50b02-bfa6-4dd8-ae0e-10e89635b9de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:36.278Z|35872cc6-2a07-4a3c-8794-e86e4f3062fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:36.279Z|35872cc6-2a07-4a3c-8794-e86e4f3062fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:37.795Z|bfd04d42-f171-40d0-835d-ca9299095fc2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:37.796Z|bfd04d42-f171-40d0-835d-ca9299095fc2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:38.014Z|e8d7b643-6868-43ae-87dd-7628a4118d75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:56:38.015Z|e8d7b643-6868-43ae-87dd-7628a4118d75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:56:38.287Z|9158d3cc-18c1-4d05-be34-539187745ded|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:38.288Z|9158d3cc-18c1-4d05-be34-539187745ded|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:46.304Z|5ee0c9c5-12cf-4402-a67b-ef39279c5c96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:46.304Z|5ee0c9c5-12cf-4402-a67b-ef39279c5c96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:47.818Z|7b17f672-42d2-46a6-9975-da137772facc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:47.819Z|7b17f672-42d2-46a6-9975-da137772facc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:48.314Z|94769746-eba5-4239-beb4-739d4287b4cf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:48.315Z|94769746-eba5-4239-beb4-739d4287b4cf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:53.014Z|b1e07bc5-bd51-4033-ab23-0ea0a149ddee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:56:53.014Z|b1e07bc5-bd51-4033-ab23-0ea0a149ddee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:56:53.171Z|1f5413b3-8e07-49b0-8fc6-a7dba7361d6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:56:53.172Z|1f5413b3-8e07-49b0-8fc6-a7dba7361d6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:56:56.326Z|481ed2f8-c1be-46ed-a640-c6b2592fc2ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:56.327Z|481ed2f8-c1be-46ed-a640-c6b2592fc2ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:57.840Z|28550771-e144-4547-91ed-a37add1d85a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:57.841Z|28550771-e144-4547-91ed-a37add1d85a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:56:58.344Z|f5c6a16d-7b93-443d-a75e-a4220ff58111|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:56:58.344Z|f5c6a16d-7b93-443d-a75e-a4220ff58111|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:06.349Z|35698880-a14e-4460-ba6e-569c8ecb0a56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:06.349Z|35698880-a14e-4460-ba6e-569c8ecb0a56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:07.862Z|371403ad-7165-4c32-999a-7d23b7dbc7b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:07.862Z|371403ad-7165-4c32-999a-7d23b7dbc7b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:08.014Z|912e2f03-7bc6-4e1a-ad3a-a1782a8552ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:57:08.015Z|912e2f03-7bc6-4e1a-ad3a-a1782a8552ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:57:08.364Z|7c062b63-27f4-4032-a73a-6699043087a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:08.365Z|7c062b63-27f4-4032-a73a-6699043087a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:16.371Z|74929f41-59db-49c4-896e-5d3e45b54af2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:16.372Z|74929f41-59db-49c4-896e-5d3e45b54af2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:17.884Z|9e67b3d8-b5dc-49ed-89cd-cc47a3e22d05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:17.885Z|9e67b3d8-b5dc-49ed-89cd-cc47a3e22d05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:18.387Z|67e12f72-56e6-4284-8097-964bcf3987ab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:18.387Z|67e12f72-56e6-4284-8097-964bcf3987ab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:23.014Z|b2f15250-dbfa-4cbc-a687-875b0f434b06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:57:23.014Z|b2f15250-dbfa-4cbc-a687-875b0f434b06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:57:23.172Z|273fe768-3ef4-42b6-b0cf-823b893dbb64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:57:23.173Z|273fe768-3ef4-42b6-b0cf-823b893dbb64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:57:23.828Z|ce6f3167-ed6a-4c6a-a6f9-3671e2d8484c|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:57:23.829Z|ce6f3167-ed6a-4c6a-a6f9-3671e2d8484c|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:26.392Z|1bf3709d-2754-4660-b0c0-c6505c3781df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:26.393Z|1bf3709d-2754-4660-b0c0-c6505c3781df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:27.905Z|1fa36f69-ff9d-4598-980b-cff6456a8238|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:27.906Z|1fa36f69-ff9d-4598-980b-cff6456a8238|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:28.408Z|94e941dd-7026-429b-b3f1-c316bb64605c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:28.408Z|94e941dd-7026-429b-b3f1-c316bb64605c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:36.413Z|d0292a1a-f9c2-4666-885e-5cecf39af0b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:36.414Z|d0292a1a-f9c2-4666-885e-5cecf39af0b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:37.926Z|279e95b4-0adb-4e50-9143-f7bdc788df19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:37.926Z|279e95b4-0adb-4e50-9143-f7bdc788df19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:38.016Z|7ffccda8-b4f7-4adb-893f-db8f983c507a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:57:38.019Z|7ffccda8-b4f7-4adb-893f-db8f983c507a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:57:38.431Z|27680b71-9d7f-4a11-816d-07498d784bf5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:38.432Z|27680b71-9d7f-4a11-816d-07498d784bf5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:46.436Z|a20c1d1f-5883-4c6a-b93f-201ff9018fc1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:46.437Z|a20c1d1f-5883-4c6a-b93f-201ff9018fc1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:47.949Z|d952eb77-aa76-4373-854d-2ba6fc6f2999|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:47.949Z|d952eb77-aa76-4373-854d-2ba6fc6f2999|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:48.454Z|5332c3dd-4728-4f38-8705-351754e766b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:48.455Z|5332c3dd-4728-4f38-8705-351754e766b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:53.014Z|86981fb0-7981-4073-a767-50eaa2fc2876|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:57:53.015Z|86981fb0-7981-4073-a767-50eaa2fc2876|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:57:53.173Z|5b899270-c1ff-4815-ad26-f0ae3698a20d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:57:53.174Z|5b899270-c1ff-4815-ad26-f0ae3698a20d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:57:56.468Z|8e3e7340-08e8-41fb-8f63-3abbfc7fadaa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:56.469Z|8e3e7340-08e8-41fb-8f63-3abbfc7fadaa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:57.973Z|029e4c29-3b1a-43f2-ae2d-9dcb2bd58163|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:57.973Z|029e4c29-3b1a-43f2-ae2d-9dcb2bd58163|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:57:58.477Z|a65cafdd-085e-4f3c-ba45-35f793e1948d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:57:58.477Z|a65cafdd-085e-4f3c-ba45-35f793e1948d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:06.498Z|99ffde8a-d21f-409d-b631-9a7d4317d0d2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:06.499Z|99ffde8a-d21f-409d-b631-9a7d4317d0d2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:08.006Z|d3c6a976-10a5-44b7-a2e5-a8475eaf866f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:08.008Z|d3c6a976-10a5-44b7-a2e5-a8475eaf866f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:08.014Z|83f3f0f1-4390-4561-a084-323a8914552f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:58:08.015Z|83f3f0f1-4390-4561-a084-323a8914552f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:58:08.499Z|e094885b-8c59-4b92-943b-2f2758ba7515|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:08.500Z|e094885b-8c59-4b92-943b-2f2758ba7515|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:16.525Z|d078538c-e444-4eb6-9b83-13aab200a32b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:16.526Z|d078538c-e444-4eb6-9b83-13aab200a32b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:18.034Z|371aabd7-bf90-4775-9c1a-c33bcc2edf1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:18.035Z|371aabd7-bf90-4775-9c1a-c33bcc2edf1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:18.519Z|bff64c04-624c-49d0-b134-785286f6494c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:18.520Z|bff64c04-624c-49d0-b134-785286f6494c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:23.014Z|613d9466-a598-490c-bf80-673d738d7746|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:58:23.015Z|613d9466-a598-490c-bf80-673d738d7746|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:58:23.174Z|2854502e-91f7-4320-9d3c-a9fc56b04897|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:58:23.175Z|2854502e-91f7-4320-9d3c-a9fc56b04897|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:58:23.828Z|20968578-c3c3-4354-bb5d-89b8e0c319ba|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:58:23.829Z|20968578-c3c3-4354-bb5d-89b8e0c319ba|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:26.549Z|45a65e7b-a7d9-47d2-b12f-3f8f6eab2b20|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:26.550Z|45a65e7b-a7d9-47d2-b12f-3f8f6eab2b20|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:28.055Z|7f4709b2-019a-4181-98bd-7f06f0064275|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:28.056Z|7f4709b2-019a-4181-98bd-7f06f0064275|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:28.541Z|7921d26c-d550-4ce5-b6fe-c3972a3d1f05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:28.542Z|7921d26c-d550-4ce5-b6fe-c3972a3d1f05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:36.569Z|672b27ce-ba7a-43f4-a1ac-dd04167068a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:36.569Z|672b27ce-ba7a-43f4-a1ac-dd04167068a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:38.014Z|ae70f5ac-1d12-4385-9b67-e6f3da1a4bd9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:58:38.014Z|ae70f5ac-1d12-4385-9b67-e6f3da1a4bd9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:58:38.077Z|559ec35e-b830-4bea-9d80-cc3420881609|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:38.078Z|559ec35e-b830-4bea-9d80-cc3420881609|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:38.564Z|7c2689c6-5d5e-412d-b0f2-0bf7c648b20d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:38.565Z|7c2689c6-5d5e-412d-b0f2-0bf7c648b20d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:46.593Z|eab54de7-9e8a-47dd-a243-953c8a4dab92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:46.594Z|eab54de7-9e8a-47dd-a243-953c8a4dab92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:48.102Z|ae73b99e-c0ac-4f3d-af7e-2f0d09eac8d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:48.103Z|ae73b99e-c0ac-4f3d-af7e-2f0d09eac8d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:48.586Z|bf13e5cf-755c-4209-8f3d-6f807e56d39c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:48.586Z|bf13e5cf-755c-4209-8f3d-6f807e56d39c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:53.014Z|22325a74-2a54-4270-8b68-e2ce29b5b66f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:58:53.015Z|22325a74-2a54-4270-8b68-e2ce29b5b66f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:58:53.176Z|411288f1-368e-49fd-8b11-fb5e621bb7d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:58:53.176Z|411288f1-368e-49fd-8b11-fb5e621bb7d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:58:56.614Z|049c27c4-5b67-4ee3-ac58-5f434226480f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:56.615Z|049c27c4-5b67-4ee3-ac58-5f434226480f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:58.125Z|6a485635-85d1-46bf-b15a-d4ab5f000f64|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:58.126Z|6a485635-85d1-46bf-b15a-d4ab5f000f64|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:58:58.608Z|2c74f045-90be-45d0-b7c1-a885983891b4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:58:58.608Z|2c74f045-90be-45d0-b7c1-a885983891b4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:06.636Z|48e50d63-d3fb-48c6-8f43-e464807f4858|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:06.637Z|48e50d63-d3fb-48c6-8f43-e464807f4858|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:08.014Z|efdd165e-b09b-4a5a-a8be-d308a002b74d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:59:08.014Z|efdd165e-b09b-4a5a-a8be-d308a002b74d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:59:08.146Z|de3da1c0-76ad-4896-b5a7-483e22813560|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:08.147Z|de3da1c0-76ad-4896-b5a7-483e22813560|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:08.629Z|4a191df1-a30d-4956-b9ab-d3dabe785e0a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:08.630Z|4a191df1-a30d-4956-b9ab-d3dabe785e0a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:16.659Z|1f994052-91db-46eb-a7a3-f9ee6aee114b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:16.660Z|1f994052-91db-46eb-a7a3-f9ee6aee114b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:18.167Z|e4391a6f-7172-4ea9-a874-d8a6e1e4c4a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:18.168Z|e4391a6f-7172-4ea9-a874-d8a6e1e4c4a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:18.650Z|be27e2a2-0596-44fe-a953-745aaa8579cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:18.651Z|be27e2a2-0596-44fe-a953-745aaa8579cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:23.014Z|378a303c-c614-482a-b047-893224496c74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:59:23.014Z|378a303c-c614-482a-b047-893224496c74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:59:23.177Z|2a22e453-696e-4740-a935-5e5f1d14e6c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:59:23.177Z|2a22e453-696e-4740-a935-5e5f1d14e6c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:59:23.827Z|6e137ad0-797f-494f-9385-c9385b2b038f|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T11:59:23.828Z|6e137ad0-797f-494f-9385-c9385b2b038f|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:26.680Z|976d10da-5588-4446-acb7-b1fae034ccf2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:26.680Z|976d10da-5588-4446-acb7-b1fae034ccf2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:28.187Z|55827dc1-f250-4e0a-b5fb-7c1ce53b5b3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:28.188Z|55827dc1-f250-4e0a-b5fb-7c1ce53b5b3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:28.671Z|1063d894-4725-4a36-8911-8ced6bd1811f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:28.672Z|1063d894-4725-4a36-8911-8ced6bd1811f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:36.703Z|31306e04-45d5-4b45-983c-be24505510b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:36.704Z|31306e04-45d5-4b45-983c-be24505510b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:38.014Z|73b8b452-0378-41b5-96e5-80e2ce709fe9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:59:38.016Z|73b8b452-0378-41b5-96e5-80e2ce709fe9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:59:38.211Z|ca632c61-8db1-4ad8-912b-26747db4b6d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:38.212Z|ca632c61-8db1-4ad8-912b-26747db4b6d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:38.691Z|a7bcd861-e3f7-4d83-ab4e-d6d174e52e61|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:38.692Z|a7bcd861-e3f7-4d83-ab4e-d6d174e52e61|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:46.731Z|295ae4e7-b2a7-4dc8-ad9d-e357b2033c99|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:46.732Z|295ae4e7-b2a7-4dc8-ad9d-e357b2033c99|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:48.243Z|24d89dd7-9e41-4ef0-98ba-494c36b04044|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:48.245Z|24d89dd7-9e41-4ef0-98ba-494c36b04044|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:48.716Z|f86e1931-7705-4927-b4f2-db520b65c60f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:48.716Z|f86e1931-7705-4927-b4f2-db520b65c60f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:53.014Z|c7675c31-591d-4523-bf31-e2c128f731df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:59:53.015Z|c7675c31-591d-4523-bf31-e2c128f731df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:59:53.178Z|ee5e54b3-6f6d-4d78-aca6-13fbe0d1c824|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T11:59:53.179Z|ee5e54b3-6f6d-4d78-aca6-13fbe0d1c824|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T11:59:56.760Z|5acaa4af-32c0-4fb3-ad18-2d1b35b090a3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:56.761Z|5acaa4af-32c0-4fb3-ad18-2d1b35b090a3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:58.271Z|e40cd474-9273-4349-994e-699c6ab586da|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:58.272Z|e40cd474-9273-4349-994e-699c6ab586da|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T11:59:58.740Z|0d1b5957-561f-4694-a8f9-53b13f0728f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T11:59:58.741Z|0d1b5957-561f-4694-a8f9-53b13f0728f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:06.786Z|fb566d31-eb9a-4085-9581-cac80da01fba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:06.787Z|fb566d31-eb9a-4085-9581-cac80da01fba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:08.014Z|4d75cdd0-53dc-4833-9e07-d9f7a2cfbd80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:00:08.015Z|4d75cdd0-53dc-4833-9e07-d9f7a2cfbd80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:00:08.294Z|9d5efc15-f11c-4d4f-a744-b1a2c4e08b7a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:08.295Z|9d5efc15-f11c-4d4f-a744-b1a2c4e08b7a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:08.762Z|3009f86a-5852-4749-b493-e2026e3e1635|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:08.762Z|3009f86a-5852-4749-b493-e2026e3e1635|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:16.812Z|060a61d1-6207-4030-84c4-e0974bd73c0b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:16.814Z|060a61d1-6207-4030-84c4-e0974bd73c0b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:18.316Z|b28293af-5dc3-4cfe-b57b-526cd46bda9e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:18.317Z|b28293af-5dc3-4cfe-b57b-526cd46bda9e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:18.782Z|116fb20f-94fd-4ca1-9dd0-cafaeb963dd0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:18.782Z|116fb20f-94fd-4ca1-9dd0-cafaeb963dd0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:23.014Z|7b8acf07-bcf6-4575-9363-f0e906c0f169|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:00:23.016Z|7b8acf07-bcf6-4575-9363-f0e906c0f169|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:00:23.184Z|071c97bd-8614-4b5f-b690-f271c22ca733|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:00:23.184Z|071c97bd-8614-4b5f-b690-f271c22ca733|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:00:23.828Z|d5db1099-ae0b-4701-9af6-163a817ea198|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:00:23.828Z|d5db1099-ae0b-4701-9af6-163a817ea198|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:26.834Z|084a4111-56cc-4091-a14b-cff54ddb05dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:26.835Z|084a4111-56cc-4091-a14b-cff54ddb05dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:28.338Z|66086e6c-1adc-4860-bb3c-5d65c2eaa72c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:28.338Z|66086e6c-1adc-4860-bb3c-5d65c2eaa72c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:28.802Z|e3949d1f-b690-4fb2-bcfa-6eb416c2a822|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:28.803Z|e3949d1f-b690-4fb2-bcfa-6eb416c2a822|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:36.856Z|cab844dc-84cf-41db-8a34-f739aecd3a47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:36.857Z|cab844dc-84cf-41db-8a34-f739aecd3a47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:38.014Z|051f41e6-69d5-4b18-9e27-5412bd031c12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:00:38.015Z|051f41e6-69d5-4b18-9e27-5412bd031c12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:00:38.360Z|0bc567e6-dfe9-4aee-8bbe-00090833cd82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:38.361Z|0bc567e6-dfe9-4aee-8bbe-00090833cd82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:38.826Z|93616c52-d5cc-4796-84de-f8d3dabea98d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:38.828Z|93616c52-d5cc-4796-84de-f8d3dabea98d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:46.884Z|3954c6a1-2df5-45f7-8464-29419d59a277|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:46.885Z|3954c6a1-2df5-45f7-8464-29419d59a277|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:48.380Z|03c05828-fb96-4f31-9178-dec8c60a953f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:48.381Z|03c05828-fb96-4f31-9178-dec8c60a953f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:48.849Z|3b08b810-2c88-4bc4-af0f-f554c3b5cf65|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:48.850Z|3b08b810-2c88-4bc4-af0f-f554c3b5cf65|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:53.014Z|949330d1-411d-40db-a4c3-9e1466b6c6c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:00:53.014Z|949330d1-411d-40db-a4c3-9e1466b6c6c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:00:53.185Z|a3175d77-45a3-4b2b-803c-2ed83dc8ebfa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:00:53.186Z|a3175d77-45a3-4b2b-803c-2ed83dc8ebfa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:00:56.930Z|dbd8195b-32e6-4e42-8e9d-5c6423a2c9e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:56.931Z|dbd8195b-32e6-4e42-8e9d-5c6423a2c9e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:58.401Z|5699bff4-8fa3-4864-94ec-ebd72c5f45df|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:58.401Z|5699bff4-8fa3-4864-94ec-ebd72c5f45df|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:00:58.878Z|923215d1-7649-4b67-87f2-ca3599de4aef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:00:58.878Z|923215d1-7649-4b67-87f2-ca3599de4aef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:06.951Z|7632b2c5-bc1a-44ec-93dd-b10a49ad485b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:06.952Z|7632b2c5-bc1a-44ec-93dd-b10a49ad485b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:08.014Z|15cad7fb-2ea9-4d50-8767-b17331ba8601|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:01:08.016Z|15cad7fb-2ea9-4d50-8767-b17331ba8601|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:01:08.420Z|6d4526cf-c1ea-4210-ac98-164c107c0f9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:08.421Z|6d4526cf-c1ea-4210-ac98-164c107c0f9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:08.900Z|6e99444c-e429-4796-8c36-31d673a5f01f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:08.901Z|6e99444c-e429-4796-8c36-31d673a5f01f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:16.974Z|830d6fdf-5dc5-4ad6-ad32-a301ecf04615|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:16.975Z|830d6fdf-5dc5-4ad6-ad32-a301ecf04615|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:18.442Z|bb45e47a-74fb-48b1-a9e3-8fc1060dbfab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:18.443Z|bb45e47a-74fb-48b1-a9e3-8fc1060dbfab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:18.923Z|dc9d5205-3522-4318-98f4-f33c91f4fec2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:18.924Z|dc9d5205-3522-4318-98f4-f33c91f4fec2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:23.014Z|9a0ba65e-79f3-4f01-903b-134368a1a031|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:01:23.015Z|9a0ba65e-79f3-4f01-903b-134368a1a031|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:01:23.187Z|977b41c9-42b4-4410-b5af-fda83c2c21f8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:01:23.187Z|977b41c9-42b4-4410-b5af-fda83c2c21f8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:01:23.829Z|37ea3f89-ba28-4083-ae65-c8c7640bcfd0|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:01:23.830Z|37ea3f89-ba28-4083-ae65-c8c7640bcfd0|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:26.997Z|a2b084c1-a1de-4245-858f-9dc53c8b446e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:26.998Z|a2b084c1-a1de-4245-858f-9dc53c8b446e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:28.464Z|39016b22-ca61-4667-b021-b31a8dc166b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:28.465Z|39016b22-ca61-4667-b021-b31a8dc166b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:28.944Z|9acd42bc-0bcf-49cb-8aed-8354d9ab1b2c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:28.946Z|9acd42bc-0bcf-49cb-8aed-8354d9ab1b2c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:37.022Z|951833d2-5af3-4f8e-a337-93e203f2f48a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:37.023Z|951833d2-5af3-4f8e-a337-93e203f2f48a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:38.014Z|8bd5a99f-1d98-4cc3-8dac-3d086372b3a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:01:38.014Z|8bd5a99f-1d98-4cc3-8dac-3d086372b3a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:01:38.485Z|2a1967d4-fcae-4344-832e-5501d7dd5a63|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:38.486Z|2a1967d4-fcae-4344-832e-5501d7dd5a63|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:38.973Z|de6b6e25-1174-4f05-b068-e103164f3351|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:38.974Z|de6b6e25-1174-4f05-b068-e103164f3351|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:47.050Z|2280b141-9b26-4249-9bff-2ebab1e59129|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:47.051Z|2280b141-9b26-4249-9bff-2ebab1e59129|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:48.511Z|9b7a1592-d257-49c0-9486-49a0388d6eee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:48.512Z|9b7a1592-d257-49c0-9486-49a0388d6eee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:49.007Z|c639d0ba-4752-41bb-8227-6cf037d54200|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:49.009Z|c639d0ba-4752-41bb-8227-6cf037d54200|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:53.015Z|4d0d7dc2-af93-494e-b14c-35ac5f88ab9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:01:53.018Z|4d0d7dc2-af93-494e-b14c-35ac5f88ab9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:01:53.188Z|5300dace-c296-43ed-8fcf-4343f0c633cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:01:53.189Z|5300dace-c296-43ed-8fcf-4343f0c633cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:01:57.078Z|29d2014c-e0d2-44e3-9d3e-146a1f3304ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:57.080Z|29d2014c-e0d2-44e3-9d3e-146a1f3304ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:58.587Z|64c532a1-ae3e-4840-8a8a-623d3c159479|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:58.588Z|64c532a1-ae3e-4840-8a8a-623d3c159479|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:01:59.033Z|a541ac4f-c739-4fd0-9988-6e30c24017e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:01:59.034Z|a541ac4f-c739-4fd0-9988-6e30c24017e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:07.103Z|38a9791d-977b-4c81-90fb-692e2383538d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:07.104Z|38a9791d-977b-4c81-90fb-692e2383538d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:08.014Z|0e94c74d-1e80-4aaf-bdc6-837f8f4fd0e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:02:08.015Z|0e94c74d-1e80-4aaf-bdc6-837f8f4fd0e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:02:08.610Z|7cf8d609-f46f-4929-8cae-0b8ef32357a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:08.610Z|7cf8d609-f46f-4929-8cae-0b8ef32357a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:09.055Z|d58b4be3-583c-47ed-b686-50e51b8b6e4d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:09.056Z|d58b4be3-583c-47ed-b686-50e51b8b6e4d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:17.124Z|c81e5b06-b356-4985-a873-f199dce83b9a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:17.124Z|c81e5b06-b356-4985-a873-f199dce83b9a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:18.631Z|9dd9922f-96b8-4ab4-932a-7b218fa20339|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:18.632Z|9dd9922f-96b8-4ab4-932a-7b218fa20339|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:19.079Z|ac4a9273-c2d8-46f5-a558-65aabbd0e94b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:19.080Z|ac4a9273-c2d8-46f5-a558-65aabbd0e94b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:23.014Z|3ccb10f7-0101-4b2c-ab11-afccb9fbe529|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:02:23.014Z|3ccb10f7-0101-4b2c-ab11-afccb9fbe529|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:02:23.189Z|c991511c-9cb9-45d2-aa34-2d5ff5f4bab3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:02:23.190Z|c991511c-9cb9-45d2-aa34-2d5ff5f4bab3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:02:23.828Z|800a9f61-5d43-43f0-aa24-f346f7c93f3b|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:02:23.829Z|800a9f61-5d43-43f0-aa24-f346f7c93f3b|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:27.144Z|2873d940-c1ba-4624-8d58-482b02bc4bae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:27.145Z|2873d940-c1ba-4624-8d58-482b02bc4bae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:28.651Z|a3db8cee-5ad3-4cf8-99e5-f10c293f4521|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:28.652Z|a3db8cee-5ad3-4cf8-99e5-f10c293f4521|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:29.104Z|54bdeebd-8752-46b7-85da-1aa4fe5b578d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:29.105Z|54bdeebd-8752-46b7-85da-1aa4fe5b578d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:37.166Z|6453987b-c187-4136-9f1b-e5a038b77598|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:37.166Z|6453987b-c187-4136-9f1b-e5a038b77598|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:38.014Z|53ebc84b-437d-4466-9f1d-b19a4d8b9cb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:02:38.016Z|53ebc84b-437d-4466-9f1d-b19a4d8b9cb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:02:38.673Z|638fce11-72ac-48fb-b6b0-41da26f88502|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:38.674Z|638fce11-72ac-48fb-b6b0-41da26f88502|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:39.125Z|7cef603e-49a1-4272-80aa-b910a9804d7d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:39.126Z|7cef603e-49a1-4272-80aa-b910a9804d7d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:47.188Z|0b561011-507e-478b-b189-0f19b66cca86|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:47.189Z|0b561011-507e-478b-b189-0f19b66cca86|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:48.693Z|2acf32f5-e4b0-4e88-90ae-f83a53b04ba7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:48.693Z|2acf32f5-e4b0-4e88-90ae-f83a53b04ba7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:49.146Z|a53320ce-c2f0-4c6a-b1d6-aa8fec37b96a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:49.148Z|a53320ce-c2f0-4c6a-b1d6-aa8fec37b96a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:53.014Z|a1fbdd63-e4ea-4fa5-b05d-451807941019|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:02:53.014Z|a1fbdd63-e4ea-4fa5-b05d-451807941019|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:02:53.191Z|fcbf2f81-8fdb-4132-aa8f-c97fa8f04df9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:02:53.191Z|fcbf2f81-8fdb-4132-aa8f-c97fa8f04df9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:02:57.211Z|4bb65fbf-959e-4843-a0ca-db531ae1d0c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:57.211Z|4bb65fbf-959e-4843-a0ca-db531ae1d0c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:58.713Z|ef4bfb8c-7280-44f7-8c14-0500c3a599df|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:58.714Z|ef4bfb8c-7280-44f7-8c14-0500c3a599df|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:02:59.168Z|f908a4a4-9461-4091-b952-622b2c647ce2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:02:59.168Z|f908a4a4-9461-4091-b952-622b2c647ce2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:07.231Z|e90f9ed6-5bd9-43f8-92d7-726a9012277a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:07.232Z|e90f9ed6-5bd9-43f8-92d7-726a9012277a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:08.014Z|95d34178-fd6b-4188-84c2-26362cae6f6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:03:08.014Z|95d34178-fd6b-4188-84c2-26362cae6f6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:03:08.735Z|327eb24c-8a48-4d0e-b014-5bc11ce6e65f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:08.736Z|327eb24c-8a48-4d0e-b014-5bc11ce6e65f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:09.188Z|6acc2edb-6fa2-4560-9f43-ccba2bf30502|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:09.189Z|6acc2edb-6fa2-4560-9f43-ccba2bf30502|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:17.254Z|c6011b1f-6fba-4147-ac35-5b1a3d7ec4f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:17.255Z|c6011b1f-6fba-4147-ac35-5b1a3d7ec4f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:18.756Z|4c967869-a475-4012-aaa4-57077532fcdc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:18.757Z|4c967869-a475-4012-aaa4-57077532fcdc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:19.208Z|3dcb1345-73c1-42eb-9610-d6ea4ab145a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:19.208Z|3dcb1345-73c1-42eb-9610-d6ea4ab145a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:23.014Z|41f4b0ae-d679-456e-a90d-946489fda740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:03:23.016Z|41f4b0ae-d679-456e-a90d-946489fda740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:03:23.192Z|c473321c-0650-436b-83c8-8d6ddbc5039a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:03:23.193Z|c473321c-0650-436b-83c8-8d6ddbc5039a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:03:23.833Z|00ad24e3-0a80-4a62-8d05-3c4a1049edcf|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:03:23.835Z|00ad24e3-0a80-4a62-8d05-3c4a1049edcf|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:27.279Z|89bcd879-a0e4-43ab-9e05-ab7cbb22d9e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:27.280Z|89bcd879-a0e4-43ab-9e05-ab7cbb22d9e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:28.776Z|c537e84a-8dc4-4c5e-9d99-dab86cc03dd7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:28.777Z|c537e84a-8dc4-4c5e-9d99-dab86cc03dd7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:29.232Z|e62daa35-9064-43ae-bd9b-1af72f158948|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:29.233Z|e62daa35-9064-43ae-bd9b-1af72f158948|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:37.306Z|3538b0e9-7086-4778-b7d1-7be789b10029|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:37.308Z|3538b0e9-7086-4778-b7d1-7be789b10029|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:38.014Z|52fa136d-9772-451f-b2d4-fa6264fa8856|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:03:38.015Z|52fa136d-9772-451f-b2d4-fa6264fa8856|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:03:38.798Z|93ad4439-3dd0-47e8-b11a-55107ce348f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:38.798Z|93ad4439-3dd0-47e8-b11a-55107ce348f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:39.257Z|1fc2b3b2-40f9-4929-9088-5f4f17828744|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:39.260Z|1fc2b3b2-40f9-4929-9088-5f4f17828744|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:47.330Z|c2087bc9-3635-45af-91b5-d967868bd7ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:47.331Z|c2087bc9-3635-45af-91b5-d967868bd7ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:48.818Z|e62dc927-3c40-4f97-9103-3ba9d113e84c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:48.819Z|e62dc927-3c40-4f97-9103-3ba9d113e84c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:49.287Z|38b2cb35-5c33-41c7-b42b-7735f4152082|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:49.288Z|38b2cb35-5c33-41c7-b42b-7735f4152082|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:53.014Z|5507ff53-bf23-4fb1-9c76-4a0724bbb420|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:03:53.015Z|5507ff53-bf23-4fb1-9c76-4a0724bbb420|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:03:53.194Z|6860fb7f-009a-4212-aee5-01dbaa0faa26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:03:53.195Z|6860fb7f-009a-4212-aee5-01dbaa0faa26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:03:57.354Z|03449cc3-8c2e-4595-87b0-662c3aa2f691|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:57.355Z|03449cc3-8c2e-4595-87b0-662c3aa2f691|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:58.844Z|db7800a3-e0f4-4808-9845-f4d30000eac4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:58.845Z|db7800a3-e0f4-4808-9845-f4d30000eac4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:03:59.309Z|953bcf7b-83ec-415b-bbaf-c8df6a8e4156|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:03:59.310Z|953bcf7b-83ec-415b-bbaf-c8df6a8e4156|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:07.381Z|6d2bf104-75fb-4d28-ba38-4702296aaf60|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:07.382Z|6d2bf104-75fb-4d28-ba38-4702296aaf60|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:08.014Z|2f82f17f-3f0b-4ffb-968c-c2cc248606ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:04:08.016Z|2f82f17f-3f0b-4ffb-968c-c2cc248606ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:04:08.869Z|db6f5172-ae57-40a8-94d7-f7f138799f22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:08.870Z|db6f5172-ae57-40a8-94d7-f7f138799f22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:09.328Z|4e2dda1d-5691-4e40-81ea-a68a7ce88334|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:09.328Z|4e2dda1d-5691-4e40-81ea-a68a7ce88334|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:17.402Z|65dc5432-dd6f-410e-8d98-c0a326bee240|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:17.402Z|65dc5432-dd6f-410e-8d98-c0a326bee240|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:18.889Z|98297db7-b593-411d-836d-5e176e8d3477|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:18.890Z|98297db7-b593-411d-836d-5e176e8d3477|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:19.350Z|09d64841-ca99-4292-9263-ec489da5e97a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:19.351Z|09d64841-ca99-4292-9263-ec489da5e97a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:23.014Z|4ff93dd5-eb66-4882-9c97-4711cd838311|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:04:23.014Z|4ff93dd5-eb66-4882-9c97-4711cd838311|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:04:23.195Z|b3114521-8a5d-4bdd-b2d5-15e79c8a9ef6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:04:23.196Z|b3114521-8a5d-4bdd-b2d5-15e79c8a9ef6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:04:23.829Z|c0dc208e-bc0c-41ea-930c-8340ea685a81|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:04:23.830Z|c0dc208e-bc0c-41ea-930c-8340ea685a81|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:27.425Z|c558068e-dcaf-44eb-9f22-5bdfd190710a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:27.425Z|c558068e-dcaf-44eb-9f22-5bdfd190710a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:28.908Z|a28e6ed0-4156-4eb5-8820-75ad28c91e84|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:28.909Z|a28e6ed0-4156-4eb5-8820-75ad28c91e84|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:29.375Z|7a816cad-cfc2-43a0-828b-06fc349bb756|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:29.376Z|7a816cad-cfc2-43a0-828b-06fc349bb756|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:37.444Z|31e28f62-98cc-4f71-b899-6d4a35b118f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:37.444Z|31e28f62-98cc-4f71-b899-6d4a35b118f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:38.014Z|e7788ab2-61d6-41fc-ac53-0ba94844dc7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:04:38.014Z|e7788ab2-61d6-41fc-ac53-0ba94844dc7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:04:38.931Z|dfb9433d-a869-49a8-8076-8ef57023ced9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:38.932Z|dfb9433d-a869-49a8-8076-8ef57023ced9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:39.398Z|ed8c9570-753d-4a94-a7f0-f3ea817e56e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:39.399Z|ed8c9570-753d-4a94-a7f0-f3ea817e56e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:47.466Z|3ca6fb86-6ac8-4712-a778-4761e26a6f9e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:47.467Z|3ca6fb86-6ac8-4712-a778-4761e26a6f9e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:48.956Z|111cc616-804f-46cd-a661-bf3789ec7212|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:48.956Z|111cc616-804f-46cd-a661-bf3789ec7212|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:49.421Z|1f793af5-2fa3-468f-8588-c264c4f1e7b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:49.422Z|1f793af5-2fa3-468f-8588-c264c4f1e7b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:53.014Z|d6d1bde4-4dd3-4c9b-89f0-e1a98a466378|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:04:53.015Z|d6d1bde4-4dd3-4c9b-89f0-e1a98a466378|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:04:53.197Z|2b6dd2f9-9314-4fc3-9553-0ba3419f6401|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:04:53.197Z|2b6dd2f9-9314-4fc3-9553-0ba3419f6401|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:04:57.488Z|ac7a1419-719d-44c3-91d0-3b69a3222eb0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:57.489Z|ac7a1419-719d-44c3-91d0-3b69a3222eb0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:58.977Z|55cd422c-2e78-41a2-a82e-aedede8f1781|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:58.979Z|55cd422c-2e78-41a2-a82e-aedede8f1781|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:04:59.444Z|19b23fea-2b7a-40de-905f-5e4c31a497bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:04:59.445Z|19b23fea-2b7a-40de-905f-5e4c31a497bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:07.511Z|34377c27-b310-4f6f-90bb-14ab2bba25aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:07.512Z|34377c27-b310-4f6f-90bb-14ab2bba25aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:08.014Z|b505a5b7-d8cc-42b9-bfae-173e969d3eda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:05:08.015Z|b505a5b7-d8cc-42b9-bfae-173e969d3eda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:05:09.009Z|c83024b7-224a-4936-b810-cabc978231b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:09.010Z|c83024b7-224a-4936-b810-cabc978231b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:09.465Z|3c2438e6-9d77-4997-815e-b05ebc8d8783|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:09.466Z|3c2438e6-9d77-4997-815e-b05ebc8d8783|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:17.540Z|997a4a05-a895-4835-b42b-297db949a971|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:17.542Z|997a4a05-a895-4835-b42b-297db949a971|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:19.036Z|d5ccf597-eaf3-4cfe-8f83-f6ce6a201aca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:19.036Z|d5ccf597-eaf3-4cfe-8f83-f6ce6a201aca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:19.485Z|ad0bbdde-02da-4246-87c9-83453b461606|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:19.486Z|ad0bbdde-02da-4246-87c9-83453b461606|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:23.015Z|849b8704-5f3e-495f-8e4b-88e276ca7536|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:05:23.019Z|849b8704-5f3e-495f-8e4b-88e276ca7536|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:05:23.198Z|1349e604-33f9-433d-8adb-6981668ae6e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:05:23.199Z|1349e604-33f9-433d-8adb-6981668ae6e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:05:23.831Z|ee236c67-64bf-4a91-8d92-d3c3010276dd|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:05:23.832Z|ee236c67-64bf-4a91-8d92-d3c3010276dd|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:27.567Z|7bac7c3d-89d5-427d-8072-e50ad6851d93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:27.567Z|7bac7c3d-89d5-427d-8072-e50ad6851d93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:29.058Z|75aafbd1-de69-460f-805b-68821c1d3702|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:29.059Z|75aafbd1-de69-460f-805b-68821c1d3702|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:29.506Z|e312d29f-9500-49bb-9b7e-525b187e1d86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:29.506Z|e312d29f-9500-49bb-9b7e-525b187e1d86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:37.593Z|b13996ba-aa8b-4f1d-ac4d-64580755bad8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:37.594Z|b13996ba-aa8b-4f1d-ac4d-64580755bad8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:38.014Z|f2d331a8-f844-47bc-b3d3-f2bf7e427fa2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:05:38.014Z|f2d331a8-f844-47bc-b3d3-f2bf7e427fa2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:05:39.079Z|e2110278-2c95-47ad-b60c-1981064351ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:39.079Z|e2110278-2c95-47ad-b60c-1981064351ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:39.525Z|b5582441-75de-43b0-9d90-8d002243f0ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:39.526Z|b5582441-75de-43b0-9d90-8d002243f0ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:47.615Z|b7824c08-7d44-415b-8089-c3d0062d0287|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:47.616Z|b7824c08-7d44-415b-8089-c3d0062d0287|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:49.101Z|7f0d7116-1531-4e87-a47b-2dca8ef8719f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:49.102Z|7f0d7116-1531-4e87-a47b-2dca8ef8719f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:49.547Z|3a5d6752-2271-45bb-bde7-e9c9fee89586|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:49.548Z|3a5d6752-2271-45bb-bde7-e9c9fee89586|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:53.014Z|aa8b7fe1-c80d-473f-9eb1-96f89d73c663|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:05:53.014Z|aa8b7fe1-c80d-473f-9eb1-96f89d73c663|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:05:53.200Z|5175207d-817f-4263-b565-cdc8824a58b5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:05:53.200Z|5175207d-817f-4263-b565-cdc8824a58b5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:05:57.641Z|bd5549de-761c-4eb3-b84e-3179752907b8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:57.642Z|bd5549de-761c-4eb3-b84e-3179752907b8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:59.122Z|05872c1e-88d6-4716-9c60-8c17116eb63a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:59.123Z|05872c1e-88d6-4716-9c60-8c17116eb63a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:05:59.570Z|5c3e62e3-621c-46bc-974d-6919d8c99689|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:05:59.571Z|5c3e62e3-621c-46bc-974d-6919d8c99689|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:07.663Z|082ddc1c-850f-421b-8e7a-b3cc041894a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:07.664Z|082ddc1c-850f-421b-8e7a-b3cc041894a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:08.014Z|ad8e6c83-ceeb-44e7-b506-ffff61ba6a31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:06:08.015Z|ad8e6c83-ceeb-44e7-b506-ffff61ba6a31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:06:09.145Z|191bed3c-5b91-41a7-9d1e-c972fb54a3b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:09.146Z|191bed3c-5b91-41a7-9d1e-c972fb54a3b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:09.592Z|03bc49f0-29fc-41b5-bd74-89302cea54df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:09.593Z|03bc49f0-29fc-41b5-bd74-89302cea54df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:17.686Z|546fe072-1f01-4ad6-af56-aa27a3df9c34|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:17.687Z|546fe072-1f01-4ad6-af56-aa27a3df9c34|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:19.166Z|d61b8e2a-a9b3-48e2-bfb8-1142db3eaaa6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:19.167Z|d61b8e2a-a9b3-48e2-bfb8-1142db3eaaa6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:19.612Z|1ef21f90-8624-4ca8-b2ea-d788e918c71a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:19.612Z|1ef21f90-8624-4ca8-b2ea-d788e918c71a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:23.014Z|714f8137-c277-4e11-9e8c-83b3c00515b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:06:23.014Z|714f8137-c277-4e11-9e8c-83b3c00515b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:06:23.201Z|ae01bf26-b105-47e4-85f7-4b956ba03e94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:06:23.201Z|ae01bf26-b105-47e4-85f7-4b956ba03e94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:06:23.827Z|c40e0744-1887-4d65-aa52-d75ba1ba2f1a|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:06:23.828Z|c40e0744-1887-4d65-aa52-d75ba1ba2f1a|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:27.708Z|7ecc2551-b0a5-46a7-80ce-58ae03d02b2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:27.709Z|7ecc2551-b0a5-46a7-80ce-58ae03d02b2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:29.186Z|0b963bfb-9d87-4b74-b400-5b7cbe34bf64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:29.187Z|0b963bfb-9d87-4b74-b400-5b7cbe34bf64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:29.632Z|7bba3d2d-1b7a-48bd-b26c-77ac03b48eba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:29.633Z|7bba3d2d-1b7a-48bd-b26c-77ac03b48eba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:37.729Z|85d45e08-4250-420b-b1c1-3e6e72dc0001|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:37.730Z|85d45e08-4250-420b-b1c1-3e6e72dc0001|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:38.014Z|9e806294-eb7a-41e2-82d9-258afbf4eb0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:06:38.014Z|9e806294-eb7a-41e2-82d9-258afbf4eb0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:06:39.207Z|30f7f2bd-eb9e-4c6c-8025-07f1aaac644e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:39.207Z|30f7f2bd-eb9e-4c6c-8025-07f1aaac644e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:39.653Z|5bcb7785-5ac3-4bc3-939a-ca9a62477220|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:39.655Z|5bcb7785-5ac3-4bc3-939a-ca9a62477220|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:47.754Z|00b3a538-eebf-41fc-b678-c308b9f73f8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:47.755Z|00b3a538-eebf-41fc-b678-c308b9f73f8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:49.227Z|c2c48a7f-a500-4467-b85e-bc2513383ad7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:49.228Z|c2c48a7f-a500-4467-b85e-bc2513383ad7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:49.676Z|d792d451-2167-4c3e-8045-7f9fd887a676|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:49.677Z|d792d451-2167-4c3e-8045-7f9fd887a676|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:53.014Z|dadea124-422f-406f-8bb0-4d19d6d57aee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:06:53.016Z|dadea124-422f-406f-8bb0-4d19d6d57aee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:06:53.202Z|eb1e43ae-a2a8-48bc-8192-3342a961a4ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:06:53.203Z|eb1e43ae-a2a8-48bc-8192-3342a961a4ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:06:57.785Z|bf0fb3ea-3605-4990-85ed-e78b344093da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:57.786Z|bf0fb3ea-3605-4990-85ed-e78b344093da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:59.248Z|e6818828-d76e-439e-ac0d-fc25eb78efc4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:59.249Z|e6818828-d76e-439e-ac0d-fc25eb78efc4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:06:59.699Z|3a11ee1d-de40-446e-a7e6-5f4f9e37399b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:06:59.699Z|3a11ee1d-de40-446e-a7e6-5f4f9e37399b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:07.816Z|b09ecdb3-59dd-4c1a-88d1-d2b4cd26472a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:07.818Z|b09ecdb3-59dd-4c1a-88d1-d2b4cd26472a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:08.015Z|e4b80796-0550-483f-8ffe-9b08272ef94d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:07:08.016Z|e4b80796-0550-483f-8ffe-9b08272ef94d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:07:09.269Z|f484eaeb-ca12-4a57-b136-09729b130dc7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:09.269Z|f484eaeb-ca12-4a57-b136-09729b130dc7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:09.719Z|ba7e8385-8df3-47e0-a2cb-aa2abcf9eb09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:09.720Z|ba7e8385-8df3-47e0-a2cb-aa2abcf9eb09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:17.849Z|f2ae0ebf-e186-442f-b967-f6cba80ffb46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:17.851Z|f2ae0ebf-e186-442f-b967-f6cba80ffb46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:19.289Z|25573267-4c09-4d9b-ad38-e063b3710b32|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:19.289Z|25573267-4c09-4d9b-ad38-e063b3710b32|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:19.741Z|705498d8-92c0-4e14-b73c-78081f3127fd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:19.741Z|705498d8-92c0-4e14-b73c-78081f3127fd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:23.014Z|f7881441-1d20-41a7-a5cc-5d97a66f6fd9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:07:23.015Z|f7881441-1d20-41a7-a5cc-5d97a66f6fd9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:07:23.203Z|47f76a30-1eba-4f66-aef2-21e0b81b3d45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:07:23.204Z|47f76a30-1eba-4f66-aef2-21e0b81b3d45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:07:23.829Z|618af628-9b76-44c0-b859-a0757f78e23c|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:07:23.830Z|618af628-9b76-44c0-b859-a0757f78e23c|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:27.875Z|f35af79e-aff0-488d-a63f-c7531656186c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:27.876Z|f35af79e-aff0-488d-a63f-c7531656186c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:29.309Z|da008b28-4029-4045-a4fc-adcf43f0645d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:29.310Z|da008b28-4029-4045-a4fc-adcf43f0645d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:29.762Z|1b56b058-8b4d-418a-8d84-afe9c73107b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:29.763Z|1b56b058-8b4d-418a-8d84-afe9c73107b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:37.900Z|1a598d57-f12f-4e34-bb0b-ec3540581be2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:37.900Z|1a598d57-f12f-4e34-bb0b-ec3540581be2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:38.014Z|279234a6-4fc5-41a0-855c-2411ba91d38b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:07:38.016Z|279234a6-4fc5-41a0-855c-2411ba91d38b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:07:39.330Z|d26310e5-ae3e-49f8-8a05-4b73fa1f4da0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:39.331Z|d26310e5-ae3e-49f8-8a05-4b73fa1f4da0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:39.783Z|47e6c9f4-9982-4716-b189-53d916a71336|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:39.784Z|47e6c9f4-9982-4716-b189-53d916a71336|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:47.920Z|a0676269-cb52-492a-91ae-27c7e952b77b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:47.921Z|a0676269-cb52-492a-91ae-27c7e952b77b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:49.352Z|f0d50d32-1d97-490b-beb9-0a949ee336c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:49.353Z|f0d50d32-1d97-490b-beb9-0a949ee336c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:49.806Z|804c7491-e6bd-4024-9632-1ba6d20cf6d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:49.807Z|804c7491-e6bd-4024-9632-1ba6d20cf6d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:53.014Z|5d260475-d96c-48f9-ab0b-1742702d2649|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:07:53.014Z|5d260475-d96c-48f9-ab0b-1742702d2649|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:07:53.205Z|4fea9278-9c94-4647-a35a-0f315162a993|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:07:53.205Z|4fea9278-9c94-4647-a35a-0f315162a993|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:07:57.941Z|f8b05e14-79ba-4a55-bb2a-6e024925ef02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:57.942Z|f8b05e14-79ba-4a55-bb2a-6e024925ef02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:59.375Z|c85420d5-7412-4072-8654-2a6b4f8af9a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:59.376Z|c85420d5-7412-4072-8654-2a6b4f8af9a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:07:59.830Z|46bc1785-bd35-4e0e-aec1-fcb8278d3c35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:07:59.831Z|46bc1785-bd35-4e0e-aec1-fcb8278d3c35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:07.963Z|f886837e-bf69-4c2e-a7db-c8459522ccb1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:07.965Z|f886837e-bf69-4c2e-a7db-c8459522ccb1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:08.014Z|7fbb0673-0dd7-4964-a279-ef7f5979c4b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:08:08.014Z|7fbb0673-0dd7-4964-a279-ef7f5979c4b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:08:09.399Z|a9410dae-e9f3-45fa-a8eb-7497ad596041|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:09.400Z|a9410dae-e9f3-45fa-a8eb-7497ad596041|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:09.853Z|f5390ca2-48a2-4743-a0a7-37835ce2536f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:09.853Z|f5390ca2-48a2-4743-a0a7-37835ce2536f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:17.986Z|83c36cd6-477a-40f6-a962-eca2292854c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:17.987Z|83c36cd6-477a-40f6-a962-eca2292854c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:19.420Z|51e743bb-4b4b-4bc6-a113-65a1e9d27a6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:19.421Z|51e743bb-4b4b-4bc6-a113-65a1e9d27a6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:19.874Z|109ea75f-1681-438a-a160-cd6718d2a2ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:19.875Z|109ea75f-1681-438a-a160-cd6718d2a2ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:23.014Z|2984f2cf-f57d-4f2e-b836-ac8eea945120|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:08:23.015Z|2984f2cf-f57d-4f2e-b836-ac8eea945120|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:08:23.206Z|64b4753a-ecec-4cd2-bc8b-e4d36bc6e93d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:08:23.206Z|64b4753a-ecec-4cd2-bc8b-e4d36bc6e93d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:08:23.828Z|af2f2479-5d5a-47d1-af52-d157a5ceb9dc|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:08:23.828Z|af2f2479-5d5a-47d1-af52-d157a5ceb9dc|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:28.006Z|be7fb001-86ae-40b5-8b65-690c09533487|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:28.006Z|be7fb001-86ae-40b5-8b65-690c09533487|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:29.440Z|271d88c5-9a33-4317-b671-3b91cc0a6448|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:29.441Z|271d88c5-9a33-4317-b671-3b91cc0a6448|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:29.896Z|c8fc04ee-2244-4e41-820b-e8ccac95e793|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:29.897Z|c8fc04ee-2244-4e41-820b-e8ccac95e793|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:38.014Z|f4914f72-bd8d-4939-99c3-d921ed0b883f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:08:38.016Z|f4914f72-bd8d-4939-99c3-d921ed0b883f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:08:38.028Z|a43467ec-6ed9-416e-91a4-d40bf84e33d2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:38.029Z|a43467ec-6ed9-416e-91a4-d40bf84e33d2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:39.463Z|13d74129-6a8c-4689-9596-602b4450d9ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:39.464Z|13d74129-6a8c-4689-9596-602b4450d9ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:39.917Z|82eaa477-8bd4-44d7-aefc-c520103ca38d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:39.918Z|82eaa477-8bd4-44d7-aefc-c520103ca38d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:48.059Z|3ff6c66b-392d-417a-bcef-6acc23618e5d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:48.061Z|3ff6c66b-392d-417a-bcef-6acc23618e5d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:49.485Z|79463695-198d-4632-97f8-958466c178fc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:49.485Z|79463695-198d-4632-97f8-958466c178fc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:49.940Z|a5a0317c-ee70-4fcf-a4b9-5e001ebe6ebd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:49.941Z|a5a0317c-ee70-4fcf-a4b9-5e001ebe6ebd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:53.015Z|b5750f40-607d-437c-9dd9-f34b6d1ca349|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:08:53.018Z|b5750f40-607d-437c-9dd9-f34b6d1ca349|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:08:53.207Z|b72c81b3-1c98-43d8-99b1-03bc475d9ab3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:08:53.207Z|b72c81b3-1c98-43d8-99b1-03bc475d9ab3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:08:58.091Z|47259505-65ca-418d-906a-aebf90ce259b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:58.093Z|47259505-65ca-418d-906a-aebf90ce259b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:59.507Z|58528825-5e03-4bbb-838a-66b65e94978f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:59.507Z|58528825-5e03-4bbb-838a-66b65e94978f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:08:59.962Z|b8fd3ee7-ca30-43c3-94be-548cc73e8579|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:08:59.963Z|b8fd3ee7-ca30-43c3-94be-548cc73e8579|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:08.015Z|4fac58f3-2ee2-44ed-919d-ccc36ba87b08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:09:08.017Z|4fac58f3-2ee2-44ed-919d-ccc36ba87b08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:09:08.121Z|63af1189-b70a-4d8d-9cbb-47da0765f88c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:08.122Z|63af1189-b70a-4d8d-9cbb-47da0765f88c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:09.527Z|3ab47210-1619-4fd1-92f4-885adee2ce45|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:09.527Z|3ab47210-1619-4fd1-92f4-885adee2ce45|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:09.982Z|2cdb8acd-6666-48a6-a1ea-d696c257273b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:09.983Z|2cdb8acd-6666-48a6-a1ea-d696c257273b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:18.146Z|42ca0e6a-902b-40b0-b119-abe618a12876|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:18.146Z|42ca0e6a-902b-40b0-b119-abe618a12876|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:19.549Z|9423100e-726f-4413-8812-814e1aae4832|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:19.550Z|9423100e-726f-4413-8812-814e1aae4832|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:20.022Z|d0c00b3f-3ed4-4a67-9982-258f4f31425c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:20.022Z|d0c00b3f-3ed4-4a67-9982-258f4f31425c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:23.014Z|b8b9542e-781d-45e3-a6a6-bf1d28494657|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:09:23.014Z|b8b9542e-781d-45e3-a6a6-bf1d28494657|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:09:23.208Z|5996d084-6567-497b-be2e-556c0ab44fba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:09:23.208Z|5996d084-6567-497b-be2e-556c0ab44fba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:09:23.828Z|ad70c4d5-9279-4623-ba64-dad823fbb907|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:09:23.829Z|ad70c4d5-9279-4623-ba64-dad823fbb907|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:28.170Z|ffd0aef7-5059-4e57-ae33-81fd3ee45085|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:28.170Z|ffd0aef7-5059-4e57-ae33-81fd3ee45085|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:29.570Z|97275336-6b0d-4576-bdd3-6c0cdfe8ff1a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:29.571Z|97275336-6b0d-4576-bdd3-6c0cdfe8ff1a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:30.043Z|19ea02bb-e644-4b70-a159-5128788e7825|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:30.043Z|19ea02bb-e644-4b70-a159-5128788e7825|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:38.014Z|66c68f72-0e88-4cdc-99f8-b833c968494d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:09:38.016Z|66c68f72-0e88-4cdc-99f8-b833c968494d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:09:38.194Z|f09de5e1-4c1e-44cd-b7ae-d40127f063d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:38.195Z|f09de5e1-4c1e-44cd-b7ae-d40127f063d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:39.590Z|19bae617-1eff-4ee8-a0e4-17c8485fc6fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:39.591Z|19bae617-1eff-4ee8-a0e4-17c8485fc6fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:40.066Z|41bedb58-3902-4e4c-9865-bf00ad8d3e67|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:40.068Z|41bedb58-3902-4e4c-9865-bf00ad8d3e67|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:48.214Z|d7829070-e1fd-4e9a-a110-5005ad9d546d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:48.215Z|d7829070-e1fd-4e9a-a110-5005ad9d546d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:49.611Z|5fd70c93-d3aa-4543-bb8a-b90b921e4129|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:49.611Z|5fd70c93-d3aa-4543-bb8a-b90b921e4129|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:50.093Z|fc6df310-84fa-44bd-98a7-36c4625c9b41|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:50.093Z|fc6df310-84fa-44bd-98a7-36c4625c9b41|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:53.014Z|f92d9221-fb38-4892-ad8c-8e50081a7fbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:09:53.014Z|f92d9221-fb38-4892-ad8c-8e50081a7fbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:09:53.209Z|867eccaa-58fa-4493-8c63-74d5b6de558d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:09:53.209Z|867eccaa-58fa-4493-8c63-74d5b6de558d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:09:58.236Z|98977131-db47-4a7b-8a39-0d238e6525e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:58.236Z|98977131-db47-4a7b-8a39-0d238e6525e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:09:59.630Z|65e71ee9-546e-4d2c-9d59-acab00aa0fe1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:09:59.631Z|65e71ee9-546e-4d2c-9d59-acab00aa0fe1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:00.114Z|eaed9c8d-60ef-4501-a346-cbf79e9f75ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:00.115Z|eaed9c8d-60ef-4501-a346-cbf79e9f75ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:08.014Z|9c47a124-efc2-4f09-be10-de0ca56e3029|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:10:08.014Z|9c47a124-efc2-4f09-be10-de0ca56e3029|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:10:08.258Z|e3ab5190-eaa5-497a-b763-4d32a0d7d664|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:08.258Z|e3ab5190-eaa5-497a-b763-4d32a0d7d664|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:09.650Z|c66bec2f-4f93-47c9-9afa-93e59fe0b9b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:09.650Z|c66bec2f-4f93-47c9-9afa-93e59fe0b9b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:10.135Z|dba315f1-6606-4b9d-987a-4d441bb87a12|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:10.136Z|dba315f1-6606-4b9d-987a-4d441bb87a12|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:18.283Z|c37af970-8779-4ceb-b2b6-b686767d15ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:18.284Z|c37af970-8779-4ceb-b2b6-b686767d15ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:19.673Z|88ef8a25-c565-43f8-9788-97133effbe4f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:19.674Z|88ef8a25-c565-43f8-9788-97133effbe4f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:20.156Z|a0fd772a-97db-4621-aa0b-40b14446f466|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:20.157Z|a0fd772a-97db-4621-aa0b-40b14446f466|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:23.014Z|d158e468-c079-4806-b3dc-229b9bc892b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:10:23.016Z|d158e468-c079-4806-b3dc-229b9bc892b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:10:23.210Z|fe42387f-5e4c-4e1b-ba7b-e9b10c2e3cdf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:10:23.211Z|fe42387f-5e4c-4e1b-ba7b-e9b10c2e3cdf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:10:23.828Z|84efdb5b-13e2-4e21-ad59-54a1aecedc21|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:10:23.829Z|84efdb5b-13e2-4e21-ad59-54a1aecedc21|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:28.310Z|675629af-b516-451a-b2e0-75e2374e59a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:28.310Z|675629af-b516-451a-b2e0-75e2374e59a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:29.699Z|80d3a39c-d13e-4159-a4b3-b45cbf6250fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:29.701Z|80d3a39c-d13e-4159-a4b3-b45cbf6250fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:30.177Z|b8847c3e-acfe-4433-9556-e2efde1b05fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:30.178Z|b8847c3e-acfe-4433-9556-e2efde1b05fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:38.014Z|43943d5e-d97a-4860-8ab7-79f7f2496259|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:10:38.015Z|43943d5e-d97a-4860-8ab7-79f7f2496259|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:10:38.335Z|b8650676-9a63-4994-8879-fb945d622803|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:38.336Z|b8650676-9a63-4994-8879-fb945d622803|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:39.726Z|092ef07b-2b39-42e5-a56c-a7b1f14ae28f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:39.726Z|092ef07b-2b39-42e5-a56c-a7b1f14ae28f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:40.198Z|edcb67b5-ecfc-4a39-a4f6-fc4135aaa53f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:40.198Z|edcb67b5-ecfc-4a39-a4f6-fc4135aaa53f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:48.365Z|39b50d27-593f-4ac5-ab96-8a1d030262d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:48.367Z|39b50d27-593f-4ac5-ab96-8a1d030262d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:49.749Z|8446b7aa-7439-4622-9284-13c880aa385a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:49.750Z|8446b7aa-7439-4622-9284-13c880aa385a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:50.219Z|5ebc951e-1cab-4fa8-8325-9beac3c18626|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:50.220Z|5ebc951e-1cab-4fa8-8325-9beac3c18626|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:53.014Z|ac14beda-5e8c-4477-be7a-73ac95e61ca8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:10:53.015Z|ac14beda-5e8c-4477-be7a-73ac95e61ca8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:10:53.212Z|409ebd58-c2c4-4cb6-a308-bfc29e7e77b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:10:53.212Z|409ebd58-c2c4-4cb6-a308-bfc29e7e77b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:10:58.392Z|09fcf0b3-376d-430a-80be-03847be397e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:58.393Z|09fcf0b3-376d-430a-80be-03847be397e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:10:59.771Z|a5d1401d-c042-42f1-96c6-0a2b242031e7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:10:59.772Z|a5d1401d-c042-42f1-96c6-0a2b242031e7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:00.241Z|6a0ab8d9-64f2-4a9b-b788-8156aee0e18a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:00.242Z|6a0ab8d9-64f2-4a9b-b788-8156aee0e18a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:08.014Z|33550334-71a0-4d85-8497-e488e3e5a82b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:11:08.016Z|33550334-71a0-4d85-8497-e488e3e5a82b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:11:08.413Z|bcbe998f-a7ee-42a0-bcf6-94b2084600bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:08.414Z|bcbe998f-a7ee-42a0-bcf6-94b2084600bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:09.791Z|9435e118-e7a7-4d0c-a1a6-30e30b4cb70b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:09.792Z|9435e118-e7a7-4d0c-a1a6-30e30b4cb70b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:10.263Z|1f932c75-e27e-4f23-9d3c-df64b458eb7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:10.263Z|1f932c75-e27e-4f23-9d3c-df64b458eb7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:18.434Z|a5aa6b83-e941-4277-8556-3cf7e2f94b57|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:18.434Z|a5aa6b83-e941-4277-8556-3cf7e2f94b57|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:19.812Z|ce461dc2-9e32-4df8-8f09-1ff2ba19b195|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:19.812Z|ce461dc2-9e32-4df8-8f09-1ff2ba19b195|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:20.282Z|ebc03448-a77d-4e4a-bc6c-f144dd65b868|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:20.283Z|ebc03448-a77d-4e4a-bc6c-f144dd65b868|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:23.014Z|b20de4f1-226b-4c69-8a95-7a7474ab16f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:11:23.014Z|b20de4f1-226b-4c69-8a95-7a7474ab16f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:11:23.213Z|72f79ebf-4aae-4c48-8828-cdc47c6698a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:11:23.214Z|72f79ebf-4aae-4c48-8828-cdc47c6698a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:11:23.829Z|ba4efa5a-f0ea-4d2c-a230-c11a530bef6f|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:11:23.830Z|ba4efa5a-f0ea-4d2c-a230-c11a530bef6f|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:28.455Z|291b8ff8-1279-46e7-95e1-c263e9ad940f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:28.455Z|291b8ff8-1279-46e7-95e1-c263e9ad940f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:29.834Z|f81403b1-f303-40ee-9068-962de91ca9eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:29.834Z|f81403b1-f303-40ee-9068-962de91ca9eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:30.304Z|6b929be3-e8b0-49a8-ab15-cf2e380c4c45|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:30.305Z|6b929be3-e8b0-49a8-ab15-cf2e380c4c45|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:38.014Z|10894e8b-9461-407d-9c86-a6409e7d936c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:11:38.014Z|10894e8b-9461-407d-9c86-a6409e7d936c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:11:38.475Z|d0d24e4e-1cec-487e-9d5a-aad6e89b95cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:38.476Z|d0d24e4e-1cec-487e-9d5a-aad6e89b95cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:39.853Z|100d72a9-6a6a-487c-83f8-8cb8f559ae25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:39.854Z|100d72a9-6a6a-487c-83f8-8cb8f559ae25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:40.328Z|f6ccf4e5-1310-4a29-901f-5033844f36d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:40.328Z|f6ccf4e5-1310-4a29-901f-5033844f36d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:48.498Z|904e7f7f-19f1-459e-8266-c5b03f74b976|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:48.499Z|904e7f7f-19f1-459e-8266-c5b03f74b976|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:49.874Z|84cd6663-5573-4c13-973f-eebb235f4f4d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:49.875Z|84cd6663-5573-4c13-973f-eebb235f4f4d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:50.351Z|6ad066c0-9acd-4235-b1ef-ac1f58850b10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:50.353Z|6ad066c0-9acd-4235-b1ef-ac1f58850b10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:53.014Z|4a4b5aa2-f0e3-4f03-a7d8-45e41517a863|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:11:53.016Z|4a4b5aa2-f0e3-4f03-a7d8-45e41517a863|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:11:53.214Z|7134d941-3b92-4abb-b72b-78d98aef2af8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:11:53.215Z|7134d941-3b92-4abb-b72b-78d98aef2af8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:11:58.530Z|fce1b0af-e23b-43c4-bd79-d3b525f22b34|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:58.530Z|fce1b0af-e23b-43c4-bd79-d3b525f22b34|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:11:59.894Z|7a35db7a-8088-4452-82ec-d25a080b87c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:11:59.895Z|7a35db7a-8088-4452-82ec-d25a080b87c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:00.376Z|ac425eff-0e00-4b5c-a224-bbd677b5f373|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:00.377Z|ac425eff-0e00-4b5c-a224-bbd677b5f373|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:08.015Z|1ed3afd2-4a50-439e-9aa6-25c393d97cbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:12:08.016Z|1ed3afd2-4a50-439e-9aa6-25c393d97cbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:12:08.554Z|d302a7db-9b26-411d-957f-c9e094021cec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:08.555Z|d302a7db-9b26-411d-957f-c9e094021cec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:09.918Z|f0edabe0-d3fd-412d-a264-f221dd87e63f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:09.920Z|f0edabe0-d3fd-412d-a264-f221dd87e63f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:10.396Z|c6ef95cd-0cea-44c0-9ff7-f57d68464229|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:10.397Z|c6ef95cd-0cea-44c0-9ff7-f57d68464229|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:18.588Z|dc75cfdf-f74f-4d56-bc8c-cc5ef105993f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:18.590Z|dc75cfdf-f74f-4d56-bc8c-cc5ef105993f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:19.944Z|7f923df7-6db5-4700-ab1e-85f8a7a5d68c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:19.945Z|7f923df7-6db5-4700-ab1e-85f8a7a5d68c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:20.417Z|773d7dd1-8509-4d96-97c0-771bfb982575|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:20.418Z|773d7dd1-8509-4d96-97c0-771bfb982575|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:23.015Z|15ed0608-e6e0-4d71-86a5-fb469b78c950|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:12:23.016Z|15ed0608-e6e0-4d71-86a5-fb469b78c950|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:12:23.216Z|596ac6c5-2284-4e4f-bfcf-e8b79e2eb2d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:12:23.216Z|596ac6c5-2284-4e4f-bfcf-e8b79e2eb2d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:12:23.829Z|e7571725-9e09-4fe3-9df3-2fd1a80cb23b|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:12:23.830Z|e7571725-9e09-4fe3-9df3-2fd1a80cb23b|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:28.619Z|db5defd1-b1a5-4861-b094-33681cc4af5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:28.621Z|db5defd1-b1a5-4861-b094-33681cc4af5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:29.966Z|5c853a62-a010-4af0-a503-e54d0ca10cf6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:29.967Z|5c853a62-a010-4af0-a503-e54d0ca10cf6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:30.448Z|416c0ea2-36c8-4017-b377-d416bb8f374b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:30.448Z|416c0ea2-36c8-4017-b377-d416bb8f374b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:38.014Z|6c19def9-85a2-4d67-bdba-954c6611623b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:12:38.021Z|6c19def9-85a2-4d67-bdba-954c6611623b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:12:38.646Z|3a6338c0-6ab4-4379-883e-9431b50266db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:38.646Z|3a6338c0-6ab4-4379-883e-9431b50266db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:39.989Z|a5e20991-a228-48b0-a6a9-2743bab618bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:39.990Z|a5e20991-a228-48b0-a6a9-2743bab618bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:40.473Z|2c5cd94f-2ffe-44ff-8038-2fef659bca8c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:40.474Z|2c5cd94f-2ffe-44ff-8038-2fef659bca8c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:48.672Z|4bccb684-674a-4394-b2ff-cc73ce2052aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:48.673Z|4bccb684-674a-4394-b2ff-cc73ce2052aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:50.011Z|dcd718ce-deb2-4f03-9eb6-3447da169085|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:50.011Z|dcd718ce-deb2-4f03-9eb6-3447da169085|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:50.494Z|25c5277f-c8ac-4571-839f-b1ca1754b4bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:50.495Z|25c5277f-c8ac-4571-839f-b1ca1754b4bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:12:53.014Z|720fadae-c73a-48e6-9b0f-9a6cc18d18af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:12:53.014Z|720fadae-c73a-48e6-9b0f-9a6cc18d18af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:12:53.217Z|12cad50e-da39-40fa-b76a-279dceb93829|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:12:53.217Z|12cad50e-da39-40fa-b76a-279dceb93829|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:12:58.691Z|5eda52fb-6c9c-42da-9edd-3558bfa69838|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:12:58.692Z|5eda52fb-6c9c-42da-9edd-3558bfa69838|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:00.034Z|016c2872-6698-4fb5-91df-c6373cde3047|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:00.035Z|016c2872-6698-4fb5-91df-c6373cde3047|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:00.516Z|8fcf2e49-d465-44d0-b5c5-f62e63a18902|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:00.517Z|8fcf2e49-d465-44d0-b5c5-f62e63a18902|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:08.014Z|1c9cf0c3-3955-4f2f-8fd3-0ebbada22fb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:13:08.014Z|1c9cf0c3-3955-4f2f-8fd3-0ebbada22fb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:13:08.712Z|f30165d6-c1bd-4899-8f32-3d106ac1084f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:08.713Z|f30165d6-c1bd-4899-8f32-3d106ac1084f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:10.057Z|10a6538b-7d97-4b15-b0e3-0a0c8b6a1f07|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:10.058Z|10a6538b-7d97-4b15-b0e3-0a0c8b6a1f07|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:10.535Z|afcd5c72-1138-4878-b8f3-9ec3d42f7a3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:10.536Z|afcd5c72-1138-4878-b8f3-9ec3d42f7a3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:18.734Z|395e0d3b-bd3f-4c7b-a9a7-20e3824a94f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:18.735Z|395e0d3b-bd3f-4c7b-a9a7-20e3824a94f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:20.079Z|fc2366ac-1f03-49f9-bd84-fd085704b17a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:20.080Z|fc2366ac-1f03-49f9-bd84-fd085704b17a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:20.558Z|6c5a3691-be1e-4b2d-9662-01d4dd20272d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:20.559Z|6c5a3691-be1e-4b2d-9662-01d4dd20272d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:23.014Z|4c92a71c-b9ae-4d62-aa76-77f41055dd3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:13:23.016Z|4c92a71c-b9ae-4d62-aa76-77f41055dd3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:13:23.218Z|4b7b50df-bb96-4e41-a5d8-ca7327845b09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:13:23.219Z|4b7b50df-bb96-4e41-a5d8-ca7327845b09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:13:23.828Z|e014da3b-1fc8-4cb2-80df-068957d4b8bd|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:13:23.829Z|e014da3b-1fc8-4cb2-80df-068957d4b8bd|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:28.756Z|cbb1b75c-af18-4567-b7a6-ced61d8a0474|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:28.758Z|cbb1b75c-af18-4567-b7a6-ced61d8a0474|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:30.099Z|02274d52-2f87-4f0d-a578-c7d6b11a720a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:30.100Z|02274d52-2f87-4f0d-a578-c7d6b11a720a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:30.577Z|56672530-254e-4502-b5af-6180e982200a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:30.578Z|56672530-254e-4502-b5af-6180e982200a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:38.014Z|3ccfff1d-dc22-4233-82c4-0fd767503719|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:13:38.014Z|3ccfff1d-dc22-4233-82c4-0fd767503719|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:13:38.777Z|04fe4f11-f54c-4a01-86eb-857859757be5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:38.778Z|04fe4f11-f54c-4a01-86eb-857859757be5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:40.118Z|bdb48873-c22d-4c59-8364-67499c2d57d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:40.118Z|bdb48873-c22d-4c59-8364-67499c2d57d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:40.598Z|03e5a249-d38c-474d-898c-daf5565d7018|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:40.599Z|03e5a249-d38c-474d-898c-daf5565d7018|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:48.799Z|3d804cb6-12d9-497f-ae4a-328495cccc4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:48.800Z|3d804cb6-12d9-497f-ae4a-328495cccc4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:50.140Z|c2ece14b-0a31-4775-a097-80222ca6dccc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:50.141Z|c2ece14b-0a31-4775-a097-80222ca6dccc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:50.617Z|18fb21b4-d498-42cc-b39f-9720307b53ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:50.618Z|18fb21b4-d498-42cc-b39f-9720307b53ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:13:53.014Z|e652dd83-da66-454a-a312-1a1d52d7c17e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:13:53.015Z|e652dd83-da66-454a-a312-1a1d52d7c17e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:13:53.219Z|bbf88415-e1b2-488a-9a32-634cca11061b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:13:53.220Z|bbf88415-e1b2-488a-9a32-634cca11061b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:13:58.824Z|9d55ff03-82ba-4df1-a7fa-74e43561dfcb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:13:58.825Z|9d55ff03-82ba-4df1-a7fa-74e43561dfcb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:00.166Z|740f90c0-0292-46eb-9fb2-472b5b2fe62e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:00.167Z|740f90c0-0292-46eb-9fb2-472b5b2fe62e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:00.638Z|f70b9fe4-ead6-4909-a6c4-cae9c020ab62|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:00.638Z|f70b9fe4-ead6-4909-a6c4-cae9c020ab62|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:08.015Z|14522736-162e-4b7a-b9c7-849bc78e97fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:14:08.017Z|14522736-162e-4b7a-b9c7-849bc78e97fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:14:08.859Z|34f04170-9484-4c92-a9ce-bb775e19bb88|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:08.860Z|34f04170-9484-4c92-a9ce-bb775e19bb88|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:10.190Z|5396a5ba-51df-47a2-914d-ac8cd85a6970|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:10.191Z|5396a5ba-51df-47a2-914d-ac8cd85a6970|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:10.661Z|68f48f44-a2a8-4587-9818-7197f0ae2bd4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:10.663Z|68f48f44-a2a8-4587-9818-7197f0ae2bd4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:18.887Z|909a1d19-767e-402c-9789-44313bef6a4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:18.889Z|909a1d19-767e-402c-9789-44313bef6a4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:20.212Z|ca33fa5e-4e39-4f6a-b50e-e6a00f0f72e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:20.213Z|ca33fa5e-4e39-4f6a-b50e-e6a00f0f72e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:20.685Z|01c9b1a6-3bff-4998-8d79-ef42552e8e9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:20.686Z|01c9b1a6-3bff-4998-8d79-ef42552e8e9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:23.014Z|a8a503b4-17ef-4d95-aa9a-0d97420301c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:14:23.015Z|a8a503b4-17ef-4d95-aa9a-0d97420301c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:14:23.221Z|e8c9d868-9109-4a31-98ae-1f7331e8c0ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:14:23.222Z|e8c9d868-9109-4a31-98ae-1f7331e8c0ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:14:23.829Z|11e3916f-fbe4-473c-beac-b5a9f4097cb0|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:14:23.829Z|11e3916f-fbe4-473c-beac-b5a9f4097cb0|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:28.915Z|d4b3dbfb-7333-4c64-8715-02297f6229fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:28.917Z|d4b3dbfb-7333-4c64-8715-02297f6229fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:30.234Z|f44c669b-a8be-40a0-9e2e-5260bed47d63|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:30.235Z|f44c669b-a8be-40a0-9e2e-5260bed47d63|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:30.710Z|43b1b8a5-e2ee-47c1-96bd-22eb582ef095|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:30.711Z|43b1b8a5-e2ee-47c1-96bd-22eb582ef095|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:38.014Z|ce0f2f9d-0035-40c2-9acb-30c1efffe111|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:14:38.014Z|ce0f2f9d-0035-40c2-9acb-30c1efffe111|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:14:38.941Z|8ad3a38a-d14b-418f-b435-a29ce5d2a437|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:38.942Z|8ad3a38a-d14b-418f-b435-a29ce5d2a437|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:40.255Z|dc94a5d8-3d1c-4ed6-b5a1-b4749ae923ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:40.256Z|dc94a5d8-3d1c-4ed6-b5a1-b4749ae923ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:40.730Z|9d330679-5a91-4495-b6e8-63e533c84706|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:40.731Z|9d330679-5a91-4495-b6e8-63e533c84706|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:48.964Z|3b97b05b-9976-4ae7-8250-1c53094d6796|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:48.965Z|3b97b05b-9976-4ae7-8250-1c53094d6796|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:50.276Z|1f14560e-c159-4493-8d2f-bd5ce992f474|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:50.277Z|1f14560e-c159-4493-8d2f-bd5ce992f474|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:50.752Z|dc84b569-91e6-4f41-bf17-fbb3f86ac93d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:50.753Z|dc84b569-91e6-4f41-bf17-fbb3f86ac93d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:14:53.014Z|d3fdd220-5dfe-4520-b3b6-10ed4fc947d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:14:53.016Z|d3fdd220-5dfe-4520-b3b6-10ed4fc947d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:14:53.222Z|64acef33-9282-4512-aa73-e2fac853f817|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:14:53.223Z|64acef33-9282-4512-aa73-e2fac853f817|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:14:58.985Z|ffef1dfe-d522-45a5-9689-76986a8c3c7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:14:58.986Z|ffef1dfe-d522-45a5-9689-76986a8c3c7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:00.297Z|1462c231-5c63-44fc-96bf-6bfe3985eb7f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:00.298Z|1462c231-5c63-44fc-96bf-6bfe3985eb7f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:00.774Z|6f130429-c6a8-47e4-97da-717d092661c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:00.775Z|6f130429-c6a8-47e4-97da-717d092661c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:08.014Z|98ce0611-6939-4dbb-a50e-4f1fb5c48288|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:15:08.014Z|98ce0611-6939-4dbb-a50e-4f1fb5c48288|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:15:09.007Z|bce722ec-8225-403e-86b4-202c19aa7e85|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:09.008Z|bce722ec-8225-403e-86b4-202c19aa7e85|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:10.316Z|3f418ba3-bbcd-4d8a-b51c-b595a576e757|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:10.317Z|3f418ba3-bbcd-4d8a-b51c-b595a576e757|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:10.796Z|471671d0-36e4-49ae-b18e-c313a287fab8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:10.797Z|471671d0-36e4-49ae-b18e-c313a287fab8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:19.027Z|9c96bf04-0810-400f-88f0-025f99263758|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:19.028Z|9c96bf04-0810-400f-88f0-025f99263758|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:20.337Z|9e3a97d7-f9a7-4351-8f14-3822458a276a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:20.338Z|9e3a97d7-f9a7-4351-8f14-3822458a276a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:20.815Z|de301da4-bc1d-4693-9ce5-9bced7e3cc61|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:20.816Z|de301da4-bc1d-4693-9ce5-9bced7e3cc61|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:23.014Z|aeb1c257-e2f6-48e3-abe3-0e169e7df6be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:15:23.014Z|aeb1c257-e2f6-48e3-abe3-0e169e7df6be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:15:23.224Z|d68d3e6b-ecfc-4877-87a4-ffa1182c75d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:15:23.224Z|d68d3e6b-ecfc-4877-87a4-ffa1182c75d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:15:23.829Z|6407a5ce-c7f3-43bb-bd19-9f8c919b16f7|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:15:23.830Z|6407a5ce-c7f3-43bb-bd19-9f8c919b16f7|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:29.049Z|d1e0f9a0-07b3-4572-bec0-62d069f464d9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:29.050Z|d1e0f9a0-07b3-4572-bec0-62d069f464d9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:30.360Z|ef81807a-6295-4849-8d8d-8b4937d112ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:30.360Z|ef81807a-6295-4849-8d8d-8b4937d112ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:30.836Z|cb4578a8-f32b-4a19-ab1a-bbe8d81281e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:30.836Z|cb4578a8-f32b-4a19-ab1a-bbe8d81281e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:38.014Z|7487490b-f369-4fd8-a866-bd198286e436|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:15:38.016Z|7487490b-f369-4fd8-a866-bd198286e436|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:15:39.073Z|0957d8b0-c8b9-4221-8c77-78c220c5d6cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:39.074Z|0957d8b0-c8b9-4221-8c77-78c220c5d6cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:40.380Z|6fefefa4-f4ac-40da-a3b7-27cb3f4dacb3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:40.381Z|6fefefa4-f4ac-40da-a3b7-27cb3f4dacb3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:40.861Z|fc15c9df-2a02-46b6-854f-157330ecd35e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:40.862Z|fc15c9df-2a02-46b6-854f-157330ecd35e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:49.106Z|c271af33-0dd0-4bc2-8dd8-190cdaf40c4b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:49.107Z|c271af33-0dd0-4bc2-8dd8-190cdaf40c4b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:50.401Z|dd5482b6-3ee2-4316-8843-36f0c53b7dc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:50.402Z|dd5482b6-3ee2-4316-8843-36f0c53b7dc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:50.886Z|eae7af6c-425b-48ce-8342-079dced26b2a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:50.887Z|eae7af6c-425b-48ce-8342-079dced26b2a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:15:53.015Z|4bedd8f4-8dc2-45cd-8674-f6096ad480e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:15:53.016Z|4bedd8f4-8dc2-45cd-8674-f6096ad480e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:15:53.225Z|d89ac6ab-97af-4e22-9f15-84c4374e8a0e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:15:53.225Z|d89ac6ab-97af-4e22-9f15-84c4374e8a0e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:15:59.137Z|58494821-b2f9-4c71-b008-6e2126c9bd00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:15:59.138Z|58494821-b2f9-4c71-b008-6e2126c9bd00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:00.427Z|2aede21c-af61-42e9-8296-94e8d6c896cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:00.428Z|2aede21c-af61-42e9-8296-94e8d6c896cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:00.914Z|c90a9338-1a74-44d7-8098-1959cda41759|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:00.915Z|c90a9338-1a74-44d7-8098-1959cda41759|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:08.015Z|e1ec6f8d-abeb-438d-8dad-9d8cba485153|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:16:08.020Z|e1ec6f8d-abeb-438d-8dad-9d8cba485153|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:16:09.166Z|efbf9eb2-d376-415c-a71e-f76b8e539098|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:09.167Z|efbf9eb2-d376-415c-a71e-f76b8e539098|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:10.450Z|19fbd21d-44e2-48d6-bd52-e005a44633e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:10.451Z|19fbd21d-44e2-48d6-bd52-e005a44633e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:10.946Z|34902ab1-cf05-4024-bbab-8b04839d1dc6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:10.946Z|34902ab1-cf05-4024-bbab-8b04839d1dc6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:19.193Z|ccce41a4-79f1-41d6-b7c2-d17b5699b8ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:19.194Z|ccce41a4-79f1-41d6-b7c2-d17b5699b8ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:20.472Z|29e43c81-ee7f-492f-8f55-4d1acb000a0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:20.473Z|29e43c81-ee7f-492f-8f55-4d1acb000a0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:20.967Z|7fe1ca7f-8990-4044-8fb3-98a4baeb7995|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:20.968Z|7fe1ca7f-8990-4044-8fb3-98a4baeb7995|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:23.014Z|4567682f-15f2-4f33-a15d-b0ba643b8606|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:16:23.015Z|4567682f-15f2-4f33-a15d-b0ba643b8606|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:16:23.226Z|e793bc31-97df-419a-8be9-9e8506f258cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:16:23.227Z|e793bc31-97df-419a-8be9-9e8506f258cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:16:23.828Z|7b4b4b01-acd4-4b85-96c3-f14d804a9fd9|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:16:23.829Z|7b4b4b01-acd4-4b85-96c3-f14d804a9fd9|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:29.215Z|fb1d5451-3cbc-4d43-b9db-de516525bb21|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:29.216Z|fb1d5451-3cbc-4d43-b9db-de516525bb21|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:30.492Z|1bd8462c-ab81-4300-8ed4-b41170b470d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:30.493Z|1bd8462c-ab81-4300-8ed4-b41170b470d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:30.988Z|24fc5ed5-1899-47e9-ad49-11e911a4c84c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:30.988Z|24fc5ed5-1899-47e9-ad49-11e911a4c84c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:38.014Z|6ceb91eb-5266-4e5e-81e9-2a704aba202d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:16:38.014Z|6ceb91eb-5266-4e5e-81e9-2a704aba202d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:16:39.234Z|3fae8a0e-0a76-4385-995a-910dc90d2279|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:39.235Z|3fae8a0e-0a76-4385-995a-910dc90d2279|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:40.514Z|1e1775b3-8247-473e-a853-af052449382f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:40.515Z|1e1775b3-8247-473e-a853-af052449382f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:41.010Z|f9e53b2e-78f8-4787-b944-2e91beaa04e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:41.010Z|f9e53b2e-78f8-4787-b944-2e91beaa04e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:49.254Z|dc4398ee-98f4-4070-be55-d5af0fbbeb28|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:49.255Z|dc4398ee-98f4-4070-be55-d5af0fbbeb28|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:50.535Z|e5ad6d68-e33a-4f75-b739-738dd3e6c040|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:50.535Z|e5ad6d68-e33a-4f75-b739-738dd3e6c040|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:51.032Z|a2e0f39f-9f50-4e6e-bceb-6f5ef5df2b70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:51.032Z|a2e0f39f-9f50-4e6e-bceb-6f5ef5df2b70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:16:53.014Z|27c15838-4a6e-469b-a7e4-4c05ac2c3720|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:16:53.016Z|27c15838-4a6e-469b-a7e4-4c05ac2c3720|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:16:53.227Z|fd9f19b3-4532-4b33-a912-0a41a7f5754b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:16:53.228Z|fd9f19b3-4532-4b33-a912-0a41a7f5754b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:16:59.273Z|aa7ff2b1-3a03-4b99-ae12-38a4ae0c94e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:16:59.274Z|aa7ff2b1-3a03-4b99-ae12-38a4ae0c94e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:00.555Z|195d8804-b76a-42b4-a006-e1210cf5ea04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:00.556Z|195d8804-b76a-42b4-a006-e1210cf5ea04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:01.054Z|b0709970-4b46-4516-8f7b-a5dae6596e77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:01.055Z|b0709970-4b46-4516-8f7b-a5dae6596e77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:08.014Z|2c586e93-6398-45ac-8d68-f08e4688b28b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:17:08.014Z|2c586e93-6398-45ac-8d68-f08e4688b28b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:17:09.294Z|ce14f755-2727-475a-9a70-7f11b6588543|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:09.295Z|ce14f755-2727-475a-9a70-7f11b6588543|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:10.577Z|76b16bbb-59a6-4a29-9619-ed6e0714959d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:10.577Z|76b16bbb-59a6-4a29-9619-ed6e0714959d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:11.077Z|61c1ce53-6875-4e19-a857-dcc31964b9a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:11.078Z|61c1ce53-6875-4e19-a857-dcc31964b9a5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:19.315Z|774563cb-f190-42f8-8e35-3240d85ab85d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:19.315Z|774563cb-f190-42f8-8e35-3240d85ab85d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:20.596Z|eb6632f0-5e51-43de-a63a-f0fff41e9c62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:20.597Z|eb6632f0-5e51-43de-a63a-f0fff41e9c62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:21.097Z|991c8cab-a131-4cbb-802a-e0527ab1f177|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:21.097Z|991c8cab-a131-4cbb-802a-e0527ab1f177|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:23.014Z|730da0ea-e129-48c6-a014-ba750595823c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:17:23.015Z|730da0ea-e129-48c6-a014-ba750595823c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:17:23.228Z|fd83a22b-0c0e-4856-a1d8-747ff6a1a324|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:17:23.229Z|fd83a22b-0c0e-4856-a1d8-747ff6a1a324|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:17:23.827Z|cdebfcf3-afc2-4a66-b59d-df165eae4ada|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:17:23.828Z|cdebfcf3-afc2-4a66-b59d-df165eae4ada|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:29.337Z|f338b544-7dcb-4a08-ac92-a4b2f01d4c48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:29.338Z|f338b544-7dcb-4a08-ac92-a4b2f01d4c48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:30.618Z|c79a3f7e-c342-46da-9aa4-ba0cf69a8a01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:30.618Z|c79a3f7e-c342-46da-9aa4-ba0cf69a8a01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:31.116Z|e5c6030a-205d-4460-a8f9-844da9199861|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:31.117Z|e5c6030a-205d-4460-a8f9-844da9199861|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:38.014Z|9248e31a-108d-4dd0-aa80-8deefcb8523f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:17:38.016Z|9248e31a-108d-4dd0-aa80-8deefcb8523f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:17:39.362Z|f76eb9e6-3b89-4c6a-a633-ef9a4f53d058|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:39.363Z|f76eb9e6-3b89-4c6a-a633-ef9a4f53d058|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:40.638Z|22d235b7-4461-4e5d-8a1d-c475400823a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:40.639Z|22d235b7-4461-4e5d-8a1d-c475400823a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:41.137Z|23c7b38f-0ff9-4cb4-8e36-579d7621587a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:41.138Z|23c7b38f-0ff9-4cb4-8e36-579d7621587a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:49.404Z|618209df-7f2d-435f-9df9-270bc2ed9e99|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:49.406Z|618209df-7f2d-435f-9df9-270bc2ed9e99|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:50.659Z|3fb8da03-d124-48e3-aefe-e5772bf661dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:50.660Z|3fb8da03-d124-48e3-aefe-e5772bf661dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:51.158Z|a475e463-d03b-433e-916d-f61cb2c956dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:51.159Z|a475e463-d03b-433e-916d-f61cb2c956dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:17:53.014Z|4f4899e7-d0e6-470e-896a-17432567feb6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:17:53.015Z|4f4899e7-d0e6-470e-896a-17432567feb6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:17:53.230Z|938959b8-0dac-4917-a80a-8cea16f7391c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:17:53.230Z|938959b8-0dac-4917-a80a-8cea16f7391c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:17:59.437Z|62005cd5-aa4f-4100-a8d9-bedb08da971c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:17:59.439Z|62005cd5-aa4f-4100-a8d9-bedb08da971c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:00.680Z|92afb92f-055e-4c4e-b301-f73d8d55b1b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:00.681Z|92afb92f-055e-4c4e-b301-f73d8d55b1b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:01.178Z|cbc01871-b5ef-41da-9657-3f9fe198591d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:01.179Z|cbc01871-b5ef-41da-9657-3f9fe198591d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:08.014Z|817c2b9c-8bee-4bca-9a24-779071d15daa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:18:08.015Z|817c2b9c-8bee-4bca-9a24-779071d15daa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:18:09.465Z|0c205fc7-a99d-418f-83c6-f0bfa74d5628|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:09.465Z|0c205fc7-a99d-418f-83c6-f0bfa74d5628|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:10.699Z|0c1356c2-39a3-4c73-8efc-e2e9c44db2d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:10.700Z|0c1356c2-39a3-4c73-8efc-e2e9c44db2d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:11.199Z|36f61615-5897-4b5e-a221-b3a5e37e41cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:11.200Z|36f61615-5897-4b5e-a221-b3a5e37e41cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:19.487Z|a9bfc6a2-96c6-43be-b85c-f5bc7fab29b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:19.488Z|a9bfc6a2-96c6-43be-b85c-f5bc7fab29b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:20.721Z|a051bb7b-4db6-47c0-ad02-39891d29c3a5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:20.721Z|a051bb7b-4db6-47c0-ad02-39891d29c3a5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:21.223Z|724a81a6-c89c-4876-b5c6-cfcfc260806c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:21.224Z|724a81a6-c89c-4876-b5c6-cfcfc260806c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:23.014Z|4ae5bd0b-21ab-4a59-8cb2-7558b081badb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:18:23.016Z|4ae5bd0b-21ab-4a59-8cb2-7558b081badb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:18:23.231Z|3206148c-dc08-4ffd-ae69-c6a8372525e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:18:23.231Z|3206148c-dc08-4ffd-ae69-c6a8372525e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:18:23.828Z|770c4a7f-fe30-4ad4-a6ae-3daf141f3746|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:18:23.829Z|770c4a7f-fe30-4ad4-a6ae-3daf141f3746|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:29.508Z|a4cd22a2-f329-4c03-93a7-40b63c29151d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:29.508Z|a4cd22a2-f329-4c03-93a7-40b63c29151d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:30.742Z|d1db1612-eb48-4de7-a7da-33ab9038e9a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:30.742Z|d1db1612-eb48-4de7-a7da-33ab9038e9a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:31.244Z|48efdcc8-b249-45fa-8d4c-7770ebb07439|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:31.245Z|48efdcc8-b249-45fa-8d4c-7770ebb07439|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:38.014Z|63bea285-b04c-42aa-b683-be5c0bae5081|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:18:38.014Z|63bea285-b04c-42aa-b683-be5c0bae5081|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:18:39.527Z|ac5e47d9-346d-4e8f-9ae1-a7dc7d77e158|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:39.528Z|ac5e47d9-346d-4e8f-9ae1-a7dc7d77e158|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:40.764Z|7752499b-695f-43e3-9e8b-016960f987fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:40.765Z|7752499b-695f-43e3-9e8b-016960f987fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:41.264Z|0c3d5682-5de7-4f7c-9ec1-f91a0f1d823f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:41.265Z|0c3d5682-5de7-4f7c-9ec1-f91a0f1d823f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:49.547Z|c8bd7887-f66d-4871-919f-a0b269d77b62|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:49.548Z|c8bd7887-f66d-4871-919f-a0b269d77b62|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:50.784Z|57271d95-c1df-48ad-b28f-cdb055656334|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:50.784Z|57271d95-c1df-48ad-b28f-cdb055656334|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:51.287Z|e40669aa-e799-4db8-ad26-830b068e458e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:51.288Z|e40669aa-e799-4db8-ad26-830b068e458e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:18:53.014Z|2b9f91f7-e372-4828-9e53-5ffa2732697a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:18:53.014Z|2b9f91f7-e372-4828-9e53-5ffa2732697a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:18:53.232Z|6a45cb9f-b56d-4f97-8abf-3b90a1e25def|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:18:53.232Z|6a45cb9f-b56d-4f97-8abf-3b90a1e25def|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:18:59.569Z|b66b8287-2315-4c9a-b225-36af015ae210|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:18:59.570Z|b66b8287-2315-4c9a-b225-36af015ae210|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:00.803Z|dd357972-3d7a-411d-b937-a3b7308d7317|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:00.804Z|dd357972-3d7a-411d-b937-a3b7308d7317|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:01.306Z|d781005a-726d-424a-873e-7e0bbef228cf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:01.307Z|d781005a-726d-424a-873e-7e0bbef228cf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:08.014Z|891a8258-7e90-47b1-bad5-9aeb2fec2252|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:19:08.015Z|891a8258-7e90-47b1-bad5-9aeb2fec2252|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:19:09.592Z|b7065e4e-8787-401f-a6d2-e8f2fc07b524|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:09.593Z|b7065e4e-8787-401f-a6d2-e8f2fc07b524|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:10.822Z|e7602911-7ae0-4279-a33b-4f705982d0ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:10.823Z|e7602911-7ae0-4279-a33b-4f705982d0ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:11.327Z|908d566d-1e58-463a-8e2d-81e900cb0729|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:11.327Z|908d566d-1e58-463a-8e2d-81e900cb0729|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:19.614Z|9a47b651-9ed7-405e-9648-78d3ec6b54fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:19.614Z|9a47b651-9ed7-405e-9648-78d3ec6b54fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:20.843Z|b94bf6b5-f4d7-44c4-98c4-d7cedad6f84a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:20.844Z|b94bf6b5-f4d7-44c4-98c4-d7cedad6f84a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:21.348Z|c9bf43f8-a630-4191-bb1a-f3d6fe03b037|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:21.348Z|c9bf43f8-a630-4191-bb1a-f3d6fe03b037|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:23.014Z|2db6673a-5d37-4714-bac2-f9e10a62c911|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:19:23.014Z|2db6673a-5d37-4714-bac2-f9e10a62c911|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:19:23.233Z|9b2fbaf1-5dd9-4fb9-b58e-43cc13595b04|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:19:23.234Z|9b2fbaf1-5dd9-4fb9-b58e-43cc13595b04|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:19:23.828Z|e18bcde6-f0b4-468d-a697-358f099ee83d|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:19:23.829Z|e18bcde6-f0b4-468d-a697-358f099ee83d|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:29.636Z|d87a12a6-11df-4c19-826f-feb4f417f3c8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:29.636Z|d87a12a6-11df-4c19-826f-feb4f417f3c8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:30.865Z|9e2d2e85-4983-4eff-b860-e19e0c0a31f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:30.866Z|9e2d2e85-4983-4eff-b860-e19e0c0a31f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:31.366Z|46328879-5d81-4f06-9527-4e0788c7aecf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:31.367Z|46328879-5d81-4f06-9527-4e0788c7aecf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:38.014Z|62e83cdf-8bbc-45d8-bf58-74a87170cd29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:19:38.016Z|62e83cdf-8bbc-45d8-bf58-74a87170cd29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:19:39.660Z|c58b92d9-5225-44d6-b03a-88994d2ec879|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:39.661Z|c58b92d9-5225-44d6-b03a-88994d2ec879|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:40.891Z|7d6b646a-c8aa-481d-ba69-d5d13513a594|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:40.892Z|7d6b646a-c8aa-481d-ba69-d5d13513a594|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:41.386Z|a45bc6ed-ea71-48e8-8dfc-8ddcf8177b4a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:41.387Z|a45bc6ed-ea71-48e8-8dfc-8ddcf8177b4a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:49.688Z|1fd41e44-834f-4689-bcbf-d376395a248a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:49.690Z|1fd41e44-834f-4689-bcbf-d376395a248a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:50.918Z|83a0f42e-2be0-44fd-a164-03178a0cd734|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:50.919Z|83a0f42e-2be0-44fd-a164-03178a0cd734|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:51.409Z|8e737429-a324-4046-9a25-9d95497be836|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:51.410Z|8e737429-a324-4046-9a25-9d95497be836|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:19:53.014Z|9f057df9-a291-4f8f-b39b-6c198c62fa9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:19:53.015Z|9f057df9-a291-4f8f-b39b-6c198c62fa9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:19:53.234Z|e18c272a-546e-452f-8c2c-f0a70e3425ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:19:53.235Z|e18c272a-546e-452f-8c2c-f0a70e3425ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:19:59.716Z|b13c0a3a-1149-4d7b-be54-5298b1668874|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:19:59.717Z|b13c0a3a-1149-4d7b-be54-5298b1668874|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:00.939Z|64c046f2-ffad-4413-8759-5a5868e4ef47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:00.940Z|64c046f2-ffad-4413-8759-5a5868e4ef47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:01.430Z|03b0b3e7-8047-4e94-b64d-8d62983a979f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:01.431Z|03b0b3e7-8047-4e94-b64d-8d62983a979f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:08.014Z|9cf97339-b6d7-470c-a53a-eec9a8fae5d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:20:08.015Z|9cf97339-b6d7-470c-a53a-eec9a8fae5d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:20:09.739Z|41ef6ec7-806b-4861-8a75-f9565f4a496e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:09.740Z|41ef6ec7-806b-4861-8a75-f9565f4a496e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:10.961Z|57d9abcb-82d8-4da2-a0da-7cb5e93a59ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:10.961Z|57d9abcb-82d8-4da2-a0da-7cb5e93a59ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:11.450Z|bfb0c26a-3ba4-4cbb-8eee-60ff6e1d3bbd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:11.451Z|bfb0c26a-3ba4-4cbb-8eee-60ff6e1d3bbd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:19.758Z|7e140269-85f8-40dc-b4de-9851e024fc6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:19.759Z|7e140269-85f8-40dc-b4de-9851e024fc6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:20.980Z|5397c6a5-7cee-4290-998f-22593a424c11|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:20.981Z|5397c6a5-7cee-4290-998f-22593a424c11|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:21.472Z|00c002fb-1606-41b4-b6b3-fc14339a1bc8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:21.473Z|00c002fb-1606-41b4-b6b3-fc14339a1bc8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:23.014Z|cd018341-b346-4bc5-8b7b-942249310ab1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:20:23.016Z|cd018341-b346-4bc5-8b7b-942249310ab1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:20:23.236Z|f4946b6a-bece-4e72-bb8d-119b4f0d95d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:20:23.236Z|f4946b6a-bece-4e72-bb8d-119b4f0d95d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:20:23.828Z|57f4fa94-acca-4109-9410-aacbb340cac7|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:20:23.829Z|57f4fa94-acca-4109-9410-aacbb340cac7|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:29.779Z|8e6bbbcd-a5d4-4775-a1f0-2aca6dca9c02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:29.779Z|8e6bbbcd-a5d4-4775-a1f0-2aca6dca9c02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:31.001Z|c8d0c0a3-6df5-4bb2-b0ee-14f4467ea5e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:31.002Z|c8d0c0a3-6df5-4bb2-b0ee-14f4467ea5e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:31.499Z|fc8a17b0-ea5f-492b-86d3-5f76dd14b981|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:31.500Z|fc8a17b0-ea5f-492b-86d3-5f76dd14b981|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:38.014Z|3c1cab1c-42a8-4c6b-ae04-f9d630eb8838|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:20:38.014Z|3c1cab1c-42a8-4c6b-ae04-f9d630eb8838|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:20:39.801Z|ad8fde86-099c-4098-ba21-3d406385ebd2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:39.802Z|ad8fde86-099c-4098-ba21-3d406385ebd2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:41.032Z|2851c28b-d07d-445c-850f-d8975042bcc9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:41.033Z|2851c28b-d07d-445c-850f-d8975042bcc9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:41.526Z|9892ae2e-a5cb-40d6-9353-d4ce95a65e51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:41.527Z|9892ae2e-a5cb-40d6-9353-d4ce95a65e51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:49.823Z|5dd1801d-bbc4-4729-bfac-850c82e2a973|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:49.824Z|5dd1801d-bbc4-4729-bfac-850c82e2a973|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:51.053Z|0c54aba2-ec86-4f2d-acb8-0b21f66a7477|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:51.054Z|0c54aba2-ec86-4f2d-acb8-0b21f66a7477|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:51.598Z|b5decaa0-1a47-421a-8937-62737f914097|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:51.599Z|b5decaa0-1a47-421a-8937-62737f914097|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:20:53.014Z|2cb49ebc-552d-4fe0-988a-d9d40c5848cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:20:53.014Z|2cb49ebc-552d-4fe0-988a-d9d40c5848cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:20:53.237Z|66d9abb7-5551-453d-8cb0-69ef5460b10c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:20:53.237Z|66d9abb7-5551-453d-8cb0-69ef5460b10c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:20:59.842Z|e280d829-cc20-4437-aadd-99f3b250ca37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:20:59.843Z|e280d829-cc20-4437-aadd-99f3b250ca37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:01.073Z|a76a7b40-2b0f-49f8-856f-0ac20fc2750e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:01.074Z|a76a7b40-2b0f-49f8-856f-0ac20fc2750e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:01.618Z|b32c74f6-936f-49cb-8298-f97c13648903|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:01.619Z|b32c74f6-936f-49cb-8298-f97c13648903|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:08.014Z|3ac7e509-71c5-41ec-9334-4cc842e2af6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:21:08.016Z|3ac7e509-71c5-41ec-9334-4cc842e2af6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:21:09.863Z|10aeae34-6baa-4710-bb7d-2b94b2ba8b52|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:09.864Z|10aeae34-6baa-4710-bb7d-2b94b2ba8b52|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:11.093Z|599625e1-582c-4243-b455-96540ba75c31|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:11.094Z|599625e1-582c-4243-b455-96540ba75c31|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:11.641Z|008f6c95-0b12-486d-bacd-4c6feb2868a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:11.642Z|008f6c95-0b12-486d-bacd-4c6feb2868a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:19.887Z|5046f18b-44a8-4f3c-accf-cd49e6e34d7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:19.888Z|5046f18b-44a8-4f3c-accf-cd49e6e34d7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:21.115Z|25917a09-2c2f-4c0d-b2f3-a7cde3ec69c8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:21.116Z|25917a09-2c2f-4c0d-b2f3-a7cde3ec69c8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:21.664Z|b7ffa19d-39eb-4446-929a-098de119665f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:21.665Z|b7ffa19d-39eb-4446-929a-098de119665f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:23.014Z|4b796636-c5c9-4693-a48f-c014525bd418|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:21:23.014Z|4b796636-c5c9-4693-a48f-c014525bd418|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:21:23.238Z|14fdbc8d-3fed-44db-9fae-eb5f956f0c64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:21:23.239Z|14fdbc8d-3fed-44db-9fae-eb5f956f0c64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:21:23.828Z|0272db83-9ddb-422a-977e-347974688ca6|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:21:23.828Z|0272db83-9ddb-422a-977e-347974688ca6|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:29.916Z|05ac3e83-383d-4cce-b534-3974c36fa847|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:29.918Z|05ac3e83-383d-4cce-b534-3974c36fa847|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:31.136Z|57cf719c-37db-482c-9999-a79f2037beaf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:31.137Z|57cf719c-37db-482c-9999-a79f2037beaf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:31.688Z|a0358fc5-8e2a-4f56-a9c5-26587c2a8c5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:31.689Z|a0358fc5-8e2a-4f56-a9c5-26587c2a8c5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:38.014Z|96f86ba5-efee-4ff9-b7ee-b6cc3cb86ff0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:21:38.015Z|96f86ba5-efee-4ff9-b7ee-b6cc3cb86ff0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:21:39.945Z|483de5bf-cf96-4144-aa66-255fa0b6e3ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:39.946Z|483de5bf-cf96-4144-aa66-255fa0b6e3ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:41.158Z|06ce1754-79af-4df6-81b1-1c45d57587f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:41.159Z|06ce1754-79af-4df6-81b1-1c45d57587f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:41.712Z|34023b56-5bfd-4821-8ac6-b532e2b00ada|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:41.712Z|34023b56-5bfd-4821-8ac6-b532e2b00ada|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:49.972Z|4d7e371e-ad5a-4a9c-aa38-5a5fd49a7b87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:49.974Z|4d7e371e-ad5a-4a9c-aa38-5a5fd49a7b87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:51.179Z|90efc7b6-654a-46ea-8db7-a5cb00636bfe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:51.180Z|90efc7b6-654a-46ea-8db7-a5cb00636bfe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:51.734Z|5a16850e-fa81-448c-83a0-8a705c78f49f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:21:51.734Z|5a16850e-fa81-448c-83a0-8a705c78f49f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:21:53.014Z|c6b9911c-d7b8-41cd-acdf-858ba524aac1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:21:53.017Z|c6b9911c-d7b8-41cd-acdf-858ba524aac1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:21:53.241Z|b6c14922-55ec-44f5-a1dc-12888a3b32e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:21:53.241Z|b6c14922-55ec-44f5-a1dc-12888a3b32e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:22:00.003Z|95b01bec-9d18-42a1-ab6b-d7c75ac9650d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:00.004Z|95b01bec-9d18-42a1-ab6b-d7c75ac9650d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:01.200Z|9defebcb-b60f-40bc-9e67-da22e771b4f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:01.201Z|9defebcb-b60f-40bc-9e67-da22e771b4f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:01.755Z|c7d032da-53c8-42b1-8a35-cb69925d19c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:01.756Z|c7d032da-53c8-42b1-8a35-cb69925d19c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:08.014Z|9e51742a-20e0-41cf-aba4-c2b0909ba3d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:22:08.014Z|9e51742a-20e0-41cf-aba4-c2b0909ba3d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:22:10.030Z|c20551ec-8380-4840-b0f1-adb8fdc83ba7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:10.030Z|c20551ec-8380-4840-b0f1-adb8fdc83ba7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:11.219Z|5cc3f9f4-5e0a-43c5-aa64-8bcc9c228cc9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:11.220Z|5cc3f9f4-5e0a-43c5-aa64-8bcc9c228cc9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:11.775Z|35cec07b-ae8a-486a-89bb-6aad5e7a5fe2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:11.776Z|35cec07b-ae8a-486a-89bb-6aad5e7a5fe2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:20.050Z|76e2cfeb-b057-4696-82e1-34f71d52f7b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:20.050Z|76e2cfeb-b057-4696-82e1-34f71d52f7b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:21.242Z|5c280c82-2d58-46ab-aa9a-9fa23d00afdf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:21.243Z|5c280c82-2d58-46ab-aa9a-9fa23d00afdf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:21.797Z|74a6ed13-05c8-48ae-86e2-5c0f61fbc09f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:21.798Z|74a6ed13-05c8-48ae-86e2-5c0f61fbc09f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:23.014Z|525d06ce-40f9-4d4f-b900-d134ad219d8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:22:23.014Z|525d06ce-40f9-4d4f-b900-d134ad219d8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:22:23.242Z|4b2ead67-3e65-4563-88d8-ad30bcf9e182|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:22:23.242Z|4b2ead67-3e65-4563-88d8-ad30bcf9e182|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:22:23.828Z|980a9bbf-134f-4a53-8fac-3fb21a71c076|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:22:23.829Z|980a9bbf-134f-4a53-8fac-3fb21a71c076|http-nio-8080-exec-7|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:30.075Z|68ae41b3-f608-4a2c-ad37-8528339d19d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:30.076Z|68ae41b3-f608-4a2c-ad37-8528339d19d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:31.262Z|5135910e-2e54-4931-8627-699a0b587386|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:31.263Z|5135910e-2e54-4931-8627-699a0b587386|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:31.817Z|bcc1ea01-076a-4ccf-aa9d-4ef28833c90a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:31.817Z|bcc1ea01-076a-4ccf-aa9d-4ef28833c90a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:38.014Z|1e23b74c-0379-4760-a1f5-7cc9d6877501|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:22:38.016Z|1e23b74c-0379-4760-a1f5-7cc9d6877501|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:22:40.098Z|900d487e-6445-4842-8e7b-b2053cd25b89|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:40.099Z|900d487e-6445-4842-8e7b-b2053cd25b89|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:41.285Z|305a4694-9e04-4346-adc4-ed86f407cbd9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:41.286Z|305a4694-9e04-4346-adc4-ed86f407cbd9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:41.846Z|d0ce8d9a-500a-437b-9d9e-590ee31578cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:41.847Z|d0ce8d9a-500a-437b-9d9e-590ee31578cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:50.117Z|98cc01d5-6acd-45d8-9fe4-dca9f87c74b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:50.118Z|98cc01d5-6acd-45d8-9fe4-dca9f87c74b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:51.306Z|edd88241-2f49-4488-8051-929e6df9dec9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:51.314Z|edd88241-2f49-4488-8051-929e6df9dec9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:51.866Z|1e715d5f-faf0-45a3-8b35-4e887191a842|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:22:51.867Z|1e715d5f-faf0-45a3-8b35-4e887191a842|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:22:53.014Z|08156b64-66b5-47de-922c-1ba77af39b77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:22:53.014Z|08156b64-66b5-47de-922c-1ba77af39b77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:22:53.243Z|cb3a54b4-8b0f-45c6-a662-7877a0bee80d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:22:53.243Z|cb3a54b4-8b0f-45c6-a662-7877a0bee80d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:23:00.138Z|2ddea4b5-62b7-475c-95f4-e003f00c15f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:00.139Z|2ddea4b5-62b7-475c-95f4-e003f00c15f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:01.335Z|95fc58b4-d7fd-459c-ac98-bc6e06280780|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:01.336Z|95fc58b4-d7fd-459c-ac98-bc6e06280780|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:01.888Z|832df5e9-fb1e-454b-842e-9cfd256956bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:01.889Z|832df5e9-fb1e-454b-842e-9cfd256956bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:08.014Z|66131fd4-0ec2-4bb6-b743-08f3233f7929|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:23:08.014Z|66131fd4-0ec2-4bb6-b743-08f3233f7929|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:23:10.160Z|6d306e3c-620f-44ac-b907-de3620601054|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:10.161Z|6d306e3c-620f-44ac-b907-de3620601054|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:11.356Z|4b3a4e18-ce38-4562-a52b-3601a811d60b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:11.357Z|4b3a4e18-ce38-4562-a52b-3601a811d60b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:11.909Z|d244689b-cc3e-4d7d-9248-24a07bc23689|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:11.918Z|d244689b-cc3e-4d7d-9248-24a07bc23689|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:20.189Z|ec573195-2a9d-493b-abd1-8cdeff8d8bf3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:20.190Z|ec573195-2a9d-493b-abd1-8cdeff8d8bf3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:21.378Z|bea3a13f-bed2-4d65-b744-1d26d32efcd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:21.378Z|bea3a13f-bed2-4d65-b744-1d26d32efcd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:21.939Z|004aecb5-7fee-484b-a685-e5dc3856dd2e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:21.940Z|004aecb5-7fee-484b-a685-e5dc3856dd2e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:23.014Z|0f20434b-5416-43d1-9762-3c6c0cbf3949|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:23:23.015Z|0f20434b-5416-43d1-9762-3c6c0cbf3949|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:23:23.244Z|05c8e4c7-4c30-44b2-97bf-4266bea72814|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:23:23.245Z|05c8e4c7-4c30-44b2-97bf-4266bea72814|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:23:23.828Z|dd73aba1-9ef4-4c44-ba42-95e690382fb5|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:23:23.828Z|dd73aba1-9ef4-4c44-ba42-95e690382fb5|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:30.211Z|17fad8ad-1c3f-4cfa-bbdd-05a14f1c18ac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:30.212Z|17fad8ad-1c3f-4cfa-bbdd-05a14f1c18ac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:31.399Z|a768b8eb-3150-4ff2-8134-2c0b18b760cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:31.400Z|a768b8eb-3150-4ff2-8134-2c0b18b760cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:31.960Z|d1ab359d-0452-4d4d-8864-a7f61fc3323d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:31.961Z|d1ab359d-0452-4d4d-8864-a7f61fc3323d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:38.015Z|b147ec8a-f73a-4b40-b149-c08049c2e871|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:23:38.016Z|b147ec8a-f73a-4b40-b149-c08049c2e871|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:23:40.235Z|e82fdfe1-b0c4-4da5-816a-1c992763507f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:40.237Z|e82fdfe1-b0c4-4da5-816a-1c992763507f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:41.421Z|adf0141c-0a68-46be-9fc2-a787fe4602a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:41.422Z|adf0141c-0a68-46be-9fc2-a787fe4602a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:41.985Z|7c17683d-fe1a-4be2-8568-bddee29098fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:41.985Z|7c17683d-fe1a-4be2-8568-bddee29098fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:50.265Z|2e1b41f3-8989-45a2-bf08-cc924b4572d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:50.267Z|2e1b41f3-8989-45a2-bf08-cc924b4572d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:51.444Z|a69e6925-724b-424f-9054-1579e17ea03f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:51.445Z|a69e6925-724b-424f-9054-1579e17ea03f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:52.008Z|533df92b-1969-4c60-866b-485ac4e71849|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:23:52.009Z|533df92b-1969-4c60-866b-485ac4e71849|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:23:53.014Z|9bba05db-dc4f-4b08-80d1-420a447b8f75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:23:53.015Z|9bba05db-dc4f-4b08-80d1-420a447b8f75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:23:53.245Z|cd9ca8b9-3a34-4e75-976b-5520abe6e588|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:23:53.246Z|cd9ca8b9-3a34-4e75-976b-5520abe6e588|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:24:00.294Z|90333830-c735-4166-84a3-78d33a7393f4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:00.295Z|90333830-c735-4166-84a3-78d33a7393f4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:01.465Z|a332b594-80b6-4137-aea4-ecdd6b1861fd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:01.465Z|a332b594-80b6-4137-aea4-ecdd6b1861fd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:02.028Z|8710ec89-b752-4893-bf83-9aff13f2669a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:02.029Z|8710ec89-b752-4893-bf83-9aff13f2669a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:08.014Z|43fc45e3-e507-49c5-90ba-8d16edc370c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:24:08.016Z|43fc45e3-e507-49c5-90ba-8d16edc370c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:24:10.318Z|5a19bdd8-e408-476b-9d24-9b9f2f89513d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:10.318Z|5a19bdd8-e408-476b-9d24-9b9f2f89513d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:11.484Z|a6aea47d-42c4-49ee-ac7e-07da23d4ba23|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:11.485Z|a6aea47d-42c4-49ee-ac7e-07da23d4ba23|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:12.049Z|3c8ed8eb-6cf7-489d-afb4-236d80c3af1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:12.050Z|3c8ed8eb-6cf7-489d-afb4-236d80c3af1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:20.340Z|23d6edbb-02fc-48fb-b994-efdd00038022|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:20.341Z|23d6edbb-02fc-48fb-b994-efdd00038022|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:21.504Z|83711b35-f1e6-4147-beda-5fe40a53c0d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:21.505Z|83711b35-f1e6-4147-beda-5fe40a53c0d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:22.070Z|9caf5b82-85ea-4117-9fbc-658a79a2bacb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:22.071Z|9caf5b82-85ea-4117-9fbc-658a79a2bacb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:23.014Z|a4ba7820-82dc-4e31-a908-b07bdecc9f6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:24:23.014Z|a4ba7820-82dc-4e31-a908-b07bdecc9f6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:24:23.246Z|6d8ca677-ae82-4347-89a6-a7b91b4bee45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:24:23.247Z|6d8ca677-ae82-4347-89a6-a7b91b4bee45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:24:23.828Z|dba2e43c-1fca-4022-95c4-7c282ab03dbe|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:24:23.829Z|dba2e43c-1fca-4022-95c4-7c282ab03dbe|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:30.362Z|94481be4-5d04-4a4b-8c1d-70ad94057dcc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:30.363Z|94481be4-5d04-4a4b-8c1d-70ad94057dcc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:31.526Z|701f9bf3-0716-4b38-aa4a-f44aa82ea3a9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:31.526Z|701f9bf3-0716-4b38-aa4a-f44aa82ea3a9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:32.093Z|30c2e336-ac8a-412d-bae4-64071b20c920|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:32.094Z|30c2e336-ac8a-412d-bae4-64071b20c920|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:38.014Z|1c2ae738-c25e-4229-8701-ed64d5974014|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:24:38.014Z|1c2ae738-c25e-4229-8701-ed64d5974014|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:24:40.383Z|fd19ad44-c187-4998-929a-6f915ab7ab9f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:40.383Z|fd19ad44-c187-4998-929a-6f915ab7ab9f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:41.545Z|995e8c6d-dfca-4e0b-95d3-b00c3ca0d655|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:41.546Z|995e8c6d-dfca-4e0b-95d3-b00c3ca0d655|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:42.116Z|49aceb44-19ea-4d79-9417-b4f2f16ba0e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:42.117Z|49aceb44-19ea-4d79-9417-b4f2f16ba0e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:50.402Z|124c961a-a96d-4f5e-921c-0191c98c94b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:50.403Z|124c961a-a96d-4f5e-921c-0191c98c94b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:51.566Z|6dd92e9b-5bf6-4123-8d33-73aa0393e209|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:51.566Z|6dd92e9b-5bf6-4123-8d33-73aa0393e209|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:52.138Z|fb025f41-d920-4936-ad43-2b6c033188c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:24:52.138Z|fb025f41-d920-4936-ad43-2b6c033188c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:24:53.017Z|9f976ce3-2b1a-4c71-ad1c-e1c990aa2ebe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:24:53.020Z|9f976ce3-2b1a-4c71-ad1c-e1c990aa2ebe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:24:53.247Z|b87b9a6d-99cb-4fda-94f9-aee48f53ee7b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:24:53.248Z|b87b9a6d-99cb-4fda-94f9-aee48f53ee7b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:25:00.425Z|d95e8907-96cc-441f-a66d-de888090f5ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:00.425Z|d95e8907-96cc-441f-a66d-de888090f5ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:01.593Z|dbf016ac-dd4b-4270-8630-11dd362c45fb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:01.594Z|dbf016ac-dd4b-4270-8630-11dd362c45fb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:02.160Z|44b30d3d-a4d4-4afb-b10d-6c4274d50109|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:02.160Z|44b30d3d-a4d4-4afb-b10d-6c4274d50109|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:08.014Z|b975f93f-4760-4ec6-8a39-3e017d0766ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:25:08.014Z|b975f93f-4760-4ec6-8a39-3e017d0766ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:25:10.445Z|5fdf0215-04bf-4e8f-900c-6d73df43fb05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:10.446Z|5fdf0215-04bf-4e8f-900c-6d73df43fb05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:11.614Z|14603979-1569-478d-8741-070b8d145aae|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:11.614Z|14603979-1569-478d-8741-070b8d145aae|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:12.180Z|21c185ec-6d92-4b6c-80b8-fda9ae53dc1d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:12.181Z|21c185ec-6d92-4b6c-80b8-fda9ae53dc1d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:20.470Z|bb9653fe-e3f6-4d25-a810-2487e1897aec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:20.471Z|bb9653fe-e3f6-4d25-a810-2487e1897aec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:21.633Z|ccf3ef54-9a3d-49a2-98de-f91fc138b89c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:21.633Z|ccf3ef54-9a3d-49a2-98de-f91fc138b89c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:22.200Z|fdb4bace-a6e1-400f-8680-402a6a49c34d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:22.201Z|fdb4bace-a6e1-400f-8680-402a6a49c34d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:23.014Z|9ec688ce-848d-40ce-89ca-e57f27c5977d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:25:23.014Z|9ec688ce-848d-40ce-89ca-e57f27c5977d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:25:23.249Z|ec6e6031-5e39-4bdb-8939-90ac85fba198|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:25:23.249Z|ec6e6031-5e39-4bdb-8939-90ac85fba198|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:25:23.828Z|f55e3ac9-2ea7-4856-81ac-a0a3b537903d|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:25:23.828Z|f55e3ac9-2ea7-4856-81ac-a0a3b537903d|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:30.498Z|ebe770a8-88f9-4cc7-971a-85e560da1c18|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:30.500Z|ebe770a8-88f9-4cc7-971a-85e560da1c18|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:31.653Z|5a3f66ce-085c-4043-8fb1-90ed3d57fb71|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:31.654Z|5a3f66ce-085c-4043-8fb1-90ed3d57fb71|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:32.222Z|fcf1c8ec-7f59-48a8-bb45-fd14428b9fef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:32.223Z|fcf1c8ec-7f59-48a8-bb45-fd14428b9fef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:38.014Z|16dcac38-ed09-4df1-90c9-602195b0647c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:25:38.018Z|16dcac38-ed09-4df1-90c9-602195b0647c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:25:40.526Z|d251086f-d88d-4ae0-9435-e5b0194c198d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:40.528Z|d251086f-d88d-4ae0-9435-e5b0194c198d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:41.674Z|77fe1e59-bd03-43ca-bebf-122d039a1b26|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:41.675Z|77fe1e59-bd03-43ca-bebf-122d039a1b26|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:42.247Z|f2b55aa8-bd10-4eb7-ab3d-d37b26ce16e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:42.248Z|f2b55aa8-bd10-4eb7-ab3d-d37b26ce16e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:50.556Z|fcb4ba9f-1f89-433b-8c7e-941c2e9778cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:50.558Z|fcb4ba9f-1f89-433b-8c7e-941c2e9778cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:51.697Z|43f57770-705b-4199-aac9-f4d5f3be48f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:51.698Z|43f57770-705b-4199-aac9-f4d5f3be48f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:52.272Z|34e0b6d0-f221-47e0-9991-bd594f4aea08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:25:52.273Z|34e0b6d0-f221-47e0-9991-bd594f4aea08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:25:53.014Z|52dc0e5d-00b0-4e4c-925c-61f28b054e60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:25:53.015Z|52dc0e5d-00b0-4e4c-925c-61f28b054e60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:25:53.251Z|c3b693fb-9619-4c6a-970d-157f34f4e71a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:25:53.251Z|c3b693fb-9619-4c6a-970d-157f34f4e71a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:26:00.582Z|6ef65c15-47b7-4ebd-b094-fe39a0a89584|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:00.583Z|6ef65c15-47b7-4ebd-b094-fe39a0a89584|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:01.719Z|d54e80a1-fef7-467b-ae33-ac5a3f29c150|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:01.719Z|d54e80a1-fef7-467b-ae33-ac5a3f29c150|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:02.293Z|81bcdd0e-b7cf-4b37-bf3d-e7740ece4558|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:02.294Z|81bcdd0e-b7cf-4b37-bf3d-e7740ece4558|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:08.014Z|4fdff466-0ee2-40d6-804b-45cc14df0a2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:26:08.015Z|4fdff466-0ee2-40d6-804b-45cc14df0a2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:26:10.604Z|d45e50a3-48c6-4844-afb8-9f857d931feb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:10.604Z|d45e50a3-48c6-4844-afb8-9f857d931feb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:11.741Z|4736309a-84a3-4b62-acc6-33c14bc7e368|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:11.742Z|4736309a-84a3-4b62-acc6-33c14bc7e368|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:12.314Z|9e68ae06-baf2-4126-a15c-5fd2ef2f4eec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:12.314Z|9e68ae06-baf2-4126-a15c-5fd2ef2f4eec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:20.624Z|9753cf10-9915-4922-9f14-a368eb488a54|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:20.625Z|9753cf10-9915-4922-9f14-a368eb488a54|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:21.764Z|1aabd074-c67c-45db-8155-9e17aeaac7a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:21.764Z|1aabd074-c67c-45db-8155-9e17aeaac7a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:22.335Z|871dac50-7d12-4f24-aa52-e9d02fb64c0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:22.336Z|871dac50-7d12-4f24-aa52-e9d02fb64c0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:23.014Z|485ac72c-fd53-458d-9943-83f707d75830|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:26:23.016Z|485ac72c-fd53-458d-9943-83f707d75830|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:26:23.252Z|e09c16ea-aeeb-4c53-889b-67d9ef3a6a20|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:26:23.252Z|e09c16ea-aeeb-4c53-889b-67d9ef3a6a20|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:26:23.828Z|2c2a20ce-9244-4a5b-ac76-502fd40321f7|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:26:23.829Z|2c2a20ce-9244-4a5b-ac76-502fd40321f7|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:30.645Z|6d2b2b0c-da3d-4298-9f11-834835c4acc5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:30.646Z|6d2b2b0c-da3d-4298-9f11-834835c4acc5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:31.785Z|7e7ba325-7158-4e63-9f8e-18d6070ccf19|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:31.785Z|7e7ba325-7158-4e63-9f8e-18d6070ccf19|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:32.358Z|cf72a0d6-37d4-4455-b810-fb4fd8ca1bbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:32.359Z|cf72a0d6-37d4-4455-b810-fb4fd8ca1bbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:38.014Z|1dc8f3c7-e161-41fb-a6d8-61e0907fc495|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:26:38.014Z|1dc8f3c7-e161-41fb-a6d8-61e0907fc495|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:26:40.666Z|fa422fc7-4c9e-4ed4-adf9-8fa9e3e783fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:40.666Z|fa422fc7-4c9e-4ed4-adf9-8fa9e3e783fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:41.824Z|36f1007e-9d74-4f09-afff-d475decad6b0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:41.825Z|36f1007e-9d74-4f09-afff-d475decad6b0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:42.379Z|f43271c4-15e0-4ee7-aee4-6183a741402f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:42.379Z|f43271c4-15e0-4ee7-aee4-6183a741402f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:50.689Z|8aa35d48-a236-4b19-b09b-a7cd5dcfba03|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:50.690Z|8aa35d48-a236-4b19-b09b-a7cd5dcfba03|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:51.844Z|f656106f-3da6-49b1-80ca-7acaba692b82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:51.845Z|f656106f-3da6-49b1-80ca-7acaba692b82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:52.401Z|a7cdcbc3-c74c-4ab6-82c3-7a979678e162|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:26:52.401Z|a7cdcbc3-c74c-4ab6-82c3-7a979678e162|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:26:53.014Z|f3695cf0-2d43-4365-9073-1ebcf9f29659|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:26:53.014Z|f3695cf0-2d43-4365-9073-1ebcf9f29659|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:26:53.253Z|313627bb-e6f6-463d-9259-98bf418d63fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:26:53.253Z|313627bb-e6f6-463d-9259-98bf418d63fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:27:00.710Z|a87557fa-5705-4d78-a5e8-33fcbec71134|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:00.710Z|a87557fa-5705-4d78-a5e8-33fcbec71134|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:01.894Z|777d7ee3-045e-41e6-9a59-ca063c858a74|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:01.895Z|777d7ee3-045e-41e6-9a59-ca063c858a74|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:02.421Z|0780af38-b063-48b6-a213-532d4d26b08b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:02.422Z|0780af38-b063-48b6-a213-532d4d26b08b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:08.014Z|aea95b79-54a4-4674-9163-8be03bef26a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:27:08.016Z|aea95b79-54a4-4674-9163-8be03bef26a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:27:10.733Z|d3593219-9cc3-46a0-b237-03f0093c6f86|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:10.734Z|d3593219-9cc3-46a0-b237-03f0093c6f86|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:11.916Z|87fb399c-3bce-4d13-ae70-688954a72322|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:11.916Z|87fb399c-3bce-4d13-ae70-688954a72322|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:12.442Z|c1e834ea-0cad-48d6-a04d-7ed3467f1f0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:12.443Z|c1e834ea-0cad-48d6-a04d-7ed3467f1f0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:20.759Z|8a6a45c3-a2c4-4a29-9c23-14ea0e695249|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:20.761Z|8a6a45c3-a2c4-4a29-9c23-14ea0e695249|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:21.937Z|1b802829-0737-4e4b-87e0-9027c4b8adb6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:21.937Z|1b802829-0737-4e4b-87e0-9027c4b8adb6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:22.465Z|848a15aa-5dbb-4a78-a987-29600a216288|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:22.466Z|848a15aa-5dbb-4a78-a987-29600a216288|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:23.014Z|3ff35401-4b4d-401a-96e6-0cc42df5fe7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:27:23.015Z|3ff35401-4b4d-401a-96e6-0cc42df5fe7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:27:23.254Z|b5d860c9-6a46-4bd1-8b97-44362233ce15|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:27:23.255Z|b5d860c9-6a46-4bd1-8b97-44362233ce15|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:27:23.828Z|68f294b1-0116-4c6a-a1ab-553e39fac8cc|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:27:23.829Z|68f294b1-0116-4c6a-a1ab-553e39fac8cc|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:30.791Z|c6dab077-3f8d-4ddf-b525-8f53297b1517|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:30.792Z|c6dab077-3f8d-4ddf-b525-8f53297b1517|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:31.958Z|c48df7c9-c8ff-4557-9fca-4e10ae5fa8db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:31.960Z|c48df7c9-c8ff-4557-9fca-4e10ae5fa8db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:32.486Z|9f22ff75-5077-46a9-8911-14f4510e00b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:32.487Z|9f22ff75-5077-46a9-8911-14f4510e00b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:38.014Z|fa760066-ebf8-462c-b70f-0e83014b5e10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:27:38.015Z|fa760066-ebf8-462c-b70f-0e83014b5e10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:27:40.815Z|946be80d-fa8a-48dd-a9bd-812203eb0859|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:40.816Z|946be80d-fa8a-48dd-a9bd-812203eb0859|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:41.982Z|7b1d6387-aade-48cb-ab79-7ff13d03d9e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:41.983Z|7b1d6387-aade-48cb-ab79-7ff13d03d9e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:42.510Z|3fde7505-3e8f-42c7-ba80-f6c68e9a8db9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:42.510Z|3fde7505-3e8f-42c7-ba80-f6c68e9a8db9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:50.838Z|617566c6-fe39-4fbd-bf59-e527b36652ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:50.839Z|617566c6-fe39-4fbd-bf59-e527b36652ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:52.003Z|8c13057a-5a40-441e-b135-3b6767944d14|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:52.004Z|8c13057a-5a40-441e-b135-3b6767944d14|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:52.531Z|3e339c2f-d2ed-4869-9c2b-6c4e37d25f57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:27:52.533Z|3e339c2f-d2ed-4869-9c2b-6c4e37d25f57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:27:53.014Z|b7d8b8f1-771a-4b62-ab8f-faffc5498739|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:27:53.014Z|b7d8b8f1-771a-4b62-ab8f-faffc5498739|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:27:53.255Z|e615d940-8875-48a9-94f7-8f05e9e21fd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:27:53.256Z|e615d940-8875-48a9-94f7-8f05e9e21fd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:28:00.860Z|8faa460e-5ab4-4124-8ede-c32703ad0e47|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:00.861Z|8faa460e-5ab4-4124-8ede-c32703ad0e47|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:02.026Z|24f4c25f-019d-4141-a9db-8a8a68d716a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:02.027Z|24f4c25f-019d-4141-a9db-8a8a68d716a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:02.554Z|c9228c05-fc8b-48b3-89ce-434dbce07f86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:02.554Z|c9228c05-fc8b-48b3-89ce-434dbce07f86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:08.014Z|ad77b732-7ed7-4133-b9dd-970f518942b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:28:08.014Z|ad77b732-7ed7-4133-b9dd-970f518942b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:28:10.890Z|d267e7e7-3d2d-4b99-924e-1aa09df0f704|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:10.890Z|d267e7e7-3d2d-4b99-924e-1aa09df0f704|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:12.046Z|dfa555b4-34db-4b6e-8ad9-79e62221bc98|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:12.047Z|dfa555b4-34db-4b6e-8ad9-79e62221bc98|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:12.575Z|fa544e45-391d-4e5e-ba84-2f6aa324680d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:12.576Z|fa544e45-391d-4e5e-ba84-2f6aa324680d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:20.911Z|57747056-22f6-423a-b340-9489210ff839|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:20.912Z|57747056-22f6-423a-b340-9489210ff839|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:22.069Z|bd25fc76-4d6e-4415-8c1f-7a27ad2d002c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:22.070Z|bd25fc76-4d6e-4415-8c1f-7a27ad2d002c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:22.596Z|58e95dae-0580-4f6a-9460-5a3629f6759d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:22.597Z|58e95dae-0580-4f6a-9460-5a3629f6759d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:23.014Z|358710ef-0dc3-4f58-bde6-d073a781fe0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:28:23.015Z|358710ef-0dc3-4f58-bde6-d073a781fe0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:28:23.257Z|44d4ddf3-fc38-44c0-8cbe-373a81b75e05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:28:23.257Z|44d4ddf3-fc38-44c0-8cbe-373a81b75e05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:28:23.828Z|200e21b5-d70e-4a2d-9fff-d2f4d126d18e|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:28:23.829Z|200e21b5-d70e-4a2d-9fff-d2f4d126d18e|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:30.930Z|af55ea51-1e8f-40e3-9406-874c21f729d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:30.931Z|af55ea51-1e8f-40e3-9406-874c21f729d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:32.091Z|319eb2d2-5939-4c53-b439-5dfd4e2e7595|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:32.091Z|319eb2d2-5939-4c53-b439-5dfd4e2e7595|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:32.617Z|fd7b7c78-6425-4ae0-944a-b4970e42d7e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:32.618Z|fd7b7c78-6425-4ae0-944a-b4970e42d7e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:38.014Z|f662332e-facb-4b1a-8bb1-355d5a239c31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:28:38.014Z|f662332e-facb-4b1a-8bb1-355d5a239c31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:28:40.959Z|3a31d695-8cc3-47eb-8c41-a76ca32bc66e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:40.960Z|3a31d695-8cc3-47eb-8c41-a76ca32bc66e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:42.117Z|f9996544-aacd-45a7-8ca2-0d2bf963ce51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:42.118Z|f9996544-aacd-45a7-8ca2-0d2bf963ce51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:42.642Z|08fcafe2-72f8-4deb-9f0f-5991a336d0a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:42.643Z|08fcafe2-72f8-4deb-9f0f-5991a336d0a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:50.980Z|5ac96e62-b13f-4b82-8a94-757a312dc21e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:50.981Z|5ac96e62-b13f-4b82-8a94-757a312dc21e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:52.141Z|b550617b-96d2-4d0e-a7ab-724341942c0f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:52.142Z|b550617b-96d2-4d0e-a7ab-724341942c0f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:52.664Z|925fc3d4-a839-4ce6-9dce-d23d1d462727|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:28:52.664Z|925fc3d4-a839-4ce6-9dce-d23d1d462727|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:28:53.014Z|5b8884a0-61bc-444b-827c-66a0883886a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:28:53.014Z|5b8884a0-61bc-444b-827c-66a0883886a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:28:53.258Z|a71a4c31-3cdb-4b6f-b54e-053041d3159c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:28:53.259Z|a71a4c31-3cdb-4b6f-b54e-053041d3159c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:29:01.005Z|a6a79c32-1fb7-47a0-bf72-cce9efbcbecd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:01.006Z|a6a79c32-1fb7-47a0-bf72-cce9efbcbecd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:02.164Z|d8595715-16f1-43c8-9da4-e0fa26d27024|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:02.164Z|d8595715-16f1-43c8-9da4-e0fa26d27024|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:02.688Z|28d4eb07-01a7-436b-883e-95a631fe9966|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:02.689Z|28d4eb07-01a7-436b-883e-95a631fe9966|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:08.014Z|5852933a-6139-4d3e-8c3e-6246b93e82fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:29:08.015Z|5852933a-6139-4d3e-8c3e-6246b93e82fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:29:11.033Z|f29a1e46-cf40-4b00-9469-f0355cfb8436|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:11.034Z|f29a1e46-cf40-4b00-9469-f0355cfb8436|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:12.184Z|030593ca-a47a-47ae-b03e-58d36abb6f26|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:12.185Z|030593ca-a47a-47ae-b03e-58d36abb6f26|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:12.715Z|40661947-1698-42a6-9a64-a18ef482a0bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:12.716Z|40661947-1698-42a6-9a64-a18ef482a0bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:21.059Z|b13efa82-f709-4670-bfe5-ff543abd79a5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:21.061Z|b13efa82-f709-4670-bfe5-ff543abd79a5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:22.208Z|8b62382f-8bc5-4415-a7e9-5c191b552d23|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:22.209Z|8b62382f-8bc5-4415-a7e9-5c191b552d23|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:22.737Z|10bbd2dd-6395-4bfd-a2c1-df062c3af074|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:22.738Z|10bbd2dd-6395-4bfd-a2c1-df062c3af074|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:23.014Z|351fcd6f-7c8e-4c41-aa85-be243909f81c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:29:23.015Z|351fcd6f-7c8e-4c41-aa85-be243909f81c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:29:23.259Z|ff7d690f-835d-44eb-b814-6eb0458836af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:29:23.260Z|ff7d690f-835d-44eb-b814-6eb0458836af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:29:23.828Z|69064752-e715-43cc-a5fe-ded53a0d9179|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:29:23.829Z|69064752-e715-43cc-a5fe-ded53a0d9179|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:31.083Z|bd103f61-eafe-4446-9b2b-21f0b2d334be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:31.084Z|bd103f61-eafe-4446-9b2b-21f0b2d334be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:32.229Z|1c5c75ff-96b8-404a-9ae2-023931b46878|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:32.230Z|1c5c75ff-96b8-404a-9ae2-023931b46878|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:32.758Z|69165495-0723-430d-be53-2e6264ed9a1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:32.759Z|69165495-0723-430d-be53-2e6264ed9a1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:38.014Z|b43ac274-efaf-427d-99a1-6db25b7cb8cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:29:38.016Z|b43ac274-efaf-427d-99a1-6db25b7cb8cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:29:41.103Z|ce44abb7-d176-4dc9-9acd-f81d66953c17|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:41.104Z|ce44abb7-d176-4dc9-9acd-f81d66953c17|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:42.250Z|92ddc7f2-a369-44dc-849c-717f1917cbce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:42.250Z|92ddc7f2-a369-44dc-849c-717f1917cbce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:42.781Z|029995ee-7056-4928-a246-e4e316094c07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:42.782Z|029995ee-7056-4928-a246-e4e316094c07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:51.125Z|54e82642-b5ce-4101-bfc4-e5ada95845e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:51.126Z|54e82642-b5ce-4101-bfc4-e5ada95845e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:52.272Z|73709384-1790-404e-a73f-f578add53d96|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:52.273Z|73709384-1790-404e-a73f-f578add53d96|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:52.803Z|e2fc88c5-7f49-423d-9a22-74dca1226c09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:29:52.804Z|e2fc88c5-7f49-423d-9a22-74dca1226c09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:29:53.014Z|01acb954-1c5a-4531-9388-522be4cb554d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:29:53.014Z|01acb954-1c5a-4531-9388-522be4cb554d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:29:53.261Z|c362b827-3cf7-4e93-8d5c-a763c4ffca8f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:29:53.261Z|c362b827-3cf7-4e93-8d5c-a763c4ffca8f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:30:01.146Z|36cb9993-ad93-47c2-9966-a36154dc3a15|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:01.146Z|36cb9993-ad93-47c2-9966-a36154dc3a15|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:02.292Z|cd48eb3f-11aa-42a0-82a5-f46fb6ad9a69|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:02.293Z|cd48eb3f-11aa-42a0-82a5-f46fb6ad9a69|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:02.823Z|5b292339-bdab-4800-8f3f-dc06f202072b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:02.824Z|5b292339-bdab-4800-8f3f-dc06f202072b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:08.014Z|b512aee7-8966-41c9-9208-82204420f624|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:30:08.014Z|b512aee7-8966-41c9-9208-82204420f624|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:30:11.166Z|0820125f-0a0f-45e6-9ba4-ca0b0491f07c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:11.167Z|0820125f-0a0f-45e6-9ba4-ca0b0491f07c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:12.317Z|2a3fbde2-5043-4e96-b2b4-3989a1270190|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:12.317Z|2a3fbde2-5043-4e96-b2b4-3989a1270190|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:12.843Z|ddc9b879-ca8b-44ee-9822-385dba104cff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:12.844Z|ddc9b879-ca8b-44ee-9822-385dba104cff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:21.186Z|598fb31b-2a54-4890-9845-d03b7ff56eb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:21.186Z|598fb31b-2a54-4890-9845-d03b7ff56eb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:22.341Z|5a9b96b4-9981-434e-9ac9-fbf041ff4d18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:22.342Z|5a9b96b4-9981-434e-9ac9-fbf041ff4d18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:22.864Z|2d474d20-dbb9-468c-a6b9-faae7b862ee4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:22.865Z|2d474d20-dbb9-468c-a6b9-faae7b862ee4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:23.014Z|dc8f9912-4a89-424b-926b-62688e352f01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:30:23.016Z|dc8f9912-4a89-424b-926b-62688e352f01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:30:23.262Z|234e1ca8-b301-4045-a6a2-03d026717bfd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:30:23.262Z|234e1ca8-b301-4045-a6a2-03d026717bfd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:30:23.828Z|062abdef-7fc2-47b7-96ab-e6cff38538fc|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:30:23.829Z|062abdef-7fc2-47b7-96ab-e6cff38538fc|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:31.209Z|ae0b49cb-89a7-4e1c-9650-7615103e6c84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:31.209Z|ae0b49cb-89a7-4e1c-9650-7615103e6c84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:32.363Z|dfe64995-3485-4c9b-8c59-762ce1f4ea56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:32.364Z|dfe64995-3485-4c9b-8c59-762ce1f4ea56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:32.888Z|78a99b80-6180-4870-b603-a10d509a331e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:32.889Z|78a99b80-6180-4870-b603-a10d509a331e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:38.014Z|5c944047-80bf-460a-a773-8d7c587b67e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:30:38.015Z|5c944047-80bf-460a-a773-8d7c587b67e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:30:41.232Z|660b497c-f7ab-40fd-bc6e-3e3007fb0086|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:41.233Z|660b497c-f7ab-40fd-bc6e-3e3007fb0086|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:42.384Z|a90e4467-a959-42e1-ad7c-3ec1ca451068|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:42.384Z|a90e4467-a959-42e1-ad7c-3ec1ca451068|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:42.917Z|aa1ab8b8-8c75-4fdb-b14f-67da559236d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:42.918Z|aa1ab8b8-8c75-4fdb-b14f-67da559236d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:51.255Z|b3a27134-c95d-4dd1-97e9-f9b2e958ceb2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:51.255Z|b3a27134-c95d-4dd1-97e9-f9b2e958ceb2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:52.406Z|2e4a06ef-dc2d-48cf-ab30-ce7a0360cc5b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:52.407Z|2e4a06ef-dc2d-48cf-ab30-ce7a0360cc5b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:52.939Z|483c6b2b-8e50-4832-801a-323417808100|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:30:52.939Z|483c6b2b-8e50-4832-801a-323417808100|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:30:53.014Z|041a6583-f7cb-4c4a-b042-d27aa2c361dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:30:53.014Z|041a6583-f7cb-4c4a-b042-d27aa2c361dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:30:53.263Z|48a64348-441f-4f5b-8f73-fed517e002c8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:30:53.263Z|48a64348-441f-4f5b-8f73-fed517e002c8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:31:01.280Z|2293889e-2d28-4524-9c21-d215f030f57f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:01.282Z|2293889e-2d28-4524-9c21-d215f030f57f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:02.428Z|3c105960-442e-4515-bf5b-02d857ae737a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:02.428Z|3c105960-442e-4515-bf5b-02d857ae737a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:02.959Z|40502050-75cd-418b-b1ea-de91fbef45b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:02.959Z|40502050-75cd-418b-b1ea-de91fbef45b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:08.015Z|c7896866-8ff3-42de-ae4a-3e16b04f1684|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:31:08.019Z|c7896866-8ff3-42de-ae4a-3e16b04f1684|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:31:11.313Z|d1e9f310-e19b-4abb-a7eb-803716c88aec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:11.316Z|d1e9f310-e19b-4abb-a7eb-803716c88aec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:12.451Z|2e3bd01a-0a0d-4a7c-9aa2-f06a932cb7d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:12.451Z|2e3bd01a-0a0d-4a7c-9aa2-f06a932cb7d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:12.980Z|90a3cc16-7bff-4d2d-af95-8f89204c7b24|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:12.980Z|90a3cc16-7bff-4d2d-af95-8f89204c7b24|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:21.343Z|e1b944a9-2b97-4d52-b207-33dbdc9d562e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:21.344Z|e1b944a9-2b97-4d52-b207-33dbdc9d562e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:22.473Z|a621dc14-e27e-4aab-9192-142d481b6fc6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:22.473Z|a621dc14-e27e-4aab-9192-142d481b6fc6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:23.000Z|2d4b47ac-6c03-4c39-af96-dffe607d9d12|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:23.001Z|2d4b47ac-6c03-4c39-af96-dffe607d9d12|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:23.014Z|a1b02b76-da43-4ef9-b519-eb852393bf5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:31:23.014Z|a1b02b76-da43-4ef9-b519-eb852393bf5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:31:23.264Z|f908b083-596b-42a1-9e20-6c27383a3e47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:31:23.264Z|f908b083-596b-42a1-9e20-6c27383a3e47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:31:23.828Z|d8aca3dd-528a-4a6a-9bf2-f1f11dd46eaa|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:31:23.829Z|d8aca3dd-528a-4a6a-9bf2-f1f11dd46eaa|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:31.363Z|e0718344-086c-4271-b0f9-64b824e3e405|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:31.364Z|e0718344-086c-4271-b0f9-64b824e3e405|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:32.494Z|2096d2d6-8564-41d0-822f-6c686d133d3c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:32.494Z|2096d2d6-8564-41d0-822f-6c686d133d3c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:33.020Z|ef9c06c5-e558-4f45-8e3b-5a3a202a2dda|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:33.020Z|ef9c06c5-e558-4f45-8e3b-5a3a202a2dda|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:38.014Z|28eb29d5-cb5d-46fb-b0e4-f245bb44e45d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:31:38.014Z|28eb29d5-cb5d-46fb-b0e4-f245bb44e45d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:31:41.383Z|aa5b56e9-5fe8-4839-897a-a2e1409a2540|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:41.384Z|aa5b56e9-5fe8-4839-897a-a2e1409a2540|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:42.516Z|bcdfaf63-4a63-411d-8150-2ed1b1e09650|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:42.517Z|bcdfaf63-4a63-411d-8150-2ed1b1e09650|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:43.039Z|3476bb4f-124d-40bf-9e3f-8ae0facc9308|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:43.039Z|3476bb4f-124d-40bf-9e3f-8ae0facc9308|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:51.403Z|29463b4b-e9ed-4d81-8f02-61338cbf5f06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:51.404Z|29463b4b-e9ed-4d81-8f02-61338cbf5f06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:52.538Z|973a5f6e-222a-4afb-a3c4-6b7cd4be8865|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:52.538Z|973a5f6e-222a-4afb-a3c4-6b7cd4be8865|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:53.014Z|56d4a2b2-e999-47fd-92b1-6f80f8482ac2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:31:53.016Z|56d4a2b2-e999-47fd-92b1-6f80f8482ac2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:31:53.063Z|00bbfa5a-c1bd-4502-98ac-379a88b9761e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:31:53.064Z|00bbfa5a-c1bd-4502-98ac-379a88b9761e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:31:53.265Z|0a12fce1-36ff-48f3-9f07-24c3e7eac43e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:31:53.265Z|0a12fce1-36ff-48f3-9f07-24c3e7eac43e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:32:01.424Z|8e65083f-53af-4e06-a401-6fe60e4f480b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:01.425Z|8e65083f-53af-4e06-a401-6fe60e4f480b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:02.557Z|566ae80c-2b85-4d72-9e0f-2660e1b1269f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:02.558Z|566ae80c-2b85-4d72-9e0f-2660e1b1269f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:03.082Z|58793627-806b-40d7-a884-280c94612dc2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:03.083Z|58793627-806b-40d7-a884-280c94612dc2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:08.014Z|585bcb94-ecef-4b72-aa31-07d12b65e64a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:32:08.014Z|585bcb94-ecef-4b72-aa31-07d12b65e64a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:32:11.444Z|22485c17-69c0-43b2-b18e-d851df47d5e7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:11.444Z|22485c17-69c0-43b2-b18e-d851df47d5e7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:12.582Z|7de34f55-b901-445b-a236-cfd9a196077c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:12.583Z|7de34f55-b901-445b-a236-cfd9a196077c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:13.107Z|9a5ff9de-3122-47a7-b898-5846b202201c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:13.108Z|9a5ff9de-3122-47a7-b898-5846b202201c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:21.463Z|76df3c74-d6f4-4b5c-97bb-efa7d8e95734|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:21.464Z|76df3c74-d6f4-4b5c-97bb-efa7d8e95734|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:22.604Z|16f1126c-8ce7-4305-8518-3cdb113e3f19|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:22.604Z|16f1126c-8ce7-4305-8518-3cdb113e3f19|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:23.014Z|533e1b8b-6505-4fcf-9fef-03dbc91b7825|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:32:23.014Z|533e1b8b-6505-4fcf-9fef-03dbc91b7825|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:32:23.129Z|a5f22714-e428-4c83-be4c-3d2841696ff2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:23.129Z|a5f22714-e428-4c83-be4c-3d2841696ff2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:23.266Z|f13b4c0a-406e-4566-b73d-fed642f2d338|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:32:23.266Z|f13b4c0a-406e-4566-b73d-fed642f2d338|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:32:23.828Z|40269dfb-bcce-4cea-9b37-1731e480b13d|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:32:23.828Z|40269dfb-bcce-4cea-9b37-1731e480b13d|http-nio-8080-exec-2|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:31.485Z|e98c157a-e28b-475c-b898-c2d75d9b0356|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:31.486Z|e98c157a-e28b-475c-b898-c2d75d9b0356|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:32.625Z|6def46d8-496f-4152-9544-29479e482c73|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:32.625Z|6def46d8-496f-4152-9544-29479e482c73|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:33.148Z|b15e667a-5cb1-47d7-a807-fbdc03244d94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:33.149Z|b15e667a-5cb1-47d7-a807-fbdc03244d94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:38.014Z|169b30ee-a247-4c9c-80c3-96e114eab614|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:32:38.016Z|169b30ee-a247-4c9c-80c3-96e114eab614|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:32:41.511Z|7c38b7d8-3df2-4492-93f2-c07668fc6df4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:41.511Z|7c38b7d8-3df2-4492-93f2-c07668fc6df4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:42.645Z|73f0ace3-65ff-4d08-a9f2-5cb0f39e775d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:42.645Z|73f0ace3-65ff-4d08-a9f2-5cb0f39e775d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:43.173Z|e7779f90-7c24-4d66-a8af-95aafcad6151|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:43.174Z|e7779f90-7c24-4d66-a8af-95aafcad6151|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:51.537Z|3e5c935d-9234-4447-adb9-baa41781e661|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:51.539Z|3e5c935d-9234-4447-adb9-baa41781e661|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:52.666Z|3dc41793-77aa-4224-ad02-e7078d3cdfd5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:52.667Z|3dc41793-77aa-4224-ad02-e7078d3cdfd5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:53.015Z|ae0c12e5-332c-4275-a4c6-6b73bf1a61ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:32:53.016Z|ae0c12e5-332c-4275-a4c6-6b73bf1a61ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:32:53.196Z|f19caf52-b796-4d3d-9347-93fdccdda509|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:32:53.197Z|f19caf52-b796-4d3d-9347-93fdccdda509|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:32:53.267Z|c84bd7da-bdae-4a5f-9f08-62f634a505ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:32:53.268Z|c84bd7da-bdae-4a5f-9f08-62f634a505ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:33:01.572Z|e9867bd6-655c-4fb6-9e74-c178572a4948|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:01.575Z|e9867bd6-655c-4fb6-9e74-c178572a4948|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:02.689Z|5f841c53-674b-49b6-8c83-4de07d9c35ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:02.690Z|5f841c53-674b-49b6-8c83-4de07d9c35ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:03.218Z|7c343aee-42e4-49b2-9120-0e68d0c06a5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:03.219Z|7c343aee-42e4-49b2-9120-0e68d0c06a5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:08.014Z|7b9a630f-d2c2-479b-81ef-54b82310ce07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:33:08.015Z|7b9a630f-d2c2-479b-81ef-54b82310ce07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:33:11.611Z|23f7a703-4a99-4181-83a7-c1636c562075|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:11.612Z|23f7a703-4a99-4181-83a7-c1636c562075|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:12.716Z|ace524d3-34be-4fe6-ac08-f4ae22a8356d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:12.716Z|ace524d3-34be-4fe6-ac08-f4ae22a8356d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:13.240Z|fc604506-f90e-424f-be9b-f837b69b6545|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:13.241Z|fc604506-f90e-424f-be9b-f837b69b6545|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:21.631Z|a45c41b3-a3b8-4a77-96bc-b9e36ffed761|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:21.631Z|a45c41b3-a3b8-4a77-96bc-b9e36ffed761|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:22.736Z|a9d2de57-3441-487f-809b-b570d0424685|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:22.737Z|a9d2de57-3441-487f-809b-b570d0424685|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:23.014Z|d1c21c7a-95f7-4995-a377-a151ba1d4222|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:33:23.016Z|d1c21c7a-95f7-4995-a377-a151ba1d4222|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:33:23.260Z|97d753d5-a900-42b4-9f0a-430a850f702c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:23.261Z|97d753d5-a900-42b4-9f0a-430a850f702c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:23.268Z|9cfcdb42-2cb2-4cf0-b33b-b3c5c45dbcdb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:33:23.269Z|9cfcdb42-2cb2-4cf0-b33b-b3c5c45dbcdb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:33:23.829Z|43951d70-f81f-4253-9027-afa3b21b1f99|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:33:23.830Z|43951d70-f81f-4253-9027-afa3b21b1f99|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:31.653Z|5d383588-c5be-4672-8e1e-2a5a48fb4425|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:31.654Z|5d383588-c5be-4672-8e1e-2a5a48fb4425|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:32.759Z|826c0264-8a8b-42d2-a4d7-cb091bf00210|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:32.760Z|826c0264-8a8b-42d2-a4d7-cb091bf00210|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:33.284Z|e1dcc77d-599b-4819-b519-c340e4137f49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:33.284Z|e1dcc77d-599b-4819-b519-c340e4137f49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:38.014Z|9d4832e1-f36d-4617-8a75-948843221ee9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:33:38.014Z|9d4832e1-f36d-4617-8a75-948843221ee9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:33:41.673Z|4945bc34-0dee-42e1-8b9b-b46b7f241b1d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:41.673Z|4945bc34-0dee-42e1-8b9b-b46b7f241b1d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:42.781Z|3f2f0b1d-5c9f-4d59-8bff-7c1d53d6aab6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:42.781Z|3f2f0b1d-5c9f-4d59-8bff-7c1d53d6aab6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:43.302Z|2b4376c9-4eda-4591-82e6-7e7143bdd4c2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:43.303Z|2b4376c9-4eda-4591-82e6-7e7143bdd4c2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:51.691Z|36795e85-ec25-4c9f-b1e8-0e7e21f6cbbf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:51.692Z|36795e85-ec25-4c9f-b1e8-0e7e21f6cbbf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:52.800Z|e36e53a2-2ca1-4f66-9395-ac07206cd01f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:52.801Z|e36e53a2-2ca1-4f66-9395-ac07206cd01f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:33:53.014Z|d0ee484c-cd85-423e-9ac0-e3dd145d5bd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:33:53.014Z|d0ee484c-cd85-423e-9ac0-e3dd145d5bd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:33:53.269Z|5d9d78a8-4731-47b6-9d1f-bcd8f503f577|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:33:53.270Z|5d9d78a8-4731-47b6-9d1f-bcd8f503f577|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:33:53.321Z|b0a66cd9-cf1a-4c22-86ca-964fd70eaea4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:33:53.322Z|b0a66cd9-cf1a-4c22-86ca-964fd70eaea4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:01.712Z|23c3f896-6728-4ca7-8a49-7b83abaa831d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:01.712Z|23c3f896-6728-4ca7-8a49-7b83abaa831d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:02.823Z|c87409d6-36b1-449a-924e-326f12098b85|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:02.823Z|c87409d6-36b1-449a-924e-326f12098b85|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:03.343Z|adaf039d-a2c9-4077-911f-b9e910614529|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:03.344Z|adaf039d-a2c9-4077-911f-b9e910614529|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:08.014Z|f5881fd9-dc50-4bc1-987b-f9780a03a681|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:34:08.016Z|f5881fd9-dc50-4bc1-987b-f9780a03a681|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:34:11.730Z|76ddec8a-26b3-4f91-a5e1-b02669575f29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:11.731Z|76ddec8a-26b3-4f91-a5e1-b02669575f29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:12.843Z|434bd721-e2e6-4038-9c23-8c68b5ff3b2c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:12.844Z|434bd721-e2e6-4038-9c23-8c68b5ff3b2c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:13.368Z|407e347c-56b0-46cb-b230-0071638d90d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:13.368Z|407e347c-56b0-46cb-b230-0071638d90d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:21.752Z|c0e44910-dd4e-4de2-ae16-d7d129f8d8a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:21.753Z|c0e44910-dd4e-4de2-ae16-d7d129f8d8a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:22.879Z|e2d92a91-7d9d-4b5f-8c5e-6d466a45fc2b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:22.880Z|e2d92a91-7d9d-4b5f-8c5e-6d466a45fc2b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:23.014Z|599fb2d0-a06d-4444-a24b-7b78d8eb9739|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:34:23.014Z|599fb2d0-a06d-4444-a24b-7b78d8eb9739|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:34:23.271Z|bbbb0379-42b8-47af-ab43-1a128795cb1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:34:23.271Z|bbbb0379-42b8-47af-ab43-1a128795cb1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:34:23.388Z|b32f0b98-c115-4287-85c1-f5206ecc49ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:23.389Z|b32f0b98-c115-4287-85c1-f5206ecc49ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:23.828Z|1565ba83-b94e-4dce-8222-2c56448f3eda|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:34:23.828Z|1565ba83-b94e-4dce-8222-2c56448f3eda|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:31.776Z|09cffbc0-adf8-4bb7-bc1a-53b2b7690f33|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:31.777Z|09cffbc0-adf8-4bb7-bc1a-53b2b7690f33|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:32.913Z|24512194-f6fc-4373-afcc-4de2c0bf35bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:32.914Z|24512194-f6fc-4373-afcc-4de2c0bf35bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:33.409Z|66021878-97c2-47fd-a52b-963b31fdffd1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:33.409Z|66021878-97c2-47fd-a52b-963b31fdffd1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:38.014Z|12458622-8131-4965-8f21-7c301eed101c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:34:38.016Z|12458622-8131-4965-8f21-7c301eed101c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:34:41.801Z|b9707827-170b-45f0-a4f5-dbfe63d85273|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:41.802Z|b9707827-170b-45f0-a4f5-dbfe63d85273|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:42.939Z|b534221f-be41-40aa-9b33-e8151ee30337|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:42.940Z|b534221f-be41-40aa-9b33-e8151ee30337|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:43.430Z|3355e878-f487-4d53-8a9a-c887864c30b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:43.431Z|3355e878-f487-4d53-8a9a-c887864c30b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:51.830Z|02e43c1a-5a06-4160-a94a-5f60f745df99|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:51.832Z|02e43c1a-5a06-4160-a94a-5f60f745df99|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:52.961Z|1278c984-1fd3-421a-a21e-d3be2d010e5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:52.962Z|1278c984-1fd3-421a-a21e-d3be2d010e5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:34:53.014Z|8f66467d-6520-4aa2-b647-403050cb2d61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:34:53.016Z|8f66467d-6520-4aa2-b647-403050cb2d61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:34:53.272Z|6e5d9135-fc9a-41da-aa04-fe3f81712bd9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:34:53.272Z|6e5d9135-fc9a-41da-aa04-fe3f81712bd9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:34:53.453Z|8942d0e5-e60b-4a68-899b-7ea36e605018|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:34:53.454Z|8942d0e5-e60b-4a68-899b-7ea36e605018|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:01.858Z|0dcf2794-4a60-4b27-a0c1-185aff9c3efb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:01.859Z|0dcf2794-4a60-4b27-a0c1-185aff9c3efb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:02.982Z|d7bcd1f3-362e-4db2-befe-e74e6b6425c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:02.982Z|d7bcd1f3-362e-4db2-befe-e74e6b6425c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:03.474Z|141eafdb-663d-43d2-968b-3496ade68862|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:03.475Z|141eafdb-663d-43d2-968b-3496ade68862|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:08.014Z|34d65b5c-3fa6-476f-a1bc-954a6c0f67cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:35:08.014Z|34d65b5c-3fa6-476f-a1bc-954a6c0f67cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:35:11.879Z|5499dbec-bf3f-4c59-afe4-f8715ad6f86d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:11.880Z|5499dbec-bf3f-4c59-afe4-f8715ad6f86d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:13.001Z|86ae5a1a-3dda-422e-9598-1924b8ccab09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:13.001Z|86ae5a1a-3dda-422e-9598-1924b8ccab09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:13.497Z|4a3f53a8-04aa-47b3-b2ae-592b50b4f66d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:13.497Z|4a3f53a8-04aa-47b3-b2ae-592b50b4f66d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:21.900Z|0fa7434c-fe64-4b6b-a837-8ef30c9ee3de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:21.901Z|0fa7434c-fe64-4b6b-a837-8ef30c9ee3de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:23.014Z|d1453ca1-8b81-43ca-a4b3-0c239dab2a64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:35:23.014Z|d1453ca1-8b81-43ca-a4b3-0c239dab2a64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:35:23.024Z|f3b1a19e-475b-4b6b-b301-21eba5309683|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:23.025Z|f3b1a19e-475b-4b6b-b301-21eba5309683|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:23.273Z|5ce81e1a-dc7c-44f8-8617-9c4b3543136a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:35:23.273Z|5ce81e1a-dc7c-44f8-8617-9c4b3543136a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:35:23.518Z|719aa6d7-30f0-4bc9-afe3-bfc8b50e4c7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:23.519Z|719aa6d7-30f0-4bc9-afe3-bfc8b50e4c7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:23.828Z|5c9f5674-3f6d-4957-a04a-74c0f9fbac81|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:35:23.829Z|5c9f5674-3f6d-4957-a04a-74c0f9fbac81|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:31.921Z|65cf3f66-9401-49b7-9ce9-cc4165999a5e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:31.922Z|65cf3f66-9401-49b7-9ce9-cc4165999a5e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:33.054Z|ce872889-3756-4068-84b9-c23267ef7daa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:33.055Z|ce872889-3756-4068-84b9-c23267ef7daa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:33.539Z|7fc016c4-4b66-41db-90db-d19fa9e4eaae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:33.540Z|7fc016c4-4b66-41db-90db-d19fa9e4eaae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:38.014Z|66af8815-afdf-4d5e-a04a-ce68cfe17ec3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:35:38.015Z|66af8815-afdf-4d5e-a04a-ce68cfe17ec3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:35:41.942Z|af3834d6-fa66-4bd1-bc39-59108eacd972|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:41.942Z|af3834d6-fa66-4bd1-bc39-59108eacd972|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:43.074Z|e19c3a74-eeff-4479-a054-d3665c5fc1a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:43.075Z|e19c3a74-eeff-4479-a054-d3665c5fc1a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:43.559Z|38108e26-ba3f-476f-bafa-672303e86f82|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:43.559Z|38108e26-ba3f-476f-bafa-672303e86f82|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:51.960Z|435a2ca6-997d-4c0e-9715-a033b625ef26|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:51.961Z|435a2ca6-997d-4c0e-9715-a033b625ef26|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:53.014Z|4a9e8ad5-0f96-474f-873e-8a4f6760c811|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:35:53.014Z|4a9e8ad5-0f96-474f-873e-8a4f6760c811|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:35:53.095Z|8f53dc29-92ad-4eee-840b-dc6c0b7109b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:53.096Z|8f53dc29-92ad-4eee-840b-dc6c0b7109b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:35:53.274Z|5ccf125a-664d-4744-a3b2-8e00c4d89a00|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:35:53.274Z|5ccf125a-664d-4744-a3b2-8e00c4d89a00|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:35:53.579Z|f7f3acd4-8321-4a10-818b-4dfd993561ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:35:53.579Z|f7f3acd4-8321-4a10-818b-4dfd993561ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:01.981Z|d1fa953f-9d20-4d0d-91d2-165a93383e30|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:01.982Z|d1fa953f-9d20-4d0d-91d2-165a93383e30|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:03.115Z|d728e1bb-c3a3-42a7-97b6-c9ced1072154|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:03.115Z|d728e1bb-c3a3-42a7-97b6-c9ced1072154|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:03.598Z|e7290149-9aff-42e9-b0e9-e3ecb83ac2d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:03.599Z|e7290149-9aff-42e9-b0e9-e3ecb83ac2d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:08.014Z|b7146498-9cd4-444d-a1e1-b6214aae5bcd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:36:08.015Z|b7146498-9cd4-444d-a1e1-b6214aae5bcd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:36:12.007Z|f2d7d453-e1e2-4ca7-bfb6-738886d04e18|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:12.008Z|f2d7d453-e1e2-4ca7-bfb6-738886d04e18|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:13.135Z|f4a20087-c6dd-4f00-8fc6-10a44b41ea4f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:13.136Z|f4a20087-c6dd-4f00-8fc6-10a44b41ea4f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:13.618Z|a5e0ec35-e756-4326-9afb-b739cb73103d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:13.619Z|a5e0ec35-e756-4326-9afb-b739cb73103d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:22.037Z|d9fb6142-a52e-4c55-bb55-3619b13a7a2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:22.038Z|d9fb6142-a52e-4c55-bb55-3619b13a7a2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:23.014Z|2c1621ae-9b52-4271-a067-ed28ac949372|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:36:23.017Z|2c1621ae-9b52-4271-a067-ed28ac949372|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:36:23.156Z|7550965a-7993-43a2-a22b-339340b2613d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:23.157Z|7550965a-7993-43a2-a22b-339340b2613d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:23.275Z|7ff15a4b-e30f-481e-9357-940d07b57fe0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:36:23.275Z|7ff15a4b-e30f-481e-9357-940d07b57fe0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:36:23.639Z|4e7f60a7-25ea-41a3-b9d9-74a0d6048b5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:23.639Z|4e7f60a7-25ea-41a3-b9d9-74a0d6048b5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:23.828Z|7562afbd-2315-4b24-b8ba-6d3e42d70d7c|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:36:23.829Z|7562afbd-2315-4b24-b8ba-6d3e42d70d7c|http-nio-8080-exec-1|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:32.065Z|cb87958e-fce5-434a-a3a1-445b2624bf0d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:32.066Z|cb87958e-fce5-434a-a3a1-445b2624bf0d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:33.178Z|e14b4dfa-176d-4d3c-89f1-5c1aa08e9d30|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:33.179Z|e14b4dfa-176d-4d3c-89f1-5c1aa08e9d30|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:33.660Z|34f1b91e-ab0f-4d9b-be47-919b02f0e085|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:33.661Z|34f1b91e-ab0f-4d9b-be47-919b02f0e085|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:38.015Z|68668645-7df4-4b9a-b251-0145319e01ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:36:38.018Z|68668645-7df4-4b9a-b251-0145319e01ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:36:42.091Z|1a339e67-21fe-4475-8ca8-24239dc8bda6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:42.092Z|1a339e67-21fe-4475-8ca8-24239dc8bda6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:43.202Z|5f51f144-661f-4759-8c6b-76bc7c55eee1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:43.202Z|5f51f144-661f-4759-8c6b-76bc7c55eee1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:43.680Z|a5909040-d7b6-4942-aa74-c336d6017d69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:43.680Z|a5909040-d7b6-4942-aa74-c336d6017d69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:52.115Z|09268de2-a8cd-46cc-a56f-8a16a00e1748|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:52.116Z|09268de2-a8cd-46cc-a56f-8a16a00e1748|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:53.014Z|cffba816-cbdf-4242-8053-5f9d0d48a6af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:36:53.014Z|cffba816-cbdf-4242-8053-5f9d0d48a6af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:36:53.221Z|061111ee-f1c3-4b95-a5ea-891e58c9984c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:53.222Z|061111ee-f1c3-4b95-a5ea-891e58c9984c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:36:53.276Z|7f6e0b7a-3a09-4e69-887a-12480ab3ab7b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:36:53.277Z|7f6e0b7a-3a09-4e69-887a-12480ab3ab7b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:36:53.698Z|83e5f22a-2724-46c6-921f-3ba7b2d4b428|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:36:53.698Z|83e5f22a-2724-46c6-921f-3ba7b2d4b428|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:02.136Z|a0474bc8-c642-4fab-a01a-541d60e530f5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:02.136Z|a0474bc8-c642-4fab-a01a-541d60e530f5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:03.240Z|1e1dfd26-6007-4dac-a247-85d6a62e5dc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:03.240Z|1e1dfd26-6007-4dac-a247-85d6a62e5dc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:03.717Z|e12f49a4-69e8-4043-a44a-0e055e56c3a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:03.718Z|e12f49a4-69e8-4043-a44a-0e055e56c3a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:08.014Z|e8d933a9-1a19-4c02-bb49-215d00bdb165|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:37:08.015Z|e8d933a9-1a19-4c02-bb49-215d00bdb165|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:37:12.158Z|3d15f87e-7d83-41d5-be6d-0950d598fd47|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:12.159Z|3d15f87e-7d83-41d5-be6d-0950d598fd47|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:13.260Z|d7792b7e-178f-480c-8234-a296105290cf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:13.261Z|d7792b7e-178f-480c-8234-a296105290cf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:13.737Z|31748417-0998-4f0a-9992-d01f09a495f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:13.738Z|31748417-0998-4f0a-9992-d01f09a495f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:22.178Z|5ba6084d-f6ce-4a08-9d5d-a0048ee67792|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:22.179Z|5ba6084d-f6ce-4a08-9d5d-a0048ee67792|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:23.014Z|35b39b54-aebd-48c7-9c44-ed76d8ef1b30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:37:23.014Z|35b39b54-aebd-48c7-9c44-ed76d8ef1b30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:37:23.277Z|dfb66a52-378c-4660-9913-577a5b562ee9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:37:23.278Z|dfb66a52-378c-4660-9913-577a5b562ee9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:37:23.281Z|73f4634d-e315-4762-a68f-a23cf3df4bf8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:23.281Z|73f4634d-e315-4762-a68f-a23cf3df4bf8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:23.759Z|3ef2468b-49d4-49d2-8029-c58475b4d717|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:23.760Z|3ef2468b-49d4-49d2-8029-c58475b4d717|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:23.828Z|4e037815-e74a-498a-b702-bc2ca9fb7057|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:37:23.829Z|4e037815-e74a-498a-b702-bc2ca9fb7057|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:32.199Z|37e4de1e-21af-4b02-92ba-f5ef1b7d67aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:32.200Z|37e4de1e-21af-4b02-92ba-f5ef1b7d67aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:33.302Z|b36fb583-b88e-45f0-b589-64a1bf867fb2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:33.302Z|b36fb583-b88e-45f0-b589-64a1bf867fb2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:33.782Z|d9577f01-d9e9-40ec-a5dd-9fcb97068e79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:33.783Z|d9577f01-d9e9-40ec-a5dd-9fcb97068e79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:38.014Z|c662a3af-f549-4eed-8952-d2c7d2a6e42c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:37:38.014Z|c662a3af-f549-4eed-8952-d2c7d2a6e42c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:37:42.219Z|0fd0b4fb-512a-49ec-85aa-0ad956186c2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:42.220Z|0fd0b4fb-512a-49ec-85aa-0ad956186c2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:43.321Z|c6772b4c-a55b-4cd9-a3a3-b4139ee74c3d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:43.322Z|c6772b4c-a55b-4cd9-a3a3-b4139ee74c3d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:43.802Z|50501746-5090-4942-b971-dcf2c9b0782c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:43.802Z|50501746-5090-4942-b971-dcf2c9b0782c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:52.239Z|77fdd636-84f5-4014-a3fb-aa3acfbe0886|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:52.240Z|77fdd636-84f5-4014-a3fb-aa3acfbe0886|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:53.014Z|0813a45f-2fab-4a24-932a-f6d33024ffa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:37:53.015Z|0813a45f-2fab-4a24-932a-f6d33024ffa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:37:53.279Z|5c9381d9-8377-48f8-961f-6c5622cb1f57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:37:53.279Z|5c9381d9-8377-48f8-961f-6c5622cb1f57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:37:53.344Z|fbea09e0-d5c1-4fbe-b0f4-563698d792fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:53.344Z|fbea09e0-d5c1-4fbe-b0f4-563698d792fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:37:53.822Z|800b2dce-6bfc-440d-90cf-8df34c99e0ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:37:53.823Z|800b2dce-6bfc-440d-90cf-8df34c99e0ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:02.261Z|ab748a6c-bd04-4e88-ba07-2cc760549587|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:02.262Z|ab748a6c-bd04-4e88-ba07-2cc760549587|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:03.364Z|b28d9ff6-c41f-49c3-9eee-9b51a71d2e54|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:03.365Z|b28d9ff6-c41f-49c3-9eee-9b51a71d2e54|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:03.843Z|21a01ce3-5f2c-479a-9712-ec4cd94a9c82|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:03.844Z|21a01ce3-5f2c-479a-9712-ec4cd94a9c82|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:08.014Z|20964929-3c61-4134-bdd3-ea7737cb4089|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:38:08.014Z|20964929-3c61-4134-bdd3-ea7737cb4089|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:38:12.287Z|26d2f70e-507d-43d8-b5ad-708f29b9ed89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:12.288Z|26d2f70e-507d-43d8-b5ad-708f29b9ed89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:13.390Z|8100c44f-b772-428c-ae80-662c632051e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:13.391Z|8100c44f-b772-428c-ae80-662c632051e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:13.864Z|e69e4ed1-1494-4a72-be40-30e99785e382|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:13.864Z|e69e4ed1-1494-4a72-be40-30e99785e382|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:22.313Z|7193e007-7c8f-4ece-a525-57630d7d4f7f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:22.315Z|7193e007-7c8f-4ece-a525-57630d7d4f7f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:23.014Z|b415530c-cf64-4a6f-b30d-9bcbc727df50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:38:23.015Z|b415530c-cf64-4a6f-b30d-9bcbc727df50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:38:23.280Z|9f7204d5-8e87-4655-abc5-392d148abb6c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:38:23.280Z|9f7204d5-8e87-4655-abc5-392d148abb6c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:38:23.415Z|2be7939d-dc36-4546-8170-87dd218be525|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:23.415Z|2be7939d-dc36-4546-8170-87dd218be525|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:23.828Z|7c69f2af-ca14-423e-8c01-193831d810e6|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:38:23.829Z|7c69f2af-ca14-423e-8c01-193831d810e6|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:23.883Z|b67cf35d-2e60-4692-b2a5-62aa9bfb23ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:23.884Z|b67cf35d-2e60-4692-b2a5-62aa9bfb23ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:32.341Z|648262ac-0f7f-457e-8f50-4dfe7acb2321|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:32.343Z|648262ac-0f7f-457e-8f50-4dfe7acb2321|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:33.434Z|0c97fe1b-4b01-4632-8067-e4b28634ad25|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:33.434Z|0c97fe1b-4b01-4632-8067-e4b28634ad25|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:33.904Z|153b965a-c3c9-43cc-ba72-7d6f9b60f2d3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:33.905Z|153b965a-c3c9-43cc-ba72-7d6f9b60f2d3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:38.014Z|0e9719ce-6290-4985-ab6a-2cfe46e7150d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:38:38.016Z|0e9719ce-6290-4985-ab6a-2cfe46e7150d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:38:42.368Z|ce020518-912f-4bb9-b4cd-6cd58f776c4e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:42.368Z|ce020518-912f-4bb9-b4cd-6cd58f776c4e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:43.454Z|b54aa3da-2e68-4e6c-9e4a-744d79569876|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:43.455Z|b54aa3da-2e68-4e6c-9e4a-744d79569876|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:43.926Z|90501086-8548-4822-b8b1-5cf9c605dd79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:43.927Z|90501086-8548-4822-b8b1-5cf9c605dd79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:52.390Z|76a66c20-a509-4f7c-8ca4-5c9b837fae7a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:52.391Z|76a66c20-a509-4f7c-8ca4-5c9b837fae7a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:53.014Z|f57d6ff1-6217-47b3-8404-6b4b59ea44ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:38:53.014Z|f57d6ff1-6217-47b3-8404-6b4b59ea44ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:38:53.281Z|d84a3827-4429-4d67-9bc1-3e0f16d64a42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:38:53.281Z|d84a3827-4429-4d67-9bc1-3e0f16d64a42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:38:53.475Z|1a3e8000-1d79-404b-bfda-620cfe54ce60|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:53.476Z|1a3e8000-1d79-404b-bfda-620cfe54ce60|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:38:53.949Z|b6ff7016-b20a-46dd-9913-61ecc3b4ff46|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:38:53.950Z|b6ff7016-b20a-46dd-9913-61ecc3b4ff46|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:02.411Z|6f023900-a50e-42ed-996c-1493dc284980|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:02.412Z|6f023900-a50e-42ed-996c-1493dc284980|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:03.503Z|791ba96d-e263-4932-99f0-38a844a5c568|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:03.504Z|791ba96d-e263-4932-99f0-38a844a5c568|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:03.974Z|0434c2d1-15ae-4ec9-96e6-9374c6844863|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:03.975Z|0434c2d1-15ae-4ec9-96e6-9374c6844863|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:08.014Z|11077dc6-36f5-428f-8acc-7a171154b040|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:39:08.014Z|11077dc6-36f5-428f-8acc-7a171154b040|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:39:12.431Z|45698213-006d-4d09-b063-1ab7034ba2f5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:12.432Z|45698213-006d-4d09-b063-1ab7034ba2f5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:13.523Z|dfd84a80-adc4-4562-a407-0a3d77e4df17|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:13.524Z|dfd84a80-adc4-4562-a407-0a3d77e4df17|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:13.996Z|edfd254c-3c74-4746-a0fd-b7e47ee9fada|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:13.997Z|edfd254c-3c74-4746-a0fd-b7e47ee9fada|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:22.450Z|53ee573f-a6fd-446c-9238-72372d64872c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:22.451Z|53ee573f-a6fd-446c-9238-72372d64872c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:23.014Z|e5c66c9f-5d5a-4538-b834-e0d08972bf09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:39:23.016Z|e5c66c9f-5d5a-4538-b834-e0d08972bf09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:39:23.282Z|9b99e337-16df-461e-9f8f-be0cd47d2f6d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:39:23.282Z|9b99e337-16df-461e-9f8f-be0cd47d2f6d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:39:23.543Z|35abbb5a-3b91-40f9-84f3-78b0a6738b8f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:23.544Z|35abbb5a-3b91-40f9-84f3-78b0a6738b8f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:23.827Z|57872261-f05c-4032-a6f2-982d29138c33|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:39:23.828Z|57872261-f05c-4032-a6f2-982d29138c33|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:24.016Z|84e92744-7232-4922-8a0c-540966071d57|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:24.017Z|84e92744-7232-4922-8a0c-540966071d57|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:32.516Z|82792806-d1aa-4d27-9b9e-8d201ed5cfcb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:32.517Z|82792806-d1aa-4d27-9b9e-8d201ed5cfcb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:33.563Z|b382fc84-d3cc-4dfb-a768-b43c8ae76713|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:33.564Z|b382fc84-d3cc-4dfb-a768-b43c8ae76713|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:34.036Z|6f249cbc-1c77-4e50-83f7-85588f33d29e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:34.038Z|6f249cbc-1c77-4e50-83f7-85588f33d29e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:38.014Z|d2928f5e-603d-4817-85d0-6716a88da976|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:39:38.014Z|d2928f5e-603d-4817-85d0-6716a88da976|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:39:42.538Z|88245e2a-2043-480d-b28f-25fc04cf001f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:42.539Z|88245e2a-2043-480d-b28f-25fc04cf001f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:43.584Z|a47ae672-11e0-439c-8952-24d74d3aee47|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:43.584Z|a47ae672-11e0-439c-8952-24d74d3aee47|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:44.058Z|5282faad-5914-4ce4-b414-8b2f3158eb88|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:44.059Z|5282faad-5914-4ce4-b414-8b2f3158eb88|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:52.563Z|9b0d719a-9730-4cf7-a950-05baf47c584b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:52.564Z|9b0d719a-9730-4cf7-a950-05baf47c584b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:53.014Z|c7395b86-d947-42ef-994c-6d7562a37bb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:39:53.014Z|c7395b86-d947-42ef-994c-6d7562a37bb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:39:53.283Z|3da06891-3ef4-43c2-a687-4cbe5ce59ad0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:39:53.283Z|3da06891-3ef4-43c2-a687-4cbe5ce59ad0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:39:53.605Z|15979ee4-4833-4c7e-918d-36f6b2061b3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:53.606Z|15979ee4-4833-4c7e-918d-36f6b2061b3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:39:54.080Z|8f011a66-d445-4118-b076-7bfbadf289ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:39:54.081Z|8f011a66-d445-4118-b076-7bfbadf289ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:02.587Z|7792650a-34d8-4aad-8023-b5a27d06da02|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:02.588Z|7792650a-34d8-4aad-8023-b5a27d06da02|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:03.625Z|009435cb-24e0-4ccf-bc9d-3cd96c460ffb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:03.626Z|009435cb-24e0-4ccf-bc9d-3cd96c460ffb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:04.100Z|407d5ea8-d232-4e7f-8916-dcd6f2b5bb5a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:04.101Z|407d5ea8-d232-4e7f-8916-dcd6f2b5bb5a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:08.015Z|a31aa4a0-bb25-41b2-aab9-d2b95746ee3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:40:08.018Z|a31aa4a0-bb25-41b2-aab9-d2b95746ee3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:40:12.616Z|333ae4b0-0b88-402f-8d2a-800f8e169867|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:12.617Z|333ae4b0-0b88-402f-8d2a-800f8e169867|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:13.646Z|c89bf986-9c07-4895-b588-5a3a6ce58f95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:13.647Z|c89bf986-9c07-4895-b588-5a3a6ce58f95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:14.121Z|a1f09ab4-4112-4753-badf-abafdbd9a92c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:14.122Z|a1f09ab4-4112-4753-badf-abafdbd9a92c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:22.644Z|723ec9e1-0a9a-4371-af1b-b14c1ae288e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:22.646Z|723ec9e1-0a9a-4371-af1b-b14c1ae288e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:23.014Z|921d1ac6-fa37-40fc-b0e4-fc92e0f6d3e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:40:23.015Z|921d1ac6-fa37-40fc-b0e4-fc92e0f6d3e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:40:23.284Z|918501e2-3a04-491b-bba4-50950dbda1c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:40:23.284Z|918501e2-3a04-491b-bba4-50950dbda1c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:40:23.667Z|a6c5f17a-3587-4d9b-9b8d-d6af686f9c62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:23.668Z|a6c5f17a-3587-4d9b-9b8d-d6af686f9c62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:23.828Z|935f93d3-9507-442c-a5b8-11e278196aa3|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:40:23.829Z|935f93d3-9507-442c-a5b8-11e278196aa3|http-nio-8080-exec-8|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:24.142Z|ed09323d-5ee2-464c-a16d-d2e0c0527fd4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:24.143Z|ed09323d-5ee2-464c-a16d-d2e0c0527fd4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:32.670Z|963a2bc6-240d-4d95-98ba-7789d1c63c21|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:32.670Z|963a2bc6-240d-4d95-98ba-7789d1c63c21|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:33.691Z|fefc672b-68d8-493c-93bc-eaf55d74b689|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:33.692Z|fefc672b-68d8-493c-93bc-eaf55d74b689|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:34.162Z|2ef3d9cc-680a-4b88-b9c3-4fa32aeb5f5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:34.163Z|2ef3d9cc-680a-4b88-b9c3-4fa32aeb5f5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:38.014Z|3ca2c36f-aa1a-43fe-b80e-2d699a67dcf1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:40:38.014Z|3ca2c36f-aa1a-43fe-b80e-2d699a67dcf1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:40:42.689Z|76e3bd46-8cc1-4b02-8029-f437b09d22b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:42.690Z|76e3bd46-8cc1-4b02-8029-f437b09d22b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:43.714Z|245d8efd-92cb-4a70-839c-adf164e93a09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:43.715Z|245d8efd-92cb-4a70-839c-adf164e93a09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:44.182Z|2e568c6b-11be-4d9a-964c-5414fcae7172|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:44.183Z|2e568c6b-11be-4d9a-964c-5414fcae7172|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:52.712Z|c0e7423b-cf2a-4db3-820f-f58e08f189fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:52.713Z|c0e7423b-cf2a-4db3-820f-f58e08f189fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:53.014Z|ab46d17b-4a36-4a1e-8401-3d685b0e1ccc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:40:53.016Z|ab46d17b-4a36-4a1e-8401-3d685b0e1ccc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:40:53.285Z|198362df-e10e-40ec-80ff-e7a1d5305421|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:40:53.285Z|198362df-e10e-40ec-80ff-e7a1d5305421|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:40:53.735Z|2146954d-ba7b-46bc-9f93-46cd13515fab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:53.735Z|2146954d-ba7b-46bc-9f93-46cd13515fab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:40:54.201Z|ba178bf4-8e51-4951-86f4-a5b293d4217a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:40:54.202Z|ba178bf4-8e51-4951-86f4-a5b293d4217a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:02.735Z|6ecb012a-3b6d-4201-8f7b-c2a5cb3e8ae1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:02.736Z|6ecb012a-3b6d-4201-8f7b-c2a5cb3e8ae1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:03.756Z|927082f7-7b13-4097-b5bb-45e1e14c4f67|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:03.756Z|927082f7-7b13-4097-b5bb-45e1e14c4f67|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:04.224Z|7729550c-cf69-4db0-b8b9-4efcfb70d184|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:04.225Z|7729550c-cf69-4db0-b8b9-4efcfb70d184|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:08.014Z|0d22f145-48b6-44c6-8d1c-f0ffb66df4e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:41:08.014Z|0d22f145-48b6-44c6-8d1c-f0ffb66df4e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:41:12.757Z|22118896-5918-4996-b8f2-af852a9221ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:12.757Z|22118896-5918-4996-b8f2-af852a9221ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:13.776Z|83275109-4f67-4f6b-8792-e0d39e86409c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:13.777Z|83275109-4f67-4f6b-8792-e0d39e86409c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:14.246Z|d4b71e05-e9fc-444e-82bc-0f422b828d15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:14.246Z|d4b71e05-e9fc-444e-82bc-0f422b828d15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:22.777Z|edd13ca9-5fc4-4060-8682-95d01c45a345|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:22.778Z|edd13ca9-5fc4-4060-8682-95d01c45a345|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:23.014Z|fc75e3b2-c6fb-47da-9c48-8ffbeae00b04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:41:23.014Z|fc75e3b2-c6fb-47da-9c48-8ffbeae00b04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:41:23.286Z|cf38afae-b738-41d8-9589-03573307de27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:41:23.286Z|cf38afae-b738-41d8-9589-03573307de27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:41:23.796Z|db378200-361b-4ec4-99bc-2a26045a1468|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:23.797Z|db378200-361b-4ec4-99bc-2a26045a1468|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:23.827Z|524b46d8-5afa-4f7a-861b-fdc56cf4c2a2|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:41:23.828Z|524b46d8-5afa-4f7a-861b-fdc56cf4c2a2|http-nio-8080-exec-10|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:24.269Z|92176a49-f1c5-44f5-bf17-ebe00c922d38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:24.269Z|92176a49-f1c5-44f5-bf17-ebe00c922d38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:32.798Z|cff2801d-ab00-47ab-9521-21357aa7af18|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:32.799Z|cff2801d-ab00-47ab-9521-21357aa7af18|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:33.817Z|bda09d26-1378-475c-8b64-fe9b7d5649de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:33.818Z|bda09d26-1378-475c-8b64-fe9b7d5649de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:34.289Z|68ac54dc-5858-42b8-abc9-33442a6b7bc0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:34.290Z|68ac54dc-5858-42b8-abc9-33442a6b7bc0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:38.014Z|cd63b28d-cff1-467d-8aab-a6966e593e5d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:41:38.017Z|cd63b28d-cff1-467d-8aab-a6966e593e5d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:41:42.823Z|99db6cad-c2a5-4705-8208-a02ef0fd01d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:42.824Z|99db6cad-c2a5-4705-8208-a02ef0fd01d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:43.839Z|e6b1f938-2937-4160-b380-ca952fcc668e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:43.840Z|e6b1f938-2937-4160-b380-ca952fcc668e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:44.312Z|7465fa60-a67e-4a9f-afb5-d47480d1f52d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:44.312Z|7465fa60-a67e-4a9f-afb5-d47480d1f52d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:52.854Z|c7a0f2bf-ac85-44d6-8e15-383603f45380|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:52.857Z|c7a0f2bf-ac85-44d6-8e15-383603f45380|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:53.014Z|2a55a488-97b2-4402-9e26-cec812b4787b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:41:53.015Z|2a55a488-97b2-4402-9e26-cec812b4787b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:41:53.287Z|a2947542-b85f-48bd-bb05-141d88f795a8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:41:53.287Z|a2947542-b85f-48bd-bb05-141d88f795a8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:41:53.863Z|82e17b72-bebd-4524-94b7-c405a5afe3df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:53.864Z|82e17b72-bebd-4524-94b7-c405a5afe3df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:41:54.333Z|21a4992b-5db4-4379-9d8d-b4b3a428b53e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:41:54.334Z|21a4992b-5db4-4379-9d8d-b4b3a428b53e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:02.892Z|d3682847-60ee-4707-a151-e1b30269095e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:02.894Z|d3682847-60ee-4707-a151-e1b30269095e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:03.885Z|590564ed-3cac-4d58-a214-b09390dd6ae7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:03.886Z|590564ed-3cac-4d58-a214-b09390dd6ae7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:04.353Z|c245ae04-77f2-47a8-bbce-2323a2a264a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:04.354Z|c245ae04-77f2-47a8-bbce-2323a2a264a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:08.014Z|a41ca7c7-bcfb-4a96-9553-cbdedcf57856|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:42:08.015Z|a41ca7c7-bcfb-4a96-9553-cbdedcf57856|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:42:12.928Z|306ef84f-96a2-4978-853d-825f4c71f7e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:12.929Z|306ef84f-96a2-4978-853d-825f4c71f7e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:13.915Z|fc66b91b-7893-40d4-99f6-244801837afd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:13.916Z|fc66b91b-7893-40d4-99f6-244801837afd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:14.375Z|75cf01a5-178f-4078-9e76-1c95e6aeb37b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:14.376Z|75cf01a5-178f-4078-9e76-1c95e6aeb37b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:22.954Z|76ed838b-fc8f-4281-9c8c-efbffaae6e82|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:22.955Z|76ed838b-fc8f-4281-9c8c-efbffaae6e82|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:23.014Z|8fb85366-deb8-421d-934f-c52cbfece8e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:42:23.016Z|8fb85366-deb8-421d-934f-c52cbfece8e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:42:23.288Z|f357d12b-7f2d-438a-b522-6ab820df5b87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:42:23.288Z|f357d12b-7f2d-438a-b522-6ab820df5b87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:42:23.828Z|f4a93345-024b-40ee-9374-16adf7e8ee05|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:42:23.829Z|f4a93345-024b-40ee-9374-16adf7e8ee05|http-nio-8080-exec-9|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:23.936Z|5436f48c-8d4b-4b9b-b569-004b811319d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:23.937Z|5436f48c-8d4b-4b9b-b569-004b811319d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:24.395Z|12da814c-f99f-4dea-aa23-6b7f7847944c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:24.396Z|12da814c-f99f-4dea-aa23-6b7f7847944c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:32.974Z|6e07c8be-d1bb-4d8f-9b4f-cfd2c9642ad3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:32.975Z|6e07c8be-d1bb-4d8f-9b4f-cfd2c9642ad3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:33.957Z|adf74073-2a45-4de5-b17f-22b7a822764d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:33.958Z|adf74073-2a45-4de5-b17f-22b7a822764d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:34.415Z|242d1747-8382-480c-81a8-90e978697efd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:34.416Z|242d1747-8382-480c-81a8-90e978697efd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:38.014Z|4065d850-72eb-4486-a630-5c27382619ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:42:38.014Z|4065d850-72eb-4486-a630-5c27382619ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:42:42.994Z|a682e8bf-8dcf-42c7-8f2d-7e909819603e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:42.995Z|a682e8bf-8dcf-42c7-8f2d-7e909819603e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:43.978Z|85d4a22b-c7e4-416c-9cfe-7c79fe5d7b8d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:43.979Z|85d4a22b-c7e4-416c-9cfe-7c79fe5d7b8d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:44.436Z|17488638-5cc8-409a-b323-31eef412d9bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:44.436Z|17488638-5cc8-409a-b323-31eef412d9bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:53.014Z|96356991-61d0-4f68-9518-e2a67d48efbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:42:53.014Z|96356991-61d0-4f68-9518-e2a67d48efbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:42:53.018Z|16545899-59c5-4e09-9730-780c4a21e2b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:53.019Z|16545899-59c5-4e09-9730-780c4a21e2b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:53.289Z|7faf622e-0e16-470b-b640-f3bfad0785d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:42:53.289Z|7faf622e-0e16-470b-b640-f3bfad0785d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:42:53.999Z|b918b0a3-e9a1-4346-bb76-5ebf4f6293c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:54.000Z|b918b0a3-e9a1-4346-bb76-5ebf4f6293c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:42:54.456Z|fe862d66-1e02-472c-a8e0-53e299fbce4e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:42:54.456Z|fe862d66-1e02-472c-a8e0-53e299fbce4e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:03.047Z|5877cd52-c173-4137-b6e8-d7d28596b44c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:03.048Z|5877cd52-c173-4137-b6e8-d7d28596b44c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:04.021Z|54507cc4-eee2-4e77-b5fe-485640a51323|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:04.021Z|54507cc4-eee2-4e77-b5fe-485640a51323|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:04.476Z|3958cbf9-f4f3-458b-8de1-087bf654048d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:04.477Z|3958cbf9-f4f3-458b-8de1-087bf654048d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:08.014Z|c424eb0e-0893-4dc5-ad37-ab2722f296bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:43:08.015Z|c424eb0e-0893-4dc5-ad37-ab2722f296bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:43:13.066Z|2fb31e29-69c7-441f-be75-003de7863a70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:13.067Z|2fb31e29-69c7-441f-be75-003de7863a70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:14.040Z|23f0db9e-76f3-4409-94dc-2664e548a1f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:14.041Z|23f0db9e-76f3-4409-94dc-2664e548a1f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:14.496Z|5ed2c605-8088-4346-91c1-561c51fe89cd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:14.497Z|5ed2c605-8088-4346-91c1-561c51fe89cd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:23.014Z|b2a914ef-d3e5-415f-8a88-524a2f83cd31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:43:23.014Z|b2a914ef-d3e5-415f-8a88-524a2f83cd31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:43:23.109Z|4000fa9c-0ce1-4e16-96a6-c9ae51a81fd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:23.110Z|4000fa9c-0ce1-4e16-96a6-c9ae51a81fd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:23.290Z|ae617fe4-5f93-44fb-865e-fa905aa29f91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:43:23.291Z|ae617fe4-5f93-44fb-865e-fa905aa29f91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:43:23.827Z|1e1bf6c2-04cf-4d19-9f6f-0726f13eba98|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:43:23.828Z|1e1bf6c2-04cf-4d19-9f6f-0726f13eba98|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:24.059Z|78691b7c-d61c-4ed4-b1f9-e1d969bf0ed8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:24.060Z|78691b7c-d61c-4ed4-b1f9-e1d969bf0ed8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:24.517Z|ff062614-1bb2-45a4-80de-a30b08d22aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:24.518Z|ff062614-1bb2-45a4-80de-a30b08d22aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:33.135Z|cfb3311e-a712-4021-9cfc-d5411c46baf4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:33.136Z|cfb3311e-a712-4021-9cfc-d5411c46baf4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:34.080Z|3272d662-4c39-4aea-81f2-01314d9c925c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:34.081Z|3272d662-4c39-4aea-81f2-01314d9c925c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:34.537Z|e3716889-9981-4246-948a-ed2e6c950712|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:34.538Z|e3716889-9981-4246-948a-ed2e6c950712|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:38.014Z|09003aaf-7d53-4a9e-bad8-df2293edd5f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:43:38.015Z|09003aaf-7d53-4a9e-bad8-df2293edd5f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:43:43.164Z|4e9ac5c0-c7eb-445c-a44b-3df983cd4a3d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:43.166Z|4e9ac5c0-c7eb-445c-a44b-3df983cd4a3d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:44.108Z|6c1654bb-a299-4c75-bb1c-1d4781bb3f8e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:44.108Z|6c1654bb-a299-4c75-bb1c-1d4781bb3f8e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:44.559Z|4801ea7e-c21c-43e8-917e-8a0c088768b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:44.560Z|4801ea7e-c21c-43e8-917e-8a0c088768b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:53.015Z|b0e79bed-576b-46fa-8c73-cdaf68ed0dbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:43:53.019Z|b0e79bed-576b-46fa-8c73-cdaf68ed0dbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:43:53.194Z|0093ef3b-62c0-45ff-b0d8-899714e55f11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:53.195Z|0093ef3b-62c0-45ff-b0d8-899714e55f11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:53.291Z|1af05fdd-6d74-47d6-86f0-f0b61b9d6d4b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:43:53.292Z|1af05fdd-6d74-47d6-86f0-f0b61b9d6d4b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:43:54.130Z|4bfed08c-be9d-4f59-b916-c7b4a1d272ce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:54.130Z|4bfed08c-be9d-4f59-b916-c7b4a1d272ce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:43:54.579Z|29956255-5b98-4a2d-8437-74d9ec75d907|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:43:54.580Z|29956255-5b98-4a2d-8437-74d9ec75d907|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:03.220Z|9ef67f3a-1e67-4b42-a587-d9c33f8782b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:03.221Z|9ef67f3a-1e67-4b42-a587-d9c33f8782b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:04.149Z|2bc0e761-8302-40b3-aad9-d649b30d2430|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:04.149Z|2bc0e761-8302-40b3-aad9-d649b30d2430|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:04.600Z|a8f52d9e-a216-4596-b0aa-85d6fa04120f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:04.601Z|a8f52d9e-a216-4596-b0aa-85d6fa04120f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:08.014Z|a5eede73-419b-4b32-8b18-b2d658436442|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:44:08.014Z|a5eede73-419b-4b32-8b18-b2d658436442|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:44:13.241Z|a99a4c62-29b4-4fb7-8da9-b7473c5573c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:13.242Z|a99a4c62-29b4-4fb7-8da9-b7473c5573c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:14.171Z|8883ddf3-a658-40e8-ade4-e19a9abe63b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:14.172Z|8883ddf3-a658-40e8-ade4-e19a9abe63b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:14.623Z|b88d03f8-9312-4609-baab-bb567498f67a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:14.624Z|b88d03f8-9312-4609-baab-bb567498f67a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:23.014Z|01b740e8-e532-40f8-8f03-6bed3b324c0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:44:23.014Z|01b740e8-e532-40f8-8f03-6bed3b324c0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:44:23.262Z|8b339b32-b596-4d08-a264-ea6d96c17f34|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:23.263Z|8b339b32-b596-4d08-a264-ea6d96c17f34|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:23.292Z|10c495c3-8808-40a9-9116-134ab5e65f85|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:44:23.292Z|10c495c3-8808-40a9-9116-134ab5e65f85|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:44:23.828Z|7c195159-a2c4-4587-a82c-64d435dfeaa9|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:44:23.828Z|7c195159-a2c4-4587-a82c-64d435dfeaa9|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:24.200Z|70ae674f-ca78-4d8f-916a-2ebe7fb98878|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:24.200Z|70ae674f-ca78-4d8f-916a-2ebe7fb98878|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:24.648Z|882cbf1a-8223-449e-b091-8b2abd004109|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:24.649Z|882cbf1a-8223-449e-b091-8b2abd004109|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:33.284Z|a27a93f3-9723-46a3-81c5-7e0e75d201aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:33.284Z|a27a93f3-9723-46a3-81c5-7e0e75d201aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:34.221Z|76849578-d8ae-41eb-83e4-14f7ac6560b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:34.222Z|76849578-d8ae-41eb-83e4-14f7ac6560b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:34.669Z|96104368-5d49-425f-830b-e701c4837adb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:34.670Z|96104368-5d49-425f-830b-e701c4837adb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:38.014Z|727bc3e0-4bd2-4f59-b9b5-9e8741df8e9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:44:38.015Z|727bc3e0-4bd2-4f59-b9b5-9e8741df8e9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:44:43.306Z|faebfe93-7244-45d2-9b51-cee38fa4f399|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:43.307Z|faebfe93-7244-45d2-9b51-cee38fa4f399|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:44.241Z|1e385ac5-79e1-4654-aefd-85fa20549f51|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:44.242Z|1e385ac5-79e1-4654-aefd-85fa20549f51|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:44.688Z|25903e05-d902-4397-ae3c-e861187e062f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:44.689Z|25903e05-d902-4397-ae3c-e861187e062f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:53.014Z|b55e71de-baa2-4f52-adb2-2c0a2699e367|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:44:53.014Z|b55e71de-baa2-4f52-adb2-2c0a2699e367|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:44:53.293Z|46235462-ab0f-434a-ac55-0a723fadec29|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:44:53.293Z|46235462-ab0f-434a-ac55-0a723fadec29|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:44:53.327Z|2a19c4c4-6f62-47f5-9abf-a68e1ee2b5b4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:53.327Z|2a19c4c4-6f62-47f5-9abf-a68e1ee2b5b4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:54.262Z|affcd5cf-0169-4773-ae11-2fa4949e0f1d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:54.262Z|affcd5cf-0169-4773-ae11-2fa4949e0f1d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:44:54.708Z|aedc8fa5-673a-4583-b010-3d9690e8ddae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:44:54.709Z|aedc8fa5-673a-4583-b010-3d9690e8ddae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:03.347Z|67ef0805-1b19-41f4-bf6b-17b20c0b0cc2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:03.347Z|67ef0805-1b19-41f4-bf6b-17b20c0b0cc2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:04.283Z|e4738a0d-db9d-4a63-9931-77467c96f482|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:04.284Z|e4738a0d-db9d-4a63-9931-77467c96f482|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:04.728Z|32c9f573-ae60-4d0c-9f3f-2135383fe361|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:04.728Z|32c9f573-ae60-4d0c-9f3f-2135383fe361|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:08.014Z|51defff1-8234-4dca-acf2-03c3743e255e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:45:08.014Z|51defff1-8234-4dca-acf2-03c3743e255e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:45:13.367Z|5e8ba12c-9c36-4943-b06b-dc0d1ac7ca29|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:13.368Z|5e8ba12c-9c36-4943-b06b-dc0d1ac7ca29|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:14.309Z|36d9da5c-8727-4c47-a564-ba4a617ddba0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:14.310Z|36d9da5c-8727-4c47-a564-ba4a617ddba0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:14.748Z|91ddccf0-3af2-4850-80ce-ba68d34377ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:14.749Z|91ddccf0-3af2-4850-80ce-ba68d34377ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:23.014Z|99416951-ea09-4ad1-8fdd-ae7b7bd29afd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:45:23.016Z|99416951-ea09-4ad1-8fdd-ae7b7bd29afd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:45:23.294Z|84057468-fbd9-408b-98b2-17135ed278ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:45:23.294Z|84057468-fbd9-408b-98b2-17135ed278ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:45:23.388Z|d71c6713-01a6-440e-8230-439f27842ccf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:23.389Z|d71c6713-01a6-440e-8230-439f27842ccf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:23.828Z|f43ea536-16bc-46bf-bb0b-43f9caff754d|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:45:23.829Z|f43ea536-16bc-46bf-bb0b-43f9caff754d|http-nio-8080-exec-4|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:24.329Z|ccc814bf-2745-4050-a67f-84b2cb89560d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:24.329Z|ccc814bf-2745-4050-a67f-84b2cb89560d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:24.769Z|c4c1f565-345e-435e-ab71-b3a762d2c542|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:24.769Z|c4c1f565-345e-435e-ab71-b3a762d2c542|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:33.413Z|25646171-3e0e-40ef-94e4-4f008e38a822|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:33.415Z|25646171-3e0e-40ef-94e4-4f008e38a822|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:34.348Z|cb936935-27bd-45ef-a9ec-4d28936bc033|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:34.348Z|cb936935-27bd-45ef-a9ec-4d28936bc033|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:34.792Z|707cf646-1950-4021-885a-8a282b033d50|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:34.793Z|707cf646-1950-4021-885a-8a282b033d50|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:38.014Z|494d34fd-6a29-435f-9616-35237878714e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:45:38.016Z|494d34fd-6a29-435f-9616-35237878714e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:45:43.445Z|298f4003-0aa5-41a0-b700-892c4cd925d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:43.447Z|298f4003-0aa5-41a0-b700-892c4cd925d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:44.369Z|9eb89258-93ff-433e-9bdf-ec71d229439a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:44.369Z|9eb89258-93ff-433e-9bdf-ec71d229439a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:44.817Z|f95bf4d3-a9fb-474d-962e-3c7991ab9afc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:44.818Z|f95bf4d3-a9fb-474d-962e-3c7991ab9afc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:53.014Z|4a5c6677-0eca-4357-8e84-e73079d9b796|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:45:53.015Z|4a5c6677-0eca-4357-8e84-e73079d9b796|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:45:53.295Z|5bc261f1-7375-4299-b338-9a6dc4a19f8c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:45:53.296Z|5bc261f1-7375-4299-b338-9a6dc4a19f8c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:45:53.472Z|9985de37-5299-467e-b100-97f1462e642a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:53.473Z|9985de37-5299-467e-b100-97f1462e642a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:54.395Z|b4694cbd-cd67-48ae-81fa-8a4b11c13634|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:54.396Z|b4694cbd-cd67-48ae-81fa-8a4b11c13634|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:45:54.839Z|02f6650f-cc89-43e8-b87c-c39172e34a29|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:45:54.839Z|02f6650f-cc89-43e8-b87c-c39172e34a29|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:03.493Z|f244b772-3600-4a40-a80c-1c77240fc6db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:03.493Z|f244b772-3600-4a40-a80c-1c77240fc6db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:04.416Z|f96e2bbf-b61a-4e66-a529-52ad6285c5c8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:04.416Z|f96e2bbf-b61a-4e66-a529-52ad6285c5c8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:04.859Z|9b01eec3-728c-485c-a37b-1e5800d28ed9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:04.860Z|9b01eec3-728c-485c-a37b-1e5800d28ed9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:08.016Z|412f60e7-d679-47ef-b741-a05f0873f2b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:46:08.017Z|412f60e7-d679-47ef-b741-a05f0873f2b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:46:13.515Z|3a8f8656-796d-4ea9-aa5f-9a00afedaeee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:13.515Z|3a8f8656-796d-4ea9-aa5f-9a00afedaeee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:14.437Z|a53ee528-5332-442c-900a-6c12223ce2f8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:14.437Z|a53ee528-5332-442c-900a-6c12223ce2f8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:14.882Z|cbe19a17-e98a-472f-aac3-85ba0d80c9b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:14.882Z|cbe19a17-e98a-472f-aac3-85ba0d80c9b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:23.014Z|20d4f323-2d54-4c6e-b2ba-de1af424bbc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:46:23.014Z|20d4f323-2d54-4c6e-b2ba-de1af424bbc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:46:23.296Z|6d6470c5-d109-4e0b-81eb-cd19419ad937|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:46:23.297Z|6d6470c5-d109-4e0b-81eb-cd19419ad937|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:46:23.536Z|6db42633-ab6c-4d3f-89b7-c2bc1b70b5a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:23.537Z|6db42633-ab6c-4d3f-89b7-c2bc1b70b5a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:23.828Z|9565a696-8cc3-45fa-95f1-67428d365db4|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:46:23.829Z|9565a696-8cc3-45fa-95f1-67428d365db4|http-nio-8080-exec-5|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:24.456Z|12f1137d-3e77-4500-92f1-2e0613d6ee06|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:24.457Z|12f1137d-3e77-4500-92f1-2e0613d6ee06|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:24.902Z|c7cc49d0-f993-4c44-b564-f9f787a80697|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:24.903Z|c7cc49d0-f993-4c44-b564-f9f787a80697|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:33.558Z|7c7c6b89-5600-4eb2-8ff6-8ff7dc838446|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:33.558Z|7c7c6b89-5600-4eb2-8ff6-8ff7dc838446|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:34.479Z|fe74da1f-b0b1-402f-b2c5-251d325bebb6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:34.480Z|fe74da1f-b0b1-402f-b2c5-251d325bebb6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:34.924Z|f312cf96-0b22-48e8-8af4-e1af9dad1977|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:34.925Z|f312cf96-0b22-48e8-8af4-e1af9dad1977|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:38.014Z|96cf4bc8-00dd-427e-8ccf-2233fc494d88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:46:38.014Z|96cf4bc8-00dd-427e-8ccf-2233fc494d88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:46:43.577Z|89266e62-46e2-48ff-ac89-c43e869e5f09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:43.577Z|89266e62-46e2-48ff-ac89-c43e869e5f09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:44.502Z|c9e59cc4-33e8-4ea3-a063-a0e21c01cea9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:44.502Z|c9e59cc4-33e8-4ea3-a063-a0e21c01cea9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:44.944Z|59680c45-916a-4ea0-90da-8c86c94fe76a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:44.945Z|59680c45-916a-4ea0-90da-8c86c94fe76a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:53.014Z|1a73f952-53c8-4e0e-bd1b-d0d65f5770aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:46:53.015Z|1a73f952-53c8-4e0e-bd1b-d0d65f5770aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:46:53.297Z|577c11a9-b102-4323-b6b9-6d6646674cd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:46:53.298Z|577c11a9-b102-4323-b6b9-6d6646674cd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:46:53.596Z|e53e02d5-2198-4cd3-95ef-32def0e093e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:53.597Z|e53e02d5-2198-4cd3-95ef-32def0e093e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:54.523Z|db303c3f-c045-454c-8594-a834f865babb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:54.525Z|db303c3f-c045-454c-8594-a834f865babb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:46:54.963Z|c748900d-5819-45e4-b8c8-a96f8512eb76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:46:54.964Z|c748900d-5819-45e4-b8c8-a96f8512eb76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:03.617Z|e9cb23a8-3f69-4dd1-aefc-df33226056ca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:03.617Z|e9cb23a8-3f69-4dd1-aefc-df33226056ca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:04.546Z|c10bb55d-1fff-47b6-8d36-23394c2da74f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:04.547Z|c10bb55d-1fff-47b6-8d36-23394c2da74f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:04.985Z|8afe9b88-794f-49f3-8734-0b8c8bb47e2a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:04.986Z|8afe9b88-794f-49f3-8734-0b8c8bb47e2a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:08.014Z|b9c2c0cc-1071-4a8f-91a2-23adf2fb5669|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:47:08.014Z|b9c2c0cc-1071-4a8f-91a2-23adf2fb5669|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:47:13.641Z|f292c44f-0e70-4a29-8e41-36ff763c7fde|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:13.642Z|f292c44f-0e70-4a29-8e41-36ff763c7fde|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:14.568Z|4257b82b-8960-404b-860d-f6fcce9aaa6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:14.569Z|4257b82b-8960-404b-860d-f6fcce9aaa6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:15.006Z|97fa9b88-629f-4bfc-9718-c5857ca879f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:15.007Z|97fa9b88-629f-4bfc-9718-c5857ca879f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:23.014Z|6a5afa88-5d73-406c-afb9-b24cab7c3979|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:47:23.017Z|6a5afa88-5d73-406c-afb9-b24cab7c3979|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:47:23.298Z|8911763f-1915-4f3f-8e67-5ec9c16bdcee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:47:23.299Z|8911763f-1915-4f3f-8e67-5ec9c16bdcee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:47:23.668Z|3446487d-82a0-43fe-99b1-d535148cc330|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:23.670Z|3446487d-82a0-43fe-99b1-d535148cc330|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:23.828Z|db9761a6-ad9f-408c-a3da-50f168bffcb3|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:47:23.829Z|db9761a6-ad9f-408c-a3da-50f168bffcb3|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:24.588Z|d5863067-a0fb-4af8-989c-6b5478457b2b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:24.589Z|d5863067-a0fb-4af8-989c-6b5478457b2b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:25.028Z|5504b2a2-9090-4cea-a7fb-cd13240db390|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:25.028Z|5504b2a2-9090-4cea-a7fb-cd13240db390|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:33.697Z|21ab5191-3c39-4d89-ad93-0439c11aa71e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:33.700Z|21ab5191-3c39-4d89-ad93-0439c11aa71e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:34.608Z|cb55cdab-4544-4208-9c9a-b33cbaa58a21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:34.609Z|cb55cdab-4544-4208-9c9a-b33cbaa58a21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:35.051Z|102cbfae-a4d3-404a-94a4-81510ad957d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:35.052Z|102cbfae-a4d3-404a-94a4-81510ad957d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:38.014Z|9a43a782-75fb-4528-80e3-dd778a93bf89|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:47:38.015Z|9a43a782-75fb-4528-80e3-dd778a93bf89|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:47:43.725Z|a9edd693-5a13-4c88-9a06-d43f9238d0a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:43.726Z|a9edd693-5a13-4c88-9a06-d43f9238d0a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:44.630Z|71cd9ae2-c1e2-4ba3-8fe8-4fd10282b113|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:44.631Z|71cd9ae2-c1e2-4ba3-8fe8-4fd10282b113|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:45.072Z|dfccfb88-a213-406c-bb79-7aa2b91668a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:45.073Z|dfccfb88-a213-406c-bb79-7aa2b91668a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:53.014Z|8b80ecaf-b5a8-41cf-84e8-44d5d0f1e2c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:47:53.014Z|8b80ecaf-b5a8-41cf-84e8-44d5d0f1e2c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:47:53.300Z|a7b773fa-e54c-4027-8189-f703779a7ea5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:47:53.300Z|a7b773fa-e54c-4027-8189-f703779a7ea5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:47:53.745Z|38c673de-5ace-4e24-8c3f-13a74ab4d9d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:53.746Z|38c673de-5ace-4e24-8c3f-13a74ab4d9d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:54.653Z|58ac1b93-eaa1-4d77-8d21-b92e70e853a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:54.653Z|58ac1b93-eaa1-4d77-8d21-b92e70e853a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:47:55.094Z|0f6b0cdb-5ae0-495e-9d4b-100a1f573dc8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:47:55.094Z|0f6b0cdb-5ae0-495e-9d4b-100a1f573dc8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:03.767Z|7cd2c880-fb1a-4840-bde9-07f498bdd42b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:03.767Z|7cd2c880-fb1a-4840-bde9-07f498bdd42b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:04.672Z|6fb9e2eb-c485-44a7-8791-47a9c9fb914b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:04.672Z|6fb9e2eb-c485-44a7-8791-47a9c9fb914b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:05.118Z|be6f012c-6eb2-4a4c-8de0-0dbe9afc7a52|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:05.118Z|be6f012c-6eb2-4a4c-8de0-0dbe9afc7a52|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:08.014Z|77a0b3df-3efd-47b4-accb-9d1e5f1532c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:48:08.016Z|77a0b3df-3efd-47b4-accb-9d1e5f1532c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:48:13.789Z|c5417b83-ef5f-4f6d-a674-e426f50335ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:13.790Z|c5417b83-ef5f-4f6d-a674-e426f50335ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:14.692Z|2eb13312-ed79-4671-9455-43f62f776c96|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:14.692Z|2eb13312-ed79-4671-9455-43f62f776c96|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:15.142Z|3ed09383-cf1f-4609-a733-e83b9958aa58|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:15.142Z|3ed09383-cf1f-4609-a733-e83b9958aa58|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:23.014Z|cc299e65-5b52-4f31-bddb-16de11cca1c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:48:23.014Z|cc299e65-5b52-4f31-bddb-16de11cca1c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:48:23.301Z|2b61fa4c-27e8-4277-a3d0-005d6241f22f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:48:23.302Z|2b61fa4c-27e8-4277-a3d0-005d6241f22f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:48:23.815Z|8fb294f5-ec5f-4e6e-9dfd-f8eddc35c2b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:23.816Z|8fb294f5-ec5f-4e6e-9dfd-f8eddc35c2b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:23.827Z|5845c3cc-2837-47d2-97b0-94142b57b201|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:48:23.828Z|5845c3cc-2837-47d2-97b0-94142b57b201|http-nio-8080-exec-3|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:24.713Z|59de232c-f3c2-44ad-ae09-6be7b5c81ddd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:24.714Z|59de232c-f3c2-44ad-ae09-6be7b5c81ddd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:25.161Z|54dfc803-e5b1-4de6-9785-988fadbc34c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:25.162Z|54dfc803-e5b1-4de6-9785-988fadbc34c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:33.836Z|734dd858-593e-47aa-8dda-37b48a8370b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:33.837Z|734dd858-593e-47aa-8dda-37b48a8370b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:34.734Z|1d33088b-5b6a-4cb0-80c3-c3fbc89e34a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:34.734Z|1d33088b-5b6a-4cb0-80c3-c3fbc89e34a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:35.185Z|26941954-a1d2-48c7-a208-f1c1f1f404f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:35.186Z|26941954-a1d2-48c7-a208-f1c1f1f404f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:38.013Z|81f60fd8-ddf5-4bd1-8b0a-4e0de40397c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:48:38.014Z|81f60fd8-ddf5-4bd1-8b0a-4e0de40397c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:48:43.856Z|d148645e-7dc0-4347-8dfc-73005589d764|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:43.856Z|d148645e-7dc0-4347-8dfc-73005589d764|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:44.759Z|b9d89bfa-24b9-4041-87f0-272322733229|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:44.760Z|b9d89bfa-24b9-4041-87f0-272322733229|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:45.211Z|f0e868e7-db88-47da-84ea-e50838e3f5ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:45.212Z|f0e868e7-db88-47da-84ea-e50838e3f5ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:53.014Z|49e5fd8d-a29e-46af-b9af-de4cd047b8c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:48:53.016Z|49e5fd8d-a29e-46af-b9af-de4cd047b8c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:48:53.302Z|92254675-446e-4b18-a36a-1685014e1268|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:48:53.303Z|92254675-446e-4b18-a36a-1685014e1268|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:48:53.880Z|65b62874-3d33-4ef3-9fcd-dbc7a1a2ead7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:53.881Z|65b62874-3d33-4ef3-9fcd-dbc7a1a2ead7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:54.779Z|3f8e7066-abf5-4bac-9014-967544db4da4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:54.780Z|3f8e7066-abf5-4bac-9014-967544db4da4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:48:55.236Z|deee3103-8949-43da-8290-98d31bb18537|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:48:55.236Z|deee3103-8949-43da-8290-98d31bb18537|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:03.913Z|473a2e6c-5442-4ce3-861a-3cbebbada909|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:03.915Z|473a2e6c-5442-4ce3-861a-3cbebbada909|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:04.801Z|d3391011-a51d-4420-a1c4-3b9127550077|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:04.802Z|d3391011-a51d-4420-a1c4-3b9127550077|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:05.256Z|21bf380a-923b-42ed-8be0-bcf3c4c167f7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:05.256Z|21bf380a-923b-42ed-8be0-bcf3c4c167f7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:08.014Z|dd5980b0-0884-4d6d-b401-de64fe8e6aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:49:08.015Z|dd5980b0-0884-4d6d-b401-de64fe8e6aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:49:13.946Z|63b70906-67a5-45ac-b5ad-b6730590b2e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:13.949Z|63b70906-67a5-45ac-b5ad-b6730590b2e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:14.823Z|d19f3561-d0bb-4af4-ae7f-35c72cc4099c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:14.824Z|d19f3561-d0bb-4af4-ae7f-35c72cc4099c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:15.274Z|ed5a5baa-bcf2-472c-ad62-81499adf08d1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:15.275Z|ed5a5baa-bcf2-472c-ad62-81499adf08d1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:23.014Z|3e2dbe91-f259-4e36-b24b-050142782397|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:49:23.015Z|3e2dbe91-f259-4e36-b24b-050142782397|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:49:23.303Z|76aa65ba-5a9e-4960-be06-f091c45cb7f6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:49:23.304Z|76aa65ba-5a9e-4960-be06-f091c45cb7f6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:49:23.830Z|278316ba-33de-4fa0-9f72-62b571d75784|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:49:23.831Z|278316ba-33de-4fa0-9f72-62b571d75784|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:23.972Z|9c1da58e-f436-44fb-bf8c-35596decbfd1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:23.973Z|9c1da58e-f436-44fb-bf8c-35596decbfd1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:24.843Z|011e36a3-922d-4830-8bcf-c2d21aba58ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:24.844Z|011e36a3-922d-4830-8bcf-c2d21aba58ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:25.296Z|955967d0-036b-403b-b804-36819e0ee538|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:25.296Z|955967d0-036b-403b-b804-36819e0ee538|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:33.993Z|e35ca772-c8e1-47d5-be7b-be718a4cb040|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:33.994Z|e35ca772-c8e1-47d5-be7b-be718a4cb040|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:34.862Z|0223fca2-6454-4322-a216-99f171d65717|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:34.863Z|0223fca2-6454-4322-a216-99f171d65717|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:35.318Z|cafe0909-dd8d-421c-891e-949beec3cb5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:35.319Z|cafe0909-dd8d-421c-891e-949beec3cb5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:38.014Z|551433b0-6ab2-4921-a1cc-c288b9a00014|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:49:38.015Z|551433b0-6ab2-4921-a1cc-c288b9a00014|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:49:44.016Z|0da27696-dd58-4dda-9744-478d49cb3d29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:44.017Z|0da27696-dd58-4dda-9744-478d49cb3d29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:44.881Z|5140d9e0-2122-43ca-a12c-361330b8c2df|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:44.882Z|5140d9e0-2122-43ca-a12c-361330b8c2df|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:45.339Z|48522ebe-4a32-45f1-994b-8e52fb84e923|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:45.339Z|48522ebe-4a32-45f1-994b-8e52fb84e923|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:53.014Z|ead240f8-ff00-41fa-8bef-091352eae866|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:49:53.014Z|ead240f8-ff00-41fa-8bef-091352eae866|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:49:53.304Z|cf953096-fb64-4433-b9a9-1cf1635c1950|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:49:53.305Z|cf953096-fb64-4433-b9a9-1cf1635c1950|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:49:54.038Z|2fe42127-4627-4100-b27d-d9548305d495|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:54.039Z|2fe42127-4627-4100-b27d-d9548305d495|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:54.901Z|876b6762-2ea8-469b-8470-b28542c4da84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:54.901Z|876b6762-2ea8-469b-8470-b28542c4da84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:49:55.358Z|eaed3084-6ffc-4a3d-a04c-d6deafb44034|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:49:55.358Z|eaed3084-6ffc-4a3d-a04c-d6deafb44034|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:04.060Z|96510509-8996-406f-bc45-ea223ebbc135|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:04.061Z|96510509-8996-406f-bc45-ea223ebbc135|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:04.925Z|a7c991cb-352f-46b5-9678-6c7d12c82d8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:04.925Z|a7c991cb-352f-46b5-9678-6c7d12c82d8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:05.378Z|74945e47-efa1-405c-a304-3c3ea3aa3f0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:05.379Z|74945e47-efa1-405c-a304-3c3ea3aa3f0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:08.014Z|a3e62a45-1fb5-4ba3-bd9c-27c141009dd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:50:08.014Z|a3e62a45-1fb5-4ba3-bd9c-27c141009dd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:50:14.084Z|67d6d946-0167-4d14-ab70-98b6161dcad9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:14.084Z|67d6d946-0167-4d14-ab70-98b6161dcad9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:14.947Z|ec032776-4d9f-4800-9ed4-98d9df8feb41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:14.948Z|ec032776-4d9f-4800-9ed4-98d9df8feb41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:15.400Z|650bb4cb-661c-4e3a-b011-7100e7cc52c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:15.401Z|650bb4cb-661c-4e3a-b011-7100e7cc52c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:23.014Z|a30bf5a8-6b85-4f2a-9f78-c55c326e4638|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:50:23.015Z|a30bf5a8-6b85-4f2a-9f78-c55c326e4638|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:50:23.305Z|cf8d3b60-5693-4f28-9eff-63d99d950cfc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:50:23.306Z|cf8d3b60-5693-4f28-9eff-63d99d950cfc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:50:23.828Z|0c776d1b-588e-4dff-9959-6088375634b9|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:50:23.829Z|0c776d1b-588e-4dff-9959-6088375634b9|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:24.104Z|9abcd26c-0fd4-4a24-b66f-a2911dfdfb8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:24.105Z|9abcd26c-0fd4-4a24-b66f-a2911dfdfb8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:24.967Z|199e9a53-8543-439f-b3a9-c67757e30b1b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:24.967Z|199e9a53-8543-439f-b3a9-c67757e30b1b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:25.420Z|af78c048-ee23-4fe1-8e0f-c1dbb85c8621|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:25.420Z|af78c048-ee23-4fe1-8e0f-c1dbb85c8621|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:34.126Z|e41a34e0-4dfe-48f8-8722-0c613ea5cd37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:34.126Z|e41a34e0-4dfe-48f8-8722-0c613ea5cd37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:34.986Z|46de5978-f306-47f2-a352-71e3da83a5b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:34.987Z|46de5978-f306-47f2-a352-71e3da83a5b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:35.440Z|53fb00fc-8c6d-476e-a6b2-9d750b22d3f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:35.441Z|53fb00fc-8c6d-476e-a6b2-9d750b22d3f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:38.014Z|fa7874f5-07df-4b80-9001-0a6518834650|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:50:38.015Z|fa7874f5-07df-4b80-9001-0a6518834650|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:50:44.150Z|34f5995e-cb72-475f-98a0-2bcfc5aed609|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:44.151Z|34f5995e-cb72-475f-98a0-2bcfc5aed609|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:45.009Z|18c77556-de76-4b6c-8458-2d31c68d30e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:45.010Z|18c77556-de76-4b6c-8458-2d31c68d30e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:45.462Z|ea6b00b5-0c90-4f29-8265-ad6090cc7bcf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:45.463Z|ea6b00b5-0c90-4f29-8265-ad6090cc7bcf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:53.015Z|916a5b96-2b9b-40c3-bc91-2cce9fb01664|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:50:53.017Z|916a5b96-2b9b-40c3-bc91-2cce9fb01664|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:50:53.306Z|50ad5252-440e-415e-b153-8f2ae9a1cf1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:50:53.307Z|50ad5252-440e-415e-b153-8f2ae9a1cf1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:50:54.180Z|fa966c9e-e270-4346-8324-27ecde094396|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:54.182Z|fa966c9e-e270-4346-8324-27ecde094396|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:55.033Z|f090c56a-0914-452e-8bd4-f52590b41371|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:55.033Z|f090c56a-0914-452e-8bd4-f52590b41371|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:50:55.485Z|607e29c7-82d4-41cc-89e1-72b9b12bc0cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:50:55.485Z|607e29c7-82d4-41cc-89e1-72b9b12bc0cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:04.217Z|8a9e9149-7200-483d-a0c9-46200358573b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:04.219Z|8a9e9149-7200-483d-a0c9-46200358573b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:05.054Z|dbce072f-5eee-4804-864f-0599d1db00da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:05.055Z|dbce072f-5eee-4804-864f-0599d1db00da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:05.505Z|e73b640c-d58c-4862-9ea4-4e7e4600df3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:05.506Z|e73b640c-d58c-4862-9ea4-4e7e4600df3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:08.014Z|9da2782b-4884-438d-ab8c-4fe78f84291b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:51:08.015Z|9da2782b-4884-438d-ab8c-4fe78f84291b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:51:14.243Z|1648514d-16d1-4ea9-8b9e-e07dae3481a3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:14.244Z|1648514d-16d1-4ea9-8b9e-e07dae3481a3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:15.074Z|76d8e27a-c1f4-4793-8695-dca508307989|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:15.075Z|76d8e27a-c1f4-4793-8695-dca508307989|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:15.525Z|e2230217-500d-4118-838f-394333ead5a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:15.526Z|e2230217-500d-4118-838f-394333ead5a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:23.014Z|15576dc3-69c7-493b-bb64-d81d3ff6e738|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:51:23.014Z|15576dc3-69c7-493b-bb64-d81d3ff6e738|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:51:23.307Z|429ececa-1a7b-40ed-9274-dec42c5fadfb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:51:23.308Z|429ececa-1a7b-40ed-9274-dec42c5fadfb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2021-09-14T12:51:23.828Z|7615c85c-f6a1-4f6a-a181-e06bbc0bd9b5|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|500||Entering
2021-09-14T12:51:23.829Z|7615c85c-f6a1-4f6a-a181-e06bbc0bd9b5|http-nio-8080-exec-6|manage/health|kube-probe/1.20|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:24.264Z|d67061a0-2ef1-4774-9aa0-0bc3269f3e3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:24.265Z|d67061a0-2ef1-4774-9aa0-0bc3269f3e3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:25.093Z|9fc1be61-f599-4e57-a63c-1df84d878232|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:25.094Z|9fc1be61-f599-4e57-a63c-1df84d878232|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:25.546Z|5a8a5132-ff6b-4a41-af7f-50262658b5a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:25.546Z|5a8a5132-ff6b-4a41-af7f-50262658b5a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:34.283Z|b6bb4794-2fc8-459d-9c6c-b866883ef551|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:34.284Z|b6bb4794-2fc8-459d-9c6c-b866883ef551|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:35.114Z|30b1f28d-faa4-4c71-8000-c5588022edef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:35.115Z|30b1f28d-faa4-4c71-8000-c5588022edef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:35.565Z|d857fad3-935d-412b-9c23-6de64733526b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2021-09-14T12:51:35.566Z|d857fad3-935d-412b-9c23-6de64733526b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2021-09-14T12:51:38.013Z|671403e0-9273-4375-bf65-627b7d633bab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2021-09-14T12:51:38.015Z|671403e0-9273-4375-bf65-627b7d633bab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.