Results

By type

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

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

2022-05-13T06:43:14.173Z||main|||||INFO|500||The following profiles are active: basic
2022-05-13T06:43:30.660Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-13T06:43:30.661Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-13T06:43:30.834Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-13T06:43:40.163Z||main|||||WARN|500||The following warnings have been detected: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.onap.so.apihandlerinfra.Onap3gppServiceInstances.getSliceSubnetCapabilities(org.onap.so.apihandlerinfra.onap3gppserviceinstancebeans.QuerySubnetCapability,java.lang.String) throws org.onap.so.apihandlerinfra.exceptions.ApiException, should not consume any entity.

2022-05-13T06:43:40.459Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-13T06:43:40.856Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-13T06:43:41.353Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-13T06:43:41.669Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-13T06:43:42.510Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-13T06:43:44.916Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-13T06:43:45.658Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-13T06:43:48.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-13T06:43:48.705Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-13T06:43:48.713Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-13T06:43:48.724Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-13T06:43:49.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-13T06:43:50.087Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-13T06:43:51.707Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-13T06:43:59.415Z||main|||||WARN|500||---
2022-05-13T06:43:59.416Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-13T06:43:59.417Z||main|||||WARN|500||---
2022-05-13T06:44:00.215Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-13T06:44:06.729Z||main|||||INFO|500||Started ApiHandlerApplication in 56.799 seconds (JVM running for 59.612)
2022-05-13T06:44:06.741Z|146ed37e-0c3f-4459-a7cc-04190ea9b7fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:44:06.758Z|146ed37e-0c3f-4459-a7cc-04190ea9b7fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:44:06.759Z|2dcf58b0-355e-495c-ba91-7ed0a6ca2484|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:44:06.768Z|2dcf58b0-355e-495c-ba91-7ed0a6ca2484|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:44:07.178Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-13T06:44:07.424Z|d0a01f91-802a-469e-9559-c5e0d8deefd5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (jar:file:/app/app.jar!/BOOT-INF/lib/jaxb-impl-2.3.0.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2022-05-13T06:44:07.928Z|d0a01f91-802a-469e-9559-c5e0d8deefd5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:08.212Z|8ac6d91b-b534-4ebe-9296-3315ccf369b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:08.214Z|8ac6d91b-b534-4ebe-9296-3315ccf369b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:14.811Z|a50b6cdb-2548-4401-a6a6-7302a130ec05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:14.812Z|a50b6cdb-2548-4401-a6a6-7302a130ec05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:18.075Z|d253ae30-e24c-4d10-b864-ec02aff05672|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:18.076Z|d253ae30-e24c-4d10-b864-ec02aff05672|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:18.254Z|75c1c414-6e9f-442c-bb8b-8a5fd9b4e55f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:18.255Z|75c1c414-6e9f-442c-bb8b-8a5fd9b4e55f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:21.718Z|64132e71-6f2f-48c5-90bb-3a7a8c5a06c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:44:21.722Z|64132e71-6f2f-48c5-90bb-3a7a8c5a06c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:44:24.851Z|87f567dc-9ee7-4494-b63d-2eb9bf913e0f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:24.852Z|87f567dc-9ee7-4494-b63d-2eb9bf913e0f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:28.128Z|ab5b5391-f979-4181-a5c0-32e1b4b0e958|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:28.129Z|ab5b5391-f979-4181-a5c0-32e1b4b0e958|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:28.300Z|5a09e7e0-899b-49b7-841b-4e631bb51173|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:28.302Z|5a09e7e0-899b-49b7-841b-4e631bb51173|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:34.898Z|ac4a160a-b55e-4a42-8385-b585672f76eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:34.900Z|ac4a160a-b55e-4a42-8385-b585672f76eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:36.719Z|ddbdf890-7379-48a9-9390-16a461192e9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:44:36.721Z|ddbdf890-7379-48a9-9390-16a461192e9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:44:36.769Z|e7237dcb-d0fd-4e22-8b39-83d5f5c1fe47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:44:36.770Z|e7237dcb-d0fd-4e22-8b39-83d5f5c1fe47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:44:38.167Z|7d920e0d-14ca-4e0f-a742-a839639956a3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:38.169Z|7d920e0d-14ca-4e0f-a742-a839639956a3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:38.335Z|a0bf698e-97f9-46a2-9b1f-971be305fd0d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:38.337Z|a0bf698e-97f9-46a2-9b1f-971be305fd0d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:44.942Z|4d01b369-c495-4196-a8d4-1263a059357c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:44.944Z|4d01b369-c495-4196-a8d4-1263a059357c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:48.207Z|56fd6cc9-6f8b-45d3-9634-7201710dfac3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:48.209Z|56fd6cc9-6f8b-45d3-9634-7201710dfac3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:48.383Z|2e6ed55a-fc94-40e4-aa1d-e430654e8284|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:48.384Z|2e6ed55a-fc94-40e4-aa1d-e430654e8284|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:51.719Z|dc4a597d-c3b5-4230-b727-f9cd88fe251c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:44:51.721Z|dc4a597d-c3b5-4230-b727-f9cd88fe251c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:44:54.989Z|5379ff94-6b36-4eb3-a5c9-2ed739c16f6a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:54.991Z|5379ff94-6b36-4eb3-a5c9-2ed739c16f6a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:58.244Z|e12f8747-7628-44d4-8042-2d6a5a8b19e1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:58.246Z|e12f8747-7628-44d4-8042-2d6a5a8b19e1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:44:58.425Z|ec749eae-f4be-4390-930a-146d8fafeb53|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:44:58.427Z|ec749eae-f4be-4390-930a-146d8fafeb53|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:05.040Z|ba274d80-e762-4e80-b634-aa6759a0a6fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:05.042Z|ba274d80-e762-4e80-b634-aa6759a0a6fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:06.720Z|4f97bf69-ed5d-4083-a2de-f8ad0026f122|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:45:06.724Z|4f97bf69-ed5d-4083-a2de-f8ad0026f122|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:45:06.773Z|0468cfa4-91db-4bf8-8466-97d14408c62f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:45:06.774Z|0468cfa4-91db-4bf8-8466-97d14408c62f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:45:08.280Z|4ae1f67b-ee0a-41c2-bc54-2fb1006df282|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:08.282Z|4ae1f67b-ee0a-41c2-bc54-2fb1006df282|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:08.474Z|0b5fa69d-8fce-46d6-bcc7-2a72b6337e66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:08.476Z|0b5fa69d-8fce-46d6-bcc7-2a72b6337e66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:15.085Z|eb5a9a5d-4969-430d-a894-2fcf9cd5f6b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:15.087Z|eb5a9a5d-4969-430d-a894-2fcf9cd5f6b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:18.316Z|def16c05-746a-4fe9-8019-9806c579d13e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:18.319Z|def16c05-746a-4fe9-8019-9806c579d13e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:18.508Z|c52f3829-69b7-44f1-af4c-74d45db3b039|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:18.509Z|c52f3829-69b7-44f1-af4c-74d45db3b039|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:21.719Z|d461a7b0-f036-49da-959b-ed363c485ec5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:45:21.720Z|d461a7b0-f036-49da-959b-ed363c485ec5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:45:25.118Z|7a0fa679-eaae-4801-a02b-934fa61c0ad6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:25.120Z|7a0fa679-eaae-4801-a02b-934fa61c0ad6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:28.353Z|cc21f981-e02c-4b41-9e17-9206f905208a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:28.354Z|cc21f981-e02c-4b41-9e17-9206f905208a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:28.547Z|e60a3996-cb3c-463a-abac-6d3aa33056c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:28.549Z|e60a3996-cb3c-463a-abac-6d3aa33056c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:35.149Z|46bae4d9-8d7e-44ad-9fa7-60cfe1cd7062|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:35.151Z|46bae4d9-8d7e-44ad-9fa7-60cfe1cd7062|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:36.719Z|6fac63fd-fe31-4b58-a5e7-7189b4fd352d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:45:36.720Z|6fac63fd-fe31-4b58-a5e7-7189b4fd352d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:45:36.775Z|7d2790a8-e933-4d87-9e7c-32379dc98163|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:45:36.776Z|7d2790a8-e933-4d87-9e7c-32379dc98163|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:45:38.389Z|c45db89b-bbea-4496-b975-72c8044916e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:38.391Z|c45db89b-bbea-4496-b975-72c8044916e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:38.583Z|d9d36a78-1630-4248-940d-50a17723f9da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:38.584Z|d9d36a78-1630-4248-940d-50a17723f9da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:45.180Z|12d0f2eb-30e4-4218-96da-ca90680a980f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:45.181Z|12d0f2eb-30e4-4218-96da-ca90680a980f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:48.425Z|ba416c4e-49dd-410f-bede-ef9783fb80a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:48.426Z|ba416c4e-49dd-410f-bede-ef9783fb80a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:48.617Z|fa6ed929-50a2-41d7-98b7-ac7912e9b52a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:48.619Z|fa6ed929-50a2-41d7-98b7-ac7912e9b52a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:51.719Z|a3b95e7e-c0ed-4a6e-9308-d9dcdb0d855b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:45:51.724Z|a3b95e7e-c0ed-4a6e-9308-d9dcdb0d855b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:45:55.225Z|ee49720e-2165-4f58-9ae2-a74bb10666ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:55.227Z|ee49720e-2165-4f58-9ae2-a74bb10666ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:58.456Z|1389eca5-7dae-4b04-9130-a2e1784294a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:58.459Z|1389eca5-7dae-4b04-9130-a2e1784294a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:45:58.654Z|c58b631e-4f4d-43fb-9e0e-657156b1a4ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:45:58.655Z|c58b631e-4f4d-43fb-9e0e-657156b1a4ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:05.259Z|f11db2f5-825f-430f-972b-6200529623df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:05.260Z|f11db2f5-825f-430f-972b-6200529623df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:06.719Z|0f228629-1ec3-4413-a632-ae8f3bc39ad1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:46:06.722Z|0f228629-1ec3-4413-a632-ae8f3bc39ad1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:46:06.779Z|a2f05723-6cb7-465a-9847-faad011a79a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:46:06.780Z|a2f05723-6cb7-465a-9847-faad011a79a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:46:08.496Z|ecb364c9-e226-453f-9cc8-6684d5da6c7b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:08.499Z|ecb364c9-e226-453f-9cc8-6684d5da6c7b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:08.689Z|504f260f-93cc-4af4-81da-8b60a163a6cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:08.690Z|504f260f-93cc-4af4-81da-8b60a163a6cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:15.314Z|1a69bc4d-07b5-4dd9-99d4-c011960b9d0e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:15.315Z|1a69bc4d-07b5-4dd9-99d4-c011960b9d0e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:18.540Z|2af9a0a9-82a8-4742-bf3f-f03dd21dc6fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:18.542Z|2af9a0a9-82a8-4742-bf3f-f03dd21dc6fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:18.725Z|e2a561a6-2917-4029-9b78-5009d5b8e9fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:18.726Z|e2a561a6-2917-4029-9b78-5009d5b8e9fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:21.718Z|8e447206-3e09-4889-aab8-d1cdd94eb16f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:46:21.719Z|8e447206-3e09-4889-aab8-d1cdd94eb16f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:46:25.388Z|f60dc434-3463-4539-9bdd-a1a4c67ea88a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:25.389Z|f60dc434-3463-4539-9bdd-a1a4c67ea88a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:28.588Z|4430d80c-cea3-47e2-9ff8-1f6dca1fa448|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:28.590Z|4430d80c-cea3-47e2-9ff8-1f6dca1fa448|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:28.771Z|2373cda4-d05b-4f1e-ae61-59e9bb83fe6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:28.773Z|2373cda4-d05b-4f1e-ae61-59e9bb83fe6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:35.427Z|32d39ed9-fd9c-4c1e-a4bd-50d3c663f0a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:35.428Z|32d39ed9-fd9c-4c1e-a4bd-50d3c663f0a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:36.719Z|6a296c2c-e6cf-4a15-b818-526e79fe3f00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:46:36.728Z|6a296c2c-e6cf-4a15-b818-526e79fe3f00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:46:36.782Z|b63e6781-594b-4cbc-932c-4f2870b0c9ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:46:36.783Z|b63e6781-594b-4cbc-932c-4f2870b0c9ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:46:38.654Z|d6bbcc06-0688-4483-bea2-046fc9391763|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:38.656Z|d6bbcc06-0688-4483-bea2-046fc9391763|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:38.813Z|1bb1b986-82e9-44a5-b4ef-a270942c9e75|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:38.814Z|1bb1b986-82e9-44a5-b4ef-a270942c9e75|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:45.475Z|0cfeae2c-3b90-40f4-aa48-46545d763c95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:45.476Z|0cfeae2c-3b90-40f4-aa48-46545d763c95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:48.730Z|d8707f5f-2ad4-47a2-b739-37bf79a8191c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:48.732Z|d8707f5f-2ad4-47a2-b739-37bf79a8191c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:48.873Z|efcf3d3c-c1ba-419d-acea-0b47b030599e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:48.875Z|efcf3d3c-c1ba-419d-acea-0b47b030599e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:51.719Z|c3de90b7-9c67-4b4c-9075-3d71987b5225|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:46:51.720Z|c3de90b7-9c67-4b4c-9075-3d71987b5225|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:46:55.544Z|80b4e901-ad5a-4aa3-a2aa-ab9eb6b26d39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:55.545Z|80b4e901-ad5a-4aa3-a2aa-ab9eb6b26d39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:58.785Z|151a7290-70b3-40f6-b324-7f6b898e9236|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:58.786Z|151a7290-70b3-40f6-b324-7f6b898e9236|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:46:58.955Z|3728ed52-add2-4a30-931e-bf7e2b4d513d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:46:58.957Z|3728ed52-add2-4a30-931e-bf7e2b4d513d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:05.678Z|0ec92a48-52b5-4fd2-8722-aef21cce7182|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:05.680Z|0ec92a48-52b5-4fd2-8722-aef21cce7182|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:06.726Z|b13e866c-a6f9-4f63-b3ff-dca2698d53d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:47:06.727Z|b13e866c-a6f9-4f63-b3ff-dca2698d53d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:47:06.787Z|2aa4947f-9d3b-4e00-acf7-d91b865931f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:47:06.788Z|2aa4947f-9d3b-4e00-acf7-d91b865931f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:47:08.846Z|8aa97f99-06a2-4e75-a160-fb0be2f487bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:08.848Z|8aa97f99-06a2-4e75-a160-fb0be2f487bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:09.019Z|06df10ed-b537-434d-8ad0-7b1d5ea8d41c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:09.020Z|06df10ed-b537-434d-8ad0-7b1d5ea8d41c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:15.724Z|3bd45072-b250-4bee-8216-87af1a3ff9f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:15.730Z|3bd45072-b250-4bee-8216-87af1a3ff9f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:18.896Z|8aca1e50-d228-47ee-84a2-3cc571e68207|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:18.897Z|8aca1e50-d228-47ee-84a2-3cc571e68207|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:19.061Z|ba9ab2fe-824b-42ea-9a2d-011c7d1c8ee9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:19.064Z|ba9ab2fe-824b-42ea-9a2d-011c7d1c8ee9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:21.718Z|4d4b7158-d4d6-449a-9b20-ad85c44af552|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:47:21.722Z|4d4b7158-d4d6-449a-9b20-ad85c44af552|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:47:25.773Z|874de8fa-2fbf-4af6-b1fc-cf54ae23c4c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:25.775Z|874de8fa-2fbf-4af6-b1fc-cf54ae23c4c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:28.953Z|6f5851f1-1c25-40d6-8167-d69067ae4135|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:28.955Z|6f5851f1-1c25-40d6-8167-d69067ae4135|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:29.127Z|8c226f30-4b44-4433-bc69-c60510df2d70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:29.128Z|8c226f30-4b44-4433-bc69-c60510df2d70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:35.841Z|943e4811-e9e0-4c39-ad58-5a79f517c169|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:35.846Z|943e4811-e9e0-4c39-ad58-5a79f517c169|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:36.721Z|e8dfb10a-bf37-45be-939f-5eb87102b305|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:47:36.722Z|e8dfb10a-bf37-45be-939f-5eb87102b305|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:47:36.789Z|eb010251-c8b9-4d51-8a93-90101e40b396|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:47:36.790Z|eb010251-c8b9-4d51-8a93-90101e40b396|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:47:39.009Z|155641c6-1193-4d24-91b6-914c6b206b38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:39.010Z|155641c6-1193-4d24-91b6-914c6b206b38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:39.181Z|453eb7e4-fa29-41bd-9794-cc57913a6109|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:39.182Z|453eb7e4-fa29-41bd-9794-cc57913a6109|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:45.890Z|bb16483f-489a-47ec-a5fe-af042ae9f856|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:45.892Z|bb16483f-489a-47ec-a5fe-af042ae9f856|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:49.046Z|07c33e02-e508-49c0-84ba-65988dd3cd49|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:49.047Z|07c33e02-e508-49c0-84ba-65988dd3cd49|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:49.213Z|352e0959-aa04-430d-918a-3d26845ccc21|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:49.214Z|352e0959-aa04-430d-918a-3d26845ccc21|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:51.719Z|394d0d4b-ea38-4a24-a2a2-2cc2a54b15e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:47:51.721Z|394d0d4b-ea38-4a24-a2a2-2cc2a54b15e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:47:55.923Z|c15436b1-c72a-4c0d-94e0-4b95996adf39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:55.924Z|c15436b1-c72a-4c0d-94e0-4b95996adf39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:59.079Z|791941ed-7e31-47bc-9774-ad18900c7574|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:59.080Z|791941ed-7e31-47bc-9774-ad18900c7574|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:47:59.245Z|5a9739b9-17c8-4342-a002-1b19c16f5f27|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:47:59.247Z|5a9739b9-17c8-4342-a002-1b19c16f5f27|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:05.956Z|fa32bcb2-284a-4f4c-96e8-eea4d8d3975c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:05.958Z|fa32bcb2-284a-4f4c-96e8-eea4d8d3975c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:06.718Z|975b6b97-fdee-43b0-bfa4-b1cfc894182d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:48:06.722Z|975b6b97-fdee-43b0-bfa4-b1cfc894182d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:48:06.792Z|aa1fd5c2-6fd4-401d-9ffb-4f809441aea0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:48:06.793Z|aa1fd5c2-6fd4-401d-9ffb-4f809441aea0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:48:09.114Z|4e8a0298-6ff8-4a5a-a07f-d7c41d310e83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:09.116Z|4e8a0298-6ff8-4a5a-a07f-d7c41d310e83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:09.290Z|db6178a0-8273-4005-a20d-4306c17ab256|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:09.296Z|db6178a0-8273-4005-a20d-4306c17ab256|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:15.988Z|097e2bd3-6f7c-4542-b7ad-fb1eee97768f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:15.990Z|097e2bd3-6f7c-4542-b7ad-fb1eee97768f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:19.153Z|271fc9e2-8233-4d48-bdc7-a300ec31101d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:19.155Z|271fc9e2-8233-4d48-bdc7-a300ec31101d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:19.338Z|e6e3fa65-f71e-4e88-ae58-6d5022844c2b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:19.340Z|e6e3fa65-f71e-4e88-ae58-6d5022844c2b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:20.323Z||http-nio-8080-exec-5|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030x910xbecRN0x880x04@20xe70xa30xf00x190x910xa00xe9-HK0x88yZ{0x7f50xa4j70xa9-0xc40x18]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-13T06:48:21.719Z|924e4cea-66b0-41fe-88c5-bde7de9bd9ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:48:21.720Z|924e4cea-66b0-41fe-88c5-bde7de9bd9ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:48:26.026Z|d9c7020a-ab5a-4f4e-8368-8bb9d45e4f7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:26.028Z|d9c7020a-ab5a-4f4e-8368-8bb9d45e4f7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:29.192Z|78b30bbe-b99e-4f9f-b7b5-410362952878|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:29.193Z|78b30bbe-b99e-4f9f-b7b5-410362952878|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:29.389Z|7dcf93ba-da12-4daf-9a0a-2ce6d7dcce3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:29.390Z|7dcf93ba-da12-4daf-9a0a-2ce6d7dcce3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:36.072Z|453eef9c-91c3-488f-b594-087ced83964e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:36.075Z|453eef9c-91c3-488f-b594-087ced83964e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:36.719Z|3ee38f2b-5818-47a7-8ba6-43b9ed80ee62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:48:36.721Z|3ee38f2b-5818-47a7-8ba6-43b9ed80ee62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:48:36.796Z|53760b4d-efac-47e7-9d1f-073348fcfd6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:48:36.798Z|53760b4d-efac-47e7-9d1f-073348fcfd6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:48:39.238Z|5321e921-600f-42a5-8da2-494c6d213f6a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:39.240Z|5321e921-600f-42a5-8da2-494c6d213f6a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:39.430Z|8f3f6740-8931-43ca-b3d2-b75c0b439e88|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:39.431Z|8f3f6740-8931-43ca-b3d2-b75c0b439e88|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:46.119Z|540ad800-bbfb-4d3d-9bfa-4dc56e3c921d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:46.120Z|540ad800-bbfb-4d3d-9bfa-4dc56e3c921d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:49.280Z|8485ff2f-3b95-41e8-a856-b7a6b87094f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:49.281Z|8485ff2f-3b95-41e8-a856-b7a6b87094f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:49.467Z|456abbec-3e81-4479-8e1e-2f019c60a71f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:49.469Z|456abbec-3e81-4479-8e1e-2f019c60a71f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:51.718Z|df86f9da-e830-48c1-926c-b6c7738fb759|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:48:51.725Z|df86f9da-e830-48c1-926c-b6c7738fb759|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:48:56.153Z|fdd20b61-0661-47bd-ae46-ba1d0e1311e0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:56.155Z|fdd20b61-0661-47bd-ae46-ba1d0e1311e0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:59.323Z|02c61127-8f6b-445e-9749-92aa80bd9a37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:59.325Z|02c61127-8f6b-445e-9749-92aa80bd9a37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:48:59.507Z|4096e52c-bc0e-4c9d-a839-f87f6934e754|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:48:59.508Z|4096e52c-bc0e-4c9d-a839-f87f6934e754|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:06.191Z|463fb2cc-3e19-4566-8cf6-514224005d81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:06.193Z|463fb2cc-3e19-4566-8cf6-514224005d81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:06.718Z|232e4b88-dbfc-41a0-9a87-173298caf6a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:49:06.719Z|232e4b88-dbfc-41a0-9a87-173298caf6a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:49:06.799Z|cb242f60-d893-467e-9509-3c698aa9b749|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:49:06.800Z|cb242f60-d893-467e-9509-3c698aa9b749|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:49:09.377Z|28ba27dd-3410-4c80-bc4b-b68705302232|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:09.378Z|28ba27dd-3410-4c80-bc4b-b68705302232|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:09.550Z|1ae0a1e1-964f-4070-b231-d5f3ce102d8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:09.552Z|1ae0a1e1-964f-4070-b231-d5f3ce102d8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:16.229Z|d414d750-9833-4000-b2c8-660594364435|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:16.231Z|d414d750-9833-4000-b2c8-660594364435|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:19.415Z|a6546ccc-f172-40af-8293-0d3916adf409|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:19.417Z|a6546ccc-f172-40af-8293-0d3916adf409|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:19.586Z|4aea2e8d-7278-49b0-9dc6-e973ee875eda|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:19.589Z|4aea2e8d-7278-49b0-9dc6-e973ee875eda|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:21.719Z|75886480-fcd6-4228-8ea9-45c41fe94db6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:49:21.720Z|75886480-fcd6-4228-8ea9-45c41fe94db6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:49:26.274Z|8d179f31-ad6b-4527-a519-af8aa29dd982|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:26.277Z|8d179f31-ad6b-4527-a519-af8aa29dd982|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:29.462Z|c0d5f1dd-fda4-4325-9f56-f0695a59c9c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:29.463Z|c0d5f1dd-fda4-4325-9f56-f0695a59c9c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:29.631Z|fd63a823-8bc1-4e23-8ffa-a6c41defe652|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:29.633Z|fd63a823-8bc1-4e23-8ffa-a6c41defe652|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:36.318Z|14f96f9a-2e60-46f1-aa53-e091c6ac1978|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:36.319Z|14f96f9a-2e60-46f1-aa53-e091c6ac1978|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:36.718Z|7da52813-32a5-478f-9b69-2be2f00e59a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:49:36.723Z|7da52813-32a5-478f-9b69-2be2f00e59a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:49:36.802Z|86557d58-e97c-4615-a0a4-85f519652d1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:49:36.802Z|86557d58-e97c-4615-a0a4-85f519652d1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:49:39.497Z|516c11bd-ce88-44a1-a214-e172ae224e86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:39.498Z|516c11bd-ce88-44a1-a214-e172ae224e86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:39.672Z|c3d68af3-9f12-46cb-b6e5-d549bc3c41c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:39.674Z|c3d68af3-9f12-46cb-b6e5-d549bc3c41c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:46.350Z|a3568f58-674e-4165-8a9b-d81388623a9e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:46.351Z|a3568f58-674e-4165-8a9b-d81388623a9e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:49.530Z|e2ba9ace-312c-41e0-992f-cd95c9574ffe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:49.531Z|e2ba9ace-312c-41e0-992f-cd95c9574ffe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:49.711Z|26b9274c-9ac5-4a2a-b489-b0ccc388d53c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:49.712Z|26b9274c-9ac5-4a2a-b489-b0ccc388d53c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:51.718Z|9e078008-267f-4fcb-861d-cf9243ef1c40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:49:51.720Z|9e078008-267f-4fcb-861d-cf9243ef1c40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:49:56.380Z|b6ae95a1-9d2b-40a5-8d1b-3bf88e58ebd2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:56.381Z|b6ae95a1-9d2b-40a5-8d1b-3bf88e58ebd2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:59.572Z|a6419491-7ad3-48ef-b347-48b39e88e99b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:59.574Z|a6419491-7ad3-48ef-b347-48b39e88e99b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:49:59.750Z|173a2a97-c69f-4d41-bed0-34b2580091af|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:49:59.752Z|173a2a97-c69f-4d41-bed0-34b2580091af|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:06.412Z|4588b775-8392-4412-a6ec-825962717ba5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:06.414Z|4588b775-8392-4412-a6ec-825962717ba5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:06.718Z|2a2d6be0-6129-4cc1-94a2-d9f3a8cd55db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:50:06.719Z|2a2d6be0-6129-4cc1-94a2-d9f3a8cd55db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:50:06.804Z|f72335e9-350b-407b-822d-bf7f9a1fb4a8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:50:06.805Z|f72335e9-350b-407b-822d-bf7f9a1fb4a8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:50:09.626Z|d61062ed-64c0-4f9b-aa2d-467b706544f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:09.628Z|d61062ed-64c0-4f9b-aa2d-467b706544f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:09.795Z|14fdd250-45ac-4abf-b601-c7323283e6a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:09.797Z|14fdd250-45ac-4abf-b601-c7323283e6a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:16.450Z|37c01e36-a920-44db-81a4-356a4e31dfef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:16.451Z|37c01e36-a920-44db-81a4-356a4e31dfef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:19.660Z|3791d995-fd91-4680-900f-bbcd02cbd392|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:19.661Z|3791d995-fd91-4680-900f-bbcd02cbd392|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:19.827Z|7e96bcbc-0dd4-4ec1-b32d-05c259dd4138|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:19.829Z|7e96bcbc-0dd4-4ec1-b32d-05c259dd4138|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:21.718Z|a83606c1-d775-4881-b5af-6fb020acc5be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:50:21.722Z|a83606c1-d775-4881-b5af-6fb020acc5be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:50:26.484Z|3fcc6370-e250-4473-a854-b9646818b91a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:26.486Z|3fcc6370-e250-4473-a854-b9646818b91a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:29.695Z|d21fee35-e94e-44d9-b135-04c7db10a677|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:29.696Z|d21fee35-e94e-44d9-b135-04c7db10a677|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:29.864Z|2303da0d-322b-445f-939d-2d805b6078d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:29.866Z|2303da0d-322b-445f-939d-2d805b6078d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:36.534Z|8700490c-5dbd-480c-bead-cc35e63ee94b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:36.535Z|8700490c-5dbd-480c-bead-cc35e63ee94b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:36.720Z|bb7075d9-ef7a-4684-a8bb-b612173f0e6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:50:36.721Z|bb7075d9-ef7a-4684-a8bb-b612173f0e6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:50:36.806Z|15314501-fa18-4d21-b13b-7bb2049bc828|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:50:36.807Z|15314501-fa18-4d21-b13b-7bb2049bc828|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:50:39.732Z|2c833dee-3df5-4339-a016-7459f2a8470f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:39.734Z|2c833dee-3df5-4339-a016-7459f2a8470f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:39.903Z|9778dd92-4c38-455b-9aa4-9add50108220|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:39.904Z|9778dd92-4c38-455b-9aa4-9add50108220|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:46.567Z|07c39f74-cbf0-4588-abae-6f62d0bc08cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:46.568Z|07c39f74-cbf0-4588-abae-6f62d0bc08cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:49.771Z|b8ed1d99-a18d-4784-8f67-80c1a1c2afd0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:49.772Z|b8ed1d99-a18d-4784-8f67-80c1a1c2afd0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:49.942Z|0dd10ff2-6989-4350-a2d9-0f4ab4c8c6b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:49.944Z|0dd10ff2-6989-4350-a2d9-0f4ab4c8c6b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:51.719Z|58a861cd-ae60-46fc-8bd1-da2c77b3edab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:50:51.720Z|58a861cd-ae60-46fc-8bd1-da2c77b3edab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:50:56.600Z|037a75ac-62de-4bbb-bba7-e6081b30a094|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:56.601Z|037a75ac-62de-4bbb-bba7-e6081b30a094|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:59.804Z|74903494-5d7f-4ad9-ba35-afa463ba04fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:59.806Z|74903494-5d7f-4ad9-ba35-afa463ba04fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:50:59.978Z|b53f1c88-bdec-4086-ae36-fc6579a15cfa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:50:59.979Z|b53f1c88-bdec-4086-ae36-fc6579a15cfa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:06.632Z|cff3085b-3707-41db-8a2f-c61c86e95fb6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:06.633Z|cff3085b-3707-41db-8a2f-c61c86e95fb6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:06.718Z|9923b6c5-413d-4c97-92cb-6cd6287c881e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:51:06.722Z|9923b6c5-413d-4c97-92cb-6cd6287c881e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:51:06.809Z|a7bf9fc0-1a6e-4cbb-a3e9-4b13575ce7a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:51:06.811Z|a7bf9fc0-1a6e-4cbb-a3e9-4b13575ce7a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:51:09.847Z|c69b332a-045d-4498-b3fa-78921fad35b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:09.848Z|c69b332a-045d-4498-b3fa-78921fad35b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:10.021Z|69f2edb3-dded-424e-8b2d-44815e5d1a3e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:10.024Z|69f2edb3-dded-424e-8b2d-44815e5d1a3e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:16.675Z|3f1bd12b-62d8-4fd8-ac7a-67ce7d05ed5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:16.676Z|3f1bd12b-62d8-4fd8-ac7a-67ce7d05ed5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:19.885Z|915a22a2-75d2-4f8c-ae94-d5d844759468|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:19.886Z|915a22a2-75d2-4f8c-ae94-d5d844759468|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:20.060Z|b124e185-41eb-4089-b4ce-f43de2660c8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:20.061Z|b124e185-41eb-4089-b4ce-f43de2660c8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:21.718Z|ee26c3c8-df98-46cf-b871-be308af52751|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:51:21.719Z|ee26c3c8-df98-46cf-b871-be308af52751|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:51:26.713Z|0b251918-32f3-49e8-8068-090a37c844e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:26.714Z|0b251918-32f3-49e8-8068-090a37c844e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:29.922Z|2c9b1ece-595c-4426-b6f0-9370708e2b27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:29.923Z|2c9b1ece-595c-4426-b6f0-9370708e2b27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:30.094Z|6e3a33c2-0028-48a5-a584-03e0e8e7e230|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:30.095Z|6e3a33c2-0028-48a5-a584-03e0e8e7e230|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:36.718Z|56815435-eee0-4b82-9da8-c04cfa0ab5c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:51:36.719Z|56815435-eee0-4b82-9da8-c04cfa0ab5c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:51:36.754Z|79136d56-2860-4ffd-b185-dfbba8ab0839|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:36.755Z|79136d56-2860-4ffd-b185-dfbba8ab0839|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:36.814Z|ae53f9a6-ebbb-4ead-9bfc-1f9457efaa17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:51:36.815Z|ae53f9a6-ebbb-4ead-9bfc-1f9457efaa17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:51:39.957Z|e667aaae-f2f2-443b-a8d8-6a1af126d948|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:39.959Z|e667aaae-f2f2-443b-a8d8-6a1af126d948|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:40.137Z|7212d059-6bdb-4b88-990a-83a2a9c819b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:40.138Z|7212d059-6bdb-4b88-990a-83a2a9c819b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:46.791Z|99edd79d-884f-4d07-92ca-6bdaa7d7daa8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:46.792Z|99edd79d-884f-4d07-92ca-6bdaa7d7daa8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:50.005Z|4df39a42-63d9-4c6c-9152-b45ba32ed14d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:50.007Z|4df39a42-63d9-4c6c-9152-b45ba32ed14d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:50.174Z|2340cbc2-f75d-40fb-8206-2702cb898ca0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:50.176Z|2340cbc2-f75d-40fb-8206-2702cb898ca0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:51:51.720Z|dc51f3a7-0be5-4078-824f-29dba5d46291|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-05-13T06:51:51.724Z|dc51f3a7-0be5-4078-824f-29dba5d46291|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-05-13T06:51:56.841Z|8a78634e-f90a-415a-8b2c-401fd12960ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:51:56.843Z|8a78634e-f90a-415a-8b2c-401fd12960ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:52:00.050Z|3067593a-1bbc-4601-ab6d-15a5dcb09c68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:52:00.052Z|3067593a-1bbc-4601-ab6d-15a5dcb09c68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-05-13T06:52:00.208Z|487eedd9-35a0-429f-b5ca-94ed7ec71ac7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-05-13T06:52:00.210Z|487eedd9-35a0-429f-b5ca-94ed7ec71ac7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.