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-03-04T13:51:05.378Z||main|||||INFO|500||The following profiles are active: basic 2022-03-04T13:51:23.865Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-04T13:51:23.866Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-04T13:51:24.003Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-04T13:51:33.590Z||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-03-04T13:51:33.868Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-04T13:51:34.221Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-04T13:51:34.822Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-04T13:51:34.831Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-04T13:51:34.962Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-04T13:51:35.197Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-04T13:51:35.963Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-04T13:51:38.312Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-04T13:51:41.096Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-04T13:51:41.198Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-04T13:51:42.089Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-04T13:51:42.357Z||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-03-04T13:51:44.250Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-04T13:51:46.176Z||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-03-04T13:51:53.971Z||main|||||WARN|500||--- 2022-03-04T13:51:53.973Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-04T13:51:53.973Z||main|||||WARN|500||--- 2022-03-04T13:51:54.661Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-04T13:52:02.095Z||main|||||INFO|500||Started ApiHandlerApplication in 61.255 seconds (JVM running for 64.27) 2022-03-04T13:52:02.116Z|a65fbca3-43f6-4b95-98cc-31b50123ff56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:52:02.135Z|a65fbca3-43f6-4b95-98cc-31b50123ff56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:52:02.137Z|0cd2d073-bff8-4bcb-9bf0-9a74aa2e0cc3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:52:02.152Z|0cd2d073-bff8-4bcb-9bf0-9a74aa2e0cc3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:52:04.238Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-04T13:52:04.583Z|bfe8cef3-eede-4133-8c31-a545b91400c8|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-03-04T13:52:05.094Z|27b21b06-9940-4249-a46b-04f193af247d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:05.107Z|bfe8cef3-eede-4133-8c31-a545b91400c8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:05.107Z|27b21b06-9940-4249-a46b-04f193af247d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:08.598Z|1903ae00-5d19-410e-9586-c444b5e5d2ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:08.600Z|1903ae00-5d19-410e-9586-c444b5e5d2ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:15.107Z|8f37fced-23f9-4ead-afdc-1e8f14fead08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:15.108Z|8f37fced-23f9-4ead-afdc-1e8f14fead08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:15.317Z|f14ab71b-5825-46f0-9aff-228d3cfe73f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:15.320Z|f14ab71b-5825-46f0-9aff-228d3cfe73f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:17.075Z|dd73e386-b2f7-4a37-893e-118d56282dca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:52:17.083Z|dd73e386-b2f7-4a37-893e-118d56282dca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:52:18.643Z|86cd28d3-9e57-437a-86b3-637c2deab60a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:18.645Z|86cd28d3-9e57-437a-86b3-637c2deab60a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:25.138Z|15769179-774f-4d04-a278-ecb413db3ae3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:25.139Z|15769179-774f-4d04-a278-ecb413db3ae3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:25.360Z|6273dfbd-c17f-4d65-90f9-217b81970ce5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:25.362Z|6273dfbd-c17f-4d65-90f9-217b81970ce5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:28.676Z|17c7d5c4-b151-4233-902d-3646e0883a5e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:28.677Z|17c7d5c4-b151-4233-902d-3646e0883a5e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:32.075Z|29bfce7d-036f-4ae4-b8a5-c539cdb951b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:52:32.076Z|29bfce7d-036f-4ae4-b8a5-c539cdb951b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:52:32.155Z|c87334a5-77f2-4f04-bfb5-bc5adc9ad721|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:52:32.156Z|c87334a5-77f2-4f04-bfb5-bc5adc9ad721|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:52:35.169Z|fc727470-e2cb-44e1-b8ac-d32f2b412fba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:35.170Z|fc727470-e2cb-44e1-b8ac-d32f2b412fba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:35.395Z|dc06bdcd-4a0f-4c2d-8575-47a7f1caf6d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:35.397Z|dc06bdcd-4a0f-4c2d-8575-47a7f1caf6d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:38.710Z|38a68e31-54ac-4c6f-acaa-ad0f5860c758|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:38.711Z|38a68e31-54ac-4c6f-acaa-ad0f5860c758|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:45.200Z|1abbb76d-3606-4df4-a3e8-ab059df31ed6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:45.201Z|1abbb76d-3606-4df4-a3e8-ab059df31ed6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:45.427Z|189242c2-9fc0-41b0-8e18-69515703b4e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:45.428Z|189242c2-9fc0-41b0-8e18-69515703b4e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:47.074Z|8ea5f8b6-e7f0-4757-be95-8aa9494b0811|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:52:47.075Z|8ea5f8b6-e7f0-4757-be95-8aa9494b0811|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:52:48.754Z|9e4e14cd-40fe-46c3-a208-b0b31d08784d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:48.756Z|9e4e14cd-40fe-46c3-a208-b0b31d08784d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:55.236Z|e332f929-1c2b-43af-9927-16239741e4a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:55.237Z|e332f929-1c2b-43af-9927-16239741e4a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:55.462Z|6634238b-7714-42b7-9a46-49454a9504e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:55.463Z|6634238b-7714-42b7-9a46-49454a9504e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:52:58.789Z|3add32dd-6fe6-497a-8aa9-9dad3581f6fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:52:58.790Z|3add32dd-6fe6-497a-8aa9-9dad3581f6fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:02.074Z|bdbc1e4d-502e-463b-9197-e9131d2d7e98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:53:02.078Z|bdbc1e4d-502e-463b-9197-e9131d2d7e98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:53:02.157Z|064f4303-90b5-47b9-8700-d02cf060dc33|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:53:02.159Z|064f4303-90b5-47b9-8700-d02cf060dc33|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:53:05.278Z|ae44fe8d-4fc2-4c57-840c-5c6d78f59077|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:05.280Z|ae44fe8d-4fc2-4c57-840c-5c6d78f59077|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:05.494Z|aae022ef-a115-4a53-b265-65c2527ec3cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:05.496Z|aae022ef-a115-4a53-b265-65c2527ec3cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:08.825Z|737d2534-c45f-40e6-b61c-f07f3e0986de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:08.827Z|737d2534-c45f-40e6-b61c-f07f3e0986de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:15.311Z|389ecce6-035a-4b46-a424-497c0acd0bc6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:15.313Z|389ecce6-035a-4b46-a424-497c0acd0bc6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:15.526Z|de0cf162-796d-4c5f-b8eb-1d8a43209d6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:15.527Z|de0cf162-796d-4c5f-b8eb-1d8a43209d6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:17.074Z|5afa6a87-b327-40d4-930e-a371811deea4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:53:17.076Z|5afa6a87-b327-40d4-930e-a371811deea4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:53:18.866Z|d307c320-f77e-4bab-943d-99a504a6a955|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:18.867Z|d307c320-f77e-4bab-943d-99a504a6a955|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:25.345Z|40b54827-1a2a-4c8e-99f9-cd33c9560015|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:25.347Z|40b54827-1a2a-4c8e-99f9-cd33c9560015|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:25.558Z|679230e8-5249-45b6-a4fa-c6d290adc1f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:25.559Z|679230e8-5249-45b6-a4fa-c6d290adc1f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:28.899Z|8149b21d-37c8-4cfe-8a60-495d6a5eb295|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:28.901Z|8149b21d-37c8-4cfe-8a60-495d6a5eb295|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:32.075Z|6f2381dd-7764-48af-8639-7c23773790bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:53:32.076Z|6f2381dd-7764-48af-8639-7c23773790bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:53:32.161Z|a0d991d4-0f6b-4b94-957c-97822540c33c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:53:32.163Z|a0d991d4-0f6b-4b94-957c-97822540c33c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:53:35.387Z|e8ef9123-c6b8-4a2c-b094-68829e50da2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:35.388Z|e8ef9123-c6b8-4a2c-b094-68829e50da2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:35.587Z|253226ad-f8bc-4cae-a22e-cf5a93ef13de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:35.589Z|253226ad-f8bc-4cae-a22e-cf5a93ef13de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:38.948Z|e327752d-c887-4fc2-80e5-1ac83ab6dc9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:38.951Z|e327752d-c887-4fc2-80e5-1ac83ab6dc9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:45.418Z|95d52ebd-1419-4797-8b89-3477e7ae5efd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:45.420Z|95d52ebd-1419-4797-8b89-3477e7ae5efd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:45.621Z|16575c0c-88c2-4ae6-b12c-a3ab6cfad287|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:45.623Z|16575c0c-88c2-4ae6-b12c-a3ab6cfad287|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:47.075Z|aac2aa5b-d227-4ae1-ad91-974dc5fa62da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:53:47.079Z|aac2aa5b-d227-4ae1-ad91-974dc5fa62da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:53:48.978Z|2a381999-c17b-4d53-acbb-7c308ac8445f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:48.979Z|2a381999-c17b-4d53-acbb-7c308ac8445f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:55.449Z|960ee0fa-c010-49a2-a467-7ef5b27de783|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:55.450Z|960ee0fa-c010-49a2-a467-7ef5b27de783|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:55.653Z|d15d6a80-1bc6-484a-8d7b-8839dfdc8f2b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:55.654Z|d15d6a80-1bc6-484a-8d7b-8839dfdc8f2b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:53:59.010Z|c3cc747c-5bf3-484b-bc55-381d327bca22|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:53:59.012Z|c3cc747c-5bf3-484b-bc55-381d327bca22|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:02.074Z|e15508be-e803-4392-a20c-065974cb6c4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:54:02.076Z|e15508be-e803-4392-a20c-065974cb6c4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:54:02.165Z|905a6a50-fc4d-4f59-a13b-019dc5ea362e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:54:02.166Z|905a6a50-fc4d-4f59-a13b-019dc5ea362e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:54:05.477Z|69527d8a-8cee-4172-ad36-3688073ea277|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:05.478Z|69527d8a-8cee-4172-ad36-3688073ea277|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:05.681Z|58a19d26-03b2-41ca-8cdf-7fe1b94d3978|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:05.683Z|58a19d26-03b2-41ca-8cdf-7fe1b94d3978|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:09.053Z|2332dc62-12fa-45d7-b59f-666f71e1536d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:09.055Z|2332dc62-12fa-45d7-b59f-666f71e1536d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:15.505Z|1b978923-81c3-4864-a528-dcc94f79f7b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:15.507Z|1b978923-81c3-4864-a528-dcc94f79f7b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:15.717Z|af436094-cbad-44d7-bebd-31e4b72532ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:15.718Z|af436094-cbad-44d7-bebd-31e4b72532ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:17.076Z|27096e47-e6d7-491b-8a9f-5ac000332462|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:54:17.077Z|27096e47-e6d7-491b-8a9f-5ac000332462|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:54:19.091Z|ed2921b5-a982-4757-82d9-74977f61cb10|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:19.093Z|ed2921b5-a982-4757-82d9-74977f61cb10|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:25.540Z|8989cfd9-79f9-41b3-abad-40d31281f8e7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:25.542Z|8989cfd9-79f9-41b3-abad-40d31281f8e7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:25.746Z|801e30b7-977e-4cba-b3a2-8c20662352ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:25.748Z|801e30b7-977e-4cba-b3a2-8c20662352ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:29.124Z|50b913bf-3bda-45c0-8ccd-20f10051c76a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:29.126Z|50b913bf-3bda-45c0-8ccd-20f10051c76a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:32.075Z|48893cd6-b975-4557-9890-b43d6f1eaa60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:54:32.080Z|48893cd6-b975-4557-9890-b43d6f1eaa60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:54:32.168Z|161c6406-553c-49ae-97b1-f6bac4ce115c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:54:32.169Z|161c6406-553c-49ae-97b1-f6bac4ce115c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:54:35.573Z|a9cbe056-0850-4ef2-9fb5-048e8f66b17c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:35.575Z|a9cbe056-0850-4ef2-9fb5-048e8f66b17c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:35.778Z|a9917141-623f-42af-99f2-0927f852f8be|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:35.779Z|a9917141-623f-42af-99f2-0927f852f8be|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:39.166Z|bb54b6ff-d923-4916-af37-0f5574077e50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:39.167Z|bb54b6ff-d923-4916-af37-0f5574077e50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:45.605Z|e7c344f5-e743-47c1-99df-260502691e5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:45.606Z|e7c344f5-e743-47c1-99df-260502691e5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:45.808Z|d5d6b9ad-7e71-4a43-abbf-c99ad6273ce9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:45.809Z|d5d6b9ad-7e71-4a43-abbf-c99ad6273ce9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:47.075Z|c7a0490d-128b-42f5-a932-a11ccd328880|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:54:47.076Z|c7a0490d-128b-42f5-a932-a11ccd328880|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:54:49.197Z|53f00e73-2f4d-47dc-b16f-b8f60fd5e90b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:49.199Z|53f00e73-2f4d-47dc-b16f-b8f60fd5e90b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:55.636Z|5b926a60-de74-4035-9321-45e0a662f7da|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:55.637Z|5b926a60-de74-4035-9321-45e0a662f7da|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:55.840Z|f387b177-6456-44d0-907c-c52bd16cbb9d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:55.843Z|f387b177-6456-44d0-907c-c52bd16cbb9d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:54:59.228Z|2ab91b36-f793-478f-93c8-7c7673ae6c93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:54:59.229Z|2ab91b36-f793-478f-93c8-7c7673ae6c93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:02.074Z|d08ee305-eb27-4e78-9b09-43576780ef1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:55:02.075Z|d08ee305-eb27-4e78-9b09-43576780ef1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:55:02.172Z|7d96510f-8422-4053-9753-d9fb7017d3d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:55:02.173Z|7d96510f-8422-4053-9753-d9fb7017d3d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:55:05.671Z|145f7871-e3f7-40a3-8158-d0d51b597452|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:05.673Z|145f7871-e3f7-40a3-8158-d0d51b597452|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:05.873Z|e45e4638-7fb4-40c2-a780-36d5525a5611|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:05.874Z|e45e4638-7fb4-40c2-a780-36d5525a5611|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:09.261Z|d9a017ea-9d56-4de4-bc9d-6edc5a2fd8b8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:09.263Z|d9a017ea-9d56-4de4-bc9d-6edc5a2fd8b8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:15.702Z|5176e545-69f5-4d5d-9bef-07c143a4901f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:15.703Z|5176e545-69f5-4d5d-9bef-07c143a4901f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:15.905Z|e06a0244-6179-47de-9ad8-7a38164874cf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:15.906Z|e06a0244-6179-47de-9ad8-7a38164874cf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:17.074Z|8aa9569a-331f-47ef-8a9e-9d50eee0b48d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:55:17.078Z|8aa9569a-331f-47ef-8a9e-9d50eee0b48d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:55:19.304Z|4af12f49-4383-436d-8044-da7ad6f1e5b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:19.306Z|4af12f49-4383-436d-8044-da7ad6f1e5b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:25.735Z|2e908603-54cd-4bed-a09a-b8cd99fcaab9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:25.736Z|2e908603-54cd-4bed-a09a-b8cd99fcaab9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:25.941Z|2c201f79-36a9-422b-8a3c-b904961505e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:25.942Z|2c201f79-36a9-422b-8a3c-b904961505e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:29.341Z|c47cb3cb-2099-4f60-bcf8-d2f14e7e39ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:29.343Z|c47cb3cb-2099-4f60-bcf8-d2f14e7e39ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:32.074Z|510fd8d7-db18-4556-b936-d1ae23413e91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:55:32.075Z|510fd8d7-db18-4556-b936-d1ae23413e91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:55:32.174Z|ee6d75b6-c13f-4f61-9ca2-69ed17c2249f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:55:32.176Z|ee6d75b6-c13f-4f61-9ca2-69ed17c2249f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:55:35.778Z|2f7c793d-8b80-4b49-bc54-a94b0c62b262|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:35.780Z|2f7c793d-8b80-4b49-bc54-a94b0c62b262|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:35.967Z|0a0f607a-9fd8-4195-819f-a6d5aa3645fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:35.968Z|0a0f607a-9fd8-4195-819f-a6d5aa3645fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:39.383Z|c86811aa-48a3-44ce-a9c7-a5dbfaed0e74|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:39.384Z|c86811aa-48a3-44ce-a9c7-a5dbfaed0e74|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:45.811Z|f15ccb64-be9e-422a-9849-619762e2d3a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:45.813Z|f15ccb64-be9e-422a-9849-619762e2d3a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:45.996Z|d4285a38-2ade-4aef-a481-076fba1ac507|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:45.997Z|d4285a38-2ade-4aef-a481-076fba1ac507|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:47.075Z|2c5f5957-e042-449a-bf18-48ecbeba9e3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:55:47.076Z|2c5f5957-e042-449a-bf18-48ecbeba9e3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:55:49.416Z|38394d19-e62d-4d5b-8629-c0a5d5edde86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:49.417Z|38394d19-e62d-4d5b-8629-c0a5d5edde86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:55.844Z|89d16d29-7dc2-48c0-87c0-ff356d517012|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:55.845Z|89d16d29-7dc2-48c0-87c0-ff356d517012|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:56.036Z|52c043ad-6118-42a5-8a57-4156f2a6c513|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:56.037Z|52c043ad-6118-42a5-8a57-4156f2a6c513|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:55:59.460Z|5c260825-4f0c-4033-b456-59bb9b255440|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:55:59.462Z|5c260825-4f0c-4033-b456-59bb9b255440|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:02.075Z|74f5b7e2-192e-44e8-9abf-8ecb781c4fef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:56:02.079Z|74f5b7e2-192e-44e8-9abf-8ecb781c4fef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:56:02.177Z|87ed50e6-da04-4516-87dd-5e85dffb19c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:56:02.178Z|87ed50e6-da04-4516-87dd-5e85dffb19c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:56:05.879Z|fb8d7cab-c8ad-4316-83dc-1afb2bb35211|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:05.882Z|fb8d7cab-c8ad-4316-83dc-1afb2bb35211|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:06.090Z|b88c1113-f0d8-4e0c-93e2-96db1c5bc4ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:06.091Z|b88c1113-f0d8-4e0c-93e2-96db1c5bc4ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:09.494Z|7836a421-94e7-48ab-9a03-93845830b4cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:09.496Z|7836a421-94e7-48ab-9a03-93845830b4cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:15.923Z|3756b30d-6798-4e91-8552-17bfe9b4ad79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:15.926Z|3756b30d-6798-4e91-8552-17bfe9b4ad79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:16.123Z|e3089c02-2d12-4189-aaa9-927589631f4c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:16.125Z|e3089c02-2d12-4189-aaa9-927589631f4c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:17.074Z|fb1442d9-d5cd-45e7-9a32-49751cc57d7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:56:17.076Z|fb1442d9-d5cd-45e7-9a32-49751cc57d7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:56:19.530Z|c6b08276-8e2b-4579-93e9-874618fb297b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:19.532Z|c6b08276-8e2b-4579-93e9-874618fb297b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:25.960Z|18bf3571-a505-456c-90c6-83283c233591|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:25.961Z|18bf3571-a505-456c-90c6-83283c233591|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:26.166Z|712ca905-4516-40ce-8a54-42c9ffab4dfe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:26.172Z|712ca905-4516-40ce-8a54-42c9ffab4dfe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:29.567Z|f3b825cc-75cd-497b-b942-0811c4894b8d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:29.569Z|f3b825cc-75cd-497b-b942-0811c4894b8d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:32.077Z|dc117e5c-3d5b-4446-8106-b706d4d48fe3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:56:32.078Z|dc117e5c-3d5b-4446-8106-b706d4d48fe3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:56:32.181Z|57aa9af0-916b-4b25-ae8f-3d1f8ba32305|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:56:32.182Z|57aa9af0-916b-4b25-ae8f-3d1f8ba32305|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:56:35.991Z|99504f79-34be-42e6-96e0-7ecaee99d3cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:35.992Z|99504f79-34be-42e6-96e0-7ecaee99d3cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:36.203Z|18c52847-92a2-407a-a23f-ed79c0f0a168|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:36.205Z|18c52847-92a2-407a-a23f-ed79c0f0a168|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:39.603Z|d615cfb5-9590-4b3e-bff6-f28fb606105d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:39.605Z|d615cfb5-9590-4b3e-bff6-f28fb606105d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:46.025Z|b1480211-c3d8-447b-b1c5-991ecdaf63a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:46.028Z|b1480211-c3d8-447b-b1c5-991ecdaf63a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:46.249Z|8df6667f-721f-4fc9-944f-f87d001e7182|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:46.250Z|8df6667f-721f-4fc9-944f-f87d001e7182|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:47.074Z|4f6e2fff-b865-4995-b089-0f88f4f4c5b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:56:47.079Z|4f6e2fff-b865-4995-b089-0f88f4f4c5b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:56:49.644Z|a617f289-7a4f-499e-b206-aa7e9e5ffdc7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:49.646Z|a617f289-7a4f-499e-b206-aa7e9e5ffdc7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:56.089Z|4a5ae09b-dbe8-4745-a644-fcf4dec4848a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:56.091Z|4a5ae09b-dbe8-4745-a644-fcf4dec4848a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:56.279Z|a1a99984-0ce8-4d4e-b660-195cb460ad3b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:56.280Z|a1a99984-0ce8-4d4e-b660-195cb460ad3b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:56:59.675Z|5ccadd9f-0eda-4ac3-9853-a212ad822366|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:56:59.676Z|5ccadd9f-0eda-4ac3-9853-a212ad822366|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:02.074Z|5aabe12e-1d99-429f-8946-cd39ec416065|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:57:02.075Z|5aabe12e-1d99-429f-8946-cd39ec416065|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:57:02.184Z|4dce68df-9327-484e-b983-c94ae28fdba6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:57:02.185Z|4dce68df-9327-484e-b983-c94ae28fdba6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:57:06.123Z|b8b7e8ca-6d3b-429c-b6ba-0b76a3b169d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:06.125Z|b8b7e8ca-6d3b-429c-b6ba-0b76a3b169d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:06.308Z|443c6770-496a-4dc9-8794-99bd0832a58c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:06.310Z|443c6770-496a-4dc9-8794-99bd0832a58c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:09.709Z|2c538937-f0d0-463c-b78f-7cf22e0f0b4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:09.711Z|2c538937-f0d0-463c-b78f-7cf22e0f0b4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:16.192Z|a5e22c43-a5eb-47d5-8e3a-02c55c8a1596|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:16.193Z|a5e22c43-a5eb-47d5-8e3a-02c55c8a1596|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:16.338Z|fe5e7d75-aad8-49c9-8265-9068acad7ecf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:16.340Z|fe5e7d75-aad8-49c9-8265-9068acad7ecf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:17.075Z|636b35f4-0b1f-4388-b626-7e6f8a68445c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:57:17.077Z|636b35f4-0b1f-4388-b626-7e6f8a68445c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:57:19.741Z|4f300886-5817-4474-9928-688ea8f4abb7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:19.743Z|4f300886-5817-4474-9928-688ea8f4abb7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:26.240Z|a11c89d3-b061-4371-ac7b-2fec82b0790a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:26.242Z|a11c89d3-b061-4371-ac7b-2fec82b0790a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:26.368Z|5b2e6804-cec2-40f1-a1d0-e7ebd324a364|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:26.370Z|5b2e6804-cec2-40f1-a1d0-e7ebd324a364|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:29.774Z|b09e4849-6800-4330-ad42-dd23d437afe0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:29.775Z|b09e4849-6800-4330-ad42-dd23d437afe0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:32.074Z|15795791-4786-4447-9df1-c1961e9b2182|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:57:32.078Z|15795791-4786-4447-9df1-c1961e9b2182|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:57:32.186Z|fd5c70e9-3696-424b-a462-f6a55f8e5759|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:57:32.187Z|fd5c70e9-3696-424b-a462-f6a55f8e5759|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:57:36.271Z|679f65b9-54fa-4f68-a004-cf1b9b02b7e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:36.273Z|679f65b9-54fa-4f68-a004-cf1b9b02b7e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:36.401Z|c55d9017-e091-474e-a068-e31f499dbbc6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:36.403Z|c55d9017-e091-474e-a068-e31f499dbbc6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:39.805Z|1407b73c-afc7-4696-b37f-b20d313f8451|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:39.807Z|1407b73c-afc7-4696-b37f-b20d313f8451|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:46.304Z|14cc900e-ee42-459e-97df-ad720c568f3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:46.306Z|14cc900e-ee42-459e-97df-ad720c568f3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:46.439Z|46be4f44-da38-433a-bb97-e02cc0356ef6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:46.440Z|46be4f44-da38-433a-bb97-e02cc0356ef6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:47.074Z|921ca996-9bc7-4b3d-8506-02ecf1cca3ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:57:47.076Z|921ca996-9bc7-4b3d-8506-02ecf1cca3ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:57:49.841Z|26121e7c-c92a-44d8-8e3c-5871baa1dc96|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:49.843Z|26121e7c-c92a-44d8-8e3c-5871baa1dc96|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:56.341Z|6c1866e6-d445-4f32-93b9-0090b0e2fa7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:56.343Z|6c1866e6-d445-4f32-93b9-0090b0e2fa7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:56.474Z|f6c52a3b-8d2e-4958-b789-815bd38f316f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:56.476Z|f6c52a3b-8d2e-4958-b789-815bd38f316f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:57:59.868Z|0f954723-a6d3-4f19-ace6-f5bbbefd9499|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:57:59.869Z|0f954723-a6d3-4f19-ace6-f5bbbefd9499|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:02.074Z|b49d2c10-d443-4aee-a680-b174af984a4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:58:02.075Z|b49d2c10-d443-4aee-a680-b174af984a4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:58:02.189Z|5e04fffe-1021-447d-b974-8f9bc2264ce4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:58:02.190Z|5e04fffe-1021-447d-b974-8f9bc2264ce4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:58:06.383Z|3d61b7b7-03e1-4930-85cf-28577ebb1251|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:06.384Z|3d61b7b7-03e1-4930-85cf-28577ebb1251|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:06.502Z|d2171b9f-87e6-4a91-b562-0de9ea898dcf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:06.503Z|d2171b9f-87e6-4a91-b562-0de9ea898dcf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:09.895Z|3d5a3e01-01e7-4aa6-9744-663bb4fff7d1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:09.896Z|3d5a3e01-01e7-4aa6-9744-663bb4fff7d1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:16.467Z|0f56eb1e-6e8d-4d8d-8946-9aa71505484f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:16.469Z|0f56eb1e-6e8d-4d8d-8946-9aa71505484f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:16.539Z|c5921195-7488-45bf-ac57-8c6070a34af4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:16.541Z|c5921195-7488-45bf-ac57-8c6070a34af4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:17.074Z|45f86170-af30-4d03-a0fa-77c64da18563|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:58:17.078Z|45f86170-af30-4d03-a0fa-77c64da18563|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:58:19.927Z|8fab964c-06a5-494a-b436-be4badcc0912|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:19.928Z|8fab964c-06a5-494a-b436-be4badcc0912|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:26.497Z|64a39ec6-c511-4ea1-bc69-78d42ebb2d98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:26.498Z|64a39ec6-c511-4ea1-bc69-78d42ebb2d98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:26.569Z|4fa93131-7ef3-4d5a-ba4e-c7845bc97718|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:26.570Z|4fa93131-7ef3-4d5a-ba4e-c7845bc97718|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:29.965Z|397bb584-c16f-4024-8101-32e9c55536f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:29.967Z|397bb584-c16f-4024-8101-32e9c55536f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:32.075Z|e82307b4-bad0-41b0-aee1-588e5767c038|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:58:32.076Z|e82307b4-bad0-41b0-aee1-588e5767c038|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:58:32.192Z|ab2d2fbc-a8b4-4942-9040-f2634cef1cd8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:58:32.194Z|ab2d2fbc-a8b4-4942-9040-f2634cef1cd8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:58:36.532Z|ceaee61d-8e25-418c-bc41-c7679197159a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:36.533Z|ceaee61d-8e25-418c-bc41-c7679197159a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:36.597Z|bd7573b2-4b5f-4e63-9c51-0e367fb4433e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:36.598Z|bd7573b2-4b5f-4e63-9c51-0e367fb4433e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:39.993Z|f1b5fd87-bb81-49bd-82e9-54fcb601a5dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:39.994Z|f1b5fd87-bb81-49bd-82e9-54fcb601a5dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:46.560Z|60f067a8-9451-44a5-9e36-0b08dc90f905|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:46.561Z|60f067a8-9451-44a5-9e36-0b08dc90f905|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:46.630Z|d7a24bb9-ac0d-435d-a62c-cc1e9ac1f73f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:46.631Z|d7a24bb9-ac0d-435d-a62c-cc1e9ac1f73f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:47.074Z|0a0c9dfa-1f34-40f1-a2cd-fe9dd483b6f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:58:47.075Z|0a0c9dfa-1f34-40f1-a2cd-fe9dd483b6f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:58:50.018Z|1d103d9a-ec4d-4791-8f02-d08e609e19c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:50.019Z|1d103d9a-ec4d-4791-8f02-d08e609e19c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:56.590Z|63d44879-ebbc-4e78-973e-30e20b54cc32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:56.591Z|63d44879-ebbc-4e78-973e-30e20b54cc32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:58:56.660Z|f20603a2-9502-49dc-a61b-955fd121384e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:58:56.661Z|f20603a2-9502-49dc-a61b-955fd121384e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:00.084Z|f32755ce-34be-4e80-800d-a97f5c68b77d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:00.085Z|f32755ce-34be-4e80-800d-a97f5c68b77d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:02.074Z|07547b13-94fb-41b1-8e6c-87fa38442d58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:59:02.079Z|07547b13-94fb-41b1-8e6c-87fa38442d58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:59:02.195Z|1c859dff-7404-4dab-9413-c78c16bbc514|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:59:02.196Z|1c859dff-7404-4dab-9413-c78c16bbc514|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:59:06.633Z|13482aaa-b89f-4858-89d2-e0059259476e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:06.635Z|13482aaa-b89f-4858-89d2-e0059259476e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:06.693Z|dae3ac19-af4e-4da7-a090-41dbcbc89820|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:06.695Z|dae3ac19-af4e-4da7-a090-41dbcbc89820|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:10.113Z|a728bebe-8449-4d8f-80bf-e170a74c119d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:10.114Z|a728bebe-8449-4d8f-80bf-e170a74c119d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:16.662Z|163d1f1f-814b-419e-bede-b03787345c94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:16.663Z|163d1f1f-814b-419e-bede-b03787345c94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:16.733Z|17de00cb-b7c7-4c9d-8add-ca9217d7d16e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:16.734Z|17de00cb-b7c7-4c9d-8add-ca9217d7d16e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:17.074Z|23f5739d-bccc-4269-8215-af4b672c78b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:59:17.075Z|23f5739d-bccc-4269-8215-af4b672c78b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:59:20.139Z|64cbc5ab-833b-47ab-b8c2-b0bf16f1aae8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:20.140Z|64cbc5ab-833b-47ab-b8c2-b0bf16f1aae8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:26.687Z|c527619c-8d50-4d9c-9500-7e01081b3f3e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:26.688Z|c527619c-8d50-4d9c-9500-7e01081b3f3e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:26.760Z|bf7d218a-3a08-4672-81d1-c05a263cb426|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:26.761Z|bf7d218a-3a08-4672-81d1-c05a263cb426|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:30.171Z|7a41277b-e7e4-4c4f-8324-b2448dc6dc21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:30.173Z|7a41277b-e7e4-4c4f-8324-b2448dc6dc21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:32.074Z|53b8d6ee-f301-4d4d-a267-657df2022e31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:59:32.075Z|53b8d6ee-f301-4d4d-a267-657df2022e31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:59:32.200Z|93fc1e27-5c79-4542-b8c7-71a2f2631fd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:59:32.201Z|93fc1e27-5c79-4542-b8c7-71a2f2631fd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:59:36.724Z|bafc52ad-34b0-40c1-9988-2ddd1a3c22e2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:36.725Z|bafc52ad-34b0-40c1-9988-2ddd1a3c22e2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:36.795Z|b83800f2-58b9-49ac-b70e-8607b1e1c430|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:36.796Z|b83800f2-58b9-49ac-b70e-8607b1e1c430|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:40.199Z|1b733ff6-2ef6-4b77-987b-8900eb24c2a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:40.201Z|1b733ff6-2ef6-4b77-987b-8900eb24c2a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:46.755Z|96b22fa6-4555-4cc0-9e00-045405afefba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:46.756Z|96b22fa6-4555-4cc0-9e00-045405afefba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:46.841Z|34f68fb7-4a8c-48b5-8fe5-7094167d095a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:46.843Z|34f68fb7-4a8c-48b5-8fe5-7094167d095a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:47.074Z|c6ff0bb8-a7ad-40bd-9bf1-2398d8cf4da9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T13:59:47.078Z|c6ff0bb8-a7ad-40bd-9bf1-2398d8cf4da9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T13:59:50.227Z|6305df43-c958-4836-8601-a2c417554eb8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:50.228Z|6305df43-c958-4836-8601-a2c417554eb8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:56.784Z|4e92b874-0fb4-4e77-abeb-e6c00d759ff1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:56.786Z|4e92b874-0fb4-4e77-abeb-e6c00d759ff1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T13:59:56.874Z|8d16f059-5ac3-467d-b913-aa4ddf820cb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T13:59:56.875Z|8d16f059-5ac3-467d-b913-aa4ddf820cb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:00.255Z|2e523e68-704e-49ac-9983-a8a3cccbcaa3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:00.259Z|2e523e68-704e-49ac-9983-a8a3cccbcaa3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:02.074Z|d1350905-8ca6-409e-a617-6d8423649a38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:00:02.075Z|d1350905-8ca6-409e-a617-6d8423649a38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:00:02.203Z|2ab138fe-3e14-42e0-8c65-471024ac1c94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:00:02.204Z|2ab138fe-3e14-42e0-8c65-471024ac1c94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:00:06.830Z|62ee2a73-e1e4-4d16-bfef-c05c4250414e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:06.831Z|62ee2a73-e1e4-4d16-bfef-c05c4250414e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:06.901Z|260d3d13-8236-4521-b93d-0a76d1434e97|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:06.902Z|260d3d13-8236-4521-b93d-0a76d1434e97|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:10.303Z|40439a09-ce74-4287-8545-db2b7dd7c95c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:10.304Z|40439a09-ce74-4287-8545-db2b7dd7c95c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:16.861Z|577033ef-9a17-4af3-91a8-c203b278f9cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:16.863Z|577033ef-9a17-4af3-91a8-c203b278f9cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:16.938Z|608c9c3a-4633-4159-acd7-8289b5a336a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:16.939Z|608c9c3a-4633-4159-acd7-8289b5a336a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:17.075Z|6837d859-fc0b-42e4-8233-0306c3461a69|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:00:17.077Z|6837d859-fc0b-42e4-8233-0306c3461a69|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:00:20.331Z|7b1464fb-e8df-4107-9839-d396f0730722|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:20.332Z|7b1464fb-e8df-4107-9839-d396f0730722|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:26.895Z|3df2fd60-5acb-4abe-9012-32a11ce920c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:26.897Z|3df2fd60-5acb-4abe-9012-32a11ce920c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:27.010Z|c4f26d6c-78b0-43bc-a7bb-66d1be7d7ef8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:27.011Z|c4f26d6c-78b0-43bc-a7bb-66d1be7d7ef8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:30.359Z|ca6d8549-e993-434e-92f5-e512a76d2a69|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:30.360Z|ca6d8549-e993-434e-92f5-e512a76d2a69|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:32.074Z|02b5c3d5-0bb3-4949-8b82-281f3ea857df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:00:32.078Z|02b5c3d5-0bb3-4949-8b82-281f3ea857df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:00:32.205Z|dcd92b44-9de8-4835-a8e3-7585c387eacc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:00:32.206Z|dcd92b44-9de8-4835-a8e3-7585c387eacc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:00:36.934Z|6c626f22-5587-48ba-bf6a-0040136e5475|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:36.936Z|6c626f22-5587-48ba-bf6a-0040136e5475|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:37.044Z|beefe145-b384-494b-a7d7-eef5199f1939|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:37.046Z|beefe145-b384-494b-a7d7-eef5199f1939|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:40.385Z|17b2cc3f-f250-4022-9d4e-4345370fecf0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:40.386Z|17b2cc3f-f250-4022-9d4e-4345370fecf0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:46.995Z|de2ef08c-e079-4577-bd28-53ec399bef44|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:46.996Z|de2ef08c-e079-4577-bd28-53ec399bef44|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:47.074Z|b500d78e-513f-4281-ad8a-a2aa0bdbb613|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:00:47.074Z|f1e09b1d-3881-45f1-95b0-0aba7c53da17|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:47.075Z|b500d78e-513f-4281-ad8a-a2aa0bdbb613|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:00:47.075Z|f1e09b1d-3881-45f1-95b0-0aba7c53da17|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:50.414Z|1c23db18-378c-4998-b20d-0def1e2ac9f9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:50.415Z|1c23db18-378c-4998-b20d-0def1e2ac9f9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:57.026Z|c1ac24ef-fc3b-487d-bfd1-50c0485c5c37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:57.027Z|c1ac24ef-fc3b-487d-bfd1-50c0485c5c37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:00:57.103Z|f9ec8aeb-9589-426b-8b3c-3565c656b4e1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:00:57.104Z|f9ec8aeb-9589-426b-8b3c-3565c656b4e1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:00.442Z|6d723c1e-9817-44df-b08d-4843c6b13518|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:00.444Z|6d723c1e-9817-44df-b08d-4843c6b13518|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:02.074Z|8760ca51-7074-40ae-841b-e0f27ef4f7e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:01:02.075Z|8760ca51-7074-40ae-841b-e0f27ef4f7e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:01:02.208Z|57460aa7-68a3-4b2c-81cc-0f83c0cf1333|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:01:02.209Z|57460aa7-68a3-4b2c-81cc-0f83c0cf1333|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:01:07.060Z|5eb204a6-88f6-4787-ac2a-f34c0b93775a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:07.061Z|5eb204a6-88f6-4787-ac2a-f34c0b93775a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:07.136Z|a76dff98-9b33-49a4-be58-e679f087a3cf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:07.137Z|a76dff98-9b33-49a4-be58-e679f087a3cf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:10.476Z|eb027e6d-13cb-45ab-b1b8-7d123dbddf1c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:10.478Z|eb027e6d-13cb-45ab-b1b8-7d123dbddf1c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:17.074Z|3f607a7e-2da4-4862-bbaa-2576cab94fd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:01:17.085Z|3f607a7e-2da4-4862-bbaa-2576cab94fd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:01:17.091Z|ce840276-618d-4657-9069-989d56a57088|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:17.092Z|ce840276-618d-4657-9069-989d56a57088|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:17.169Z|9500cec9-d3b3-49e1-ab85-4484890a163f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:17.171Z|9500cec9-d3b3-49e1-ab85-4484890a163f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:20.506Z|d00bfab3-e3da-4e76-be83-e749e8162e53|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:20.508Z|d00bfab3-e3da-4e76-be83-e749e8162e53|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:27.122Z|dcbc8297-4e0e-486f-ac2a-9706b2aa1b16|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:27.124Z|dcbc8297-4e0e-486f-ac2a-9706b2aa1b16|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:27.198Z|55f4a4fc-92b1-4725-ad8a-2ccc8869e228|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:27.199Z|55f4a4fc-92b1-4725-ad8a-2ccc8869e228|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:30.546Z|7e372ceb-6f60-4a9a-8671-882d1c238b6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:30.548Z|7e372ceb-6f60-4a9a-8671-882d1c238b6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:32.074Z|a5addc7d-ad96-44f9-8191-a434d87fc8c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:01:32.075Z|a5addc7d-ad96-44f9-8191-a434d87fc8c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:01:32.212Z|badb3a56-083e-4697-8081-9cb75cdaa447|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:01:32.213Z|badb3a56-083e-4697-8081-9cb75cdaa447|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:01:33.966Z|f7691497-7a51-42e3-a0c1-7e2ecda7f786|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:01:33.968Z|f7691497-7a51-42e3-a0c1-7e2ecda7f786|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:37.162Z|8c0d6b9a-2f06-4770-8a17-30ef9bcb2156|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:37.163Z|8c0d6b9a-2f06-4770-8a17-30ef9bcb2156|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:37.233Z|9a694140-9328-4b2d-9c18-0dbdbb7930c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:37.234Z|9a694140-9328-4b2d-9c18-0dbdbb7930c1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:40.572Z|236cc3bd-dc83-4f21-bf28-2309469ecf33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:40.573Z|236cc3bd-dc83-4f21-bf28-2309469ecf33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:47.074Z|6baeac58-b1e9-47d6-be66-750b8914ca20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:01:47.075Z|6baeac58-b1e9-47d6-be66-750b8914ca20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:01:47.191Z|b25cc26a-6384-4de4-bf37-41409bd0a7b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:47.192Z|b25cc26a-6384-4de4-bf37-41409bd0a7b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:47.262Z|a0edfe58-e2cc-4cd2-b32e-a6aa52c536b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:47.264Z|a0edfe58-e2cc-4cd2-b32e-a6aa52c536b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:50.605Z|17f194d3-42f6-4717-9379-b2be71c7c956|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:50.606Z|17f194d3-42f6-4717-9379-b2be71c7c956|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:57.220Z|f6438ffa-3969-4d0b-8cd3-47fd2802c1ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:57.221Z|f6438ffa-3969-4d0b-8cd3-47fd2802c1ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:01:57.292Z|4490d4bc-1fa8-4e47-b153-4c1922b28cf1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:01:57.292Z|4490d4bc-1fa8-4e47-b153-4c1922b28cf1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:00.639Z|b07987d9-0394-4e13-a2b3-a837b0267bdf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:00.640Z|b07987d9-0394-4e13-a2b3-a837b0267bdf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:02.074Z|774f7100-5562-49ae-8113-a21a6ebeb771|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:02:02.078Z|774f7100-5562-49ae-8113-a21a6ebeb771|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:02:02.215Z|5b5bdfd6-5467-4228-8f27-211ff4bde9c9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:02:02.216Z|5b5bdfd6-5467-4228-8f27-211ff4bde9c9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:02:07.260Z|11f4184b-ec9d-417c-8c2e-e4467748e639|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:07.262Z|11f4184b-ec9d-417c-8c2e-e4467748e639|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:07.336Z|0edd2270-fc7e-461b-99d7-bec6cf1ccff3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:07.338Z|0edd2270-fc7e-461b-99d7-bec6cf1ccff3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:10.680Z|a739df94-7c18-4582-8a65-23b74bffc0f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:10.681Z|a739df94-7c18-4582-8a65-23b74bffc0f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:17.074Z|0d3461b1-45e6-467f-a27c-44c370b75970|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:02:17.075Z|0d3461b1-45e6-467f-a27c-44c370b75970|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:02:17.291Z|bb300527-3443-4cb4-b5ef-09819dd32123|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:17.292Z|bb300527-3443-4cb4-b5ef-09819dd32123|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:17.367Z|22e69d1d-2eea-43ba-9b21-495d358c167c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:17.368Z|22e69d1d-2eea-43ba-9b21-495d358c167c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:20.707Z|a1116122-0307-45d9-b525-9e2f34534ad1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:20.709Z|a1116122-0307-45d9-b525-9e2f34534ad1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:27.319Z|cd73e8bb-1854-4ea8-8d36-b9f82e80d4cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:27.320Z|cd73e8bb-1854-4ea8-8d36-b9f82e80d4cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:27.393Z|479ff247-7e40-4de2-81f8-9375519e1938|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:27.395Z|479ff247-7e40-4de2-81f8-9375519e1938|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:30.743Z|f1f3436a-740b-4d19-8d14-5e7c3eeeafcd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:30.748Z|f1f3436a-740b-4d19-8d14-5e7c3eeeafcd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:32.074Z|b30f644b-7962-4012-95a5-1abd297f3701|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:02:32.075Z|b30f644b-7962-4012-95a5-1abd297f3701|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:02:32.217Z|13e09b25-774c-482a-bc1b-dabaaeea560c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:02:32.217Z|13e09b25-774c-482a-bc1b-dabaaeea560c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:02:33.943Z|7658c706-7039-4f39-94d3-7cabc3993a7a|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:02:33.945Z|7658c706-7039-4f39-94d3-7cabc3993a7a|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:37.364Z|990f3ad0-ab3c-485c-8fe6-6789c4b5d87e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:37.365Z|990f3ad0-ab3c-485c-8fe6-6789c4b5d87e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:37.424Z|e9389aa3-41a7-4ba7-866b-a849326eb232|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:37.425Z|e9389aa3-41a7-4ba7-866b-a849326eb232|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:40.781Z|aac03650-5420-452a-92b5-92dbeeb0c622|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:40.782Z|aac03650-5420-452a-92b5-92dbeeb0c622|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:47.074Z|d80ca20d-7d85-43e6-90dc-8338f2363be0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:02:47.079Z|d80ca20d-7d85-43e6-90dc-8338f2363be0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:02:47.393Z|172f8bba-a2d8-4600-844f-20c70ab0960d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:47.395Z|172f8bba-a2d8-4600-844f-20c70ab0960d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:47.454Z|fb4bb52e-b53f-4417-b0bf-8388afcf0b94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:47.456Z|fb4bb52e-b53f-4417-b0bf-8388afcf0b94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:50.808Z|8789ec42-bcf4-4714-a3e4-6e42d820850f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:50.809Z|8789ec42-bcf4-4714-a3e4-6e42d820850f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:57.424Z|d602d511-10ac-4832-a445-f99daff934f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:57.426Z|d602d511-10ac-4832-a445-f99daff934f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:02:57.482Z|c6c2b94e-0aea-4bd0-b1a5-edd4ff69d6bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:02:57.483Z|c6c2b94e-0aea-4bd0-b1a5-edd4ff69d6bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:00.848Z|ac2e3517-9622-4a5c-b43d-195e311fa115|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:00.849Z|ac2e3517-9622-4a5c-b43d-195e311fa115|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:02.074Z|e3a2938f-9bb8-4416-abad-c0c017da1c0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:03:02.075Z|e3a2938f-9bb8-4416-abad-c0c017da1c0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:03:02.219Z|7d92368e-65cb-4c6a-9ca3-106ff3707ebb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:03:02.220Z|7d92368e-65cb-4c6a-9ca3-106ff3707ebb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:03:07.459Z|a2bf3fdc-4b6e-4b34-aa4a-b2bd5755f0f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:07.461Z|a2bf3fdc-4b6e-4b34-aa4a-b2bd5755f0f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:07.506Z|596e861b-1576-42ad-bf7b-0ddc8ec51bc5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:07.508Z|596e861b-1576-42ad-bf7b-0ddc8ec51bc5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:10.898Z|7528b80e-ea91-4c33-b044-7c1cbf68c7c9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:10.899Z|7528b80e-ea91-4c33-b044-7c1cbf68c7c9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:17.074Z|2a17416f-45b5-422f-a3b0-1d7ee41120f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:03:17.075Z|2a17416f-45b5-422f-a3b0-1d7ee41120f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:03:17.487Z|0f16ae6f-8adf-4f4f-8437-da8d3cde5141|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:17.488Z|0f16ae6f-8adf-4f4f-8437-da8d3cde5141|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:17.533Z|b7bc155f-f476-4cb7-9194-c014a785a8af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:17.535Z|b7bc155f-f476-4cb7-9194-c014a785a8af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:20.926Z|7fafa424-1c51-494c-a4da-0043058d0f91|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:20.927Z|7fafa424-1c51-494c-a4da-0043058d0f91|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:27.521Z|86aa819c-e325-46bd-8fa1-258cd735f866|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:27.522Z|86aa819c-e325-46bd-8fa1-258cd735f866|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:27.566Z|8e7f9280-0175-46cf-aec4-fd6823e3c656|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:27.567Z|8e7f9280-0175-46cf-aec4-fd6823e3c656|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:30.962Z|5a240c54-93f4-49a8-bdba-cdb1f719b203|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:30.964Z|5a240c54-93f4-49a8-bdba-cdb1f719b203|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:32.074Z|8f834da1-0753-4920-8f78-4a0045b98769|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:03:32.078Z|8f834da1-0753-4920-8f78-4a0045b98769|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:03:32.221Z|12d36f4b-e1cc-4fb1-8673-1714f77f152b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:03:32.222Z|12d36f4b-e1cc-4fb1-8673-1714f77f152b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:03:33.942Z|653fe981-20ab-441b-9f07-8af36745c8dc|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:03:33.943Z|653fe981-20ab-441b-9f07-8af36745c8dc|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:37.560Z|69a45fb9-4cf9-4ef1-902a-61b509122774|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:37.561Z|69a45fb9-4cf9-4ef1-902a-61b509122774|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:37.597Z|f92c31a5-6c59-4b2c-8b1b-d13e324612eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:37.598Z|f92c31a5-6c59-4b2c-8b1b-d13e324612eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:40.989Z|f079d888-9e58-4450-b152-67fe231f7129|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:40.990Z|f079d888-9e58-4450-b152-67fe231f7129|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:47.074Z|8998900b-ffb3-4b9a-a2a5-fbf04fde0bf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:03:47.075Z|8998900b-ffb3-4b9a-a2a5-fbf04fde0bf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:03:47.589Z|189eaf95-bdb0-44dd-b52e-827d85e61e89|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:47.590Z|189eaf95-bdb0-44dd-b52e-827d85e61e89|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:47.638Z|850a3783-335b-4677-9791-b7cce1278e3c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:47.639Z|850a3783-335b-4677-9791-b7cce1278e3c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:51.019Z|44f819c8-ff46-46b2-896b-3d8378e3fb90|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:51.021Z|44f819c8-ff46-46b2-896b-3d8378e3fb90|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:57.617Z|463e5e31-8b91-495e-8c6e-5a57c16e7b8e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:57.618Z|463e5e31-8b91-495e-8c6e-5a57c16e7b8e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:03:57.667Z|0eb27781-5004-4ca4-b67b-412220f8f733|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:03:57.667Z|0eb27781-5004-4ca4-b67b-412220f8f733|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:01.053Z|781ca7c0-3291-4819-9b9f-b95ddcd51353|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:01.054Z|781ca7c0-3291-4819-9b9f-b95ddcd51353|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:02.074Z|22ac98a9-f2cf-4b33-b221-6363fa3d90bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:04:02.075Z|22ac98a9-f2cf-4b33-b221-6363fa3d90bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:04:02.223Z|e9865efb-f0ce-401e-810f-fc7938c8aa00|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:04:02.224Z|e9865efb-f0ce-401e-810f-fc7938c8aa00|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:04:07.656Z|222db37c-4488-47a0-9958-4452c277f359|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:07.657Z|222db37c-4488-47a0-9958-4452c277f359|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:07.691Z|be7e71aa-eb6b-4a49-9ba2-3e86fb927165|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:07.693Z|be7e71aa-eb6b-4a49-9ba2-3e86fb927165|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:11.079Z|5fd5a370-ab67-4306-a8a7-9e720aa55dc7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:11.080Z|5fd5a370-ab67-4306-a8a7-9e720aa55dc7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:17.074Z|01bcbd57-e558-4569-aa7d-8f47953953e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:04:17.079Z|01bcbd57-e558-4569-aa7d-8f47953953e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:04:17.682Z|c0ded036-b499-4391-ad3e-9ddcecb3bf6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:17.683Z|c0ded036-b499-4391-ad3e-9ddcecb3bf6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:17.723Z|8bd44fab-3346-4f68-a08f-39a0f1d73730|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:17.725Z|8bd44fab-3346-4f68-a08f-39a0f1d73730|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:21.111Z|4eb2dd02-056f-448a-8bc4-2d64c5bcdf94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:21.113Z|4eb2dd02-056f-448a-8bc4-2d64c5bcdf94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:27.714Z|75d70c7a-b4e9-43d0-8c5e-39640b8f3ade|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:27.715Z|75d70c7a-b4e9-43d0-8c5e-39640b8f3ade|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:27.763Z|e580326d-cb44-47cf-9b27-6d36ac8a3bc0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:27.764Z|e580326d-cb44-47cf-9b27-6d36ac8a3bc0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:31.158Z|33e12cde-4753-427e-9873-44016d796fd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:31.159Z|33e12cde-4753-427e-9873-44016d796fd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:32.074Z|43d90c38-90fb-4e2e-b597-6b3acb87ead7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:04:32.075Z|43d90c38-90fb-4e2e-b597-6b3acb87ead7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:04:32.225Z|154efa85-101e-40ba-8cc6-d9991be332fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:04:32.226Z|154efa85-101e-40ba-8cc6-d9991be332fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:04:33.942Z|06aacc09-2381-416e-83d6-f1f9ff37c044|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:04:33.943Z|06aacc09-2381-416e-83d6-f1f9ff37c044|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:37.746Z|ba467a67-ae7e-48b9-84f2-96c58d9de4b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:37.747Z|ba467a67-ae7e-48b9-84f2-96c58d9de4b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:37.789Z|13fe1aa0-fc5f-4879-bf14-c3c5e3a22efc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:37.790Z|13fe1aa0-fc5f-4879-bf14-c3c5e3a22efc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:41.189Z|092d1dd3-296d-4ac1-a687-82254f19c22a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:41.190Z|092d1dd3-296d-4ac1-a687-82254f19c22a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:47.075Z|4fbd4699-7c02-4116-9469-79c29ac47859|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:04:47.077Z|4fbd4699-7c02-4116-9469-79c29ac47859|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:04:47.774Z|839e2bc4-6c91-4457-ab46-aa71b1879dbe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:47.776Z|839e2bc4-6c91-4457-ab46-aa71b1879dbe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:47.817Z|246fca0a-6383-49ef-85e3-25e269fa3da7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:47.818Z|246fca0a-6383-49ef-85e3-25e269fa3da7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:51.229Z|6500df27-3ec8-4b6d-b7be-8fc6163db4ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:51.230Z|6500df27-3ec8-4b6d-b7be-8fc6163db4ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:57.814Z|0762aef6-0980-401a-9bfc-a5bd46eabbd5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:57.815Z|0762aef6-0980-401a-9bfc-a5bd46eabbd5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:04:57.846Z|4922d97e-f7f4-44b7-b970-2d0f6d2fb6da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:04:57.848Z|4922d97e-f7f4-44b7-b970-2d0f6d2fb6da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:01.285Z|c58955db-9db3-441b-88c0-e1053ae9e959|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:01.286Z|c58955db-9db3-441b-88c0-e1053ae9e959|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:02.074Z|46fe8896-1a30-4f35-bf96-8dd0fcddffac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:05:02.078Z|46fe8896-1a30-4f35-bf96-8dd0fcddffac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:05:02.227Z|30213025-3abd-4b63-9f13-39d6092cb175|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:05:02.228Z|30213025-3abd-4b63-9f13-39d6092cb175|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:05:07.844Z|eb027626-4763-4462-80d5-93dbef5222bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:07.846Z|eb027626-4763-4462-80d5-93dbef5222bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:07.872Z|a0ce321c-574d-4df0-a1a5-9edd31db329d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:07.874Z|a0ce321c-574d-4df0-a1a5-9edd31db329d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:11.311Z|8cd605c1-b1a3-43cc-8bc7-73fcf295051b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:11.312Z|8cd605c1-b1a3-43cc-8bc7-73fcf295051b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:17.074Z|a194e847-c1cf-41d7-9550-7a5af881c92a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:05:17.075Z|a194e847-c1cf-41d7-9550-7a5af881c92a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:05:17.876Z|69d6896f-cd35-4a9c-a23e-f5e66a272727|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:17.878Z|69d6896f-cd35-4a9c-a23e-f5e66a272727|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:17.903Z|e1822db9-367e-4eea-b4d0-e632414b3a97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:17.905Z|e1822db9-367e-4eea-b4d0-e632414b3a97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:21.337Z|ecf390e5-9388-46a1-a8b2-d6f2501ce43d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:21.338Z|ecf390e5-9388-46a1-a8b2-d6f2501ce43d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:27.906Z|2ddb7db9-594b-4961-a24a-82cba5ad6e64|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:27.907Z|2ddb7db9-594b-4961-a24a-82cba5ad6e64|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:27.933Z|067d1a2b-d71e-4fd1-bcab-a3ec81e76e8b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:27.935Z|067d1a2b-d71e-4fd1-bcab-a3ec81e76e8b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:31.365Z|b6cad415-4a98-431b-83ec-569886443049|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:31.366Z|b6cad415-4a98-431b-83ec-569886443049|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:32.074Z|6f4b6c1c-dd84-4874-a021-7d5411e54c44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:05:32.075Z|6f4b6c1c-dd84-4874-a021-7d5411e54c44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:05:32.229Z|3a074f9a-a75a-46da-a78a-f27976f82f47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:05:32.231Z|3a074f9a-a75a-46da-a78a-f27976f82f47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:05:33.941Z|85b3ebd0-027c-46d9-8bf2-1e3940160a07|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:05:33.943Z|85b3ebd0-027c-46d9-8bf2-1e3940160a07|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:37.946Z|45e6d35f-624a-478e-9b38-2cc978f3da58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:37.948Z|45e6d35f-624a-478e-9b38-2cc978f3da58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:37.960Z|905c8fc3-3c58-4cb5-89c9-1a5320540217|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:37.961Z|905c8fc3-3c58-4cb5-89c9-1a5320540217|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:41.395Z|0d51a0f5-19e7-4806-9ed2-bc80e4326172|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:41.396Z|0d51a0f5-19e7-4806-9ed2-bc80e4326172|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:47.074Z|888afb32-fc6b-49d8-bc84-32ab894a4508|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:05:47.081Z|888afb32-fc6b-49d8-bc84-32ab894a4508|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:05:47.976Z|4db59e91-3a1c-468a-8b18-1ca6576b7f84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:47.977Z|4db59e91-3a1c-468a-8b18-1ca6576b7f84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:47.986Z|faba3305-d3c1-4c17-9b8d-321118257ce3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:47.987Z|faba3305-d3c1-4c17-9b8d-321118257ce3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:51.424Z|ac072893-4eb9-4146-9030-539ef0655f1b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:51.426Z|ac072893-4eb9-4146-9030-539ef0655f1b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:58.005Z|3e8a9c27-887a-4bea-a993-0c784ad0a595|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:58.007Z|3e8a9c27-887a-4bea-a993-0c784ad0a595|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:05:58.012Z|a3c3751f-ea96-46a3-b650-4aed75182a90|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:05:58.013Z|a3c3751f-ea96-46a3-b650-4aed75182a90|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:01.460Z|a4872c75-100a-4bb5-9532-ba3a0d6f5c9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:01.462Z|a4872c75-100a-4bb5-9532-ba3a0d6f5c9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:02.074Z|78fcbf4d-3040-4ffb-93fc-a10be8293226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:06:02.075Z|78fcbf4d-3040-4ffb-93fc-a10be8293226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:06:02.232Z|bf8e2d6f-f51f-43e6-9df0-69ea139f3e31|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:06:02.233Z|bf8e2d6f-f51f-43e6-9df0-69ea139f3e31|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:06:08.036Z|f2c00b0f-fde4-4cb5-ae75-7d957b974125|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:08.037Z|f2c00b0f-fde4-4cb5-ae75-7d957b974125|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:08.055Z|d003f500-35b4-414a-a32d-40a352a77c30|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:08.056Z|d003f500-35b4-414a-a32d-40a352a77c30|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:11.491Z|85ed9172-6204-423f-9605-4983c9261021|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:11.492Z|85ed9172-6204-423f-9605-4983c9261021|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:17.074Z|99051e38-4479-4bdc-827f-77d5bbf58c60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:06:17.075Z|99051e38-4479-4bdc-827f-77d5bbf58c60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:06:18.079Z|6a28ce80-6a07-4808-85f0-11a719107a4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:18.080Z|6a28ce80-6a07-4808-85f0-11a719107a4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:18.081Z|e98392a8-8ad8-4b5f-9e57-5bb70f1a361e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:18.082Z|e98392a8-8ad8-4b5f-9e57-5bb70f1a361e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:21.521Z|a7180739-6307-46bc-978c-7c6e3791d2b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:21.523Z|a7180739-6307-46bc-978c-7c6e3791d2b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:28.107Z|195b1e93-90bc-409e-ad60-11b412a3b6f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:28.108Z|195b1e93-90bc-409e-ad60-11b412a3b6f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:28.111Z|a7e25d90-5c76-4f6d-8693-f311cf96c242|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:28.113Z|a7e25d90-5c76-4f6d-8693-f311cf96c242|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:31.558Z|374388eb-2b0c-4b3e-b91f-54bfbdfc1175|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:31.559Z|374388eb-2b0c-4b3e-b91f-54bfbdfc1175|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:32.074Z|4b608fb5-b607-4e54-902a-d89d59bfd6cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:06:32.078Z|4b608fb5-b607-4e54-902a-d89d59bfd6cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:06:32.234Z|14dbe63b-4334-4100-8919-475576f59d79|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:06:32.235Z|14dbe63b-4334-4100-8919-475576f59d79|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:06:33.943Z|5b589977-feb3-41b1-bba0-901a92049fd7|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:06:33.945Z|5b589977-feb3-41b1-bba0-901a92049fd7|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:38.135Z|cb3b5cf2-a691-4d4c-a830-da21be369c8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:38.136Z|cb3b5cf2-a691-4d4c-a830-da21be369c8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:38.140Z|3b31e428-fb44-4311-a4fb-4f5eddef014c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:38.147Z|3b31e428-fb44-4311-a4fb-4f5eddef014c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:41.584Z|d652e018-8cc9-45ca-8ec5-e18a2f250b94|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:41.585Z|d652e018-8cc9-45ca-8ec5-e18a2f250b94|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:47.074Z|21fbf6fb-2fa1-4300-9854-d8f08083fe22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:06:47.075Z|21fbf6fb-2fa1-4300-9854-d8f08083fe22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:06:48.161Z|f8e5bcbb-b175-42f0-aa3b-3c80d8c07fec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:48.163Z|f8e5bcbb-b175-42f0-aa3b-3c80d8c07fec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:48.177Z|66441d21-d3e2-438c-ba7c-6d4219238a54|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:48.178Z|66441d21-d3e2-438c-ba7c-6d4219238a54|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:51.627Z|38171638-66a0-4318-b472-7d2a9d36086f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:51.628Z|38171638-66a0-4318-b472-7d2a9d36086f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:58.188Z|ce0e3286-16f0-4f12-a7cc-c7c14e6f3547|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:58.189Z|ce0e3286-16f0-4f12-a7cc-c7c14e6f3547|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:06:58.203Z|6682b731-766d-402c-8cac-4bd4ccd2fc92|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:06:58.204Z|6682b731-766d-402c-8cac-4bd4ccd2fc92|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:01.659Z|6d78fb16-3851-4bd4-a106-b297ee711287|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:01.660Z|6d78fb16-3851-4bd4-a106-b297ee711287|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:02.074Z|5a76979c-a909-48df-86a9-5d6af0ef371f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:07:02.075Z|5a76979c-a909-48df-86a9-5d6af0ef371f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:07:02.236Z|c59c17be-ad32-4f82-a03d-437ad2a73f15|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:07:02.237Z|c59c17be-ad32-4f82-a03d-437ad2a73f15|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:07:08.233Z|129b5167-b848-4742-bfbb-ec8ce5f879b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:08.234Z|129b5167-b848-4742-bfbb-ec8ce5f879b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:08.240Z|4e1d8f82-853b-4939-a4eb-a9864fba7e97|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:08.241Z|4e1d8f82-853b-4939-a4eb-a9864fba7e97|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:11.687Z|226c26d1-80a5-4b7e-bad8-4ea9b4de1b15|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:11.689Z|226c26d1-80a5-4b7e-bad8-4ea9b4de1b15|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:17.074Z|c3869641-1380-424c-bd38-8def6255995d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:07:17.078Z|c3869641-1380-424c-bd38-8def6255995d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:07:18.261Z|d43aed5e-d8b8-4b12-a856-ea5b07c02ae0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:18.263Z|d43aed5e-d8b8-4b12-a856-ea5b07c02ae0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:18.273Z|cb2445d9-e63f-498d-b1e6-a3927a56aabd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:18.275Z|cb2445d9-e63f-498d-b1e6-a3927a56aabd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:21.716Z|a28a75de-0538-471a-acf0-3f38c6f5869b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:21.717Z|a28a75de-0538-471a-acf0-3f38c6f5869b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:28.289Z|defe7d2a-e757-4dd0-9d2e-58f6728b47bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:28.290Z|defe7d2a-e757-4dd0-9d2e-58f6728b47bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:28.302Z|fc8b48aa-8b5f-49cc-85d3-4719dc01952b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:28.304Z|fc8b48aa-8b5f-49cc-85d3-4719dc01952b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:31.747Z|c776d758-8670-4b24-8706-94db5a0e13a3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:31.748Z|c776d758-8670-4b24-8706-94db5a0e13a3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:32.074Z|b4a7e36b-2928-4678-88d9-a13ca878f7fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:07:32.075Z|b4a7e36b-2928-4678-88d9-a13ca878f7fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:07:32.238Z|c28df0e0-f18b-4744-9553-3b6a2463cd8d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:07:32.239Z|c28df0e0-f18b-4744-9553-3b6a2463cd8d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:07:33.947Z|65297eb1-d3e2-4834-87de-0d198f51c2eb|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:07:33.949Z|65297eb1-d3e2-4834-87de-0d198f51c2eb|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:38.316Z|5fc498d8-6864-4c33-941b-0408d34547cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:38.317Z|5fc498d8-6864-4c33-941b-0408d34547cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:38.329Z|9af82a57-f3bd-464c-a20c-8fa567a71062|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:38.331Z|9af82a57-f3bd-464c-a20c-8fa567a71062|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:41.778Z|a0c7ee05-58d0-4994-b4a7-632ec269b9f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:41.779Z|a0c7ee05-58d0-4994-b4a7-632ec269b9f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:47.074Z|8d50ce05-fbfd-4d99-8c6a-12a8bf473274|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:07:47.075Z|8d50ce05-fbfd-4d99-8c6a-12a8bf473274|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:07:48.344Z|68d71542-959e-45f8-8f4b-4005b301e058|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:48.345Z|68d71542-959e-45f8-8f4b-4005b301e058|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:48.355Z|8661648b-412c-4916-bf93-8d198583e0f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:48.356Z|8661648b-412c-4916-bf93-8d198583e0f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:51.805Z|c5fdbade-297d-430c-a1d1-c5409f82e32d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:51.806Z|c5fdbade-297d-430c-a1d1-c5409f82e32d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:58.370Z|c5aa20e5-4d3b-4d23-b1c6-706e00ce7936|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:58.371Z|c5aa20e5-4d3b-4d23-b1c6-706e00ce7936|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:07:58.379Z|b182e639-45c5-453f-b564-c15e9af97483|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:07:58.380Z|b182e639-45c5-453f-b564-c15e9af97483|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:01.833Z|fb418314-5990-4cfb-ad5e-21f010d8cad4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:01.834Z|fb418314-5990-4cfb-ad5e-21f010d8cad4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:02.074Z|3dfa6f8b-2e88-4d7b-9782-53b4338bfff5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:08:02.078Z|3dfa6f8b-2e88-4d7b-9782-53b4338bfff5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:08:02.240Z|d6f78def-349a-444c-9466-5391095a9ac6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:08:02.241Z|d6f78def-349a-444c-9466-5391095a9ac6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:08:08.402Z|0eda04bd-b6b3-42a9-8bd5-14f5b9ac40dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:08.403Z|0eda04bd-b6b3-42a9-8bd5-14f5b9ac40dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:08.410Z|e2fb9f2a-cce7-4dea-ba09-5daa175764a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:08.411Z|e2fb9f2a-cce7-4dea-ba09-5daa175764a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:11.857Z|8b4ffd1f-bc00-4c7e-9735-9369860fedd5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:11.859Z|8b4ffd1f-bc00-4c7e-9735-9369860fedd5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:17.074Z|c3c2d490-257d-4708-8eab-92d7b16333fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:08:17.075Z|c3c2d490-257d-4708-8eab-92d7b16333fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:08:18.433Z|18a7eed6-8cd5-404c-a1ab-91d7142fdc01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:18.434Z|18a7eed6-8cd5-404c-a1ab-91d7142fdc01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:18.442Z|49948034-1fcc-4d99-8cf1-c58c3543b774|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:18.444Z|49948034-1fcc-4d99-8cf1-c58c3543b774|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:21.890Z|77255cca-ed5b-4da2-bce4-1b7ed10a1875|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:21.891Z|77255cca-ed5b-4da2-bce4-1b7ed10a1875|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:28.465Z|3ca1644f-8dd4-4cf8-b28b-0d23d0d56274|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:28.466Z|3ca1644f-8dd4-4cf8-b28b-0d23d0d56274|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:28.470Z|fa8641e4-f453-4754-9a35-611693f2a901|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:28.471Z|fa8641e4-f453-4754-9a35-611693f2a901|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:31.950Z|53c9b6b2-46eb-4309-ba22-befd1e092e59|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:31.951Z|53c9b6b2-46eb-4309-ba22-befd1e092e59|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:32.074Z|5aeb2266-fbae-4303-b72d-d10588f4bece|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:08:32.075Z|5aeb2266-fbae-4303-b72d-d10588f4bece|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:08:32.244Z|2eb1322d-1d88-483e-9cce-33de6d2e7d77|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:08:32.247Z|2eb1322d-1d88-483e-9cce-33de6d2e7d77|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:08:33.944Z|02c22571-809b-4d8a-9767-c533be0f4df2|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:08:33.946Z|02c22571-809b-4d8a-9767-c533be0f4df2|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:38.493Z|a5e16972-3754-4443-acf9-fcf0486c98d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:38.494Z|a5e16972-3754-4443-acf9-fcf0486c98d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:38.494Z|e835db74-a798-4eab-ac09-7a8c6d5360aa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:38.495Z|e835db74-a798-4eab-ac09-7a8c6d5360aa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:41.980Z|45d03fbc-10db-416b-bdcb-039e8596d7f3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:41.981Z|45d03fbc-10db-416b-bdcb-039e8596d7f3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:47.074Z|280cf01e-0c93-4201-b7d7-178e13a1eb5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:08:47.078Z|280cf01e-0c93-4201-b7d7-178e13a1eb5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:08:48.532Z|eeadeb77-2bd9-4c79-9641-f7016e4416fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:48.533Z|e5aec930-89ad-4fde-9094-8339e1da5c9b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:48.534Z|e5aec930-89ad-4fde-9094-8339e1da5c9b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:48.534Z|eeadeb77-2bd9-4c79-9641-f7016e4416fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:52.008Z|364fd123-df28-4ad7-82ca-0d38df558073|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:52.009Z|364fd123-df28-4ad7-82ca-0d38df558073|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:58.564Z|f6480563-18af-4413-995b-f456d6323fdb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:58.564Z|f6480563-18af-4413-995b-f456d6323fdb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:08:58.570Z|8b77d73c-012b-4ce2-9ddf-3aba0c959952|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:08:58.571Z|8b77d73c-012b-4ce2-9ddf-3aba0c959952|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:02.038Z|609f04a2-0d1b-4f0a-9edf-ec8993e8285b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:02.039Z|609f04a2-0d1b-4f0a-9edf-ec8993e8285b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:02.074Z|fd073e32-98e2-4c64-816d-6c0aa2c3719a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:09:02.075Z|fd073e32-98e2-4c64-816d-6c0aa2c3719a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:09:02.250Z|7c5da811-2fec-4f1f-9108-961f06f96017|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:09:02.251Z|7c5da811-2fec-4f1f-9108-961f06f96017|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:09:08.588Z|9a142f1e-273c-49a5-9156-57daadc63245|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:08.589Z|9a142f1e-273c-49a5-9156-57daadc63245|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:08.595Z|1a679db3-2ff1-4704-b580-a26410e1ccf7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:08.597Z|1a679db3-2ff1-4704-b580-a26410e1ccf7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:12.069Z|3aa1aced-041b-4c99-949f-9de959a33d8e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:12.070Z|3aa1aced-041b-4c99-949f-9de959a33d8e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:17.074Z|74e68f38-75a2-40c4-8bac-61d88df241ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:09:17.075Z|74e68f38-75a2-40c4-8bac-61d88df241ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:09:18.620Z|1812a361-e319-4775-88e1-732e3bdac50f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:18.623Z|06a762d3-95dc-4a42-8649-3f25125c52fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:18.624Z|1812a361-e319-4775-88e1-732e3bdac50f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:18.624Z|06a762d3-95dc-4a42-8649-3f25125c52fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:22.095Z|a3fea9d3-ff04-4be8-ad32-4b63851519a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:22.097Z|a3fea9d3-ff04-4be8-ad32-4b63851519a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:28.655Z|c1edf8dd-b6e1-46c4-8b96-3ffbd4a2e358|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:28.656Z|c1edf8dd-b6e1-46c4-8b96-3ffbd4a2e358|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:28.655Z|0c187bef-49fc-46b2-85b5-42812e30c925|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:28.659Z|0c187bef-49fc-46b2-85b5-42812e30c925|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:32.074Z|8bdbb3c1-9bac-4800-8c17-b139b5cebe04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:09:32.077Z|8bdbb3c1-9bac-4800-8c17-b139b5cebe04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:09:32.126Z|fa4ba57b-9bd2-440b-bf1c-8e633316e69d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:32.127Z|fa4ba57b-9bd2-440b-bf1c-8e633316e69d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:32.253Z|f0e55f75-e581-480e-b776-2091027456d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:09:32.254Z|f0e55f75-e581-480e-b776-2091027456d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:09:33.947Z|16a1360a-616b-4355-8075-87a5d4ce8099|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:09:33.952Z|16a1360a-616b-4355-8075-87a5d4ce8099|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:38.685Z|ba909a6d-a817-4370-a00f-c0116c7478a5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:38.685Z|e1f757e5-dd7e-4baf-8a7c-fcaecb98eeb0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:38.686Z|ba909a6d-a817-4370-a00f-c0116c7478a5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:38.687Z|e1f757e5-dd7e-4baf-8a7c-fcaecb98eeb0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:42.154Z|589cca79-0ced-4408-acea-cc0c364fd514|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:42.156Z|589cca79-0ced-4408-acea-cc0c364fd514|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:47.074Z|d756b348-5676-406c-9c7e-1058425295d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:09:47.075Z|d756b348-5676-406c-9c7e-1058425295d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:09:48.715Z|f1d2d0c0-a912-4571-bec2-aeb39054bd12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:48.716Z|f1d2d0c0-a912-4571-bec2-aeb39054bd12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:48.719Z|3d31258c-2845-469e-b973-cd6014277702|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:48.720Z|3d31258c-2845-469e-b973-cd6014277702|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:52.182Z|e9c6a454-406b-43ec-967e-56e3a187afb1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:52.184Z|e9c6a454-406b-43ec-967e-56e3a187afb1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:58.748Z|cf3ddcdb-2237-4a0b-85ea-31a8ece448a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:58.750Z|cf3ddcdb-2237-4a0b-85ea-31a8ece448a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:09:58.761Z|0ecef476-37be-4e37-80bc-63b244cd38d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:09:58.762Z|0ecef476-37be-4e37-80bc-63b244cd38d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:02.074Z|23659294-174d-469c-9a91-a588c34bff86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:10:02.075Z|23659294-174d-469c-9a91-a588c34bff86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:10:02.210Z|248b59f9-29ed-4e54-9121-3ed55d27b4bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:02.211Z|248b59f9-29ed-4e54-9121-3ed55d27b4bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:02.255Z|8c88b11b-23dc-490c-8a86-14cf1d6a6e23|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:10:02.261Z|8c88b11b-23dc-490c-8a86-14cf1d6a6e23|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:10:08.778Z|8f8a87eb-d8b2-44b6-b517-a870aab52bdb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:08.779Z|8f8a87eb-d8b2-44b6-b517-a870aab52bdb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:08.786Z|9b939c8b-e4ee-4d18-ba4d-4994049529d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:08.787Z|9b939c8b-e4ee-4d18-ba4d-4994049529d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:12.241Z|a765019a-8bd4-4b74-9670-bf55d9f50b7e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:12.242Z|a765019a-8bd4-4b74-9670-bf55d9f50b7e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:17.074Z|6e5b7cc0-08e0-4aec-812a-f8503c449f7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:10:17.078Z|6e5b7cc0-08e0-4aec-812a-f8503c449f7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:10:18.803Z|1b27aeb2-bb76-4ccd-9933-d702024b5f76|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:18.804Z|1b27aeb2-bb76-4ccd-9933-d702024b5f76|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:18.811Z|c17219e9-ab31-42ce-8bf2-3c944119f1c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:18.813Z|c17219e9-ab31-42ce-8bf2-3c944119f1c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:22.277Z|51a3d329-d9d1-4d55-b4a3-316158299107|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:22.278Z|51a3d329-d9d1-4d55-b4a3-316158299107|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:28.841Z|707ab29f-84dc-4677-8cc9-21dc3798ae45|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:28.842Z|707ab29f-84dc-4677-8cc9-21dc3798ae45|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:28.855Z|e609f7cb-c777-4349-ba39-447ef3ac5375|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:28.857Z|e609f7cb-c777-4349-ba39-447ef3ac5375|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:32.074Z|3b06ef17-4053-4b96-b952-d01e89c8d032|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:10:32.074Z|3b06ef17-4053-4b96-b952-d01e89c8d032|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:10:32.263Z|65488f4c-851d-4221-a5d7-bfb0a85f6cea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:10:32.264Z|65488f4c-851d-4221-a5d7-bfb0a85f6cea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:10:32.305Z|8799b27b-f345-4980-8253-d83571de0c5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:32.307Z|8799b27b-f345-4980-8253-d83571de0c5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:33.942Z|cd569be2-ca57-4249-a6c5-d663319277dd|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:10:33.944Z|cd569be2-ca57-4249-a6c5-d663319277dd|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:38.870Z|d1da370b-51b9-4a26-aa38-8810d0a9ed8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:38.871Z|d1da370b-51b9-4a26-aa38-8810d0a9ed8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:38.886Z|6171981a-742d-4ed3-b1f4-25b38bab294f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:38.887Z|6171981a-742d-4ed3-b1f4-25b38bab294f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:42.332Z|159cc3ac-7f98-4032-8be3-a99221713386|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:42.333Z|159cc3ac-7f98-4032-8be3-a99221713386|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:47.074Z|31da5fed-c7eb-4b8b-badc-e35783570326|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:10:47.075Z|31da5fed-c7eb-4b8b-badc-e35783570326|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:10:48.897Z|207d6be6-859f-4447-9044-51dc9b05b6ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:48.898Z|207d6be6-859f-4447-9044-51dc9b05b6ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:48.911Z|d43fddb5-c3a9-4ce4-9cb5-7f1af08b6149|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:48.912Z|d43fddb5-c3a9-4ce4-9cb5-7f1af08b6149|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:52.360Z|2e4035ce-cdbe-4f07-b245-0099b6334b51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:52.361Z|2e4035ce-cdbe-4f07-b245-0099b6334b51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:58.924Z|6c9fa302-98b7-41d4-bff9-3785bc80010c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:58.925Z|6c9fa302-98b7-41d4-bff9-3785bc80010c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:10:58.938Z|e67f208d-d37b-4f72-b017-aa6ddbffe623|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:10:58.939Z|e67f208d-d37b-4f72-b017-aa6ddbffe623|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:02.074Z|aa835191-b212-4fce-bf98-ab400ead8577|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:11:02.077Z|aa835191-b212-4fce-bf98-ab400ead8577|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:11:02.265Z|0a2e82de-ce15-4dae-92d0-34251d08c0cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:11:02.266Z|0a2e82de-ce15-4dae-92d0-34251d08c0cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:11:02.388Z|3e9c3e1a-e9e5-4530-9af8-6d7df9bc06e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:02.389Z|3e9c3e1a-e9e5-4530-9af8-6d7df9bc06e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:08.952Z|984a6534-584c-48ad-95e2-e8c906544705|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:08.953Z|984a6534-584c-48ad-95e2-e8c906544705|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:08.961Z|231abae6-88f0-4101-9a4b-c089894c2b2b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:08.962Z|231abae6-88f0-4101-9a4b-c089894c2b2b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:12.415Z|af82777c-6280-444b-8261-49ff3e82759a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:12.416Z|af82777c-6280-444b-8261-49ff3e82759a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:17.074Z|c4f589ed-a5cc-4193-891e-4c09a15605ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:11:17.075Z|c4f589ed-a5cc-4193-891e-4c09a15605ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:11:18.976Z|12806c6d-3c9a-4238-ad6a-0b3705b15626|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:18.977Z|12806c6d-3c9a-4238-ad6a-0b3705b15626|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:18.985Z|b808e43b-3ad7-4446-bfe8-c6113fbcf928|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:18.988Z|b808e43b-3ad7-4446-bfe8-c6113fbcf928|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:22.442Z|505ab56a-9814-4778-82e3-6daa38d091bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:22.444Z|505ab56a-9814-4778-82e3-6daa38d091bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:29.003Z|da63524f-71b1-494a-ae00-b83fb25fc4f6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:29.004Z|da63524f-71b1-494a-ae00-b83fb25fc4f6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:29.015Z|7786ddec-254d-4086-be5e-f6a6ed3c0363|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:29.016Z|7786ddec-254d-4086-be5e-f6a6ed3c0363|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:32.074Z|5a21ef24-4749-48fc-aa49-50b36073ec0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:11:32.075Z|5a21ef24-4749-48fc-aa49-50b36073ec0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:11:32.267Z|fec18a3b-854e-4ecb-a333-3684fb1b8f46|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:11:32.268Z|fec18a3b-854e-4ecb-a333-3684fb1b8f46|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:11:32.474Z|87a753a0-d597-41d1-88ef-62f00ea39623|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:32.475Z|87a753a0-d597-41d1-88ef-62f00ea39623|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:33.961Z|d7a8e58e-cb4d-4d49-9db9-1dc1b4efa117|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:11:33.963Z|d7a8e58e-cb4d-4d49-9db9-1dc1b4efa117|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:39.044Z|ede8f8a0-8747-47f8-b09e-55ce6a716f21|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:39.045Z|ede8f8a0-8747-47f8-b09e-55ce6a716f21|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:39.047Z|78e773d3-ce0c-483b-b584-aa32dd8ed0ba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:39.048Z|78e773d3-ce0c-483b-b584-aa32dd8ed0ba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:42.502Z|1b0191d8-2d88-4abb-8882-a5768ebefb62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:42.503Z|1b0191d8-2d88-4abb-8882-a5768ebefb62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:47.074Z|d19b837a-f705-4b70-b1c5-18a5f605ed46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:11:47.077Z|d19b837a-f705-4b70-b1c5-18a5f605ed46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:11:49.083Z|e2e5513d-8a6d-4667-ba2c-0c21d18dc983|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:49.084Z|e2e5513d-8a6d-4667-ba2c-0c21d18dc983|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:49.086Z|a6e97cd9-e8d2-4dd7-97ac-c83e5fcfb18a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:49.087Z|a6e97cd9-e8d2-4dd7-97ac-c83e5fcfb18a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:52.532Z|1c945492-bfc4-45ec-923a-3ad24e38c6da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:52.533Z|1c945492-bfc4-45ec-923a-3ad24e38c6da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:59.114Z|f26d5e26-3dbe-4c07-a3ac-c6b990cf7ed8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:59.115Z|f26d5e26-3dbe-4c07-a3ac-c6b990cf7ed8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:11:59.116Z|b8605a1a-ad2c-4832-bc0c-f1852a01edc5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:11:59.117Z|b8605a1a-ad2c-4832-bc0c-f1852a01edc5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:02.075Z|9628371b-5e81-4de9-b0f3-dad0a46534dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:12:02.076Z|9628371b-5e81-4de9-b0f3-dad0a46534dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:12:02.269Z|ca4de073-8ce3-448b-8028-bbe510e12517|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:12:02.270Z|ca4de073-8ce3-448b-8028-bbe510e12517|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:12:02.562Z|11f2494e-b3de-4444-a599-8833226a8301|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:02.563Z|11f2494e-b3de-4444-a599-8833226a8301|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:09.149Z|c05602a6-b8fd-4a24-b2ca-b4604f5d4c4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:09.150Z|c05602a6-b8fd-4a24-b2ca-b4604f5d4c4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:09.159Z|c2def60e-9d71-4a0f-9bf7-ba48be3faae3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:09.160Z|c2def60e-9d71-4a0f-9bf7-ba48be3faae3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:12.597Z|13c97c33-57b0-4f43-98da-4ae336d18eef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:12.599Z|13c97c33-57b0-4f43-98da-4ae336d18eef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:17.075Z|a6a0814a-42c6-434f-98dc-b0a3842375b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:12:17.076Z|a6a0814a-42c6-434f-98dc-b0a3842375b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:12:19.182Z|5bd40de1-20be-4142-a320-f29245a51583|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:19.183Z|5bd40de1-20be-4142-a320-f29245a51583|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:19.195Z|accd532c-ac8b-4e88-a414-daa1c39c35bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:19.197Z|accd532c-ac8b-4e88-a414-daa1c39c35bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:22.654Z|96e57b07-5295-4f71-8ae2-ad3bd667e83b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:22.657Z|96e57b07-5295-4f71-8ae2-ad3bd667e83b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:29.211Z|9581bd86-3a33-49f5-9165-713f4d3ac349|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:29.212Z|9581bd86-3a33-49f5-9165-713f4d3ac349|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:29.224Z|3a13e4b9-8028-427c-983f-3d275314822d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:29.225Z|3a13e4b9-8028-427c-983f-3d275314822d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:32.074Z|7cda713e-e6e2-4e6c-90f6-16aa455db070|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:12:32.078Z|7cda713e-e6e2-4e6c-90f6-16aa455db070|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:12:32.271Z|68c559e0-939e-4fd4-a379-65d35da08300|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:12:32.272Z|68c559e0-939e-4fd4-a379-65d35da08300|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:12:32.692Z|7703aebf-bf2f-408c-9d5c-9ac633e5970e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:32.693Z|7703aebf-bf2f-408c-9d5c-9ac633e5970e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:33.942Z|5ead553b-1d29-43c1-b617-38cb57949565|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:12:33.943Z|5ead553b-1d29-43c1-b617-38cb57949565|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:39.250Z|d5025c38-f435-46b6-a65e-6cbb65087c83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:39.251Z|d5025c38-f435-46b6-a65e-6cbb65087c83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:39.253Z|b79d9b7c-5ee6-4113-9d84-3c0453eaa506|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:39.254Z|b79d9b7c-5ee6-4113-9d84-3c0453eaa506|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:42.725Z|65fdd293-8a30-41ae-922b-60ec98df916c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:42.727Z|65fdd293-8a30-41ae-922b-60ec98df916c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:47.074Z|45e8775a-4886-4ba4-81b0-891aa7e53f64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:12:47.075Z|45e8775a-4886-4ba4-81b0-891aa7e53f64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:12:49.278Z|cfb5414a-9190-4ac4-b115-01dd66c84d61|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:49.278Z|d1d73a33-1218-42ac-b697-6cc84dba7978|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:49.280Z|cfb5414a-9190-4ac4-b115-01dd66c84d61|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:49.281Z|d1d73a33-1218-42ac-b697-6cc84dba7978|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:52.754Z|dc0b70fd-7600-4610-8428-86ff2f327e88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:52.755Z|dc0b70fd-7600-4610-8428-86ff2f327e88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:59.311Z|e5e97a43-e67b-43cd-929e-9558ed694363|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:59.312Z|e5e97a43-e67b-43cd-929e-9558ed694363|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:12:59.311Z|d0e530a9-212b-4025-8494-a5bd5d148c10|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:12:59.314Z|d0e530a9-212b-4025-8494-a5bd5d148c10|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:02.074Z|ddbf8401-6743-42f3-b04d-60399b2bd1d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:13:02.075Z|ddbf8401-6743-42f3-b04d-60399b2bd1d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:13:02.273Z|96fbc879-25b5-4c82-8953-ef12b4494b2c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:13:02.274Z|96fbc879-25b5-4c82-8953-ef12b4494b2c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:13:02.783Z|cd7961cd-ca93-4f0e-afff-35996503417d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:02.784Z|cd7961cd-ca93-4f0e-afff-35996503417d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:09.339Z|c839298c-cfdd-46d0-a930-e754af80c0b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:09.340Z|72cc2ba2-0f13-44e2-93a1-800380e16fd4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:09.340Z|c839298c-cfdd-46d0-a930-e754af80c0b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:09.341Z|72cc2ba2-0f13-44e2-93a1-800380e16fd4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:12.811Z|5642d146-f1f6-414e-b623-2cab8a2b8532|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:12.812Z|5642d146-f1f6-414e-b623-2cab8a2b8532|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:17.074Z|d1959494-ec1b-4e30-8fa4-30a9819b7076|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:13:17.078Z|d1959494-ec1b-4e30-8fa4-30a9819b7076|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:13:19.367Z|cb852d51-5216-40ab-b208-4ef2d8eb8e82|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:19.367Z|824fdc6a-d516-427b-8fc0-2d0725d44b61|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:19.368Z|cb852d51-5216-40ab-b208-4ef2d8eb8e82|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:19.368Z|824fdc6a-d516-427b-8fc0-2d0725d44b61|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:22.843Z|da9d0aa8-7cdb-4d63-a691-d84bf5db54aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:22.847Z|da9d0aa8-7cdb-4d63-a691-d84bf5db54aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:29.399Z|d80d711b-3ecd-4632-b134-f516ead30732|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:29.400Z|dab876fe-a0f7-49e1-a1f4-d45163d7bda2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:29.400Z|d80d711b-3ecd-4632-b134-f516ead30732|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:29.402Z|dab876fe-a0f7-49e1-a1f4-d45163d7bda2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:32.074Z|3e6c7982-575a-4992-8645-48033a52bd21|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:13:32.075Z|3e6c7982-575a-4992-8645-48033a52bd21|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:13:32.275Z|553042d8-cdbb-4c6a-b0f1-ef760622c7a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:13:32.276Z|553042d8-cdbb-4c6a-b0f1-ef760622c7a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:13:32.873Z|81e03122-5a70-4474-8b30-2be825402c74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:32.874Z|81e03122-5a70-4474-8b30-2be825402c74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:33.941Z|c1548557-ba62-4ed4-81bf-2d72d292a133|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:13:33.942Z|c1548557-ba62-4ed4-81bf-2d72d292a133|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:39.428Z|2689bee7-036d-4007-bfd3-3312015f4e31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:39.428Z|03dba0a5-445a-448b-b21d-f9d84c6d200d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:39.429Z|03dba0a5-445a-448b-b21d-f9d84c6d200d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:39.429Z|2689bee7-036d-4007-bfd3-3312015f4e31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:42.902Z|890639f7-b1be-4cb3-89c2-454509461ba6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:42.903Z|890639f7-b1be-4cb3-89c2-454509461ba6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:47.074Z|7a212d93-59ee-4732-b024-0448719c68d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:13:47.075Z|7a212d93-59ee-4732-b024-0448719c68d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:13:49.458Z|a6e6ad27-49d2-4257-857c-492705d27811|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:49.458Z|06d2a20c-b3ec-4605-86e8-64244f7e5631|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:49.459Z|a6e6ad27-49d2-4257-857c-492705d27811|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:49.459Z|06d2a20c-b3ec-4605-86e8-64244f7e5631|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:52.931Z|03e35d2a-6376-4f2e-b7ba-11b443e2f3d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:52.933Z|03e35d2a-6376-4f2e-b7ba-11b443e2f3d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:59.486Z|3688abce-9cda-4c73-b357-300864536af8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:59.486Z|c4d2610a-8fbe-47ea-9e9c-bee131af53b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:13:59.488Z|3688abce-9cda-4c73-b357-300864536af8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:13:59.488Z|c4d2610a-8fbe-47ea-9e9c-bee131af53b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:02.074Z|b948789e-df22-46e6-aa25-a206294d6b44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:14:02.078Z|b948789e-df22-46e6-aa25-a206294d6b44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:14:02.277Z|d63bad8e-a361-4ab1-b281-fe475ef4d575|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:14:02.278Z|d63bad8e-a361-4ab1-b281-fe475ef4d575|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:14:02.963Z|49b54a2d-08e4-465b-ad92-11beef4a7158|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:02.964Z|49b54a2d-08e4-465b-ad92-11beef4a7158|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:09.514Z|7d2c01bc-2fb1-4369-9295-a9678d0b15fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:09.515Z|7d2c01bc-2fb1-4369-9295-a9678d0b15fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:09.516Z|eb17a51a-76dd-431f-901b-1203945c2669|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:09.517Z|eb17a51a-76dd-431f-901b-1203945c2669|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:12.990Z|9f71715a-3c34-48a0-ab77-6f88e340b2c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:12.991Z|9f71715a-3c34-48a0-ab77-6f88e340b2c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:17.074Z|ef3779a6-4687-4f2b-ba8d-086eefef7d60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:14:17.075Z|ef3779a6-4687-4f2b-ba8d-086eefef7d60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:14:19.542Z|281b06dd-fdbf-4c93-8cb0-fe2a7771a5ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:19.542Z|1d8ff4d3-cffe-41d5-8ece-d80218be274a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:19.543Z|281b06dd-fdbf-4c93-8cb0-fe2a7771a5ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:19.543Z|1d8ff4d3-cffe-41d5-8ece-d80218be274a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:23.016Z|50812c14-8e85-473b-9688-601f4a7601cf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:23.017Z|50812c14-8e85-473b-9688-601f4a7601cf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:29.566Z|1eafa09e-f02c-4687-bbbf-f744231e0f49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:29.567Z|1eafa09e-f02c-4687-bbbf-f744231e0f49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:29.569Z|484a5849-1185-45bd-bdfd-9a2af4623c15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:29.571Z|484a5849-1185-45bd-bdfd-9a2af4623c15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:32.074Z|3cde5dd6-81f7-4193-9cec-94a50de60ea8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:14:32.075Z|3cde5dd6-81f7-4193-9cec-94a50de60ea8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:14:32.280Z|01394c36-2521-492e-8403-b7834d9de685|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:14:32.281Z|01394c36-2521-492e-8403-b7834d9de685|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:14:33.044Z|eb25d69f-5ef3-41b8-82fb-7d6a80986ca6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:33.045Z|eb25d69f-5ef3-41b8-82fb-7d6a80986ca6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:33.942Z|7f0256f8-cd23-45e4-8108-a3349ad76e6b|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:14:33.946Z|7f0256f8-cd23-45e4-8108-a3349ad76e6b|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:39.597Z|740cabc1-7ea7-43f4-8af9-ef3f0545213c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:39.599Z|092bd97d-1ec3-4009-9c2c-2e6cb4b41900|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:39.599Z|740cabc1-7ea7-43f4-8af9-ef3f0545213c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:39.600Z|092bd97d-1ec3-4009-9c2c-2e6cb4b41900|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:43.069Z|dd332d51-dbc8-4d08-bd5e-bef8a23ab542|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:43.070Z|dd332d51-dbc8-4d08-bd5e-bef8a23ab542|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:47.074Z|e7fe148a-8ba8-4e9c-9b6f-e53baa42ff07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:14:47.078Z|e7fe148a-8ba8-4e9c-9b6f-e53baa42ff07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:14:49.625Z|5bf1f0c3-976f-4f23-bc71-8d4ae68aa276|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:49.627Z|5bf1f0c3-976f-4f23-bc71-8d4ae68aa276|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:49.629Z|43ffbeed-dbd6-48cc-915d-4e563a4fa478|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:49.630Z|43ffbeed-dbd6-48cc-915d-4e563a4fa478|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:53.097Z|b959b833-49e7-46dc-8bee-a45efe8e5ff6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:53.098Z|b959b833-49e7-46dc-8bee-a45efe8e5ff6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:59.666Z|3d9eb97a-66d0-45e6-ba6d-d788cf8debc2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:59.666Z|cd229e2a-490d-4cca-8758-1ead6d26e95b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:14:59.667Z|3d9eb97a-66d0-45e6-ba6d-d788cf8debc2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:14:59.667Z|cd229e2a-490d-4cca-8758-1ead6d26e95b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:02.074Z|190290aa-d009-4e63-9363-1f8194f177b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:15:02.075Z|190290aa-d009-4e63-9363-1f8194f177b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:15:02.282Z|72f7fd59-ab73-4ca1-9d9d-4a57a3c332aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:15:02.283Z|72f7fd59-ab73-4ca1-9d9d-4a57a3c332aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:15:03.131Z|a4802a24-f6db-4af1-9d3e-15be6771943b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:03.133Z|a4802a24-f6db-4af1-9d3e-15be6771943b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:09.692Z|04475d7a-3383-4c42-a92f-32c481803dbf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:09.692Z|4b4c8d0b-a0f9-467e-b7b5-c8c20539c48e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:09.693Z|04475d7a-3383-4c42-a92f-32c481803dbf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:09.694Z|4b4c8d0b-a0f9-467e-b7b5-c8c20539c48e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:13.157Z|510f0c56-d96f-44da-ba8b-59b79d050fcc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:13.159Z|510f0c56-d96f-44da-ba8b-59b79d050fcc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:17.074Z|c7d3265e-fa13-4d59-9eac-eb5c0331281d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:15:17.074Z|c7d3265e-fa13-4d59-9eac-eb5c0331281d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:15:19.729Z|0726cd8c-c588-40d5-96d4-eb96b37e7dfe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:19.729Z|c6c4b107-7a83-4ede-b257-30ac94486724|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:19.730Z|0726cd8c-c588-40d5-96d4-eb96b37e7dfe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:19.731Z|c6c4b107-7a83-4ede-b257-30ac94486724|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:23.184Z|d33424e0-c9a0-4412-8e8d-74687051d320|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:23.186Z|d33424e0-c9a0-4412-8e8d-74687051d320|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:29.775Z|36727fc8-839d-49e6-a0b9-fda04b59e102|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:29.776Z|36727fc8-839d-49e6-a0b9-fda04b59e102|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:29.774Z|d045f8f6-ee81-4f7f-bcb6-1cd3ef1f13d9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:29.788Z|d045f8f6-ee81-4f7f-bcb6-1cd3ef1f13d9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:32.074Z|b467543a-4bab-4610-8783-db29492c0c17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:15:32.077Z|b467543a-4bab-4610-8783-db29492c0c17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:15:32.284Z|5c86d33a-248f-4d84-9d08-2fd6bb69ab82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:15:32.285Z|5c86d33a-248f-4d84-9d08-2fd6bb69ab82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:15:33.214Z|c3fbaa68-076f-45cd-9114-63f7f14f6fda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:33.215Z|c3fbaa68-076f-45cd-9114-63f7f14f6fda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:33.959Z|2022b451-832b-48c2-97c9-03987c290062|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:15:33.961Z|2022b451-832b-48c2-97c9-03987c290062|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:39.820Z|84c74fb9-5ff4-45e5-9fb1-235671335a8c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:39.821Z|84c74fb9-5ff4-45e5-9fb1-235671335a8c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:39.825Z|cd69be8f-beba-47fc-a37f-1b829f688d08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:39.826Z|cd69be8f-beba-47fc-a37f-1b829f688d08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:43.240Z|ff6f36be-8bf4-4fb8-ae37-5b49437d61dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:43.242Z|ff6f36be-8bf4-4fb8-ae37-5b49437d61dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:47.074Z|f57175ca-8060-41d5-87f1-fa57180b7d1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:15:47.075Z|f57175ca-8060-41d5-87f1-fa57180b7d1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:15:49.855Z|39e30065-64ec-41e2-b805-f3a17df77731|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:49.855Z|41eca5a8-b0b2-40bb-857d-6e1cfd201fa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:49.856Z|39e30065-64ec-41e2-b805-f3a17df77731|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:49.857Z|41eca5a8-b0b2-40bb-857d-6e1cfd201fa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:53.270Z|0a415961-96df-401d-8e38-6ef1c869e338|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:53.272Z|0a415961-96df-401d-8e38-6ef1c869e338|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:59.881Z|d5d083f7-978d-4509-82fc-d50f7dc97254|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:59.881Z|f910f0a8-8a60-4e37-898c-2d5bc70bf39a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:15:59.882Z|d5d083f7-978d-4509-82fc-d50f7dc97254|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:15:59.882Z|f910f0a8-8a60-4e37-898c-2d5bc70bf39a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:02.074Z|e746b357-a71a-40a0-85ba-42b894e8ad08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:16:02.074Z|e746b357-a71a-40a0-85ba-42b894e8ad08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:16:02.287Z|d061deea-defc-4a2c-b0fa-d5d3c4659002|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:16:02.288Z|d061deea-defc-4a2c-b0fa-d5d3c4659002|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:16:03.299Z|00c4058b-951f-463c-8acf-7f414655d645|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:03.300Z|00c4058b-951f-463c-8acf-7f414655d645|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:09.916Z|27205183-996c-4dc6-9f7d-1f4afa880000|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:09.916Z|4aa67316-656a-4086-8ed7-9338489af681|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:09.917Z|27205183-996c-4dc6-9f7d-1f4afa880000|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:09.917Z|4aa67316-656a-4086-8ed7-9338489af681|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:13.334Z|b1c47bbd-35aa-4bd4-98de-f3254f49c778|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:13.335Z|b1c47bbd-35aa-4bd4-98de-f3254f49c778|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:17.074Z|aaa075f4-a8d1-4850-8cac-cd572a15dd83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:16:17.077Z|aaa075f4-a8d1-4850-8cac-cd572a15dd83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:16:19.948Z|afe86997-6429-4098-a28c-d652119307aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:19.949Z|71e1abaf-ead1-44c2-b89e-bba3fba42c2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:19.950Z|71e1abaf-ead1-44c2-b89e-bba3fba42c2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:19.950Z|afe86997-6429-4098-a28c-d652119307aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:23.362Z|b3431c09-0c75-467e-a223-863acc9a9a79|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:23.363Z|b3431c09-0c75-467e-a223-863acc9a9a79|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:29.980Z|19a210ec-60c5-465a-ace4-2822608432c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:29.982Z|19a210ec-60c5-465a-ace4-2822608432c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:29.987Z|59b9ef4b-da73-496d-a4a2-bb7e184ae6c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:29.988Z|59b9ef4b-da73-496d-a4a2-bb7e184ae6c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:32.074Z|97005c9c-a1cf-4009-ab9e-c15f7658199f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:16:32.075Z|97005c9c-a1cf-4009-ab9e-c15f7658199f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:16:32.289Z|57995029-6b32-4993-9b3b-2fc578e1bc67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:16:32.290Z|57995029-6b32-4993-9b3b-2fc578e1bc67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:16:33.390Z|21516237-6d7b-47c3-8178-6599eac5aa42|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:33.391Z|21516237-6d7b-47c3-8178-6599eac5aa42|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:33.942Z|29abe351-6afd-4453-8c7c-92ef47b0ce03|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:16:33.943Z|29abe351-6afd-4453-8c7c-92ef47b0ce03|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:40.010Z|b1d5c7b3-0125-4df2-9c65-9087b4a18df3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:40.010Z|9170b98f-843c-4512-b5b8-9b3f188ff84d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:40.011Z|b1d5c7b3-0125-4df2-9c65-9087b4a18df3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:40.011Z|9170b98f-843c-4512-b5b8-9b3f188ff84d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:43.420Z|006e8d90-8520-4c14-b64f-93272044eaed|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:43.421Z|006e8d90-8520-4c14-b64f-93272044eaed|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:47.074Z|4102fe76-f74f-4d3e-89aa-bd36cc247a86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:16:47.075Z|4102fe76-f74f-4d3e-89aa-bd36cc247a86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:16:50.038Z|57b48656-83fd-446a-8246-5a015692f6ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:50.038Z|1c9c8023-048a-4ff5-a4e3-b73b8c193a5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:50.039Z|57b48656-83fd-446a-8246-5a015692f6ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:50.039Z|1c9c8023-048a-4ff5-a4e3-b73b8c193a5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:16:53.450Z|f49d8825-b71b-4a49-a2a1-628845c60bfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:16:53.451Z|f49d8825-b71b-4a49-a2a1-628845c60bfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:00.091Z|6a260ad3-0c1d-4616-9445-5ea91b22aac3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:00.092Z|6a260ad3-0c1d-4616-9445-5ea91b22aac3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:00.099Z|1d0a0e80-b64c-4f84-a6b8-947b4eea82f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:00.100Z|1d0a0e80-b64c-4f84-a6b8-947b4eea82f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:02.074Z|546c3577-5521-4b36-aed3-b6c3c932b617|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:17:02.078Z|546c3577-5521-4b36-aed3-b6c3c932b617|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:17:02.291Z|7c9e33ff-cd7d-47eb-8c29-77fda305206d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:17:02.292Z|7c9e33ff-cd7d-47eb-8c29-77fda305206d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:17:03.477Z|7fac1f39-c936-44d5-b7dd-3c5b2260609c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:03.478Z|7fac1f39-c936-44d5-b7dd-3c5b2260609c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:10.119Z|f6560d78-52ad-4ef4-b09e-ea41a9e3275a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:10.120Z|f6560d78-52ad-4ef4-b09e-ea41a9e3275a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:10.124Z|af783fad-0008-4fae-a685-bc437bc2b653|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:10.125Z|af783fad-0008-4fae-a685-bc437bc2b653|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:13.501Z|2459ae4a-d288-4bb3-909c-1181ffacc746|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:13.502Z|2459ae4a-d288-4bb3-909c-1181ffacc746|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:17.075Z|19da9f91-b631-41fb-8e8b-3761d3fcfbfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:17:17.077Z|19da9f91-b631-41fb-8e8b-3761d3fcfbfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:17:20.147Z|19bb8e09-ee3f-41df-a410-5075899adac7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:20.148Z|50145732-9464-4a3e-91ed-4e567e137179|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:20.149Z|50145732-9464-4a3e-91ed-4e567e137179|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:20.149Z|19bb8e09-ee3f-41df-a410-5075899adac7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:23.526Z|56d1455b-18e8-4619-956c-c29779c6b0d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:23.527Z|56d1455b-18e8-4619-956c-c29779c6b0d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:30.175Z|9e3d5a7b-ef03-4c6d-aec7-ef21b54899b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:30.175Z|815c74c4-dd73-44b4-b520-8c028de7bca8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:30.176Z|9e3d5a7b-ef03-4c6d-aec7-ef21b54899b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:30.176Z|815c74c4-dd73-44b4-b520-8c028de7bca8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:32.075Z|78d55212-056a-43e9-93af-d3401943989b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:17:32.076Z|78d55212-056a-43e9-93af-d3401943989b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:17:32.293Z|7f2b199b-5436-4f2f-a6eb-2e12679541a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:17:32.294Z|7f2b199b-5436-4f2f-a6eb-2e12679541a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:17:33.552Z|37fc82c1-5070-4801-befb-1f23817af79e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:33.553Z|37fc82c1-5070-4801-befb-1f23817af79e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:33.943Z|f1acc97d-26c5-4b39-a49d-4aefd75a3063|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:17:33.944Z|f1acc97d-26c5-4b39-a49d-4aefd75a3063|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:40.201Z|126fd236-960d-4b2e-bee2-cd03a1aba3b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:40.201Z|17068148-7c7a-4d25-a266-742f3cc6a679|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:40.202Z|126fd236-960d-4b2e-bee2-cd03a1aba3b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:40.202Z|17068148-7c7a-4d25-a266-742f3cc6a679|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:43.580Z|0cce3cd2-a948-4483-9fa4-582127df1bf5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:43.581Z|0cce3cd2-a948-4483-9fa4-582127df1bf5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:47.074Z|72658360-1199-428d-a6a7-5613c6330e62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:17:47.078Z|72658360-1199-428d-a6a7-5613c6330e62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:17:50.230Z|a6b13a87-3003-445e-9db5-492fb0e78a9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:50.231Z|a6b13a87-3003-445e-9db5-492fb0e78a9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:50.238Z|b7224862-f1fb-447a-9944-172e3a892ee8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:50.239Z|b7224862-f1fb-447a-9944-172e3a892ee8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:17:53.605Z|ebf440b0-fa7e-4e9c-8222-01596d4a11c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:17:53.606Z|ebf440b0-fa7e-4e9c-8222-01596d4a11c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:00.261Z|ff37e4b6-cd5b-4156-a864-d103baf158a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:00.262Z|ff37e4b6-cd5b-4156-a864-d103baf158a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:00.264Z|8c0999c5-1cf9-463e-add8-6d91fb44eeed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:00.265Z|8c0999c5-1cf9-463e-add8-6d91fb44eeed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:02.074Z|d726b7bc-250d-48d6-a083-fe4fd6b7f7e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:18:02.075Z|d726b7bc-250d-48d6-a083-fe4fd6b7f7e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:18:02.296Z|94e258ed-db1b-4b1b-a1b4-a24742489f34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:18:02.297Z|94e258ed-db1b-4b1b-a1b4-a24742489f34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:18:03.632Z|53c44ca7-52a6-437d-80a0-d57f8f01f38d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:03.633Z|53c44ca7-52a6-437d-80a0-d57f8f01f38d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:10.291Z|73200971-fc30-41b9-b418-ba1ef10cf81e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:10.291Z|eeb7ad3c-63af-4c85-9675-f8316fab9d93|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:10.292Z|73200971-fc30-41b9-b418-ba1ef10cf81e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:10.292Z|eeb7ad3c-63af-4c85-9675-f8316fab9d93|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:13.656Z|3cb585cc-715c-4137-9cfd-703b1670832e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:13.657Z|3cb585cc-715c-4137-9cfd-703b1670832e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:17.074Z|af9b3e8d-8651-42cf-aab7-a90c7ed78c9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:18:17.075Z|af9b3e8d-8651-42cf-aab7-a90c7ed78c9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:18:20.319Z|782f6f97-cbba-46b6-a302-82180cea32c6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:20.320Z|200b5264-6fe4-40e8-b016-629150042b50|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:20.323Z|200b5264-6fe4-40e8-b016-629150042b50|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:20.320Z|782f6f97-cbba-46b6-a302-82180cea32c6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:23.683Z|fa236cb2-17c7-4418-8982-9bc683bd3e1c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:23.685Z|fa236cb2-17c7-4418-8982-9bc683bd3e1c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:30.355Z|c5374c3f-5519-4c35-a716-cbc94c4a019d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:30.357Z|c5374c3f-5519-4c35-a716-cbc94c4a019d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:30.368Z|fa0f079a-db02-44a8-8147-db76d9171ef9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:30.370Z|fa0f079a-db02-44a8-8147-db76d9171ef9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:32.074Z|6a36f4ee-d86d-41ec-8baa-5a9d2e67bc4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:18:32.079Z|6a36f4ee-d86d-41ec-8baa-5a9d2e67bc4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:18:32.298Z|050460ae-d785-4d4b-8c8e-f0e64f12739e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:18:32.299Z|050460ae-d785-4d4b-8c8e-f0e64f12739e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:18:33.716Z|35f0f672-afc4-4662-b9a4-096489ee372a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:33.717Z|35f0f672-afc4-4662-b9a4-096489ee372a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:33.943Z|52d3a813-2555-4644-bf9c-1921b7bcc0c7|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:18:33.944Z|52d3a813-2555-4644-bf9c-1921b7bcc0c7|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:40.389Z|87c1fbf1-6ece-4003-9e32-523c0e6c2c77|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:40.390Z|87c1fbf1-6ece-4003-9e32-523c0e6c2c77|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:40.395Z|36f01f4e-f8e2-4feb-b8fc-f786e687b8ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:40.396Z|36f01f4e-f8e2-4feb-b8fc-f786e687b8ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:43.743Z|d0e09d8a-d3d6-43d2-986f-d222cbcfaa60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:43.743Z|d0e09d8a-d3d6-43d2-986f-d222cbcfaa60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:47.074Z|ce1f2b41-1204-4b49-a820-517f268bad19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:18:47.075Z|ce1f2b41-1204-4b49-a820-517f268bad19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:18:50.423Z|80094c16-aa65-45cd-8d77-51fd56f90600|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:50.424Z|f31cf242-715d-4a87-adfe-63c4ebd187a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:50.424Z|80094c16-aa65-45cd-8d77-51fd56f90600|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:50.426Z|f31cf242-715d-4a87-adfe-63c4ebd187a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:18:53.769Z|2c367279-5775-4420-9b05-5691e3a4f0d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:18:53.770Z|2c367279-5775-4420-9b05-5691e3a4f0d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:00.454Z|f78f24e0-f28a-4dc6-b359-db9e242efb89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:00.454Z|1dc42234-89e9-4285-9ae4-e7b0e0aa86e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:00.455Z|f78f24e0-f28a-4dc6-b359-db9e242efb89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:00.455Z|1dc42234-89e9-4285-9ae4-e7b0e0aa86e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:02.074Z|25bec987-a728-41f8-b3b0-f5f6bb2f7203|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:19:02.075Z|25bec987-a728-41f8-b3b0-f5f6bb2f7203|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:19:02.300Z|57c79ff9-8c76-4c1f-a323-cd755f1b80cf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:19:02.301Z|57c79ff9-8c76-4c1f-a323-cd755f1b80cf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:19:03.798Z|2c661cd5-a753-4727-905b-6fdee73a08f5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:03.799Z|2c661cd5-a753-4727-905b-6fdee73a08f5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:10.484Z|e7b12831-d4a1-410f-a9df-2d8122a3c90b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:10.484Z|70932cea-1c88-4036-a8ba-5cafb9135438|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:10.485Z|e7b12831-d4a1-410f-a9df-2d8122a3c90b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:10.485Z|70932cea-1c88-4036-a8ba-5cafb9135438|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:13.831Z|9477c480-b1f3-43fe-9f3e-f3982a9e991f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:13.833Z|9477c480-b1f3-43fe-9f3e-f3982a9e991f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:17.075Z|10a69fba-df0d-46eb-bb56-01f20c6858b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:19:17.081Z|10a69fba-df0d-46eb-bb56-01f20c6858b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:19:20.511Z|5e7acc80-e0cf-44ff-b943-899cfe73dff0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:20.512Z|5e7acc80-e0cf-44ff-b943-899cfe73dff0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:20.530Z|0d1159bb-96a9-44d8-a4ad-48fa20ad4855|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:20.531Z|0d1159bb-96a9-44d8-a4ad-48fa20ad4855|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:23.857Z|da70d814-af3b-47dd-bc39-0915583f6590|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:23.858Z|da70d814-af3b-47dd-bc39-0915583f6590|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:30.541Z|b517d334-8ef4-47d3-9b61-181de386e492|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:30.544Z|b517d334-8ef4-47d3-9b61-181de386e492|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:30.562Z|e8c33569-17c7-40da-91b5-63490ba245b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:30.563Z|e8c33569-17c7-40da-91b5-63490ba245b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:32.074Z|4091fd74-b234-4c18-bdaf-6bf40324d9f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:19:32.075Z|4091fd74-b234-4c18-bdaf-6bf40324d9f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:19:32.302Z|72ecf24b-9dc4-4e71-8b74-6dff7558af87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:19:32.303Z|72ecf24b-9dc4-4e71-8b74-6dff7558af87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:19:33.885Z|1af34b03-ebb2-4cfe-b352-dfcb918c11ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:33.887Z|1af34b03-ebb2-4cfe-b352-dfcb918c11ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:33.944Z|3056f645-ec83-40e5-960f-a83ecfac6080|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:19:33.947Z|3056f645-ec83-40e5-960f-a83ecfac6080|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:40.574Z|99004b5a-8305-43ab-a66b-b3d4f99b3742|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:40.575Z|99004b5a-8305-43ab-a66b-b3d4f99b3742|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:40.589Z|65f4eb1a-fdd2-428f-b6c2-fc55646d3d78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:40.591Z|65f4eb1a-fdd2-428f-b6c2-fc55646d3d78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:43.916Z|e482cddb-ef97-4e3e-8a3a-f3a494b83fbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:43.918Z|e482cddb-ef97-4e3e-8a3a-f3a494b83fbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:47.074Z|cb0dcdf3-c5db-4fc3-ac3e-5ade37479b26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:19:47.075Z|cb0dcdf3-c5db-4fc3-ac3e-5ade37479b26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:19:50.600Z|a4725417-e8d7-4ebd-ab66-c5c1e57d7751|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:50.602Z|a4725417-e8d7-4ebd-ab66-c5c1e57d7751|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:50.621Z|194b12c5-1b7a-45f8-aca0-2388fea58fee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:50.622Z|194b12c5-1b7a-45f8-aca0-2388fea58fee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:19:53.947Z|b6e7118e-a5b3-454e-b8df-ab8469582904|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:19:53.948Z|b6e7118e-a5b3-454e-b8df-ab8469582904|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:00.633Z|8a67cfcb-b462-44b7-b41b-2418a1302b2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:00.634Z|8a67cfcb-b462-44b7-b41b-2418a1302b2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:00.659Z|ed5c330f-0e14-4d57-9de6-5ee2a7c43925|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:00.660Z|ed5c330f-0e14-4d57-9de6-5ee2a7c43925|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:02.074Z|8bfd4df9-5881-40c5-8157-fde4da8ae4a6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:20:02.078Z|8bfd4df9-5881-40c5-8157-fde4da8ae4a6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:20:02.305Z|8a9bb1e5-bbe1-48a1-a0e4-195cacab5c3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:20:02.306Z|8a9bb1e5-bbe1-48a1-a0e4-195cacab5c3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:20:03.975Z|e0f76820-007e-42d0-ac3c-a068c5cb3813|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:03.976Z|e0f76820-007e-42d0-ac3c-a068c5cb3813|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:10.661Z|15dab4a4-8f4a-4734-83a8-9edbab53bf14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:10.662Z|15dab4a4-8f4a-4734-83a8-9edbab53bf14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:10.687Z|0e522e6f-b767-437d-9c4b-958494d00ec6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:10.688Z|0e522e6f-b767-437d-9c4b-958494d00ec6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:14.003Z|409e4c33-9d7a-4685-b8ac-81862ca8e9c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:14.005Z|409e4c33-9d7a-4685-b8ac-81862ca8e9c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:17.076Z|a82600ec-59a7-404a-b658-0811d225685e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:20:17.077Z|a82600ec-59a7-404a-b658-0811d225685e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:20:20.689Z|3478ce50-8acb-4fea-9af0-8cc7bc1fdb8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:20.691Z|3478ce50-8acb-4fea-9af0-8cc7bc1fdb8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:20.713Z|70c73558-4d58-44a1-beaf-3a8fb3370849|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:20.714Z|70c73558-4d58-44a1-beaf-3a8fb3370849|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:24.040Z|8449c194-380b-4e44-b3fd-3c33cf033906|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:24.041Z|8449c194-380b-4e44-b3fd-3c33cf033906|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:30.730Z|bb677cd1-5923-4ed7-a872-658dcc4672c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:30.733Z|bb677cd1-5923-4ed7-a872-658dcc4672c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:30.743Z|5b0a73ba-adf1-4b6d-a1da-f0efbdc9e477|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:30.749Z|5b0a73ba-adf1-4b6d-a1da-f0efbdc9e477|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:32.075Z|75a631fb-fc27-4ae5-8d58-260ea03b63ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:20:32.076Z|75a631fb-fc27-4ae5-8d58-260ea03b63ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:20:32.307Z|464e3393-831d-44b4-8f02-d469d80a7cb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:20:32.308Z|464e3393-831d-44b4-8f02-d469d80a7cb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:20:33.944Z|a17fb243-273a-47bd-84cf-b8a983e1629f|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:20:33.946Z|a17fb243-273a-47bd-84cf-b8a983e1629f|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:34.073Z|b2ee1421-4254-4f1a-ac08-f2ee90a90bc3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:34.075Z|b2ee1421-4254-4f1a-ac08-f2ee90a90bc3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:40.766Z|bbd10d57-52b2-475e-9b29-ae18560d085b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:40.767Z|bbd10d57-52b2-475e-9b29-ae18560d085b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:40.779Z|acabd8dc-155c-4da6-987e-e34755cdb091|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:40.780Z|acabd8dc-155c-4da6-987e-e34755cdb091|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:44.111Z|f672120b-548b-4995-b6ed-e89de4075ebf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:44.113Z|f672120b-548b-4995-b6ed-e89de4075ebf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:47.074Z|684c81b1-ed7b-4393-bed3-277d2adbf26b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:20:47.079Z|684c81b1-ed7b-4393-bed3-277d2adbf26b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:20:50.799Z|ddbf1f65-9836-4afd-a023-516d4eeabdc6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:50.800Z|ddbf1f65-9836-4afd-a023-516d4eeabdc6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:50.817Z|dd68663d-baa6-4a29-bf01-84cd17a376e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:50.818Z|dd68663d-baa6-4a29-bf01-84cd17a376e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:20:54.141Z|1a61514b-4a59-4cf9-8192-6f06c4e205fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:20:54.142Z|1a61514b-4a59-4cf9-8192-6f06c4e205fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:00.832Z|bf50785a-85d6-4f33-ba05-b64a924216f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:00.834Z|bf50785a-85d6-4f33-ba05-b64a924216f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:00.858Z|4c2cbca4-fdb2-4c41-8a21-31068ff2baea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:00.859Z|4c2cbca4-fdb2-4c41-8a21-31068ff2baea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:02.074Z|4aa34849-5bfb-4dc9-8adb-6550600ac204|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:21:02.075Z|4aa34849-5bfb-4dc9-8adb-6550600ac204|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:21:02.309Z|a063a5e8-c4ce-4136-b345-f2128a78911a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:21:02.310Z|a063a5e8-c4ce-4136-b345-f2128a78911a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:21:04.171Z|f63a55de-db16-4fb4-9322-40313636a843|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:04.172Z|f63a55de-db16-4fb4-9322-40313636a843|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:10.865Z|c9e62af7-c12a-4f19-9331-a753b37e0c14|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:10.866Z|c9e62af7-c12a-4f19-9331-a753b37e0c14|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:10.899Z|7946ec4e-f0b2-419b-9b86-211a91ce9126|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:10.900Z|7946ec4e-f0b2-419b-9b86-211a91ce9126|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:14.199Z|feb3cf3a-1c10-4a26-af84-93a2277754b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:14.201Z|feb3cf3a-1c10-4a26-af84-93a2277754b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:17.074Z|eaea9c60-079a-48e3-a940-aafe9adf43ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:21:17.075Z|eaea9c60-079a-48e3-a940-aafe9adf43ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:21:20.900Z|0c812839-2cc4-4511-bcf6-ffb25670ab8c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:20.901Z|0c812839-2cc4-4511-bcf6-ffb25670ab8c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:20.930Z|ceaf78a0-a7fb-4124-8e30-24dddf0866eb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:20.932Z|ceaf78a0-a7fb-4124-8e30-24dddf0866eb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:24.228Z|cf404e94-ac46-4d26-9c09-f41b507d1689|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:24.230Z|cf404e94-ac46-4d26-9c09-f41b507d1689|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:30.929Z|b3ee5d8b-b377-467a-a835-3a8ed686d4c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:30.930Z|b3ee5d8b-b377-467a-a835-3a8ed686d4c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:30.957Z|5fcaba8b-7735-49ed-b1e9-16fd92771af4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:30.961Z|5fcaba8b-7735-49ed-b1e9-16fd92771af4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:32.074Z|b2a49ac1-8508-4d85-9b24-c106c48c1dd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:21:32.075Z|b2a49ac1-8508-4d85-9b24-c106c48c1dd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:21:32.311Z|2650328f-874a-4c72-8805-ab86bb0a9c27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:21:32.312Z|2650328f-874a-4c72-8805-ab86bb0a9c27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:21:33.941Z|d2d2d283-7b3a-46c0-8b75-fb623e6ac2c7|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:21:33.963Z|d2d2d283-7b3a-46c0-8b75-fb623e6ac2c7|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:34.255Z|db756f19-9702-478b-bbfd-9a7396f23254|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:34.256Z|db756f19-9702-478b-bbfd-9a7396f23254|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:40.956Z|8f3e6752-93e7-4db8-85e4-53259b24af58|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:40.957Z|8f3e6752-93e7-4db8-85e4-53259b24af58|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:40.987Z|82bb74e0-793b-4730-95fd-b08b052ac4eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:40.988Z|82bb74e0-793b-4730-95fd-b08b052ac4eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:44.281Z|0e824a87-e348-47fc-b7f5-b8d987f9e63c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:44.282Z|0e824a87-e348-47fc-b7f5-b8d987f9e63c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:47.074Z|dbb4c67f-9f35-4e05-9669-caf4a2b69c65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:21:47.075Z|dbb4c67f-9f35-4e05-9669-caf4a2b69c65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:21:50.987Z|8676243b-6d6b-47ca-bf72-acbbcd07c5fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:50.988Z|8676243b-6d6b-47ca-bf72-acbbcd07c5fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:51.013Z|fb873011-d9ee-41a3-8ed2-66d5435229a7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:51.014Z|fb873011-d9ee-41a3-8ed2-66d5435229a7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:21:54.307Z|de743944-27b8-4be3-bb1c-0f325685caa3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:21:54.308Z|de743944-27b8-4be3-bb1c-0f325685caa3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:01.021Z|5be13214-c76e-431d-9174-9c26cffb3157|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:01.022Z|5be13214-c76e-431d-9174-9c26cffb3157|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:01.041Z|cbb300a7-0b8d-4ce6-8533-8b7d0c30570c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:01.051Z|cbb300a7-0b8d-4ce6-8533-8b7d0c30570c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:02.074Z|10f1706e-bd93-47cd-a06f-636478464ab6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:22:02.077Z|10f1706e-bd93-47cd-a06f-636478464ab6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:22:02.313Z|09200233-9634-446d-9ff1-7f92e372afb0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:22:02.314Z|09200233-9634-446d-9ff1-7f92e372afb0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:22:04.333Z|ad9afe84-99ea-470e-a3ed-5e2b6fa7d7a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:04.334Z|ad9afe84-99ea-470e-a3ed-5e2b6fa7d7a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:11.047Z|e29a3dad-2b83-41b2-84d8-89fe1cd4d0cd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:11.049Z|e29a3dad-2b83-41b2-84d8-89fe1cd4d0cd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:11.076Z|c3d22f76-6b54-4a2b-a00e-2285600caeed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:11.078Z|c3d22f76-6b54-4a2b-a00e-2285600caeed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:14.358Z|a1afd6f0-5860-4162-8457-14e6e4c854fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:14.359Z|a1afd6f0-5860-4162-8457-14e6e4c854fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:17.074Z|ef9ca4e2-a297-460b-b81d-0566c083df67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:22:17.075Z|ef9ca4e2-a297-460b-b81d-0566c083df67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:22:21.075Z|56404f03-8a0f-471c-a8d0-f93305e5bf1e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:21.076Z|56404f03-8a0f-471c-a8d0-f93305e5bf1e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:21.106Z|9f7b6992-0cdf-4e10-bb7e-de0e37415f16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:21.107Z|9f7b6992-0cdf-4e10-bb7e-de0e37415f16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:24.389Z|ca5be689-6222-4b5e-971c-4a706a58d1e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:24.391Z|ca5be689-6222-4b5e-971c-4a706a58d1e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:31.109Z|2fdb2883-92ee-4c6e-80da-c6d69d45a59f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:31.112Z|2fdb2883-92ee-4c6e-80da-c6d69d45a59f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:31.134Z|31025399-e1e7-4de4-9bff-8d31249e3eb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:31.135Z|31025399-e1e7-4de4-9bff-8d31249e3eb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:32.074Z|150a7b33-e2f5-41e5-b3e9-7a6fe7b265a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:22:32.075Z|150a7b33-e2f5-41e5-b3e9-7a6fe7b265a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:22:32.315Z|44fd6795-b125-4f67-8cd5-2d9de3d80581|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:22:32.316Z|44fd6795-b125-4f67-8cd5-2d9de3d80581|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:22:33.942Z|00320f5a-196b-4565-b4ee-812f3dd4ed5a|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:22:33.947Z|00320f5a-196b-4565-b4ee-812f3dd4ed5a|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:34.416Z|d448f150-ac02-4f6a-adfa-f662083b6b7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:34.417Z|d448f150-ac02-4f6a-adfa-f662083b6b7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:41.139Z|44365ac2-3bb9-41a9-adc5-37bc3c3816e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:41.141Z|44365ac2-3bb9-41a9-adc5-37bc3c3816e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:41.162Z|6237af3e-bb95-4cbe-be60-8feab36a6dc2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:41.163Z|6237af3e-bb95-4cbe-be60-8feab36a6dc2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:44.442Z|0a4dfdc2-0814-43fe-bc07-cfc5b3399bef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:44.444Z|0a4dfdc2-0814-43fe-bc07-cfc5b3399bef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:47.074Z|b7fb6845-d331-43d2-87fb-cd5e917919a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:22:47.078Z|b7fb6845-d331-43d2-87fb-cd5e917919a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:22:51.168Z|d16495ec-3837-4f0e-b16f-1a2eeac44f38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:51.169Z|d16495ec-3837-4f0e-b16f-1a2eeac44f38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:51.190Z|f6d7147c-7828-4f60-a799-0e1928452300|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:51.191Z|f6d7147c-7828-4f60-a799-0e1928452300|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:22:54.468Z|fa7407ac-214e-4821-8bfc-1c67804f687e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:22:54.468Z|fa7407ac-214e-4821-8bfc-1c67804f687e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:01.194Z|153ee189-38de-4e1d-855d-bd0edb3090f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:01.195Z|153ee189-38de-4e1d-855d-bd0edb3090f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:01.218Z|c389690e-40cf-4deb-9e63-a7bd23ee5183|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:01.220Z|c389690e-40cf-4deb-9e63-a7bd23ee5183|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:02.074Z|3e5e6f92-e24c-489d-9c70-b62753d8b101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:23:02.075Z|3e5e6f92-e24c-489d-9c70-b62753d8b101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:23:02.317Z|9ecf76ac-8b89-4b81-8076-ce5e48c7c95f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:23:02.318Z|9ecf76ac-8b89-4b81-8076-ce5e48c7c95f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:23:04.493Z|fd7f327b-5944-4591-9009-5dd28e749d75|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:04.495Z|fd7f327b-5944-4591-9009-5dd28e749d75|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:11.224Z|f5b17179-1a43-427c-bd32-d79e3f18a6ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:11.226Z|f5b17179-1a43-427c-bd32-d79e3f18a6ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:11.244Z|ab768de4-9a76-42e6-85a5-698057ae7bfc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:11.245Z|ab768de4-9a76-42e6-85a5-698057ae7bfc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:14.521Z|8d93a9c7-75e6-4f02-af28-bd8ce77c5b1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:14.522Z|8d93a9c7-75e6-4f02-af28-bd8ce77c5b1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:17.074Z|e866cb17-7d87-49c0-a9a7-0f312957bed8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:23:17.075Z|e866cb17-7d87-49c0-a9a7-0f312957bed8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:23:21.252Z|fa83e78d-bf1b-43a3-937f-aef7caf9e546|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:21.253Z|fa83e78d-bf1b-43a3-937f-aef7caf9e546|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:21.273Z|27479cf0-072e-4248-af69-285d80cf1917|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:21.274Z|27479cf0-072e-4248-af69-285d80cf1917|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:24.549Z|39c60b29-0f6e-46c7-8910-4c6cfb3d1279|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:24.550Z|39c60b29-0f6e-46c7-8910-4c6cfb3d1279|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:31.280Z|5d18050d-b84d-446c-a1ce-a8bbfb57a207|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:31.281Z|5d18050d-b84d-446c-a1ce-a8bbfb57a207|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:31.299Z|d78b5dc8-92a1-47bb-aa3b-f60693b1e8a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:31.300Z|d78b5dc8-92a1-47bb-aa3b-f60693b1e8a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:32.074Z|9d375def-6786-48b8-b820-4a61eb2e0335|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:23:32.078Z|9d375def-6786-48b8-b820-4a61eb2e0335|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:23:32.319Z|2d63eb3d-826c-40a2-b804-52b5889df9f8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:23:32.320Z|2d63eb3d-826c-40a2-b804-52b5889df9f8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:23:33.940Z|b714d680-d192-4dcd-9d24-7e1feed1b92a|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:23:33.942Z|b714d680-d192-4dcd-9d24-7e1feed1b92a|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:34.576Z|63b44632-051c-4dcc-a658-359f6e6f2438|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:34.578Z|63b44632-051c-4dcc-a658-359f6e6f2438|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:41.320Z|bbbe00d3-f253-44d9-ac97-cd76ae99cd9b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:41.321Z|bbbe00d3-f253-44d9-ac97-cd76ae99cd9b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:41.330Z|2c0f3598-3766-40ac-85b3-b4bfbf8d189a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:41.331Z|2c0f3598-3766-40ac-85b3-b4bfbf8d189a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:44.606Z|5c2dad2a-cc3b-4b80-a0b4-fdbe9316964c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:44.607Z|5c2dad2a-cc3b-4b80-a0b4-fdbe9316964c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:47.074Z|98695fd0-a285-47b2-bce3-2ae62c08395c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:23:47.074Z|98695fd0-a285-47b2-bce3-2ae62c08395c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:23:51.347Z|f6f78209-4799-494b-b6c2-accb1fd3aa26|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:51.348Z|f6f78209-4799-494b-b6c2-accb1fd3aa26|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:51.354Z|ce05637c-a06f-4064-a2d6-97d083051c5d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:51.356Z|ce05637c-a06f-4064-a2d6-97d083051c5d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:23:54.634Z|1a7b233e-bd24-4572-85a2-dc5d37c7b869|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:23:54.635Z|1a7b233e-bd24-4572-85a2-dc5d37c7b869|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:01.374Z|6db02302-6df7-4a59-8b32-4c11f5cba581|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:01.375Z|6db02302-6df7-4a59-8b32-4c11f5cba581|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:01.377Z|6dbe1d55-6d39-4fb0-979c-527ec76bfcc9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:01.378Z|6dbe1d55-6d39-4fb0-979c-527ec76bfcc9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:02.074Z|212e03fd-c178-4309-9b30-725fc8c6ffd9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:24:02.075Z|212e03fd-c178-4309-9b30-725fc8c6ffd9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:24:02.322Z|ea73d33d-f92f-478f-9de4-343cdd648e72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:24:02.323Z|ea73d33d-f92f-478f-9de4-343cdd648e72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:24:04.660Z|92b9dedb-3eb2-43a0-a3f6-6522c6980843|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:04.661Z|92b9dedb-3eb2-43a0-a3f6-6522c6980843|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:11.397Z|91633764-0727-4491-b6d0-a7bccacf50e2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:11.398Z|91633764-0727-4491-b6d0-a7bccacf50e2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:11.402Z|585b3b5c-58a1-46b4-83fe-0ac162ac8d10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:11.403Z|585b3b5c-58a1-46b4-83fe-0ac162ac8d10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:14.686Z|09e82076-c945-4a0d-8461-caca33238f90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:14.687Z|09e82076-c945-4a0d-8461-caca33238f90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:17.074Z|d7aae181-08f6-4aae-b853-c00a96228709|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:24:17.083Z|d7aae181-08f6-4aae-b853-c00a96228709|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:24:21.427Z|0f207de8-3d76-4f58-b18a-2838845e8804|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:21.428Z|0f207de8-3d76-4f58-b18a-2838845e8804|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:21.427Z|0f4b37b2-4389-497d-a89c-1f97b7e4c3a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:21.433Z|0f4b37b2-4389-497d-a89c-1f97b7e4c3a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:24.711Z|c909d037-13c7-49c8-b328-d9fa035270f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:24.713Z|c909d037-13c7-49c8-b328-d9fa035270f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:31.454Z|b16a03e6-0a66-491c-9344-e1ac53835a35|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:31.459Z|b16a03e6-0a66-491c-9344-e1ac53835a35|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:31.464Z|56450203-172c-482a-8931-10407b5480ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:31.465Z|56450203-172c-482a-8931-10407b5480ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:32.074Z|89376e2e-5a66-479b-807f-c23fd14cb7cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:24:32.075Z|89376e2e-5a66-479b-807f-c23fd14cb7cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:24:32.324Z|bd2bc27a-6b38-4f52-b80a-dea13ad484ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:24:32.325Z|bd2bc27a-6b38-4f52-b80a-dea13ad484ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:24:33.942Z|33c04f17-be52-49b1-bfc5-f8cafd70e6c3|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:24:33.943Z|33c04f17-be52-49b1-bfc5-f8cafd70e6c3|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:34.739Z|3cf75641-3996-4ef5-af9b-2ac0fecf77de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:34.740Z|3cf75641-3996-4ef5-af9b-2ac0fecf77de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:41.498Z|a0f31de4-4e5f-488e-aeb2-5d2054c974bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:41.498Z|3f061c44-5358-4cae-a070-49576e17653a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:41.499Z|a0f31de4-4e5f-488e-aeb2-5d2054c974bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:41.499Z|3f061c44-5358-4cae-a070-49576e17653a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:44.766Z|a3b2d447-b977-4942-b0bf-a2694dbc458d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:44.767Z|a3b2d447-b977-4942-b0bf-a2694dbc458d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:47.074Z|60f4b42a-95f5-49e9-beb1-1ca73b068a1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:24:47.076Z|60f4b42a-95f5-49e9-beb1-1ca73b068a1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:24:51.527Z|a7cabb8e-384a-4c31-8e08-5b880443bc2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:51.528Z|a7cabb8e-384a-4c31-8e08-5b880443bc2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:51.532Z|b699d0b3-b991-4368-ae34-19c5884624d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:51.534Z|b699d0b3-b991-4368-ae34-19c5884624d9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:24:54.794Z|4fb4beda-2c57-4176-9ddc-f32babf9bf05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:24:54.795Z|4fb4beda-2c57-4176-9ddc-f32babf9bf05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:01.557Z|c3c241c6-fcb0-44c3-8c63-e81981db521f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:01.558Z|c3c241c6-fcb0-44c3-8c63-e81981db521f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:01.611Z|52fedb9d-fbdb-49d4-91de-89d25dd5d0ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:01.612Z|52fedb9d-fbdb-49d4-91de-89d25dd5d0ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:02.074Z|1aaee7f4-53ae-4e65-86fb-7abbb0cb1ce4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:25:02.081Z|1aaee7f4-53ae-4e65-86fb-7abbb0cb1ce4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:25:02.326Z|2e3d25da-ba6f-4ffc-bb59-7780b740e1f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:25:02.328Z|2e3d25da-ba6f-4ffc-bb59-7780b740e1f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:25:04.827Z|93ea5af6-3373-48f2-8f7a-45f2f1ceafe7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:04.828Z|93ea5af6-3373-48f2-8f7a-45f2f1ceafe7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:11.587Z|3870baf0-be82-44f3-8026-0f9ec5703864|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:11.588Z|3870baf0-be82-44f3-8026-0f9ec5703864|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:11.637Z|3d7efeaf-f1c2-4ece-bafe-23ba7006cf6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:11.638Z|3d7efeaf-f1c2-4ece-bafe-23ba7006cf6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:14.860Z|cc4f70df-b117-4c82-b98e-b9b339d10a85|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:14.862Z|cc4f70df-b117-4c82-b98e-b9b339d10a85|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:17.074Z|c113ce44-f103-4151-bc1b-10e7dfb695ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:25:17.075Z|c113ce44-f103-4151-bc1b-10e7dfb695ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:25:21.614Z|15da00f0-4d91-4370-a05a-2fc9c071fdfa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:21.615Z|15da00f0-4d91-4370-a05a-2fc9c071fdfa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:21.668Z|13157154-6d1f-4f65-9156-7e928c9951c6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:21.669Z|13157154-6d1f-4f65-9156-7e928c9951c6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:24.889Z|25e249fa-2669-48d3-819a-ae72a87ccba7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:24.890Z|25e249fa-2669-48d3-819a-ae72a87ccba7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:31.640Z|7bf15f08-5503-4b73-a6f8-1160f6c93cbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:31.640Z|7bf15f08-5503-4b73-a6f8-1160f6c93cbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:31.695Z|ab005b30-22ab-4bce-8812-4e41df6b8453|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:31.696Z|ab005b30-22ab-4bce-8812-4e41df6b8453|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:32.074Z|3181d71e-759d-4c4a-8639-50b2641226db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:25:32.075Z|3181d71e-759d-4c4a-8639-50b2641226db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:25:32.329Z|785856bd-35ff-444c-8569-e44b81a31f99|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:25:32.330Z|785856bd-35ff-444c-8569-e44b81a31f99|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:25:33.940Z|3d17f568-c60a-42b1-80c0-b64a050fd9c6|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:25:33.942Z|3d17f568-c60a-42b1-80c0-b64a050fd9c6|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:34.916Z|bda696c7-2030-4385-86b4-c9d2af2d618b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:34.918Z|bda696c7-2030-4385-86b4-c9d2af2d618b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:41.662Z|c029900b-daf8-4379-806a-cb1d3b7e6f20|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:41.664Z|c029900b-daf8-4379-806a-cb1d3b7e6f20|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:41.724Z|c591caf3-461d-4687-b751-11fed6745df7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:41.725Z|c591caf3-461d-4687-b751-11fed6745df7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:44.944Z|18b43a51-4681-4f89-9819-47e45c0031fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:44.946Z|18b43a51-4681-4f89-9819-47e45c0031fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:47.074Z|2c6ea905-f745-41c3-9275-33715109fd80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:25:47.079Z|2c6ea905-f745-41c3-9275-33715109fd80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:25:51.689Z|f94d5030-8bf6-4743-9d40-8130dc274c27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:51.691Z|f94d5030-8bf6-4743-9d40-8130dc274c27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:51.751Z|04a67353-faf9-487d-80ac-8d86fae4f7cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:51.752Z|04a67353-faf9-487d-80ac-8d86fae4f7cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:25:54.971Z|7117d0f4-e81e-4d96-88da-175a4afefb0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:25:54.972Z|7117d0f4-e81e-4d96-88da-175a4afefb0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:01.716Z|888e3461-d581-4620-8285-1c0f89944270|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:01.717Z|888e3461-d581-4620-8285-1c0f89944270|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:01.779Z|e64f664f-2563-46ab-b971-df8360055335|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:01.780Z|e64f664f-2563-46ab-b971-df8360055335|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:02.074Z|74659bb2-4b56-4219-a55d-2e0f44bf19e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:26:02.074Z|74659bb2-4b56-4219-a55d-2e0f44bf19e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:26:02.332Z|0829c3df-7879-4074-956b-5990b7c7ac26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:26:02.333Z|0829c3df-7879-4074-956b-5990b7c7ac26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:26:04.998Z|372c5c06-aa6d-4976-a3d9-8b75abe7a9f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:04.999Z|372c5c06-aa6d-4976-a3d9-8b75abe7a9f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:11.741Z|454d57b6-c60c-4c16-887b-97e606e3e924|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:11.742Z|454d57b6-c60c-4c16-887b-97e606e3e924|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:11.816Z|09e90bf0-7314-47e5-92f1-51b0124e1d02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:11.817Z|09e90bf0-7314-47e5-92f1-51b0124e1d02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:15.023Z|88e45dbe-cc8e-4b2b-8a7b-e6b7010b90a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:15.025Z|88e45dbe-cc8e-4b2b-8a7b-e6b7010b90a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:17.074Z|57913677-30a7-4349-8423-6f3eb87864ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:26:17.075Z|57913677-30a7-4349-8423-6f3eb87864ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:26:21.770Z|f05cf37f-b674-4e94-ac5b-257b784d1d5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:21.771Z|f05cf37f-b674-4e94-ac5b-257b784d1d5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:21.849Z|94dcbeb2-b609-460b-b1c8-84c205dcb539|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:21.850Z|94dcbeb2-b609-460b-b1c8-84c205dcb539|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:25.052Z|e6ed285a-300e-4ac8-9f2a-75e3ca61a229|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:25.054Z|e6ed285a-300e-4ac8-9f2a-75e3ca61a229|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:31.808Z|263190f3-8290-48e3-a35b-e33a697a5412|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:31.809Z|263190f3-8290-48e3-a35b-e33a697a5412|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:31.876Z|c154015d-f7d4-41a3-bfb6-fb526402311b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:31.877Z|c154015d-f7d4-41a3-bfb6-fb526402311b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:32.075Z|3a203b3c-3165-4552-b579-ecbbeaa1bf53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:26:32.080Z|3a203b3c-3165-4552-b579-ecbbeaa1bf53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:26:32.334Z|288337d4-71c7-4412-b313-a865428e1951|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:26:32.334Z|288337d4-71c7-4412-b313-a865428e1951|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:26:33.943Z|fa17616f-ec77-47b3-990b-fdb7960acba3|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:26:33.945Z|fa17616f-ec77-47b3-990b-fdb7960acba3|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:35.080Z|f27758a1-39d2-4457-8a2c-6525bf9e5954|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:35.081Z|f27758a1-39d2-4457-8a2c-6525bf9e5954|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:41.834Z|0f8af8b5-cc7d-45b0-a902-1f519b81f695|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:41.835Z|0f8af8b5-cc7d-45b0-a902-1f519b81f695|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:41.910Z|c0a9abaa-eef4-44a3-bd24-d45e858b8fe5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:41.912Z|c0a9abaa-eef4-44a3-bd24-d45e858b8fe5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:45.123Z|1b9c9fa4-197e-4790-b037-4798082113fa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:45.124Z|1b9c9fa4-197e-4790-b037-4798082113fa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:47.074Z|564f2fb7-8c8e-4b55-8746-5a89ac195a23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:26:47.075Z|564f2fb7-8c8e-4b55-8746-5a89ac195a23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:26:51.858Z|515b976a-7ac7-4320-8bd9-db2d4975e845|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:51.859Z|515b976a-7ac7-4320-8bd9-db2d4975e845|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:51.938Z|16dccc7f-47a1-4875-a599-ab8683858734|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:51.939Z|16dccc7f-47a1-4875-a599-ab8683858734|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:26:55.145Z|4006f20d-332f-4b8c-b5e8-7a1db8d87cb3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:26:55.146Z|4006f20d-332f-4b8c-b5e8-7a1db8d87cb3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:01.884Z|df62f97a-69dc-4a6b-bd70-54b02e5dcc1a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:01.885Z|df62f97a-69dc-4a6b-bd70-54b02e5dcc1a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:01.968Z|83d374a8-d3db-4a6a-9d37-51250acfbffd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:01.969Z|83d374a8-d3db-4a6a-9d37-51250acfbffd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:02.074Z|66f0e247-e260-4e75-acee-99891cb23fde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:27:02.075Z|66f0e247-e260-4e75-acee-99891cb23fde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:27:02.335Z|0ee7f2d6-376f-40f7-8caf-7f79185acac7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:27:02.336Z|0ee7f2d6-376f-40f7-8caf-7f79185acac7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:27:05.170Z|0e756606-b17d-43cb-8303-4230480a1696|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:05.172Z|0e756606-b17d-43cb-8303-4230480a1696|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:11.913Z|e00da989-d3c3-4462-a33a-489b1842320b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:11.914Z|e00da989-d3c3-4462-a33a-489b1842320b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:11.993Z|57076fa6-f29d-449a-a14b-5a60ea4702b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:11.995Z|57076fa6-f29d-449a-a14b-5a60ea4702b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:15.196Z|3e766d80-8884-4d93-892d-6460ef75178e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:15.197Z|3e766d80-8884-4d93-892d-6460ef75178e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:17.074Z|e948823a-1371-4731-8420-fb06eea27c10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:27:17.078Z|e948823a-1371-4731-8420-fb06eea27c10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:27:21.937Z|8be955a1-7d6e-467d-8346-078de66e19f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:21.938Z|8be955a1-7d6e-467d-8346-078de66e19f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:22.026Z|9ef88fa6-73fb-4dc8-be84-8564fdd4b284|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:22.028Z|9ef88fa6-73fb-4dc8-be84-8564fdd4b284|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:25.225Z|6d7a3a49-f65e-475f-801d-4538a38d9e34|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:25.226Z|6d7a3a49-f65e-475f-801d-4538a38d9e34|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:31.960Z|0cd0ebeb-977c-47da-9aed-b3e1c2766066|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:31.961Z|0cd0ebeb-977c-47da-9aed-b3e1c2766066|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:32.055Z|a756fdce-d6bc-4426-8f49-d9a35df22deb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:32.056Z|a756fdce-d6bc-4426-8f49-d9a35df22deb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:32.074Z|55e2e4ab-f17e-4e34-b09e-eceec4951caa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:27:32.075Z|55e2e4ab-f17e-4e34-b09e-eceec4951caa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:27:32.338Z|ef645230-3898-491d-abd5-f85ae32a0219|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:27:32.339Z|ef645230-3898-491d-abd5-f85ae32a0219|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:27:33.940Z|467ca9f6-0498-4e9f-86d1-cec5936de8da|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:27:33.942Z|467ca9f6-0498-4e9f-86d1-cec5936de8da|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:35.253Z|36f5dfed-4e55-43f5-885a-39fa789481c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:35.254Z|36f5dfed-4e55-43f5-885a-39fa789481c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:41.987Z|2fbf6278-c1e5-4c38-a3f4-3ec92ef2eaf3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:41.988Z|2fbf6278-c1e5-4c38-a3f4-3ec92ef2eaf3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:42.081Z|f5f3291f-008f-466c-89b9-55c37752c117|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:42.082Z|f5f3291f-008f-466c-89b9-55c37752c117|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:45.280Z|519171bc-431e-459f-8929-8340ad8e7dbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:45.281Z|519171bc-431e-459f-8929-8340ad8e7dbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:47.074Z|c805bcb8-2f32-40a0-8767-1150532579b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:27:47.076Z|c805bcb8-2f32-40a0-8767-1150532579b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:27:52.012Z|0bff3e82-db3d-48f3-ba4f-98fa297d7674|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:52.013Z|0bff3e82-db3d-48f3-ba4f-98fa297d7674|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:52.113Z|c0b2597b-db6a-4cdf-b9e4-20fc0baf97f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:52.114Z|c0b2597b-db6a-4cdf-b9e4-20fc0baf97f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:27:55.307Z|2732b370-9797-4461-8632-363b1fa42762|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:27:55.309Z|2732b370-9797-4461-8632-363b1fa42762|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:02.039Z|424ae7f7-59a2-4442-86f6-ff05ab6c5fc0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:02.040Z|424ae7f7-59a2-4442-86f6-ff05ab6c5fc0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:02.074Z|75f5ab68-5707-4d6d-bb65-29ae4d14d356|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:28:02.078Z|75f5ab68-5707-4d6d-bb65-29ae4d14d356|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:28:02.137Z|8562b208-3808-4c72-9320-3b0c2f87520e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:02.138Z|8562b208-3808-4c72-9320-3b0c2f87520e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:02.339Z|0322a152-e038-4a09-9ede-cca000eead77|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:28:02.341Z|0322a152-e038-4a09-9ede-cca000eead77|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:28:05.339Z|6c0b21b6-9ec6-44ee-a13d-be30375e8ef7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:05.340Z|6c0b21b6-9ec6-44ee-a13d-be30375e8ef7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:12.063Z|94207f1d-0c03-49c4-8f8e-e6eb8be28ae3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:12.064Z|94207f1d-0c03-49c4-8f8e-e6eb8be28ae3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:12.173Z|fd19f21f-f2ef-49b7-a598-3c62fb60a953|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:12.174Z|fd19f21f-f2ef-49b7-a598-3c62fb60a953|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:15.364Z|5e210831-9af5-4884-8389-1ad89808e1ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:15.365Z|5e210831-9af5-4884-8389-1ad89808e1ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:17.074Z|6bea5e97-3f92-4803-bbb0-cb040637f1aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:28:17.075Z|6bea5e97-3f92-4803-bbb0-cb040637f1aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:28:22.090Z|77d37b0c-cc17-44b4-a1e0-c14e65e11add|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:22.091Z|77d37b0c-cc17-44b4-a1e0-c14e65e11add|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:22.199Z|9b737db1-c537-4ad3-9d04-988bde2081ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:22.200Z|9b737db1-c537-4ad3-9d04-988bde2081ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:25.395Z|9fdf7975-b716-4667-96d6-f4373fb82e35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:25.397Z|9fdf7975-b716-4667-96d6-f4373fb82e35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:32.074Z|766c87e8-862e-45c6-86c1-a80e9218ed54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:28:32.076Z|766c87e8-862e-45c6-86c1-a80e9218ed54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:28:32.121Z|efd3c734-d26b-45dc-823c-1dc71828825d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:32.122Z|efd3c734-d26b-45dc-823c-1dc71828825d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:32.225Z|c5a31fa0-473e-4e7b-b1e9-bd7c627e37e7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:32.226Z|c5a31fa0-473e-4e7b-b1e9-bd7c627e37e7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:32.344Z|cc426928-a9d3-4136-891d-580c3ac25b95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:28:32.344Z|cc426928-a9d3-4136-891d-580c3ac25b95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:28:33.943Z|9535561c-944d-4abc-af0e-32b60ed063d4|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:28:33.944Z|9535561c-944d-4abc-af0e-32b60ed063d4|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:35.426Z|d0ebff29-02cc-4c44-a673-0c61e7315662|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:35.427Z|d0ebff29-02cc-4c44-a673-0c61e7315662|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:42.150Z|70588884-db64-4578-a757-b1919dd01842|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:42.151Z|70588884-db64-4578-a757-b1919dd01842|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:42.251Z|e794b76e-9043-4314-ae46-06208e64bc77|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:42.252Z|e794b76e-9043-4314-ae46-06208e64bc77|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:45.454Z|86aa3c49-f599-426c-bfaf-af7263fc8610|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:45.456Z|86aa3c49-f599-426c-bfaf-af7263fc8610|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:47.074Z|ff8c8c24-71da-4c5b-973f-070183014234|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:28:47.079Z|ff8c8c24-71da-4c5b-973f-070183014234|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:28:52.180Z|8775e974-0bb2-4838-91f7-d038d226a1d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:52.181Z|8775e974-0bb2-4838-91f7-d038d226a1d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:52.276Z|5bf592b5-b03f-4e7e-8ffb-326144b6b2a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:52.278Z|5bf592b5-b03f-4e7e-8ffb-326144b6b2a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:28:55.490Z|ba0e7413-626f-4e9f-8452-9959b7a15b06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:28:55.491Z|ba0e7413-626f-4e9f-8452-9959b7a15b06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:02.074Z|da0e9e9d-44f8-4664-b597-24db37e30bca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:29:02.076Z|da0e9e9d-44f8-4664-b597-24db37e30bca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:29:02.209Z|6f90d9c0-c180-43de-a445-d9bafe16c3a2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:02.210Z|6f90d9c0-c180-43de-a445-d9bafe16c3a2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:02.319Z|135add55-ee94-474b-893f-2feec1ebaa96|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:02.320Z|135add55-ee94-474b-893f-2feec1ebaa96|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:02.346Z|302e9022-2139-489a-b5e4-387c818eaa6a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:29:02.351Z|302e9022-2139-489a-b5e4-387c818eaa6a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:29:05.516Z|e62af674-6bd9-4ebb-8a3d-aad549ed9d08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:05.517Z|e62af674-6bd9-4ebb-8a3d-aad549ed9d08|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:12.236Z|2a9b29e4-6310-4b9c-8113-4fada4910c31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:12.237Z|2a9b29e4-6310-4b9c-8113-4fada4910c31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:12.344Z|6dc54ec1-cee5-41a6-926e-137a464e8428|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:12.345Z|6dc54ec1-cee5-41a6-926e-137a464e8428|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:15.545Z|f42783a1-07e7-44ee-89c4-6cfdfd141d5f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:15.546Z|f42783a1-07e7-44ee-89c4-6cfdfd141d5f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:17.074Z|ed26218f-38f7-410e-9999-dd5eec5f515b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:29:17.074Z|ed26218f-38f7-410e-9999-dd5eec5f515b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:29:22.263Z|d7b38a7a-b3a1-4d10-a77a-1089722d37d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:22.264Z|d7b38a7a-b3a1-4d10-a77a-1089722d37d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:22.370Z|ca4bbfe9-6f03-4cf7-ac48-59c4dedc0927|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:22.371Z|ca4bbfe9-6f03-4cf7-ac48-59c4dedc0927|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:25.570Z|64770510-17a0-4eee-84b7-5b4a4e3aadbb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:25.571Z|64770510-17a0-4eee-84b7-5b4a4e3aadbb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:32.074Z|81232beb-cd48-483c-aee4-f8b43966f782|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:29:32.078Z|81232beb-cd48-483c-aee4-f8b43966f782|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:29:32.292Z|d6773100-746f-4255-a78c-86a22e2b534e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:32.294Z|d6773100-746f-4255-a78c-86a22e2b534e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:32.355Z|0db7fa13-b8ae-481f-a989-36116f95eaa1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:29:32.356Z|0db7fa13-b8ae-481f-a989-36116f95eaa1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:29:32.396Z|2c3cb2eb-02c5-4440-ba60-dfa8c325c3c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:32.397Z|2c3cb2eb-02c5-4440-ba60-dfa8c325c3c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:33.940Z|59eb4dd4-a373-46aa-ad0a-001ed5c7547b|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:29:33.941Z|59eb4dd4-a373-46aa-ad0a-001ed5c7547b|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:35.595Z|66795c58-7fbe-4851-9059-2ee044afeb48|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:35.596Z|66795c58-7fbe-4851-9059-2ee044afeb48|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:42.319Z|7598162c-b2d3-465e-9e13-434348922906|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:42.320Z|7598162c-b2d3-465e-9e13-434348922906|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:42.422Z|6a2e8f15-bf58-44e5-a712-ccdcbf6b64df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:42.423Z|6a2e8f15-bf58-44e5-a712-ccdcbf6b64df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:45.622Z|48f761fc-c8d8-4205-a84d-dd0346c0a2f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:45.623Z|48f761fc-c8d8-4205-a84d-dd0346c0a2f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:47.074Z|532cd75f-ff13-4b68-a7b7-072e5af946ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:29:47.075Z|532cd75f-ff13-4b68-a7b7-072e5af946ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:29:52.346Z|498559a7-0e94-4a8f-a653-4df08fca1439|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:52.348Z|498559a7-0e94-4a8f-a653-4df08fca1439|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:52.450Z|f8246dba-52bb-4aa8-a59d-436a27ef7198|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:52.451Z|f8246dba-52bb-4aa8-a59d-436a27ef7198|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:29:55.646Z|ec4ca21c-5d35-477f-b7d4-9f5fd6ee9a78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:29:55.647Z|ec4ca21c-5d35-477f-b7d4-9f5fd6ee9a78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:02.074Z|9b8cadbf-de54-43ea-99f5-7fdb874f11fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:30:02.075Z|9b8cadbf-de54-43ea-99f5-7fdb874f11fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:30:02.358Z|0b5198a2-0e03-4798-b383-0112b08a57b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:30:02.359Z|0b5198a2-0e03-4798-b383-0112b08a57b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:30:02.372Z|772288ee-1c72-43e4-b3dc-7391ff8b8713|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:02.374Z|772288ee-1c72-43e4-b3dc-7391ff8b8713|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:02.479Z|caf4672b-1e11-4943-be51-19134694bee4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:02.480Z|caf4672b-1e11-4943-be51-19134694bee4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:05.670Z|9596e78b-ea06-40be-a4a1-dadbbb3d776f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:05.671Z|9596e78b-ea06-40be-a4a1-dadbbb3d776f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:12.395Z|37319320-0c66-4de1-81c1-1e3a6b8b903f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:12.396Z|37319320-0c66-4de1-81c1-1e3a6b8b903f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:12.507Z|58e258a0-1ccd-475d-a49b-a28a3ac6262b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:12.508Z|58e258a0-1ccd-475d-a49b-a28a3ac6262b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:15.694Z|039e02d9-8fd2-4af2-a50d-2fe0e43b327c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:15.695Z|039e02d9-8fd2-4af2-a50d-2fe0e43b327c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:17.074Z|8f9f28f1-a858-48de-b06f-fb34aa6dfc8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:30:17.078Z|8f9f28f1-a858-48de-b06f-fb34aa6dfc8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:30:22.420Z|cfa7d5ea-d556-4390-8fdc-b224a5a2faa9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:22.422Z|cfa7d5ea-d556-4390-8fdc-b224a5a2faa9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:22.536Z|f8eff412-a400-4119-86db-09488915a931|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:22.537Z|f8eff412-a400-4119-86db-09488915a931|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:25.719Z|7d52e352-02d9-45df-a7d2-65abd104592c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:25.720Z|7d52e352-02d9-45df-a7d2-65abd104592c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:32.074Z|8b155767-cdc6-4361-835e-8ba8f8eb9eae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:30:32.075Z|8b155767-cdc6-4361-835e-8ba8f8eb9eae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:30:32.360Z|287d171e-e13c-45ed-bc6f-21d28feeb05c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:30:32.361Z|287d171e-e13c-45ed-bc6f-21d28feeb05c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:30:32.453Z|d40d38a3-359f-498e-bdec-f63554d3d1da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:32.455Z|d40d38a3-359f-498e-bdec-f63554d3d1da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:32.562Z|6eed9980-371a-4c4a-8ee1-a69d9c8798a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:32.563Z|6eed9980-371a-4c4a-8ee1-a69d9c8798a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:33.942Z|a651a787-c902-4381-9937-12d8169040eb|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:30:33.943Z|a651a787-c902-4381-9937-12d8169040eb|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:35.747Z|b3c73bb0-d02f-4bc3-8dda-58c19e5fb584|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:35.750Z|b3c73bb0-d02f-4bc3-8dda-58c19e5fb584|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:42.477Z|d57eff0e-ea70-4eb4-88e9-d8ec8305d8c9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:42.478Z|d57eff0e-ea70-4eb4-88e9-d8ec8305d8c9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:42.589Z|e23a4cee-0477-4152-af59-6b00026ed793|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:42.590Z|e23a4cee-0477-4152-af59-6b00026ed793|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:45.792Z|a8e07784-d263-4743-911b-c9356651e594|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:45.794Z|a8e07784-d263-4743-911b-c9356651e594|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:47.074Z|72880dcd-4289-450e-a7e4-c288225d73e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:30:47.075Z|72880dcd-4289-450e-a7e4-c288225d73e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:30:52.505Z|095793b0-f41f-49bf-8cfc-0b48c5a17251|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:52.506Z|095793b0-f41f-49bf-8cfc-0b48c5a17251|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:52.616Z|72c2a066-5f0a-46cd-ae9c-bf7e8932f265|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:52.617Z|72c2a066-5f0a-46cd-ae9c-bf7e8932f265|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:30:55.819Z|edb261e4-b1af-4046-9de8-6a857310cbb4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:30:55.821Z|edb261e4-b1af-4046-9de8-6a857310cbb4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:02.074Z|832b84a9-070b-4f28-aa9b-1e58e714d4c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:31:02.077Z|832b84a9-070b-4f28-aa9b-1e58e714d4c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:31:02.362Z|2a03551f-0d76-41b0-a89d-45ae90c79508|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:31:02.363Z|2a03551f-0d76-41b0-a89d-45ae90c79508|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:31:02.562Z|d441064a-d658-4d9e-9db5-bb05ff020f64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:02.563Z|d441064a-d658-4d9e-9db5-bb05ff020f64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:02.640Z|89c7c1e7-0318-4328-80fe-5f753f32fe4a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:02.640Z|89c7c1e7-0318-4328-80fe-5f753f32fe4a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:05.858Z|f677b583-26ab-42c6-ad4c-3d7b6edd30e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:05.860Z|f677b583-26ab-42c6-ad4c-3d7b6edd30e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:12.588Z|3076850d-76da-46d9-ada1-de37331b1d19|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:12.589Z|3076850d-76da-46d9-ada1-de37331b1d19|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:12.682Z|526b6ccb-413b-4889-b359-fcf3d67b4219|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:12.683Z|526b6ccb-413b-4889-b359-fcf3d67b4219|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:15.891Z|65345191-3e38-43ec-a0ec-b8da9cf25241|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:15.892Z|65345191-3e38-43ec-a0ec-b8da9cf25241|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:17.074Z|da7ea789-f09d-4410-81d3-cf2df7634cd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:31:17.075Z|da7ea789-f09d-4410-81d3-cf2df7634cd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:31:22.613Z|db05c90b-541c-4e5a-b811-e41ba32cada0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:22.614Z|db05c90b-541c-4e5a-b811-e41ba32cada0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:22.708Z|7d97f8b0-51b6-4fbb-9b49-63d5cfa84e24|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:22.709Z|7d97f8b0-51b6-4fbb-9b49-63d5cfa84e24|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:25.920Z|0f6fdd2d-94b8-49f4-a45c-797f4e2c288f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:25.921Z|0f6fdd2d-94b8-49f4-a45c-797f4e2c288f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:32.074Z|2ee8b977-9751-4013-be0e-e2113f07a183|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:31:32.075Z|2ee8b977-9751-4013-be0e-e2113f07a183|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:31:32.364Z|1676a772-b41e-4a46-b4e3-e8649e7a0f54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:31:32.365Z|1676a772-b41e-4a46-b4e3-e8649e7a0f54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:31:32.640Z|1af4e851-19a3-443b-be2d-bf2a71873262|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:32.642Z|1af4e851-19a3-443b-be2d-bf2a71873262|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:32.739Z|efc392af-61ea-4ba0-8269-1d385fdac596|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:32.740Z|efc392af-61ea-4ba0-8269-1d385fdac596|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:33.941Z|b83dd460-4b07-4c7c-b9f6-042f02f1e5dc|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:31:33.943Z|b83dd460-4b07-4c7c-b9f6-042f02f1e5dc|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:35.957Z|fe1a994d-9d36-4b90-b684-2ac682ca03e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:35.959Z|fe1a994d-9d36-4b90-b684-2ac682ca03e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:42.668Z|73545b21-4c89-4dc7-a706-420bb11132e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:42.670Z|73545b21-4c89-4dc7-a706-420bb11132e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:42.768Z|5015c3d9-87b5-47b0-ba46-ec6ef472ee85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:42.769Z|5015c3d9-87b5-47b0-ba46-ec6ef472ee85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:45.985Z|a919e5f5-cae1-43de-bc44-098f87e574e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:45.986Z|a919e5f5-cae1-43de-bc44-098f87e574e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:47.074Z|c7fa862a-491e-4e6d-a412-248cc4014278|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:31:47.078Z|c7fa862a-491e-4e6d-a412-248cc4014278|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:31:52.693Z|a3eb4a55-97fb-4d79-80e5-c0701511d91c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:52.694Z|a3eb4a55-97fb-4d79-80e5-c0701511d91c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:52.803Z|72fec3ff-1296-410f-9035-851671e7442f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:52.804Z|72fec3ff-1296-410f-9035-851671e7442f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:31:56.013Z|15bf8b51-b9bc-454e-b853-b0b8e2420632|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:31:56.014Z|15bf8b51-b9bc-454e-b853-b0b8e2420632|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:02.074Z|cbab6230-0969-4dac-bdb3-c79452acbb7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:32:02.074Z|cbab6230-0969-4dac-bdb3-c79452acbb7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:32:02.367Z|32ec8789-57fa-48a9-8441-c9ddebb7cb3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:32:02.368Z|32ec8789-57fa-48a9-8441-c9ddebb7cb3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:32:02.726Z|6d7706cf-d0e5-4200-a725-39b22c6f9ad7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:02.727Z|6d7706cf-d0e5-4200-a725-39b22c6f9ad7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:02.828Z|ee844f84-61a4-49a5-bd43-8d3f3372f3b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:02.829Z|ee844f84-61a4-49a5-bd43-8d3f3372f3b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:06.048Z|52fca2a2-da3d-4dd7-a6ed-44fec6f44a12|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:06.049Z|52fca2a2-da3d-4dd7-a6ed-44fec6f44a12|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:12.752Z|7ed3ec82-f956-42a3-99b4-d5acb89f644c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:12.754Z|7ed3ec82-f956-42a3-99b4-d5acb89f644c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:12.851Z|2801d393-e999-491a-86b4-6025ce9c58fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:12.852Z|2801d393-e999-491a-86b4-6025ce9c58fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:16.079Z|6b623e50-584c-4be3-9d71-2fa6ea58db1e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:16.080Z|6b623e50-584c-4be3-9d71-2fa6ea58db1e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:17.074Z|bf464bb9-a848-4a1e-a1ef-2fafa0bab509|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:32:17.076Z|bf464bb9-a848-4a1e-a1ef-2fafa0bab509|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:32:22.782Z|7f965a1c-24f7-47d2-9f8d-60295c2193de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:22.784Z|7f965a1c-24f7-47d2-9f8d-60295c2193de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:22.882Z|c366a9e3-dcb9-4010-bd0f-377ab0b16556|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:22.883Z|c366a9e3-dcb9-4010-bd0f-377ab0b16556|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:26.115Z|35a3c981-5194-49e4-adc6-b319313cdd38|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:26.116Z|35a3c981-5194-49e4-adc6-b319313cdd38|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:32.074Z|54c555ac-e5cc-4a6c-aab1-e39a47f92331|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:32:32.078Z|54c555ac-e5cc-4a6c-aab1-e39a47f92331|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:32:32.369Z|cda3de21-acb5-4688-89f3-8b039a760e88|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:32:32.369Z|cda3de21-acb5-4688-89f3-8b039a760e88|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:32:32.812Z|0287367d-b93f-4329-b9d0-bc8ff22d516e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:32.813Z|0287367d-b93f-4329-b9d0-bc8ff22d516e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:32.914Z|7991242a-153d-4809-a7b3-5491f1d05a32|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:32.915Z|7991242a-153d-4809-a7b3-5491f1d05a32|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:33.942Z|7dcc382d-d0c8-4fd6-9ea9-3dd9ba03bc58|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:32:33.943Z|7dcc382d-d0c8-4fd6-9ea9-3dd9ba03bc58|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:36.161Z|52605916-fdbf-4925-a394-1cdc6705bc33|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:36.162Z|52605916-fdbf-4925-a394-1cdc6705bc33|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:42.841Z|aa169ff9-578a-4e35-9759-e0df5ac523e6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:42.842Z|aa169ff9-578a-4e35-9759-e0df5ac523e6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:42.938Z|6bfad9d6-245a-4643-80f3-77ab3c4390f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:42.940Z|6bfad9d6-245a-4643-80f3-77ab3c4390f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:46.187Z|8ac1cacf-678c-4c13-b57f-006f5460b617|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:46.188Z|8ac1cacf-678c-4c13-b57f-006f5460b617|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:47.074Z|04881bb1-bfdf-466c-ba2d-4c405bee3f04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:32:47.075Z|04881bb1-bfdf-466c-ba2d-4c405bee3f04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:32:52.869Z|b5bb0608-6350-4840-a45d-ee9009eb7898|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:52.869Z|b5bb0608-6350-4840-a45d-ee9009eb7898|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:52.968Z|c4540fb3-299c-4c53-be38-f0d41d023690|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:52.969Z|c4540fb3-299c-4c53-be38-f0d41d023690|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:32:56.212Z|2b7159ea-227b-496f-991e-b3f5b08fdbf2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:32:56.213Z|2b7159ea-227b-496f-991e-b3f5b08fdbf2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:02.074Z|46083a6f-cf24-4ef4-b770-125ab7735592|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:33:02.075Z|46083a6f-cf24-4ef4-b770-125ab7735592|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:33:02.371Z|2d8fd23c-f058-4d1a-aad9-f2e9946db18a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:33:02.372Z|2d8fd23c-f058-4d1a-aad9-f2e9946db18a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:33:02.905Z|dc37af6e-f950-44aa-97c4-aa289d85577f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:02.907Z|dc37af6e-f950-44aa-97c4-aa289d85577f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:03.007Z|767a5f42-58ab-44de-bd0d-4f3333738852|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:03.009Z|767a5f42-58ab-44de-bd0d-4f3333738852|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:06.241Z|615cf949-6c54-4ae9-8437-629466ae1a72|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:06.244Z|615cf949-6c54-4ae9-8437-629466ae1a72|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:12.932Z|6985e8aa-1fd0-4de2-a7e3-f1444335900f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:12.933Z|6985e8aa-1fd0-4de2-a7e3-f1444335900f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:13.036Z|56b6a056-78e6-4696-8c11-b39d7319a2e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:13.037Z|56b6a056-78e6-4696-8c11-b39d7319a2e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:16.269Z|c0dec913-6daa-46f0-908a-3f171c1cd20b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:16.270Z|c0dec913-6daa-46f0-908a-3f171c1cd20b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:17.074Z|ded85611-db9d-46dd-878a-d1e1c36b7d77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:33:17.079Z|ded85611-db9d-46dd-878a-d1e1c36b7d77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:33:22.959Z|f4f633c2-40a8-40c0-8a4e-a1abbf08348a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:22.960Z|f4f633c2-40a8-40c0-8a4e-a1abbf08348a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:23.062Z|976c376a-b9ff-44f9-ad11-b05683870def|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:23.063Z|976c376a-b9ff-44f9-ad11-b05683870def|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:26.294Z|e92ae217-accc-4678-8b33-fe7bfb6641c7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:26.295Z|e92ae217-accc-4678-8b33-fe7bfb6641c7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:32.074Z|f923a152-2003-4880-b1d1-801b4241c1b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:33:32.075Z|f923a152-2003-4880-b1d1-801b4241c1b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:33:32.373Z|cc55f5ba-4fe4-47b0-8635-d9aeebc1df4f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:33:32.373Z|cc55f5ba-4fe4-47b0-8635-d9aeebc1df4f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:33:32.988Z|69eb03aa-c2f2-42da-80e8-824b548d34cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:32.989Z|69eb03aa-c2f2-42da-80e8-824b548d34cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:33.088Z|d83cf66b-f40b-4a1b-8991-84a150ba33fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:33.089Z|d83cf66b-f40b-4a1b-8991-84a150ba33fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:33.941Z|9219aab3-f332-40b5-bd57-0bd8338d6aca|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:33:33.952Z|9219aab3-f332-40b5-bd57-0bd8338d6aca|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:36.318Z|20261096-1862-42b4-b568-857fb79ff698|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:36.319Z|20261096-1862-42b4-b568-857fb79ff698|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:43.015Z|acaf443b-38e0-4c21-954d-456e782dde34|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:43.016Z|acaf443b-38e0-4c21-954d-456e782dde34|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:43.119Z|7c0d066d-e5bc-4173-b35c-20c3ceef7914|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:43.120Z|7c0d066d-e5bc-4173-b35c-20c3ceef7914|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:46.341Z|6257ddfe-e336-4eb1-b59d-c46acfae2813|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:46.343Z|6257ddfe-e336-4eb1-b59d-c46acfae2813|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:47.074Z|a0786f39-df3b-419f-95df-0f320e1e048c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:33:47.075Z|a0786f39-df3b-419f-95df-0f320e1e048c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:33:53.043Z|99533673-2f6a-45e7-8764-9721ae7984e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:53.044Z|99533673-2f6a-45e7-8764-9721ae7984e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:53.143Z|a8de53d9-b327-4f12-87c7-09a289298b89|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:53.144Z|a8de53d9-b327-4f12-87c7-09a289298b89|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:33:56.368Z|1d9dbacd-37c7-48c7-abc9-a83dc66ce279|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:33:56.371Z|1d9dbacd-37c7-48c7-abc9-a83dc66ce279|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:02.074Z|48cd4c41-3010-4684-87fe-0260fa1766eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:34:02.080Z|48cd4c41-3010-4684-87fe-0260fa1766eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:34:02.374Z|141e17a1-c03d-4c33-b7a5-1d2058cce24a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:34:02.375Z|141e17a1-c03d-4c33-b7a5-1d2058cce24a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:34:03.067Z|16cbc00a-44bb-4823-8507-93927e1dd502|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:03.069Z|16cbc00a-44bb-4823-8507-93927e1dd502|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:03.167Z|c17ec355-282b-4096-a338-ff7fe9beee7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:03.168Z|c17ec355-282b-4096-a338-ff7fe9beee7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:06.408Z|4ff8b38a-ca39-49c8-bef3-4f484b2f9c2b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:06.410Z|4ff8b38a-ca39-49c8-bef3-4f484b2f9c2b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:13.093Z|42a65cc2-0a5d-4c78-a639-eed8e46d4aab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:13.093Z|42a65cc2-0a5d-4c78-a639-eed8e46d4aab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:13.190Z|edd962cd-83ed-4193-a160-46e457bb7096|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:13.191Z|edd962cd-83ed-4193-a160-46e457bb7096|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:16.433Z|5c900145-4004-4eb2-b8b8-f5d739143729|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:16.435Z|5c900145-4004-4eb2-b8b8-f5d739143729|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:17.074Z|6b4a9746-86ae-4e95-90ad-be8b4ce96518|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:34:17.075Z|6b4a9746-86ae-4e95-90ad-be8b4ce96518|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:34:23.116Z|1bde2e9a-37a9-44fc-90ec-1e5b62501a7a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:23.117Z|1bde2e9a-37a9-44fc-90ec-1e5b62501a7a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:23.213Z|7791ddd5-95c0-4a28-8afd-5942974db317|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:23.214Z|7791ddd5-95c0-4a28-8afd-5942974db317|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:26.459Z|9f8fba51-765d-494f-8e0f-18aef13987dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:26.460Z|9f8fba51-765d-494f-8e0f-18aef13987dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:32.074Z|325cc1e3-4076-42a4-a8e1-8ca753c1966f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:34:32.075Z|325cc1e3-4076-42a4-a8e1-8ca753c1966f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:34:32.376Z|d9c4b029-c442-42c5-a2b2-55ffaaafae00|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:34:32.377Z|d9c4b029-c442-42c5-a2b2-55ffaaafae00|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:34:33.140Z|2343a402-d7c8-4fa1-bfb5-aec801b0a176|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:33.152Z|2343a402-d7c8-4fa1-bfb5-aec801b0a176|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:33.238Z|1f978773-9a07-47bc-b6b3-fc5fb225ba45|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:33.239Z|1f978773-9a07-47bc-b6b3-fc5fb225ba45|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:33.941Z|4e8540af-fa59-4f92-b118-f8eae0c63613|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:34:33.941Z|4e8540af-fa59-4f92-b118-f8eae0c63613|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:36.486Z|bf70a581-a229-4123-8b8a-c058de45e5ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:36.488Z|bf70a581-a229-4123-8b8a-c058de45e5ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:43.177Z|aa1632cd-cc5d-4a2e-aa95-47b30597b2bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:43.178Z|aa1632cd-cc5d-4a2e-aa95-47b30597b2bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:43.263Z|9a47f9d4-a335-4fee-9ccb-12a6a976d07b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:43.265Z|9a47f9d4-a335-4fee-9ccb-12a6a976d07b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:46.518Z|149d9218-1c38-4302-ba68-95074ae0c961|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:46.519Z|149d9218-1c38-4302-ba68-95074ae0c961|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:47.074Z|4a52c2eb-a74e-4448-9803-c9e7516ac8b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:34:47.079Z|4a52c2eb-a74e-4448-9803-c9e7516ac8b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:34:53.203Z|1c5f2535-b385-43ec-a160-43919de152bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:53.204Z|1c5f2535-b385-43ec-a160-43919de152bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:53.289Z|6bf8f3c7-b5e6-4c1a-97e5-d6f997ac719a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:53.291Z|6bf8f3c7-b5e6-4c1a-97e5-d6f997ac719a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:34:56.551Z|5778367a-ac81-4159-8356-642e831c8572|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:34:56.552Z|5778367a-ac81-4159-8356-642e831c8572|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:02.074Z|b3916610-7db1-4ce1-83ce-3e8256997ffc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:35:02.075Z|b3916610-7db1-4ce1-83ce-3e8256997ffc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:35:02.378Z|8b8377c9-b41b-4c45-b266-de0fe9b7c76d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:35:02.379Z|8b8377c9-b41b-4c45-b266-de0fe9b7c76d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:35:03.229Z|a7fa3391-a5c0-43e9-bfd3-790207ee471f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:03.230Z|a7fa3391-a5c0-43e9-bfd3-790207ee471f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:03.321Z|887b6a4a-6ecf-4044-a822-cd534a732dc5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:03.323Z|887b6a4a-6ecf-4044-a822-cd534a732dc5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:06.585Z|521c690d-3e4c-45a6-bfc8-262005db9444|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:06.586Z|521c690d-3e4c-45a6-bfc8-262005db9444|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:13.298Z|942ee5a7-1639-49fc-a423-1a42a9789d0f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:13.299Z|942ee5a7-1639-49fc-a423-1a42a9789d0f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:13.346Z|82a0c3ec-2cbe-433e-85f5-cf22e46ee920|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:13.347Z|82a0c3ec-2cbe-433e-85f5-cf22e46ee920|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:16.614Z|f278522e-5fff-4213-8a55-71b9f4da47f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:16.615Z|f278522e-5fff-4213-8a55-71b9f4da47f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:17.074Z|b1e777d2-2e59-438d-8d35-c062319dd1c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:35:17.075Z|b1e777d2-2e59-438d-8d35-c062319dd1c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:35:23.322Z|b9c27ee7-e55a-44cb-a204-fd81672f4e1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:23.323Z|b9c27ee7-e55a-44cb-a204-fd81672f4e1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:23.371Z|da4cf646-a6ca-45f1-a8cb-ebab9872ea33|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:23.372Z|da4cf646-a6ca-45f1-a8cb-ebab9872ea33|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:26.638Z|06b31a4f-0d94-48a4-9fd3-ae0489a989c0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:26.639Z|06b31a4f-0d94-48a4-9fd3-ae0489a989c0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:32.074Z|46d609f4-3612-4b85-a559-f615c15e578a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:35:32.077Z|46d609f4-3612-4b85-a559-f615c15e578a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:35:32.380Z|8f3c0e25-d569-4c6a-bf89-5d2e0db7f1cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:35:32.381Z|8f3c0e25-d569-4c6a-bf89-5d2e0db7f1cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:35:33.349Z|55c341b4-9c27-49cd-84a3-aa515615cd0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:33.351Z|55c341b4-9c27-49cd-84a3-aa515615cd0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:33.405Z|471819ab-487e-41fc-a1d0-d6c25924da1f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:33.407Z|471819ab-487e-41fc-a1d0-d6c25924da1f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:33.941Z|8667df53-4d7b-420d-8e51-06e4158507fd|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:35:33.944Z|8667df53-4d7b-420d-8e51-06e4158507fd|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:36.664Z|bdb600ed-00a7-4d20-9bf6-60c434bca0aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:36.665Z|bdb600ed-00a7-4d20-9bf6-60c434bca0aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:43.374Z|f4932716-41e8-4cfd-b081-3cc1f7d8c00a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:43.375Z|f4932716-41e8-4cfd-b081-3cc1f7d8c00a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:43.432Z|f58a981f-908b-4f5b-bf16-1f171de5a726|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:43.433Z|f58a981f-908b-4f5b-bf16-1f171de5a726|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:46.698Z|13f90aeb-b227-4663-b3a9-b184f283054b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:46.699Z|13f90aeb-b227-4663-b3a9-b184f283054b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:47.074Z|f5b81eb0-5563-4434-bc01-5072fecbb9b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:35:47.074Z|f5b81eb0-5563-4434-bc01-5072fecbb9b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:35:53.401Z|54cc8b51-1e25-434b-aeff-a409a70ea18b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:53.402Z|54cc8b51-1e25-434b-aeff-a409a70ea18b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:53.457Z|df7f70a9-51ac-43ee-94a9-7af3476fc6b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:53.457Z|df7f70a9-51ac-43ee-94a9-7af3476fc6b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:35:56.722Z|9a5000f0-8fa6-432e-a887-9d71824fe7bd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:35:56.724Z|9a5000f0-8fa6-432e-a887-9d71824fe7bd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:02.074Z|31e8825e-6aa6-4661-b725-24d456cd9b26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:36:02.075Z|31e8825e-6aa6-4661-b725-24d456cd9b26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:36:02.382Z|2d3e0fde-4efc-4c65-aadf-fb6b761f60ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:36:02.383Z|2d3e0fde-4efc-4c65-aadf-fb6b761f60ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:36:03.428Z|e5646c6f-8132-4765-abd2-aef174c8e0ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:03.429Z|e5646c6f-8132-4765-abd2-aef174c8e0ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:03.481Z|3eb61ae4-4673-4b1e-83a8-67bcdf6a6715|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:03.482Z|3eb61ae4-4673-4b1e-83a8-67bcdf6a6715|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:06.757Z|11686a2c-59a0-46b9-ad32-234362c3e4c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:06.758Z|11686a2c-59a0-46b9-ad32-234362c3e4c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:13.453Z|da74d559-5ff2-400c-9f89-89219d397c32|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:13.454Z|da74d559-5ff2-400c-9f89-89219d397c32|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:13.509Z|4364306e-cc47-4ba4-a755-0028286de82d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:13.512Z|4364306e-cc47-4ba4-a755-0028286de82d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:16.785Z|cc840c42-20cc-4725-8d72-11b377d41cac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:16.787Z|cc840c42-20cc-4725-8d72-11b377d41cac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:17.080Z|fd5b87eb-fd0e-454b-831b-fa42dd93cd79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:36:17.086Z|fd5b87eb-fd0e-454b-831b-fa42dd93cd79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:36:23.478Z|0c81ad11-017b-4d2c-95c3-08d69ba00dcf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:23.479Z|0c81ad11-017b-4d2c-95c3-08d69ba00dcf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:23.538Z|91ae59e9-4231-452e-bf78-962a4962df38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:23.539Z|91ae59e9-4231-452e-bf78-962a4962df38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:26.818Z|1615fe1b-92b5-4d69-a2f0-86132ae9ddd2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:26.819Z|1615fe1b-92b5-4d69-a2f0-86132ae9ddd2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:32.074Z|06d8bd5c-af99-4ec4-a024-a64879044b8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:36:32.074Z|06d8bd5c-af99-4ec4-a024-a64879044b8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:36:32.383Z|a613eaec-a09f-47cd-9ba1-3c5fee8f9697|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:36:32.384Z|a613eaec-a09f-47cd-9ba1-3c5fee8f9697|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:36:33.506Z|e3a20779-c924-40ae-b65f-6a78959d5cfa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:33.507Z|e3a20779-c924-40ae-b65f-6a78959d5cfa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:33.563Z|d121329f-85c8-4ed7-a43a-a601e28820bd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:33.564Z|d121329f-85c8-4ed7-a43a-a601e28820bd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:33.941Z|3391f012-fe6d-489a-a690-d28bd8278759|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:36:33.942Z|3391f012-fe6d-489a-a690-d28bd8278759|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:36.842Z|7c015d99-244e-4ff0-b522-f2df330ec4a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:36.843Z|7c015d99-244e-4ff0-b522-f2df330ec4a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:43.531Z|d19f2cff-a82b-4f84-ad11-85dd34d685bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:43.532Z|d19f2cff-a82b-4f84-ad11-85dd34d685bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:43.586Z|c9378526-61b1-4521-862f-40307fbff1e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:43.587Z|c9378526-61b1-4521-862f-40307fbff1e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:46.873Z|8e185e1e-5604-463d-8e8f-ce1febf08f10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:46.875Z|8e185e1e-5604-463d-8e8f-ce1febf08f10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:47.074Z|acd0547f-55f4-48df-b184-0863f9ae8c97|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:36:47.075Z|acd0547f-55f4-48df-b184-0863f9ae8c97|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:36:53.557Z|0137ca66-5517-4c45-aa71-eb83fbc0a74f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:53.558Z|0137ca66-5517-4c45-aa71-eb83fbc0a74f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:53.609Z|a884d2d0-14ff-4e09-8818-c5bfa9d776b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:53.610Z|a884d2d0-14ff-4e09-8818-c5bfa9d776b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:36:56.900Z|9ac3341e-10b9-4baf-8777-b349628376f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:36:56.901Z|9ac3341e-10b9-4baf-8777-b349628376f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:02.074Z|f461832e-7b23-44c9-bb73-4bda60ac3d57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:37:02.078Z|f461832e-7b23-44c9-bb73-4bda60ac3d57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:37:02.385Z|16b31c12-a107-4955-8a2e-5409f445661b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:37:02.386Z|16b31c12-a107-4955-8a2e-5409f445661b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:37:03.582Z|b88a94ba-65bf-4ece-81f1-4aba84893aa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:03.583Z|b88a94ba-65bf-4ece-81f1-4aba84893aa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:03.634Z|fd183d76-20c7-43a9-8b0c-c43859b12bfc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:03.636Z|fd183d76-20c7-43a9-8b0c-c43859b12bfc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:06.959Z|d126417d-3856-450a-8fef-bdcaa23b6b82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:06.961Z|d126417d-3856-450a-8fef-bdcaa23b6b82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:13.616Z|b5bdc4f2-fe10-48ce-a213-28bca34fa4ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:13.622Z|b5bdc4f2-fe10-48ce-a213-28bca34fa4ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:13.663Z|90cbef5d-2de3-4140-85be-6f7d5b7ce077|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:13.665Z|90cbef5d-2de3-4140-85be-6f7d5b7ce077|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:16.990Z|3e88d92d-141e-48ea-8a16-3fc6767a546f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:16.991Z|3e88d92d-141e-48ea-8a16-3fc6767a546f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:17.074Z|6d4e9824-57a8-4d20-bd42-72d56e056853|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:37:17.076Z|6d4e9824-57a8-4d20-bd42-72d56e056853|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:37:23.652Z|58fd92ae-fd5b-447e-b93e-df597fca82e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:23.655Z|58fd92ae-fd5b-447e-b93e-df597fca82e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:23.695Z|f5fec771-0683-445d-a158-292cfadd91c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:23.697Z|f5fec771-0683-445d-a158-292cfadd91c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:27.016Z|f6c6349c-fa58-4d72-86f5-3248e843b7ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:27.017Z|f6c6349c-fa58-4d72-86f5-3248e843b7ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:32.074Z|2b412944-1893-4a87-a93b-1f907f0712a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:37:32.075Z|2b412944-1893-4a87-a93b-1f907f0712a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:37:32.387Z|a10077d7-8de0-447d-99d6-b99d5c5f03f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:37:32.388Z|a10077d7-8de0-447d-99d6-b99d5c5f03f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:37:33.697Z|3e43394c-75ae-44e4-a3ef-3fa8ba8d8cc2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:33.699Z|3e43394c-75ae-44e4-a3ef-3fa8ba8d8cc2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:33.721Z|4329b31f-e8e9-4cf7-a151-f549c189d0e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:33.722Z|4329b31f-e8e9-4cf7-a151-f549c189d0e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:33.944Z|fd9e3516-c76d-45cc-9968-e7b8505c9cd9|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:37:33.945Z|fd9e3516-c76d-45cc-9968-e7b8505c9cd9|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:37.044Z|c47fa20e-cbce-4919-b214-6ef07e5a58fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:37.045Z|c47fa20e-cbce-4919-b214-6ef07e5a58fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:43.727Z|30a7fb13-e574-4ab9-9526-eb2e64a8d88b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:43.728Z|30a7fb13-e574-4ab9-9526-eb2e64a8d88b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:43.746Z|340a05cd-3720-4fa9-83f0-3ac9c3c7eec6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:43.747Z|340a05cd-3720-4fa9-83f0-3ac9c3c7eec6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:47.072Z|882ee4a5-fdcc-426b-9978-dbfead020510|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:47.073Z|882ee4a5-fdcc-426b-9978-dbfead020510|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:47.075Z|ede27e7d-85e6-4d92-9190-6b332a122e04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:37:47.079Z|ede27e7d-85e6-4d92-9190-6b332a122e04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:37:53.753Z|f254e31c-6fd9-4752-8370-a31e49fdf87b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:53.755Z|f254e31c-6fd9-4752-8370-a31e49fdf87b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:53.769Z|df4b9475-cc63-4a06-93cc-2d23b9b25ab3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:53.770Z|df4b9475-cc63-4a06-93cc-2d23b9b25ab3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:37:57.097Z|9c6ba9e8-829c-4f3e-bc4a-0db931836f3c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:37:57.099Z|9c6ba9e8-829c-4f3e-bc4a-0db931836f3c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:02.074Z|f88eeb35-fa31-431e-93ec-3b232309dec7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:38:02.074Z|f88eeb35-fa31-431e-93ec-3b232309dec7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:38:02.389Z|6c82d8ce-7df5-4706-b712-4ea2a4469d90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:38:02.390Z|6c82d8ce-7df5-4706-b712-4ea2a4469d90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:38:03.789Z|85c0785b-f699-45c0-bc91-3da69fd3c1c7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:03.790Z|85c0785b-f699-45c0-bc91-3da69fd3c1c7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:03.814Z|74f52d57-5c33-4018-9c9c-20e83a61e475|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:03.815Z|74f52d57-5c33-4018-9c9c-20e83a61e475|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:07.124Z|bda5acea-cf0c-4e61-9f76-8cb7b5e28e09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:07.125Z|bda5acea-cf0c-4e61-9f76-8cb7b5e28e09|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:13.815Z|f6b41878-6e7d-4073-8506-ac0fe6ebaa74|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:13.816Z|f6b41878-6e7d-4073-8506-ac0fe6ebaa74|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:13.840Z|35e78910-dc71-4674-8168-093195f4eacc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:13.841Z|35e78910-dc71-4674-8168-093195f4eacc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:17.074Z|b49386b7-c297-49bd-90d4-1fdc990a178a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:38:17.075Z|b49386b7-c297-49bd-90d4-1fdc990a178a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:38:17.152Z|13721585-287f-4f08-9357-3ad0d5fbbe8d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:17.153Z|13721585-287f-4f08-9357-3ad0d5fbbe8d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:23.842Z|4575f2b2-93df-4b91-a94a-cbb40bf8a9c8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:23.843Z|4575f2b2-93df-4b91-a94a-cbb40bf8a9c8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:23.864Z|88bdb35e-58ec-4578-96c0-ceeff2d0623c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:23.865Z|88bdb35e-58ec-4578-96c0-ceeff2d0623c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:27.177Z|07b2cc53-1774-48e3-be8b-92d4b713565a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:27.178Z|07b2cc53-1774-48e3-be8b-92d4b713565a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:32.074Z|6b9f96dc-cf2b-4c12-8e60-d75dec6f3b70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:38:32.077Z|6b9f96dc-cf2b-4c12-8e60-d75dec6f3b70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:38:32.391Z|281887d3-576e-434f-bf70-015443ca0f66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:38:32.392Z|281887d3-576e-434f-bf70-015443ca0f66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:38:33.866Z|7447b6d1-2919-4e53-9dcc-518b128c8fa7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:33.867Z|7447b6d1-2919-4e53-9dcc-518b128c8fa7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:33.904Z|89d9c2a5-c650-4bee-9ed0-7ceee2bc51a2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:33.905Z|89d9c2a5-c650-4bee-9ed0-7ceee2bc51a2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:33.941Z|4eece0cb-827e-4e8f-88f8-61eacd0a2672|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:38:33.942Z|4eece0cb-827e-4e8f-88f8-61eacd0a2672|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:37.208Z|bfccf2e7-8602-4448-a5cf-361d899b9979|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:37.209Z|bfccf2e7-8602-4448-a5cf-361d899b9979|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:43.889Z|80594130-75ee-46d2-801e-7f3919946f94|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:43.891Z|80594130-75ee-46d2-801e-7f3919946f94|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:43.928Z|46c484b8-4813-4850-bb49-01b4582f13eb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:43.929Z|46c484b8-4813-4850-bb49-01b4582f13eb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:47.074Z|1a6ff277-3f51-47d6-8d2f-b8ccd962cafe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:38:47.075Z|1a6ff277-3f51-47d6-8d2f-b8ccd962cafe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:38:47.232Z|4c23d65f-c90b-4101-abd3-19f03dea3fa7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:47.233Z|4c23d65f-c90b-4101-abd3-19f03dea3fa7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:53.915Z|6fb2f373-21ce-4937-9c77-7db7b8c42d08|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:53.917Z|6fb2f373-21ce-4937-9c77-7db7b8c42d08|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:53.951Z|136dab78-48da-4cde-b7e0-4ef65e7a51d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:53.952Z|136dab78-48da-4cde-b7e0-4ef65e7a51d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:38:57.256Z|41d70c1c-a765-4acf-87b5-61b541856837|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:38:57.257Z|41d70c1c-a765-4acf-87b5-61b541856837|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:02.074Z|3d450592-b4f0-458c-ab10-407c23c23585|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:39:02.075Z|3d450592-b4f0-458c-ab10-407c23c23585|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:39:02.393Z|230855ce-2a34-4c75-a86c-e4d2b91d3b73|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:39:02.394Z|230855ce-2a34-4c75-a86c-e4d2b91d3b73|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:39:03.939Z|c2ad046b-ea62-4f09-8ce9-9dd71dcf461c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:03.940Z|c2ad046b-ea62-4f09-8ce9-9dd71dcf461c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:03.972Z|eed73fdf-bc25-446f-ac98-846d337afc9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:03.973Z|eed73fdf-bc25-446f-ac98-846d337afc9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:07.291Z|10b5cc48-829f-47f3-af6a-df95d74e408d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:07.292Z|10b5cc48-829f-47f3-af6a-df95d74e408d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:13.966Z|14687c07-6de0-4a35-aa02-59b946deefeb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:13.967Z|14687c07-6de0-4a35-aa02-59b946deefeb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:14.004Z|96c7f6c4-1f53-4c7f-8dd0-bbbaf6c99280|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:14.005Z|96c7f6c4-1f53-4c7f-8dd0-bbbaf6c99280|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:17.074Z|a54186a5-67e7-4106-80a9-a997cef4db97|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:39:17.077Z|a54186a5-67e7-4106-80a9-a997cef4db97|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:39:17.317Z|f7bead91-ff5c-4025-bd0f-b8850e88ead7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:17.319Z|f7bead91-ff5c-4025-bd0f-b8850e88ead7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:23.994Z|ea0d32a8-fac1-4f97-88b9-bd13d015d50b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:23.995Z|ea0d32a8-fac1-4f97-88b9-bd13d015d50b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:24.028Z|d1ec7d5a-39cd-4453-a439-504fe9e3d7fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:24.029Z|d1ec7d5a-39cd-4453-a439-504fe9e3d7fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:27.345Z|8f2a732f-4cf3-46cf-90fe-668bd89c5794|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:27.347Z|8f2a732f-4cf3-46cf-90fe-668bd89c5794|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:32.074Z|f41cc6a1-6f61-4175-a200-0abeb646955f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:39:32.075Z|f41cc6a1-6f61-4175-a200-0abeb646955f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:39:32.395Z|9e4d1c31-083b-4dc3-ae88-3b7282b803c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:39:32.395Z|9e4d1c31-083b-4dc3-ae88-3b7282b803c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:39:33.940Z|2f581c24-63f4-4997-8123-7b6eacef22ff|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:39:33.941Z|2f581c24-63f4-4997-8123-7b6eacef22ff|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:34.020Z|a1df008f-b5f9-4cff-b855-9f2bcded34f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:34.021Z|a1df008f-b5f9-4cff-b855-9f2bcded34f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:34.053Z|807df2b1-d7e8-4a60-a93f-1b18f6e74324|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:34.054Z|807df2b1-d7e8-4a60-a93f-1b18f6e74324|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:37.373Z|fbe7c29b-7d22-44fa-a864-2455e6a51707|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:37.374Z|fbe7c29b-7d22-44fa-a864-2455e6a51707|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:44.049Z|7ec9fb58-697a-4bd2-958a-149003eaadf9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:44.050Z|7ec9fb58-697a-4bd2-958a-149003eaadf9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:44.076Z|92e780c3-70ae-4bf4-8dae-473353d87119|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:44.077Z|92e780c3-70ae-4bf4-8dae-473353d87119|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:47.074Z|9bb816b2-512d-400f-8f92-46d07228d7b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:39:47.075Z|9bb816b2-512d-400f-8f92-46d07228d7b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:39:47.401Z|28af046c-5fd3-4b20-9853-d9779f6a3a39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:47.403Z|28af046c-5fd3-4b20-9853-d9779f6a3a39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:54.109Z|ff82cbb9-f87b-436c-9d8b-418acdca16be|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:54.111Z|ff82cbb9-f87b-436c-9d8b-418acdca16be|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:54.123Z|8f84ec73-f518-4f66-bf31-852533808237|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:54.125Z|8f84ec73-f518-4f66-bf31-852533808237|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:39:57.427Z|6298ce8f-2de1-40fd-a2ae-241d18c8a645|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:39:57.427Z|6298ce8f-2de1-40fd-a2ae-241d18c8a645|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:02.074Z|f8864762-dd4b-4cfc-b516-4cdb3e7a68fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:40:02.078Z|f8864762-dd4b-4cfc-b516-4cdb3e7a68fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:40:02.396Z|870f1115-823e-40b8-8f7c-9544ea6339b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:40:02.397Z|870f1115-823e-40b8-8f7c-9544ea6339b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:40:04.154Z|2fb4b782-dc64-4e17-baad-7987e3ac7be5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:04.155Z|bafc085a-70b2-4131-8b2b-b362065f5524|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:04.156Z|bafc085a-70b2-4131-8b2b-b362065f5524|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:04.156Z|2fb4b782-dc64-4e17-baad-7987e3ac7be5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:07.451Z|cbe29e70-78e0-4683-a800-8332f1f6710a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:07.452Z|cbe29e70-78e0-4683-a800-8332f1f6710a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:14.190Z|e99f18f7-a315-4de2-aa73-84e53c1e704d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:14.191Z|e99f18f7-a315-4de2-aa73-84e53c1e704d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:14.195Z|2ed374e0-d62d-4fd7-8683-943db68e61f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:14.197Z|2ed374e0-d62d-4fd7-8683-943db68e61f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:17.074Z|838cfcc2-a0e1-49fa-9700-b5fc7cdb9ce2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:40:17.075Z|838cfcc2-a0e1-49fa-9700-b5fc7cdb9ce2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:40:17.476Z|b01861c5-d602-4bfd-bb8c-1fa09e335111|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:17.478Z|b01861c5-d602-4bfd-bb8c-1fa09e335111|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:24.218Z|037b08ad-e743-4587-bfe6-5c38ffdae542|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:24.219Z|037b08ad-e743-4587-bfe6-5c38ffdae542|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:24.221Z|7a07e3d1-26ac-470a-bba2-446b3f31967e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:24.221Z|7a07e3d1-26ac-470a-bba2-446b3f31967e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:27.501Z|f8aa523a-bc90-4d61-8c2e-e473c1ed577a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:27.502Z|f8aa523a-bc90-4d61-8c2e-e473c1ed577a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:32.074Z|7d931f9e-2cee-4132-8179-defe2008f369|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:40:32.075Z|7d931f9e-2cee-4132-8179-defe2008f369|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:40:32.398Z|2a9e02f9-3b27-4c6c-88b6-41c0abdc3d2a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:40:32.398Z|2a9e02f9-3b27-4c6c-88b6-41c0abdc3d2a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:40:33.941Z|6b7290a5-3f73-417e-ac48-9ac83b391c75|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:40:33.942Z|6b7290a5-3f73-417e-ac48-9ac83b391c75|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:34.249Z|6993f24e-8c62-4edf-aa9b-00432b37e4aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:34.249Z|6993f24e-8c62-4edf-aa9b-00432b37e4aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:34.249Z|a83f8bd7-f132-4fc0-97ad-3a3c38e0aad3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:34.254Z|a83f8bd7-f132-4fc0-97ad-3a3c38e0aad3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:37.527Z|91d2a39a-0849-4852-bb04-ed28f4b3cf60|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:37.528Z|91d2a39a-0849-4852-bb04-ed28f4b3cf60|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:44.278Z|5d0cf552-9b05-49c4-9b6f-d1e0c027cb6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:44.276Z|7a8f1322-60f9-414a-8a28-b00fbdc37ae7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:44.279Z|5d0cf552-9b05-49c4-9b6f-d1e0c027cb6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:44.280Z|7a8f1322-60f9-414a-8a28-b00fbdc37ae7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:47.074Z|0b701516-5863-490a-820e-d747c6f1440c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:40:47.079Z|0b701516-5863-490a-820e-d747c6f1440c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:40:47.553Z|e36961d3-4580-4d8d-96de-9baa45b0bc9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:47.554Z|e36961d3-4580-4d8d-96de-9baa45b0bc9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:54.302Z|4d1959c4-cd87-43eb-a6ee-3e80aa6567cd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:54.302Z|8c3054b8-6efc-4c0d-b2ff-1c24ba3e008e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:54.302Z|8c3054b8-6efc-4c0d-b2ff-1c24ba3e008e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:54.303Z|4d1959c4-cd87-43eb-a6ee-3e80aa6567cd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:40:57.576Z|659bbca6-5169-442e-908f-0d45aeafec6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:40:57.578Z|659bbca6-5169-442e-908f-0d45aeafec6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:02.074Z|28621641-e502-47a0-8f60-8a1acc8e82c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:41:02.075Z|28621641-e502-47a0-8f60-8a1acc8e82c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:41:02.399Z|bf6b3121-f42b-4db0-aba9-e6f613d6719f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:41:02.400Z|bf6b3121-f42b-4db0-aba9-e6f613d6719f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:41:04.326Z|9a23b72f-e88b-476f-9b51-48a576112161|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:04.326Z|0447c6e6-b42b-4f84-8961-0523da66d247|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:04.328Z|0447c6e6-b42b-4f84-8961-0523da66d247|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:04.328Z|9a23b72f-e88b-476f-9b51-48a576112161|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:07.601Z|7ab39e0c-b449-4ece-aead-4c01813a1d94|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:07.603Z|7ab39e0c-b449-4ece-aead-4c01813a1d94|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:14.353Z|f81b3202-50fd-433b-a809-f745b8b95e85|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:14.354Z|f81b3202-50fd-433b-a809-f745b8b95e85|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:14.362Z|f3b9b95a-37a6-413d-ac3b-ac67d6e26333|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:14.364Z|f3b9b95a-37a6-413d-ac3b-ac67d6e26333|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:17.074Z|90a25d63-5b96-4ad9-84ae-ee6352f4f26d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:41:17.075Z|90a25d63-5b96-4ad9-84ae-ee6352f4f26d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:41:17.627Z|5bbc6107-cc5f-4474-a337-fe2675be8442|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:17.628Z|5bbc6107-cc5f-4474-a337-fe2675be8442|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:24.380Z|ab14e03c-d29f-4fbb-bde7-f40d04964d56|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:24.381Z|ab14e03c-d29f-4fbb-bde7-f40d04964d56|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:24.388Z|27bc4205-05e2-45cb-8102-95c0214a9aa6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:24.388Z|27bc4205-05e2-45cb-8102-95c0214a9aa6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:27.653Z|6f1c83d6-3c2d-4096-9e20-001d37fce39f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:27.655Z|6f1c83d6-3c2d-4096-9e20-001d37fce39f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:32.074Z|c1ffa2a6-2511-4078-9987-db98ef701e4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:41:32.078Z|c1ffa2a6-2511-4078-9987-db98ef701e4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:41:32.402Z|eb2a378c-06c7-4099-907e-ee01d958c4b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:41:32.403Z|eb2a378c-06c7-4099-907e-ee01d958c4b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:41:33.955Z|a63947cc-2b16-4238-ab76-26b808def505|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:41:33.956Z|a63947cc-2b16-4238-ab76-26b808def505|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:34.412Z|d3dceff1-c917-4c85-95cd-5246477c3c49|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:34.413Z|d3dceff1-c917-4c85-95cd-5246477c3c49|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:34.416Z|fbcb397e-6345-49d8-9eaf-e5d34ebafb56|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:34.417Z|fbcb397e-6345-49d8-9eaf-e5d34ebafb56|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:37.679Z|20760592-2d5b-452e-b288-0471e134ae9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:37.680Z|20760592-2d5b-452e-b288-0471e134ae9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:44.440Z|c506e8da-2225-445b-9a65-94ad6c7e0d62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:44.441Z|9a1c20b6-54bf-4da2-8663-cd72705fda08|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:44.441Z|c506e8da-2225-445b-9a65-94ad6c7e0d62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:44.442Z|9a1c20b6-54bf-4da2-8663-cd72705fda08|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:47.074Z|e5a959fb-391e-4ee9-aaf7-bdefe9d8dba9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:41:47.075Z|e5a959fb-391e-4ee9-aaf7-bdefe9d8dba9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:41:47.711Z|801fd684-4b9b-457e-a1f1-8fd0d2076ff7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:47.713Z|801fd684-4b9b-457e-a1f1-8fd0d2076ff7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:54.463Z|309871fa-ba06-4d24-b5de-ea0faad2401d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:54.463Z|e8e76993-ac3d-4325-9396-4d18ec69f88f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:54.464Z|309871fa-ba06-4d24-b5de-ea0faad2401d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:54.464Z|e8e76993-ac3d-4325-9396-4d18ec69f88f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:41:57.738Z|22e155ac-a529-43ed-afab-c4b3a8032a36|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:41:57.738Z|22e155ac-a529-43ed-afab-c4b3a8032a36|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:02.074Z|b485e7ac-2f02-44d5-9afa-3879491fca1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:42:02.075Z|b485e7ac-2f02-44d5-9afa-3879491fca1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:42:02.404Z|f1ddc068-2535-4ea8-bfbc-41cd45d73b5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:42:02.405Z|f1ddc068-2535-4ea8-bfbc-41cd45d73b5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:42:04.500Z|3634ac47-e157-4ac6-a610-2612023cd6ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:04.500Z|86dd8bdd-4dcc-45b8-a9ed-bf0cb8dac2fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:04.501Z|3634ac47-e157-4ac6-a610-2612023cd6ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:04.501Z|86dd8bdd-4dcc-45b8-a9ed-bf0cb8dac2fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:07.761Z|7e5f6312-bc4e-4c07-aa29-ea265451a5a9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:07.763Z|7e5f6312-bc4e-4c07-aa29-ea265451a5a9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:14.526Z|5428db38-2081-4b3f-ba58-a5cec3a61e68|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:14.526Z|95e09f44-6e3d-4759-a987-5c7439fb6abd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:14.527Z|5428db38-2081-4b3f-ba58-a5cec3a61e68|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:14.527Z|95e09f44-6e3d-4759-a987-5c7439fb6abd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:17.074Z|562f0449-655f-4682-a8d6-5a410a9945e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:42:17.080Z|562f0449-655f-4682-a8d6-5a410a9945e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:42:17.788Z|7cef622f-f9f7-4a7a-b616-da9baf3914b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:17.790Z|7cef622f-f9f7-4a7a-b616-da9baf3914b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:24.552Z|d86353ab-d8ee-495b-aa2c-9ea271d15dda|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:24.552Z|4690f690-67df-4fd9-98cc-cdfdb9ccbd87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:24.553Z|d86353ab-d8ee-495b-aa2c-9ea271d15dda|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:24.553Z|4690f690-67df-4fd9-98cc-cdfdb9ccbd87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:27.824Z|aa7cd98e-dbfb-4134-80ec-e60892fe16df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:27.825Z|aa7cd98e-dbfb-4134-80ec-e60892fe16df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:32.074Z|542b0bc8-87b2-4bf7-aecc-f6c7afb35f52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:42:32.074Z|542b0bc8-87b2-4bf7-aecc-f6c7afb35f52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:42:32.406Z|6c958545-6a96-4af4-af4d-af11e6aad192|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:42:32.407Z|6c958545-6a96-4af4-af4d-af11e6aad192|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:42:33.942Z|8546b2fa-970b-4400-a008-03ff3a3cfc1e|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:42:33.943Z|8546b2fa-970b-4400-a008-03ff3a3cfc1e|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:34.576Z|e78cf2f3-27c7-4684-9715-7299cbee0be4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:34.576Z|175e4236-5619-48b3-b23b-edcfe555d374|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:34.577Z|175e4236-5619-48b3-b23b-edcfe555d374|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:34.577Z|e78cf2f3-27c7-4684-9715-7299cbee0be4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:37.850Z|b7394c06-565e-4d57-9bf2-ca37ea0037a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:37.852Z|b7394c06-565e-4d57-9bf2-ca37ea0037a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:44.609Z|8c35fed9-efb5-44e2-b9da-e1fc1c7762c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:44.611Z|8c35fed9-efb5-44e2-b9da-e1fc1c7762c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:44.615Z|85bc7517-931d-4b34-972d-25c4a19e2972|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:44.616Z|85bc7517-931d-4b34-972d-25c4a19e2972|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:47.074Z|38e26bc4-224f-476c-91c8-9f3afc95abee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:42:47.075Z|38e26bc4-224f-476c-91c8-9f3afc95abee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:42:47.879Z|bf722d6a-ca39-4c1a-bd01-4e25b9df9417|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:47.881Z|bf722d6a-ca39-4c1a-bd01-4e25b9df9417|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:54.642Z|49f61d75-810d-4ea7-87bb-834d85689354|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:54.644Z|49f61d75-810d-4ea7-87bb-834d85689354|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:54.654Z|d6cd87f3-26b8-4126-8344-245f87aa3ee7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:54.655Z|d6cd87f3-26b8-4126-8344-245f87aa3ee7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:42:57.908Z|e3c1bef8-58ae-4eb5-872f-b60cbe57ecc2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:42:57.909Z|e3c1bef8-58ae-4eb5-872f-b60cbe57ecc2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:02.074Z|26fb5723-d8fe-4222-b26c-e354902f2651|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:43:02.081Z|26fb5723-d8fe-4222-b26c-e354902f2651|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:43:02.408Z|1fb2cffa-077e-4d08-9618-2e8d90d334da|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:43:02.409Z|1fb2cffa-077e-4d08-9618-2e8d90d334da|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:43:04.669Z|08aa9dc6-a49a-44a8-b5d8-c3c97f2f06c6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:04.670Z|08aa9dc6-a49a-44a8-b5d8-c3c97f2f06c6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:04.682Z|53592cff-d80c-4515-a69d-e7fe44960496|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:04.683Z|53592cff-d80c-4515-a69d-e7fe44960496|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:07.935Z|c4531723-7da1-49ee-9557-7adea2a32e56|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:07.936Z|c4531723-7da1-49ee-9557-7adea2a32e56|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:14.698Z|1dc88d8a-4689-4c6f-bf11-5d2dc45d3131|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:14.699Z|1dc88d8a-4689-4c6f-bf11-5d2dc45d3131|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:14.711Z|71431979-61d0-46f3-a665-8a2cd3fd70ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:14.712Z|71431979-61d0-46f3-a665-8a2cd3fd70ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:17.074Z|86672aaf-56d4-429a-b455-f6074d8c44ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:43:17.075Z|86672aaf-56d4-429a-b455-f6074d8c44ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:43:17.960Z|5659431f-a144-4327-bf2e-7c2c74228780|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:17.961Z|5659431f-a144-4327-bf2e-7c2c74228780|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:24.724Z|02dd7341-4677-4d54-b821-136d99647879|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:24.727Z|02dd7341-4677-4d54-b821-136d99647879|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:24.737Z|a26bf2f6-a603-4a49-a6b3-92efd150052f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:24.738Z|a26bf2f6-a603-4a49-a6b3-92efd150052f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:27.984Z|ec637cc2-346e-4990-adbe-cc9001cebd07|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:27.986Z|ec637cc2-346e-4990-adbe-cc9001cebd07|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:32.074Z|ee8fbd6f-d09b-4976-9aa1-abd0594489e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:43:32.075Z|ee8fbd6f-d09b-4976-9aa1-abd0594489e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:43:32.410Z|084aaa5d-9d80-4b60-899d-b79ce7b7a547|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:43:32.411Z|084aaa5d-9d80-4b60-899d-b79ce7b7a547|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:43:33.940Z|45853a63-2a60-44fa-ad77-3de38a243373|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:43:33.942Z|45853a63-2a60-44fa-ad77-3de38a243373|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:34.762Z|b0325015-9591-4518-8d1a-58d49706ed5e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:34.764Z|b0325015-9591-4518-8d1a-58d49706ed5e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:34.766Z|92a4e43e-c833-47b4-bd8a-199c1c6861a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:34.769Z|92a4e43e-c833-47b4-bd8a-199c1c6861a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:38.012Z|c2f5d33b-a2e3-4652-972f-5bcce10d01bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:38.013Z|c2f5d33b-a2e3-4652-972f-5bcce10d01bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:44.787Z|3bc8d785-aeef-472d-b6d9-8888391e7230|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:44.788Z|3bc8d785-aeef-472d-b6d9-8888391e7230|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:44.797Z|ee2f1c67-44cb-4e37-ad57-3c8bae0d9d68|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:44.798Z|ee2f1c67-44cb-4e37-ad57-3c8bae0d9d68|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:47.074Z|efeccbe9-1cae-428e-95bc-c76e7caaff5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:43:47.078Z|efeccbe9-1cae-428e-95bc-c76e7caaff5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:43:48.041Z|4bfe3f86-c696-4e31-8cdc-1665ceb52408|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:48.042Z|4bfe3f86-c696-4e31-8cdc-1665ceb52408|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:54.812Z|14c8ce02-21a3-41a6-b7a1-6f2908ac339a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:54.813Z|14c8ce02-21a3-41a6-b7a1-6f2908ac339a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:54.823Z|0ab86924-f083-4c44-8050-d5051ce95b39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:54.824Z|0ab86924-f083-4c44-8050-d5051ce95b39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:43:58.068Z|6e7fd0c2-deab-46bf-a694-3c5a4d6dafad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:43:58.070Z|6e7fd0c2-deab-46bf-a694-3c5a4d6dafad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:02.074Z|5dc635df-0e55-494e-8914-ca1e21bc68bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:44:02.075Z|5dc635df-0e55-494e-8914-ca1e21bc68bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:44:02.413Z|74004ec3-f9de-4c89-ae67-9473714f3118|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:44:02.413Z|74004ec3-f9de-4c89-ae67-9473714f3118|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:44:04.836Z|f728fc3a-a14f-4947-9b08-568cc846befc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:04.837Z|f728fc3a-a14f-4947-9b08-568cc846befc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:04.858Z|78ef5214-e6e6-4cbb-9805-bb191e679775|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:04.859Z|78ef5214-e6e6-4cbb-9805-bb191e679775|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:08.102Z|b2f70a35-88bf-40ad-856f-e4f24e3d47fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:08.104Z|b2f70a35-88bf-40ad-856f-e4f24e3d47fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:14.877Z|ac867f65-6112-4c2a-b8a4-310ddc467675|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:14.879Z|ac867f65-6112-4c2a-b8a4-310ddc467675|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:14.885Z|b0f6a2a6-1413-435c-8c16-72f1af46f65c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:14.886Z|b0f6a2a6-1413-435c-8c16-72f1af46f65c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:17.074Z|1821ddeb-3a46-4338-a8f2-e4d1079874c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:44:17.075Z|1821ddeb-3a46-4338-a8f2-e4d1079874c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:44:18.128Z|4beb2eec-fd84-44a2-837d-af8539098ef9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:18.129Z|4beb2eec-fd84-44a2-837d-af8539098ef9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:24.909Z|23e01576-9a67-4f2c-9b81-ef65529500ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:24.910Z|23e01576-9a67-4f2c-9b81-ef65529500ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:24.909Z|4992420f-cc1b-40fd-a97e-8ce94ad6bf1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:24.913Z|4992420f-cc1b-40fd-a97e-8ce94ad6bf1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:28.156Z|2639757f-72de-4677-9482-172d2b8c0b41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:28.158Z|2639757f-72de-4677-9482-172d2b8c0b41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:32.074Z|136ebce1-65fd-465a-9571-e2acce3e20f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:44:32.078Z|136ebce1-65fd-465a-9571-e2acce3e20f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:44:32.414Z|0260d892-0468-4e03-b579-5e0eef5ffb1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:44:32.415Z|0260d892-0468-4e03-b579-5e0eef5ffb1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:44:33.942Z|82f0cf42-f56f-489f-a0b5-9faaffdbcb7e|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:44:33.943Z|82f0cf42-f56f-489f-a0b5-9faaffdbcb7e|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:34.935Z|75f92326-d5e5-49e2-aae5-98f4a6f54793|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:34.935Z|d9dbb1fb-156d-4dfd-acd7-d1fe945a839a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:34.936Z|75f92326-d5e5-49e2-aae5-98f4a6f54793|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:34.936Z|d9dbb1fb-156d-4dfd-acd7-d1fe945a839a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:38.187Z|35d06688-d5bf-4a83-af41-7ca99133d7ed|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:38.189Z|35d06688-d5bf-4a83-af41-7ca99133d7ed|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:44.960Z|ea503c9c-d081-47f2-a8d4-ed959d63b925|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:44.960Z|60b346bf-d7dc-49ff-9178-43e4f0e16d00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:44.961Z|60b346bf-d7dc-49ff-9178-43e4f0e16d00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:44.961Z|ea503c9c-d081-47f2-a8d4-ed959d63b925|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:47.074Z|7e20ae00-31e6-4927-9b93-5ee9f0b8d7e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:44:47.075Z|7e20ae00-31e6-4927-9b93-5ee9f0b8d7e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:44:48.215Z|d38fcca7-8309-45a5-adc2-f2616202efcd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:48.216Z|d38fcca7-8309-45a5-adc2-f2616202efcd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:54.987Z|8217d297-87fd-4e48-98c7-f34da9b38f5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:54.987Z|a1fd1583-87b7-41c3-8254-0fbb9a844611|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:54.988Z|a1fd1583-87b7-41c3-8254-0fbb9a844611|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:54.988Z|8217d297-87fd-4e48-98c7-f34da9b38f5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:44:58.239Z|4b7daefa-9199-42aa-8156-1ce402c7b67d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:44:58.244Z|4b7daefa-9199-42aa-8156-1ce402c7b67d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:02.075Z|7031089e-bddd-4689-a9b4-fdaca1711f09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:45:02.076Z|7031089e-bddd-4689-a9b4-fdaca1711f09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:45:02.416Z|78f76c8f-74e1-47de-b81c-c0cb2047ffb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:45:02.417Z|78f76c8f-74e1-47de-b81c-c0cb2047ffb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:45:05.015Z|3e07804b-1270-4a95-a282-27dc425b10d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:05.015Z|a67674fe-e37d-464e-b038-9396c38f4427|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:05.016Z|3e07804b-1270-4a95-a282-27dc425b10d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:05.016Z|a67674fe-e37d-464e-b038-9396c38f4427|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:08.274Z|34c5dcae-ba4d-4a60-8690-95c7a49cd7ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:08.275Z|34c5dcae-ba4d-4a60-8690-95c7a49cd7ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:15.049Z|ad415a37-1ef5-4d92-bae5-ea1d289e6101|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:15.049Z|856a8bdf-87ed-48ae-b11a-7203cf676fe4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:15.052Z|856a8bdf-87ed-48ae-b11a-7203cf676fe4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:15.052Z|ad415a37-1ef5-4d92-bae5-ea1d289e6101|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:17.074Z|f10dbe3d-5ce3-4aab-8f22-b9cd2d2e15c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:45:17.083Z|f10dbe3d-5ce3-4aab-8f22-b9cd2d2e15c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:45:18.297Z|7644c084-9a46-4bc4-b654-90c98f3825b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:18.298Z|7644c084-9a46-4bc4-b654-90c98f3825b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:25.089Z|dff4d3f9-096b-436c-a1ab-e2011f684ab8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:25.089Z|2f1d667e-4397-45ff-b5aa-aa3a8da19e14|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:25.090Z|dff4d3f9-096b-436c-a1ab-e2011f684ab8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:25.092Z|2f1d667e-4397-45ff-b5aa-aa3a8da19e14|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:28.323Z|8f964c4a-3230-4bfb-90f3-344554c541f3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:28.324Z|8f964c4a-3230-4bfb-90f3-344554c541f3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:32.074Z|5d2d5b7a-b798-4163-a9ab-6a40ff85a6ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:45:32.076Z|5d2d5b7a-b798-4163-a9ab-6a40ff85a6ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:45:32.419Z|06d02a76-a4ae-48cb-aeda-32d438166d7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:45:32.421Z|06d02a76-a4ae-48cb-aeda-32d438166d7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:45:33.942Z|961671be-15f9-4442-97a7-2666006f63ee|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:45:33.944Z|961671be-15f9-4442-97a7-2666006f63ee|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:35.118Z|9e46df32-8c6c-4dae-bcdc-28d0a0e6943c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:35.118Z|4d07f4bf-c324-455a-8546-d0a7acf7fce3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:35.119Z|9e46df32-8c6c-4dae-bcdc-28d0a0e6943c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:35.119Z|4d07f4bf-c324-455a-8546-d0a7acf7fce3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:38.359Z|1d874afe-f999-45b7-ba2c-acefa70f0567|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:38.360Z|1d874afe-f999-45b7-ba2c-acefa70f0567|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:45.146Z|a1e200ef-5842-4d9b-bff2-07f9f48ec55d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:45.148Z|a1e200ef-5842-4d9b-bff2-07f9f48ec55d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:45.150Z|6cfeecf4-c9d2-481f-89db-ecaf06eb54d8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:45.151Z|6cfeecf4-c9d2-481f-89db-ecaf06eb54d8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:47.074Z|a60f4963-bd4e-4c77-8e0d-1071e88d4a34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:45:47.075Z|a60f4963-bd4e-4c77-8e0d-1071e88d4a34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:45:48.385Z|0065cfc0-be5f-4feb-92de-bb2899581b71|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:48.386Z|0065cfc0-be5f-4feb-92de-bb2899581b71|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:55.173Z|f0863943-d73c-4fa5-8ab2-b1056f1a365b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:55.173Z|90ace8c7-36bd-45b6-9bcb-02d5016dc3a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:55.174Z|f0863943-d73c-4fa5-8ab2-b1056f1a365b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:55.174Z|90ace8c7-36bd-45b6-9bcb-02d5016dc3a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:45:58.410Z|74df30aa-5fbc-4d0d-ab6f-1d4c53b1ab65|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:45:58.411Z|74df30aa-5fbc-4d0d-ab6f-1d4c53b1ab65|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:02.074Z|a42e55fe-6a2a-4249-9af2-0486217f3c82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:46:02.077Z|a42e55fe-6a2a-4249-9af2-0486217f3c82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:46:02.423Z|d35b3d9e-b1f8-4841-a6b2-6f4814d449ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:46:02.424Z|d35b3d9e-b1f8-4841-a6b2-6f4814d449ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:46:05.212Z|7819d475-b75c-452d-880b-5b955d1c4692|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:05.214Z|7819d475-b75c-452d-880b-5b955d1c4692|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:05.218Z|4223e570-53f4-403e-b416-01b81f2bddb9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:05.219Z|4223e570-53f4-403e-b416-01b81f2bddb9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:08.435Z|b7a8ed11-7f20-404c-99f6-df60eedf41b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:08.436Z|b7a8ed11-7f20-404c-99f6-df60eedf41b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:15.239Z|404ba3ef-dff6-47df-b59e-9abd408c9fff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:15.240Z|404ba3ef-dff6-47df-b59e-9abd408c9fff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:15.244Z|c5387dbe-a753-47c1-ae96-8434b3936f71|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:15.245Z|c5387dbe-a753-47c1-ae96-8434b3936f71|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:17.074Z|7463cdec-3d97-4997-8203-010fb28e28d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:46:17.075Z|7463cdec-3d97-4997-8203-010fb28e28d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:46:18.458Z|f2198d75-1e43-47ba-9dd4-92457ad3f9ed|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:18.459Z|f2198d75-1e43-47ba-9dd4-92457ad3f9ed|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:25.263Z|ac5dbbfd-cf9c-4245-be86-7d284c874ae6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:25.264Z|ac5dbbfd-cf9c-4245-be86-7d284c874ae6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:25.268Z|876caafe-6221-4463-9353-d6077f68fbc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:25.269Z|876caafe-6221-4463-9353-d6077f68fbc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:28.487Z|20c6792c-b8e1-431b-972d-2bb416d6314b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:28.488Z|20c6792c-b8e1-431b-972d-2bb416d6314b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:32.074Z|5eb6c436-f3fc-4250-ac4a-c86652dd27dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:46:32.074Z|5eb6c436-f3fc-4250-ac4a-c86652dd27dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:46:32.425Z|f000eb44-ab2a-4f15-b5c7-9ecda0ece03c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:46:32.426Z|f000eb44-ab2a-4f15-b5c7-9ecda0ece03c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:46:33.951Z|89a8b39b-c140-4748-ab2c-f3e7bea515f2|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:46:33.953Z|89a8b39b-c140-4748-ab2c-f3e7bea515f2|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:35.288Z|a14b800a-248a-42dd-a978-54a079322d69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:35.290Z|a14b800a-248a-42dd-a978-54a079322d69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:35.310Z|f4a45e8d-c9d5-461e-8ce4-f80f103d5fe9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:35.311Z|f4a45e8d-c9d5-461e-8ce4-f80f103d5fe9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:38.511Z|63f2426f-7597-4131-b785-77b8a6ffe705|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:38.512Z|63f2426f-7597-4131-b785-77b8a6ffe705|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:45.315Z|e84d989f-45d7-4e4c-bf45-155a989c778b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:45.317Z|e84d989f-45d7-4e4c-bf45-155a989c778b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:45.336Z|a10492c0-1e3e-4a76-8bf6-a394dcfe15c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:45.337Z|a10492c0-1e3e-4a76-8bf6-a394dcfe15c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:47.074Z|d23a4ad1-f176-4b83-812e-15de28169fb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:46:47.077Z|d23a4ad1-f176-4b83-812e-15de28169fb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:46:48.536Z|01051205-2ced-41ea-8c95-0c399027e1a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:48.538Z|01051205-2ced-41ea-8c95-0c399027e1a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:55.357Z|cafbbc0e-7d96-4b72-b533-db9a6e09c5a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:55.357Z|5c9fdb7b-acb4-457a-af8c-b4bb19f8e51d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:55.359Z|cafbbc0e-7d96-4b72-b533-db9a6e09c5a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:55.359Z|5c9fdb7b-acb4-457a-af8c-b4bb19f8e51d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:46:58.564Z|643b20bb-ab9d-4c61-adf3-7e7e5810ca11|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:46:58.565Z|643b20bb-ab9d-4c61-adf3-7e7e5810ca11|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:02.075Z|39424a5a-77a6-4f6b-bafc-a43a84221ffc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:47:02.076Z|39424a5a-77a6-4f6b-bafc-a43a84221ffc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:47:02.427Z|31214931-f559-4593-8636-90957e696fea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:47:02.428Z|31214931-f559-4593-8636-90957e696fea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:47:05.381Z|f2ed4347-2441-47eb-be22-189f5a2f84de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:05.382Z|f2ed4347-2441-47eb-be22-189f5a2f84de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:05.401Z|b18973b0-5d61-4501-beeb-3aefa42b6751|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:05.402Z|b18973b0-5d61-4501-beeb-3aefa42b6751|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:08.598Z|f5299260-6340-40b3-847c-b2bd8350c5b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:08.598Z|f5299260-6340-40b3-847c-b2bd8350c5b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:15.410Z|eefd1360-8f88-4854-bf9c-5ca322089fe4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:15.411Z|eefd1360-8f88-4854-bf9c-5ca322089fe4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:15.428Z|52281c28-6599-479e-8153-d09e3eb2351a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:15.429Z|52281c28-6599-479e-8153-d09e3eb2351a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:17.074Z|9f375857-3de7-4ce7-a3d8-16f1c2b9f94e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:47:17.074Z|9f375857-3de7-4ce7-a3d8-16f1c2b9f94e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:47:18.623Z|ddf860d9-1abe-47b0-8b25-b5902c7f17bc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:18.624Z|ddf860d9-1abe-47b0-8b25-b5902c7f17bc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:25.435Z|09993770-9731-4a32-8d02-dcae9a4ba399|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:25.436Z|09993770-9731-4a32-8d02-dcae9a4ba399|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:25.450Z|78c55ba7-3b96-4482-97cf-c49b3a3c04de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:25.451Z|78c55ba7-3b96-4482-97cf-c49b3a3c04de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:28.653Z|a30c5934-f5f6-4b68-b18e-21d2b68a7b30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:28.660Z|a30c5934-f5f6-4b68-b18e-21d2b68a7b30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:32.074Z|623518a2-e4d1-400c-abd2-8fde65976f42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:47:32.077Z|623518a2-e4d1-400c-abd2-8fde65976f42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:47:32.429Z|5cb88f5c-82a3-4146-8944-9a4a64d992fa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:47:32.429Z|5cb88f5c-82a3-4146-8944-9a4a64d992fa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:47:33.941Z|8751ed37-ea7c-4000-883f-78a4f2a5ca3f|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:47:33.956Z|8751ed37-ea7c-4000-883f-78a4f2a5ca3f|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:35.464Z|5086a85c-e262-4a2b-a22c-2dd2d9a63689|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:35.465Z|5086a85c-e262-4a2b-a22c-2dd2d9a63689|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:35.472Z|e36b6d47-d602-4b62-a425-731898e950a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:35.473Z|e36b6d47-d602-4b62-a425-731898e950a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:38.690Z|ca4774ce-5671-418f-bc72-8398fbf4640a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:38.691Z|ca4774ce-5671-418f-bc72-8398fbf4640a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:45.502Z|298414c0-a1cf-4d2e-b8f8-9cf35e9bcea0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:45.502Z|b36f9ea0-3316-45a9-a4cc-78a799550dd2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:45.503Z|298414c0-a1cf-4d2e-b8f8-9cf35e9bcea0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:45.503Z|b36f9ea0-3316-45a9-a4cc-78a799550dd2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:47.074Z|c7e5f0ce-e76e-4bc6-bbb1-444844632ea7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:47:47.075Z|c7e5f0ce-e76e-4bc6-bbb1-444844632ea7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:47:48.713Z|892c3fbb-05bd-4008-9857-3ec5880adb45|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:48.714Z|892c3fbb-05bd-4008-9857-3ec5880adb45|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:55.530Z|c370b7cd-6f3e-47cf-be50-ccb18ff19355|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:55.530Z|560ea0ee-f8b3-4051-8288-f629d4f77af0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:55.531Z|c370b7cd-6f3e-47cf-be50-ccb18ff19355|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:55.531Z|560ea0ee-f8b3-4051-8288-f629d4f77af0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:47:58.737Z|c117d9c8-b446-40e3-9101-eabd9d13f049|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:47:58.738Z|c117d9c8-b446-40e3-9101-eabd9d13f049|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:02.074Z|881bf497-85d4-4af1-a990-336acba75c4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:48:02.074Z|881bf497-85d4-4af1-a990-336acba75c4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:48:02.430Z|8de95b27-05db-4b06-b021-d2332db10fde|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:48:02.431Z|8de95b27-05db-4b06-b021-d2332db10fde|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:48:05.558Z|8de121d5-1b14-4835-8874-9a003e74358a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:05.559Z|53c4d1af-6d0c-4775-9174-cd7ddcb52a1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:05.560Z|53c4d1af-6d0c-4775-9174-cd7ddcb52a1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:05.560Z|8de121d5-1b14-4835-8874-9a003e74358a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:08.761Z|46c5f269-d823-4ca6-ac24-7b939dd0ec4d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:08.762Z|46c5f269-d823-4ca6-ac24-7b939dd0ec4d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:15.584Z|47609dc9-419d-4989-8cfc-0edf8746f751|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:15.585Z|47609dc9-419d-4989-8cfc-0edf8746f751|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:15.601Z|793ce823-c0a3-47b2-b8fb-336c16229533|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:15.602Z|793ce823-c0a3-47b2-b8fb-336c16229533|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:17.074Z|9e4bc33c-e912-43e7-a5bf-7b5cc96a7733|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:48:17.081Z|9e4bc33c-e912-43e7-a5bf-7b5cc96a7733|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:48:18.785Z|37de470e-a063-46a9-9f83-3c7174e03cd9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:18.787Z|37de470e-a063-46a9-9f83-3c7174e03cd9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:25.607Z|d1766129-ec8c-49ad-8779-9b354767f7bc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:25.608Z|d1766129-ec8c-49ad-8779-9b354767f7bc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:25.625Z|5b2ca59e-bd71-4e11-af07-e3080324c871|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:25.626Z|5b2ca59e-bd71-4e11-af07-e3080324c871|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:28.813Z|9f581f08-7710-4595-b9e7-9ff9e9572c82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:28.814Z|9f581f08-7710-4595-b9e7-9ff9e9572c82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:32.074Z|3e038d27-7fea-4dad-9a9d-a8cd1396fd22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:48:32.075Z|3e038d27-7fea-4dad-9a9d-a8cd1396fd22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:48:32.432Z|187cf8e2-c505-47cd-9582-441f660d1c05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:48:32.433Z|187cf8e2-c505-47cd-9582-441f660d1c05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:48:33.955Z|cc6b1a9e-91a2-46db-a42d-3043f5740060|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:48:33.956Z|cc6b1a9e-91a2-46db-a42d-3043f5740060|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:35.632Z|95f084c8-51a7-468c-bf31-465062b46942|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:35.633Z|95f084c8-51a7-468c-bf31-465062b46942|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:35.652Z|fc31c845-e846-4e5b-a664-90c588636c6d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:35.653Z|fc31c845-e846-4e5b-a664-90c588636c6d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:38.839Z|eb3a5a7d-9ed5-45e2-a237-20c05893f2a8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:38.841Z|eb3a5a7d-9ed5-45e2-a237-20c05893f2a8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:45.659Z|3f6bd19c-a6ca-40ef-b360-0398865a35c1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:45.661Z|3f6bd19c-a6ca-40ef-b360-0398865a35c1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:45.679Z|4c9d9bf4-ae2b-4d7c-ac64-19ab9f5626a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:45.680Z|4c9d9bf4-ae2b-4d7c-ac64-19ab9f5626a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:47.074Z|1bdbf7d7-22a0-438c-861b-c6b9b38f8bcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:48:47.076Z|1bdbf7d7-22a0-438c-861b-c6b9b38f8bcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:48:48.870Z|8cfc1c54-b85e-4fa9-b245-526421019c9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:48.871Z|8cfc1c54-b85e-4fa9-b245-526421019c9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:55.689Z|f0eac320-cedb-46ed-8a3d-be84b8af50d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:55.690Z|f0eac320-cedb-46ed-8a3d-be84b8af50d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:55.704Z|50516a46-5c82-4b81-adfa-c6f19ede3742|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:55.706Z|50516a46-5c82-4b81-adfa-c6f19ede3742|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:48:58.895Z|2b82bf72-9423-4fe0-82ab-8205e6eff07a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:48:58.896Z|2b82bf72-9423-4fe0-82ab-8205e6eff07a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:02.074Z|4bf30e05-6ca9-4f2a-acfc-5a812d20795f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:49:02.078Z|4bf30e05-6ca9-4f2a-acfc-5a812d20795f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:49:02.434Z|b9545c54-ca0f-4e28-8789-76ffd247c6a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:49:02.436Z|b9545c54-ca0f-4e28-8789-76ffd247c6a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:49:05.718Z|38c7436f-4872-48a0-b397-fb30bdcd33c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:05.719Z|38c7436f-4872-48a0-b397-fb30bdcd33c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:05.733Z|e8169630-530c-4738-b3ee-da5269d0cb8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:05.734Z|e8169630-530c-4738-b3ee-da5269d0cb8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:08.920Z|ea48d85e-9e1d-4da2-8285-1f30caa1e0e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:08.921Z|ea48d85e-9e1d-4da2-8285-1f30caa1e0e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:15.749Z|a6aa1b89-3674-4809-888a-fd07ce2ef5fe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:15.751Z|a6aa1b89-3674-4809-888a-fd07ce2ef5fe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:15.756Z|20609c35-2923-48c5-b491-42f72d33152d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:15.757Z|20609c35-2923-48c5-b491-42f72d33152d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:17.074Z|c952cb21-0e5a-44fe-9783-014a232fe063|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:49:17.075Z|c952cb21-0e5a-44fe-9783-014a232fe063|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:49:18.945Z|bd55cee6-7f87-47e4-9b4d-cf11f0bc08d8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:18.946Z|bd55cee6-7f87-47e4-9b4d-cf11f0bc08d8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:25.782Z|19c1b5e7-72df-4f7a-8f87-a6533d9d839b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:25.783Z|19c1b5e7-72df-4f7a-8f87-a6533d9d839b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:25.782Z|797cc989-73df-4708-a64a-d10509c3dfee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:25.789Z|797cc989-73df-4708-a64a-d10509c3dfee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:28.968Z|dee20b8d-1084-43ec-87ba-99930709a797|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:28.969Z|dee20b8d-1084-43ec-87ba-99930709a797|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:32.074Z|06126261-cf5a-43ea-86d9-b3866f6f1e79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:49:32.075Z|06126261-cf5a-43ea-86d9-b3866f6f1e79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:49:32.437Z|7b3e1da3-2de5-48a9-9c3d-d16dcb3335d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:49:32.438Z|7b3e1da3-2de5-48a9-9c3d-d16dcb3335d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:49:33.941Z|dd326fe4-5408-4d2c-87f5-70b173f062a8|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:49:33.944Z|dd326fe4-5408-4d2c-87f5-70b173f062a8|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:35.808Z|33fa7b48-37e4-44d2-b91f-53bb88a95659|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:35.810Z|33fa7b48-37e4-44d2-b91f-53bb88a95659|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:35.811Z|eb3bc391-1e65-4bb1-9b51-252c6e9e8100|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:35.812Z|eb3bc391-1e65-4bb1-9b51-252c6e9e8100|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:38.992Z|e8d0519a-315f-4e9c-a344-9c191ff4993e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:38.992Z|e8d0519a-315f-4e9c-a344-9c191ff4993e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:45.833Z|5fc8574c-6312-455c-a0ad-003ad3274222|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:45.834Z|5fc8574c-6312-455c-a0ad-003ad3274222|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:45.837Z|19730173-e423-44ba-81f4-18866e6e6bce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:45.837Z|19730173-e423-44ba-81f4-18866e6e6bce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:47.074Z|30098c80-64c8-4001-b7e1-acc59f8c605d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:49:47.085Z|30098c80-64c8-4001-b7e1-acc59f8c605d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:49:49.019Z|ef73e784-cb2b-4394-aa44-b9e18b9fb657|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:49.020Z|ef73e784-cb2b-4394-aa44-b9e18b9fb657|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:55.859Z|fac9a440-738a-45a2-b8d0-fbe2bbdb05c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:55.860Z|fac9a440-738a-45a2-b8d0-fbe2bbdb05c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:55.861Z|fd685053-f02c-47d2-9927-e837fc06f078|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:55.861Z|fd685053-f02c-47d2-9927-e837fc06f078|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:49:59.049Z|3ef85ef9-1f72-4925-aa38-895a00ba4fce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:49:59.051Z|3ef85ef9-1f72-4925-aa38-895a00ba4fce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:02.074Z|43677f9a-9a37-486f-b5f6-b788d4613bec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:50:02.074Z|43677f9a-9a37-486f-b5f6-b788d4613bec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:50:02.440Z|4dc3d40c-c139-4a05-88fa-5367b1d18349|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:50:02.440Z|4dc3d40c-c139-4a05-88fa-5367b1d18349|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:50:05.883Z|f296bfce-a387-4488-b2a1-ef7302c78f09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:05.884Z|f296bfce-a387-4488-b2a1-ef7302c78f09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:05.889Z|d25d2c43-f298-4ae2-9a0c-214908a78d5b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:05.890Z|d25d2c43-f298-4ae2-9a0c-214908a78d5b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:09.077Z|2333261b-2f4c-439a-800a-100108168626|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:09.077Z|2333261b-2f4c-439a-800a-100108168626|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:15.906Z|958807b9-909d-4f17-8a84-396149933a66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:15.908Z|958807b9-909d-4f17-8a84-396149933a66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:15.913Z|fe5fb882-568b-490f-817f-272b9083e035|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:15.914Z|fe5fb882-568b-490f-817f-272b9083e035|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:17.074Z|36954953-616f-4243-bd17-d06707724de7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:50:17.075Z|36954953-616f-4243-bd17-d06707724de7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:50:19.100Z|1a08f362-ce1f-4b5d-b396-b21ba14bc41d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:19.101Z|1a08f362-ce1f-4b5d-b396-b21ba14bc41d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:25.933Z|2130db9d-55f0-468d-b9e5-d142be969089|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:25.934Z|2130db9d-55f0-468d-b9e5-d142be969089|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:25.939Z|b27330f2-e23e-4a68-ad10-28a811da767c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:25.940Z|b27330f2-e23e-4a68-ad10-28a811da767c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:29.125Z|7c1f0ded-0697-457c-96aa-9ca5d5a59785|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:29.127Z|7c1f0ded-0697-457c-96aa-9ca5d5a59785|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:32.074Z|03bb96ac-53d4-4be8-a724-29befeab5fdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:50:32.078Z|03bb96ac-53d4-4be8-a724-29befeab5fdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:50:32.447Z|575e0034-4d37-494f-88ce-d85824ecac90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:50:32.467Z|575e0034-4d37-494f-88ce-d85824ecac90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:50:33.941Z|dd3c12f1-2374-44ca-b07e-5c2e176d9f8b|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:50:33.944Z|dd3c12f1-2374-44ca-b07e-5c2e176d9f8b|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:35.964Z|7bffb73c-c933-4cba-a35f-aeb4388ef7f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:35.964Z|dff89828-cfcd-42b2-a108-75fe59619e6a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:35.965Z|7bffb73c-c933-4cba-a35f-aeb4388ef7f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:35.966Z|dff89828-cfcd-42b2-a108-75fe59619e6a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:39.150Z|43726cb8-fce8-4734-9e94-06edfc506d49|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:39.151Z|43726cb8-fce8-4734-9e94-06edfc506d49|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:46.009Z|df66516e-485b-48bb-9c33-9819355e783a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:46.011Z|df66516e-485b-48bb-9c33-9819355e783a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:46.019Z|abfa0acd-09cc-4ecf-9121-318809b6ca99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:46.020Z|abfa0acd-09cc-4ecf-9121-318809b6ca99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:47.074Z|d3060c2b-41da-4820-a15d-6cfe6e6c80c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:50:47.074Z|d3060c2b-41da-4820-a15d-6cfe6e6c80c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:50:49.176Z|b79db2ee-fe2f-427a-bc95-c3ba34093944|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:49.177Z|b79db2ee-fe2f-427a-bc95-c3ba34093944|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:56.037Z|87751a9c-ba3b-45fb-b9ff-06e76ebfab7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:56.038Z|87751a9c-ba3b-45fb-b9ff-06e76ebfab7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:56.051Z|8b832f2c-e44d-4853-a481-7c2ccf328525|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:56.052Z|8b832f2c-e44d-4853-a481-7c2ccf328525|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:50:59.200Z|d27acf0d-3406-4382-ab82-79525e74534f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:50:59.201Z|d27acf0d-3406-4382-ab82-79525e74534f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:02.074Z|6d40102f-01ee-4ce3-8e38-4923662fe6b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:51:02.074Z|6d40102f-01ee-4ce3-8e38-4923662fe6b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:51:02.468Z|e74ddd96-d080-4fcc-b32e-13005fd2361f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:51:02.468Z|e74ddd96-d080-4fcc-b32e-13005fd2361f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:51:06.069Z|b6cd15c6-c72e-4d27-a03a-86443f800e02|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:06.070Z|b6cd15c6-c72e-4d27-a03a-86443f800e02|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:06.088Z|34c0e9d2-2d72-4232-98d6-cdda1013599b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:06.089Z|34c0e9d2-2d72-4232-98d6-cdda1013599b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:09.225Z|63463def-df3c-43ce-8cc8-62b727905c46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:09.226Z|63463def-df3c-43ce-8cc8-62b727905c46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:16.117Z|fb8b3c58-0185-473b-b4d1-5bc5a2992266|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:16.118Z|fb8b3c58-0185-473b-b4d1-5bc5a2992266|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:16.154Z|24c28c90-ada0-4845-a06f-56e94c71a59a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:16.155Z|24c28c90-ada0-4845-a06f-56e94c71a59a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:17.074Z|e6570ecc-ddb0-4a86-8db5-17698e7342a6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:51:17.074Z|e6570ecc-ddb0-4a86-8db5-17698e7342a6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:51:19.248Z|893bbbad-56c6-4cf9-875e-1f4c991d4d22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:19.249Z|893bbbad-56c6-4cf9-875e-1f4c991d4d22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:26.151Z|9b7eb30a-2057-4d85-b758-4bf3dbd0dc7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:26.152Z|9b7eb30a-2057-4d85-b758-4bf3dbd0dc7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:26.182Z|fe3bdbff-c8fc-4213-9206-ed8c927dc68a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:26.183Z|fe3bdbff-c8fc-4213-9206-ed8c927dc68a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:29.271Z|c0dc3cf3-1397-4687-9471-5039ef54fa71|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:29.272Z|c0dc3cf3-1397-4687-9471-5039ef54fa71|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:32.074Z|91b56608-5a1e-4481-aa83-fc1c1d7bf392|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:51:32.075Z|91b56608-5a1e-4481-aa83-fc1c1d7bf392|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:51:32.469Z|20830ef8-8a8a-4543-b36c-e2ba8bc2be16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:51:32.470Z|20830ef8-8a8a-4543-b36c-e2ba8bc2be16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:51:33.959Z|f5c036e8-60ba-4270-9173-c093ccec1d90|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:51:33.960Z|f5c036e8-60ba-4270-9173-c093ccec1d90|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:36.198Z|354f306e-e565-4391-9dee-ccab24473e0b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:36.199Z|354f306e-e565-4391-9dee-ccab24473e0b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:36.217Z|91a963ca-72b3-4093-9cbe-42d1b626cfbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:36.218Z|91a963ca-72b3-4093-9cbe-42d1b626cfbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:39.295Z|0f80e969-fbe7-454d-beed-d5768b4c3e42|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:39.296Z|0f80e969-fbe7-454d-beed-d5768b4c3e42|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:46.224Z|ab552a48-a96f-4000-9e9d-cef6ceafaa23|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:46.225Z|ab552a48-a96f-4000-9e9d-cef6ceafaa23|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:46.242Z|21852826-8d82-47c4-9d3f-da3994b9db89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:46.243Z|21852826-8d82-47c4-9d3f-da3994b9db89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:47.074Z|8e928dd0-e99f-495c-927f-f849d59dc500|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:51:47.079Z|8e928dd0-e99f-495c-927f-f849d59dc500|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:51:49.318Z|67e7d156-374e-4f1b-821f-372a2bde6120|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:49.319Z|67e7d156-374e-4f1b-821f-372a2bde6120|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:56.251Z|fe090e62-e19f-4534-854a-7afe095d5001|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:56.252Z|fe090e62-e19f-4534-854a-7afe095d5001|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:56.269Z|da7a4893-fa9e-43ef-ab04-56fde679a1de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:56.270Z|da7a4893-fa9e-43ef-ab04-56fde679a1de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:51:59.349Z|a0c20a5e-ca6f-44a7-940d-d4c01dcd5ad6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:51:59.350Z|a0c20a5e-ca6f-44a7-940d-d4c01dcd5ad6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:02.074Z|1aa45cc2-6b3f-4c9e-a4bd-a5376d65b9f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:52:02.075Z|1aa45cc2-6b3f-4c9e-a4bd-a5376d65b9f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:52:02.471Z|9b8af5a2-8c9d-4447-befc-4255fb8b3da9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:52:02.472Z|9b8af5a2-8c9d-4447-befc-4255fb8b3da9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:52:06.286Z|2ca5d3d6-9dcb-4c63-a583-e3a466ea3ef7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:06.287Z|2ca5d3d6-9dcb-4c63-a583-e3a466ea3ef7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:06.302Z|419800d6-0369-45df-8b9b-da187e2fc777|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:06.303Z|419800d6-0369-45df-8b9b-da187e2fc777|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:09.373Z|257bdf71-5e99-4e99-9f80-50a430e82b69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:09.374Z|257bdf71-5e99-4e99-9f80-50a430e82b69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:16.310Z|ed9659a2-fbd0-498a-896c-d40520415289|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:16.312Z|ed9659a2-fbd0-498a-896c-d40520415289|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:16.325Z|05692bae-b9fa-46db-8a3a-387cd95b0522|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:16.326Z|05692bae-b9fa-46db-8a3a-387cd95b0522|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:17.074Z|2ca4bdcf-e713-4ba5-8b5d-47764ffee4c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:52:17.075Z|2ca4bdcf-e713-4ba5-8b5d-47764ffee4c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:52:19.399Z|051db359-51b2-47bf-81da-b7d4d1bf490a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:19.401Z|051db359-51b2-47bf-81da-b7d4d1bf490a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:26.334Z|a5f39eb3-7dfa-451c-a481-7113e03715f7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:26.336Z|a5f39eb3-7dfa-451c-a481-7113e03715f7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:26.347Z|e58e8e9b-fc20-40cd-be67-8f6d9481b8b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:26.348Z|e58e8e9b-fc20-40cd-be67-8f6d9481b8b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:29.424Z|347d0333-2504-4b46-9b60-7193a938f391|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:29.425Z|347d0333-2504-4b46-9b60-7193a938f391|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:32.074Z|8c571fd9-fc21-46a1-a088-b65c5007af20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:52:32.077Z|8c571fd9-fc21-46a1-a088-b65c5007af20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:52:32.473Z|d9248d39-d259-4a23-a868-68edd104fb2e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:52:32.474Z|d9248d39-d259-4a23-a868-68edd104fb2e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:52:33.941Z|21cc17fc-9900-4244-b16a-551d1de20e41|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:52:33.942Z|21cc17fc-9900-4244-b16a-551d1de20e41|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:36.367Z|8f33fb3d-83c4-4abd-b2d5-9c6d53916838|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:36.367Z|339c7f81-1087-45ba-a046-922a678cf4ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:36.368Z|339c7f81-1087-45ba-a046-922a678cf4ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:36.369Z|8f33fb3d-83c4-4abd-b2d5-9c6d53916838|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:39.447Z|892c5d51-629f-4555-a39d-e4e6d1a053a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:39.448Z|892c5d51-629f-4555-a39d-e4e6d1a053a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:46.391Z|484ce6e1-9429-4373-b745-976a62322644|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:46.391Z|b7f8e0d7-ad1f-4a2b-b83e-a3eb9f244bcd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:46.392Z|b7f8e0d7-ad1f-4a2b-b83e-a3eb9f244bcd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:46.392Z|484ce6e1-9429-4373-b745-976a62322644|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:47.074Z|e83e47fb-d1be-4812-a973-25ffc11e3b1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:52:47.075Z|e83e47fb-d1be-4812-a973-25ffc11e3b1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:52:49.475Z|cacb98f1-1393-4623-bb20-635d104b2953|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:49.476Z|cacb98f1-1393-4623-bb20-635d104b2953|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:56.422Z|a0f99808-0f47-4199-a226-30c940e45ade|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:56.423Z|950a1ecd-d8f1-4252-80d8-2cee1b2c7fac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:56.423Z|a0f99808-0f47-4199-a226-30c940e45ade|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:56.425Z|950a1ecd-d8f1-4252-80d8-2cee1b2c7fac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:52:59.504Z|962701d0-2499-4d49-aea6-d303359423dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:52:59.505Z|962701d0-2499-4d49-aea6-d303359423dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:02.074Z|8e559fe2-8b21-433b-a4d1-0798572806c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:53:02.074Z|8e559fe2-8b21-433b-a4d1-0798572806c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:53:02.475Z|d3de4dc6-c9c3-44cd-886a-8022117628fa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:53:02.476Z|d3de4dc6-c9c3-44cd-886a-8022117628fa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:53:06.453Z|01975599-d37b-48c6-9226-19ee0fe2f056|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:06.454Z|01975599-d37b-48c6-9226-19ee0fe2f056|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:06.454Z|b53d9e07-a812-4210-aaa9-e84dd8225132|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:06.462Z|b53d9e07-a812-4210-aaa9-e84dd8225132|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:09.528Z|b35e4df9-a926-48f2-84f7-7ed281f86b47|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:09.530Z|b35e4df9-a926-48f2-84f7-7ed281f86b47|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:16.490Z|e1f319f7-4e16-4eff-9265-d0c4d0bc5ce7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:16.491Z|e1f319f7-4e16-4eff-9265-d0c4d0bc5ce7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:16.493Z|583a5bca-c3e3-4052-818a-1f17fabf1e06|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:16.496Z|583a5bca-c3e3-4052-818a-1f17fabf1e06|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:17.074Z|e96ec4dd-625f-468e-b3ac-600315ac1650|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:53:17.077Z|e96ec4dd-625f-468e-b3ac-600315ac1650|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:53:19.553Z|8c1046fa-0ef9-4511-aa27-babb905b9f00|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:19.554Z|8c1046fa-0ef9-4511-aa27-babb905b9f00|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:26.517Z|e925054b-4a14-46e6-9acd-c41d813bd070|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:26.518Z|e925054b-4a14-46e6-9acd-c41d813bd070|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:26.519Z|515ce103-d510-4d5b-ba28-1094ec9d588a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:26.520Z|515ce103-d510-4d5b-ba28-1094ec9d588a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:29.579Z|8870286e-811c-4512-8757-5d8a13f7bebc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:29.580Z|8870286e-811c-4512-8757-5d8a13f7bebc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:32.074Z|01ee502b-a4d3-4930-938b-5d76fb4d5360|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:53:32.074Z|01ee502b-a4d3-4930-938b-5d76fb4d5360|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:53:32.477Z|fd656637-0279-4569-9d64-ce1a5dc182aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:53:32.478Z|fd656637-0279-4569-9d64-ce1a5dc182aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:53:33.941Z|9f3edd52-176e-460c-8607-4791b1060c02|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:53:33.943Z|9f3edd52-176e-460c-8607-4791b1060c02|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:36.541Z|a291bd8d-eefc-4003-a9ae-922500656351|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:36.542Z|a291bd8d-eefc-4003-a9ae-922500656351|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:36.546Z|77ab2147-709e-4781-860d-59bc076c4b60|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:36.547Z|77ab2147-709e-4781-860d-59bc076c4b60|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:39.602Z|36846f60-cdca-4a53-8340-8fed8e82bdf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:39.603Z|36846f60-cdca-4a53-8340-8fed8e82bdf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:46.567Z|2cf34089-2a7f-45c2-b017-04f8ce080e89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:46.567Z|5e8b48e0-3a4b-44d8-a89b-841e9be5846a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:46.568Z|5e8b48e0-3a4b-44d8-a89b-841e9be5846a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:46.568Z|2cf34089-2a7f-45c2-b017-04f8ce080e89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:47.074Z|58e27c83-5474-4c69-b409-0c7d8bf70e43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:53:47.075Z|58e27c83-5474-4c69-b409-0c7d8bf70e43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:53:49.627Z|769a8668-a241-4553-8860-4ccbf0514b1e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:49.628Z|769a8668-a241-4553-8860-4ccbf0514b1e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:56.591Z|fec2a1f1-0842-4640-8e73-74135609f0e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:56.591Z|abe910f4-5713-4178-a533-39e43bded2ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:56.592Z|fec2a1f1-0842-4640-8e73-74135609f0e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:56.592Z|abe910f4-5713-4178-a533-39e43bded2ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:53:59.657Z|2f5796ad-1dcd-4475-9bc2-8bc0ae8abad9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:53:59.658Z|2f5796ad-1dcd-4475-9bc2-8bc0ae8abad9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:02.074Z|abb9b4fe-79e6-45df-b105-d1db570bf5c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:54:02.078Z|abb9b4fe-79e6-45df-b105-d1db570bf5c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:54:02.479Z|4f8a6f3c-2b62-46ae-8562-54b2997d204d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:54:02.479Z|4f8a6f3c-2b62-46ae-8562-54b2997d204d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:54:06.616Z|a2260480-329a-4f42-9f21-2f9d88b4a198|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:06.616Z|ac1caf51-e822-4ae9-8dc0-cabb518a6346|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:06.617Z|ac1caf51-e822-4ae9-8dc0-cabb518a6346|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:06.618Z|a2260480-329a-4f42-9f21-2f9d88b4a198|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:09.681Z|1dd705c6-3d8a-4074-94a9-47349b715ceb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:09.682Z|1dd705c6-3d8a-4074-94a9-47349b715ceb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:16.641Z|82c9beb2-9ffd-4c7b-9344-498bb2ce6bd9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:16.642Z|9ce5eb2c-abdf-47d6-9b24-92293e1b8101|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:16.642Z|82c9beb2-9ffd-4c7b-9344-498bb2ce6bd9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:16.644Z|9ce5eb2c-abdf-47d6-9b24-92293e1b8101|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:17.074Z|71600dd4-395e-418e-9097-24ebc8bcaf79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:54:17.075Z|71600dd4-395e-418e-9097-24ebc8bcaf79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:54:19.711Z|fa1dfe28-aef3-4d5c-8e6d-1e4086b2e177|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:19.712Z|fa1dfe28-aef3-4d5c-8e6d-1e4086b2e177|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:26.676Z|77a13f1c-20f5-403d-9aa7-0c328c83f5a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:26.676Z|8ca56b37-6c12-4bc3-95b1-486cf2bbae91|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:26.678Z|8ca56b37-6c12-4bc3-95b1-486cf2bbae91|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:26.678Z|77a13f1c-20f5-403d-9aa7-0c328c83f5a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:29.738Z|4739c93e-2c38-4a45-ac2b-e09bfb814fc5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:29.739Z|4739c93e-2c38-4a45-ac2b-e09bfb814fc5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:32.075Z|2fccfda2-e574-4c31-9bfa-d95ca539c384|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:54:32.081Z|2fccfda2-e574-4c31-9bfa-d95ca539c384|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:54:32.483Z|1aea767f-8a35-425d-885b-0e476145b87a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:54:32.484Z|1aea767f-8a35-425d-885b-0e476145b87a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:54:33.945Z|76ec2aba-f889-4df1-98c0-6adbe84f76c4|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:54:33.947Z|76ec2aba-f889-4df1-98c0-6adbe84f76c4|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:36.705Z|6050c56f-c3bb-409b-b58d-8211356d02db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:36.706Z|263c4072-ba11-4f92-9fd5-0be17fd6fa91|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:36.706Z|6050c56f-c3bb-409b-b58d-8211356d02db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:36.707Z|263c4072-ba11-4f92-9fd5-0be17fd6fa91|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:39.776Z|e3524e35-2ba6-47a8-9804-e7eb90e66e52|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:39.777Z|e3524e35-2ba6-47a8-9804-e7eb90e66e52|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:46.730Z|8607accc-dcb2-49db-be69-c45e84d26da6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:46.730Z|149fc6f5-fe76-421c-af66-cf350e526727|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:46.732Z|149fc6f5-fe76-421c-af66-cf350e526727|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:46.732Z|8607accc-dcb2-49db-be69-c45e84d26da6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:47.074Z|8633eac3-6e3f-45ff-9214-ccce1918a818|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:54:47.076Z|8633eac3-6e3f-45ff-9214-ccce1918a818|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:54:49.799Z|3e948a8d-d940-4f25-aca4-ce7306a38fbd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:49.800Z|3e948a8d-d940-4f25-aca4-ce7306a38fbd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:56.760Z|86ccd28a-1ee6-485b-93be-fb6a53f1ead3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:56.760Z|c9b5c447-b728-4cea-b403-3a070be9ba74|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:56.761Z|86ccd28a-1ee6-485b-93be-fb6a53f1ead3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:56.761Z|c9b5c447-b728-4cea-b403-3a070be9ba74|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:54:59.826Z|8b47911d-52a3-49a3-b278-6f41ca786847|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:54:59.827Z|8b47911d-52a3-49a3-b278-6f41ca786847|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:02.074Z|94c18f84-6610-4319-863a-806cbf199e69|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:55:02.075Z|94c18f84-6610-4319-863a-806cbf199e69|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:55:02.485Z|dee72708-5c96-47ec-b8a7-8347e3e0ff51|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:55:02.486Z|dee72708-5c96-47ec-b8a7-8347e3e0ff51|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:55:06.795Z|be123b57-5f38-4477-8de2-0d18b7755527|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:06.795Z|fe6150f4-bb2d-42cd-9e3f-b365ecbd5616|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:06.796Z|be123b57-5f38-4477-8de2-0d18b7755527|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:06.796Z|fe6150f4-bb2d-42cd-9e3f-b365ecbd5616|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:09.858Z|f6daba61-1081-4aae-b808-7afb1e1d3248|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:09.859Z|f6daba61-1081-4aae-b808-7afb1e1d3248|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:16.820Z|abd77682-0fab-4739-ae67-b8393f19d847|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:16.820Z|a4c2c7d7-2bbd-4462-87ab-c8512b2ad707|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:16.821Z|abd77682-0fab-4739-ae67-b8393f19d847|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:16.821Z|a4c2c7d7-2bbd-4462-87ab-c8512b2ad707|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:17.074Z|b80362c7-8e81-4d6d-b104-bf70847f2100|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:55:17.077Z|b80362c7-8e81-4d6d-b104-bf70847f2100|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:55:19.884Z|659f6fa2-320e-4554-b564-42ae57479518|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:19.885Z|659f6fa2-320e-4554-b564-42ae57479518|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:26.845Z|a2999159-e5a8-426c-a358-f3946ef9eb56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:26.845Z|b38c1b88-8f02-4e8e-b93b-f2c0a7f6e5a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:26.846Z|b38c1b88-8f02-4e8e-b93b-f2c0a7f6e5a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:26.848Z|a2999159-e5a8-426c-a358-f3946ef9eb56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:29.911Z|be98fec7-4569-41a8-bd99-82d1a978fa08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:29.913Z|be98fec7-4569-41a8-bd99-82d1a978fa08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:32.074Z|dba2340c-1cd8-41aa-9e9f-ecd78203db40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:55:32.075Z|dba2340c-1cd8-41aa-9e9f-ecd78203db40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:55:32.487Z|0f2b0668-a49b-4bb7-9ad9-a2fbc06ef5c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:55:32.488Z|0f2b0668-a49b-4bb7-9ad9-a2fbc06ef5c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:55:33.941Z|bb7b56db-7245-4d33-a87a-547ec3070fa0|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:55:33.943Z|bb7b56db-7245-4d33-a87a-547ec3070fa0|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:36.870Z|2fd149d5-1842-45e6-935a-f16d5b2e21c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:36.871Z|2fd149d5-1842-45e6-935a-f16d5b2e21c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:36.871Z|c147fd3d-690c-47f4-a985-63f8dfc5772f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:36.872Z|c147fd3d-690c-47f4-a985-63f8dfc5772f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:39.937Z|41aa082e-84f6-47b4-8dbc-de4502b0935b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:39.938Z|41aa082e-84f6-47b4-8dbc-de4502b0935b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:46.897Z|fd520552-e0b4-4ee0-8e9a-12061bb10b52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:46.899Z|fd520552-e0b4-4ee0-8e9a-12061bb10b52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:46.919Z|ed34b775-1317-4357-9747-3f3ef7b69a95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:46.920Z|ed34b775-1317-4357-9747-3f3ef7b69a95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:47.074Z|3d30dade-6325-46b1-9e3e-c610fcb12d50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:55:47.075Z|3d30dade-6325-46b1-9e3e-c610fcb12d50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:55:49.961Z|1b7f10da-92cf-4627-bff7-d4b5b4d3c16f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:49.963Z|1b7f10da-92cf-4627-bff7-d4b5b4d3c16f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:56.933Z|6aabbc55-285d-4c39-a844-89399a1f1e22|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:56.934Z|6aabbc55-285d-4c39-a844-89399a1f1e22|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:56.949Z|37849160-875e-4905-8ec4-2fa53d0e2622|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:56.950Z|37849160-875e-4905-8ec4-2fa53d0e2622|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:55:59.988Z|5778f97c-572d-44a4-8442-08c4c1f7c1b6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:55:59.989Z|5778f97c-572d-44a4-8442-08c4c1f7c1b6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:02.074Z|efe7b36a-c581-43ae-bd25-093455af6ec1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:56:02.078Z|efe7b36a-c581-43ae-bd25-093455af6ec1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:56:02.489Z|692295ba-a802-44fb-af6e-240ceac8d67d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:56:02.490Z|692295ba-a802-44fb-af6e-240ceac8d67d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:56:06.966Z|62407333-9e2e-490f-9029-b45bf84cded8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:06.967Z|62407333-9e2e-490f-9029-b45bf84cded8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:06.972Z|c4728330-a5e6-4f5d-b74c-2b8f0bb9ae37|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:06.974Z|c4728330-a5e6-4f5d-b74c-2b8f0bb9ae37|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:10.024Z|bd330fe9-312a-4f46-947e-82efd09a56b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:10.025Z|bd330fe9-312a-4f46-947e-82efd09a56b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:17.004Z|c9178da8-b6e2-4bea-b596-1f2ec778d9bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:17.005Z|c9178da8-b6e2-4bea-b596-1f2ec778d9bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:17.008Z|25d14112-157e-48a9-8783-8d60dad705b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:17.009Z|25d14112-157e-48a9-8783-8d60dad705b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:17.074Z|35cf13f3-821e-4848-889b-794dab63f71a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:56:17.075Z|35cf13f3-821e-4848-889b-794dab63f71a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:56:20.050Z|27c88ae0-c9a8-4c26-841e-add43a4b97f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:20.051Z|27c88ae0-c9a8-4c26-841e-add43a4b97f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:27.028Z|937675e8-ad5f-4cff-ba8c-ab5fedbd271d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:27.029Z|937675e8-ad5f-4cff-ba8c-ab5fedbd271d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:27.027Z|faf61e77-3442-4e6d-8d46-7475b7db2938|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:27.030Z|faf61e77-3442-4e6d-8d46-7475b7db2938|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:30.077Z|8339dfc9-0b04-4a7d-ad1b-7e4f9fb82ca5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:30.078Z|8339dfc9-0b04-4a7d-ad1b-7e4f9fb82ca5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:32.074Z|71cf6871-8151-4466-82fd-87830680d9d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:56:32.075Z|71cf6871-8151-4466-82fd-87830680d9d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:56:32.492Z|caff0c45-e14f-4002-abe8-4b23194328f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:56:32.493Z|caff0c45-e14f-4002-abe8-4b23194328f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:56:33.942Z|33a730ce-9a7f-47c4-b58d-f3785e36ef4e|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:56:33.943Z|33a730ce-9a7f-47c4-b58d-f3785e36ef4e|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:37.057Z|75d366a6-e220-4eb3-94e6-a232a9fc8d61|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:37.059Z|75d366a6-e220-4eb3-94e6-a232a9fc8d61|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:37.065Z|a96f38d9-8751-4584-8066-dae655fceebd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:37.066Z|a96f38d9-8751-4584-8066-dae655fceebd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:40.122Z|91b80843-14b9-4817-b359-ba2976d75a35|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:40.123Z|91b80843-14b9-4817-b359-ba2976d75a35|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:47.074Z|f79bb3f5-8146-4b57-b448-5b13b0776207|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:56:47.078Z|f79bb3f5-8146-4b57-b448-5b13b0776207|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:56:47.097Z|18e2123e-68db-4978-8358-909e56b609ed|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:47.098Z|18e2123e-68db-4978-8358-909e56b609ed|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:47.101Z|2cd4d436-d11e-46e6-9c60-10e8261494a5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:47.102Z|2cd4d436-d11e-46e6-9c60-10e8261494a5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:50.145Z|c72dc1f3-55f0-4c5b-8681-b1ee493d298d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:50.146Z|c72dc1f3-55f0-4c5b-8681-b1ee493d298d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:57.122Z|8408cf95-c15c-493f-bf0c-993fab17c166|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:57.123Z|8408cf95-c15c-493f-bf0c-993fab17c166|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:56:57.123Z|d3e52157-bb45-4964-8e1f-04766f91b5c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:56:57.125Z|d3e52157-bb45-4964-8e1f-04766f91b5c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:00.170Z|42e91c6e-bd88-41eb-a094-f56622d67877|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:00.172Z|42e91c6e-bd88-41eb-a094-f56622d67877|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:02.074Z|b6683c4b-45db-4319-a3d4-540bdeaaf974|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:57:02.074Z|b6683c4b-45db-4319-a3d4-540bdeaaf974|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:57:02.494Z|6349ac82-ed08-4fff-a861-3fe92c7ddc88|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:57:02.494Z|6349ac82-ed08-4fff-a861-3fe92c7ddc88|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:57:07.147Z|9aa99422-ba40-49cd-86d2-39a108bf40f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:07.148Z|9aa99422-ba40-49cd-86d2-39a108bf40f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:07.165Z|dc671efc-b94f-456a-bef8-d19d3fad7dc8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:07.165Z|dc671efc-b94f-456a-bef8-d19d3fad7dc8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:10.198Z|dd596a14-ce83-4dd1-baaf-2592a626521e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:10.199Z|dd596a14-ce83-4dd1-baaf-2592a626521e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:17.074Z|b6a6ef04-8e87-4172-add6-54d8c7c01605|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:57:17.075Z|b6a6ef04-8e87-4172-add6-54d8c7c01605|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:57:17.189Z|268e24d5-37e4-47c3-88ce-551a4a0806ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:17.190Z|268e24d5-37e4-47c3-88ce-551a4a0806ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:17.193Z|e59fc2ca-63bf-4152-85f1-9cdfd1b6ff20|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:17.194Z|e59fc2ca-63bf-4152-85f1-9cdfd1b6ff20|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:20.223Z|5fcac0d5-a0e9-43a3-ae24-612fba93c812|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:20.224Z|5fcac0d5-a0e9-43a3-ae24-612fba93c812|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:27.213Z|5a6d1df6-8ca1-44b4-93c6-37dc6e706954|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:27.214Z|5a6d1df6-8ca1-44b4-93c6-37dc6e706954|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:27.216Z|db7b86a8-132d-40b7-b762-ba3a235318ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:27.217Z|db7b86a8-132d-40b7-b762-ba3a235318ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:30.251Z|a41e907f-d512-4210-b71e-4ef1d1333fe7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:30.252Z|a41e907f-d512-4210-b71e-4ef1d1333fe7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:32.074Z|068016cb-fa0b-482e-af17-c27723156ffb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:57:32.077Z|068016cb-fa0b-482e-af17-c27723156ffb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:57:32.495Z|7b93216f-0e66-4227-8bc7-aa285e9b16a5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:57:32.496Z|7b93216f-0e66-4227-8bc7-aa285e9b16a5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:57:33.942Z|e42afe46-ae08-4e63-b74f-054997fca785|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:57:33.957Z|e42afe46-ae08-4e63-b74f-054997fca785|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:37.239Z|20ac1ad3-ee9c-4807-a22d-e6a87ef8043a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:37.239Z|9c63daa6-d949-401b-b535-e9990113afbd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:37.240Z|20ac1ad3-ee9c-4807-a22d-e6a87ef8043a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:37.240Z|9c63daa6-d949-401b-b535-e9990113afbd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:40.275Z|e5bff6fa-850e-4b67-9e36-21eeb1aa6428|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:40.277Z|e5bff6fa-850e-4b67-9e36-21eeb1aa6428|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:47.074Z|4be591a7-42c4-4c96-916c-e9cd486a430b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:57:47.074Z|4be591a7-42c4-4c96-916c-e9cd486a430b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:57:47.273Z|928d82cf-029b-4c8a-b9ad-cd9f30110978|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:47.276Z|928d82cf-029b-4c8a-b9ad-cd9f30110978|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:47.302Z|9a483c7e-14e3-4c21-9423-2ff0a66844fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:47.302Z|9a483c7e-14e3-4c21-9423-2ff0a66844fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:50.300Z|855aeb8f-1613-4771-87ff-a8ba7da62884|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:50.301Z|855aeb8f-1613-4771-87ff-a8ba7da62884|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:57.298Z|5735dcb8-ffe7-4624-85e5-562a7e3f05bd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:57.299Z|5735dcb8-ffe7-4624-85e5-562a7e3f05bd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:57:57.326Z|3b725562-bdbb-431c-a7bf-6a86e9262ec9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:57:57.327Z|3b725562-bdbb-431c-a7bf-6a86e9262ec9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:00.325Z|8a266c4a-eec3-4474-9c8d-951d06a8ddb2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:00.326Z|8a266c4a-eec3-4474-9c8d-951d06a8ddb2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:02.073Z|26fb1720-189d-4976-afca-63dafd48e103|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:58:02.074Z|26fb1720-189d-4976-afca-63dafd48e103|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:58:02.497Z|ac05f6e1-4d0c-4e1a-93e1-5d23e88ab7e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:58:02.498Z|ac05f6e1-4d0c-4e1a-93e1-5d23e88ab7e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:58:07.321Z|f37d4a2c-2ac8-492e-86e8-13de5324c805|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:07.322Z|f37d4a2c-2ac8-492e-86e8-13de5324c805|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:07.359Z|c7707b72-1879-4dfd-9fba-3b19f648a149|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:07.359Z|c7707b72-1879-4dfd-9fba-3b19f648a149|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:10.349Z|c13e009b-053f-4a29-bf67-d4c4eaf3340a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:10.350Z|c13e009b-053f-4a29-bf67-d4c4eaf3340a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:17.074Z|1d514852-e455-4641-9bb2-7ab5eb1391b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:58:17.078Z|1d514852-e455-4641-9bb2-7ab5eb1391b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:58:17.344Z|4564e7f7-7bf0-443c-81b1-76c9e1b54e12|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:17.345Z|4564e7f7-7bf0-443c-81b1-76c9e1b54e12|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:17.390Z|d12c7ddf-a0c6-4e3f-a5d3-cc3e6d1fd36a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:17.391Z|d12c7ddf-a0c6-4e3f-a5d3-cc3e6d1fd36a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:20.373Z|964b4fe8-92b3-44c9-8f01-0a9cb7d49a68|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:20.374Z|964b4fe8-92b3-44c9-8f01-0a9cb7d49a68|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:27.367Z|4922b16c-505c-43ab-9095-8d01eb1b8515|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:27.368Z|4922b16c-505c-43ab-9095-8d01eb1b8515|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:27.414Z|1ef9ec81-c39e-455b-b28d-d262257bdca6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:27.415Z|1ef9ec81-c39e-455b-b28d-d262257bdca6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:30.397Z|f9d20dbf-b969-453e-96bc-3027254eb616|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:30.398Z|f9d20dbf-b969-453e-96bc-3027254eb616|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:32.074Z|90f41692-1dab-42d7-8a71-3a96e68cd757|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:58:32.075Z|90f41692-1dab-42d7-8a71-3a96e68cd757|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:58:32.499Z|49744808-b39d-4c3d-8191-d2602357695e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:58:32.499Z|49744808-b39d-4c3d-8191-d2602357695e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:58:33.940Z|99d8e667-1aa6-4deb-aacd-122fab03067b|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:58:33.940Z|99d8e667-1aa6-4deb-aacd-122fab03067b|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:37.393Z|61babe88-5c2d-4afb-b6f9-d1c6409ef8ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:37.394Z|61babe88-5c2d-4afb-b6f9-d1c6409ef8ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:37.446Z|8170fc1e-55d5-408e-9e00-e137da273522|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:37.447Z|8170fc1e-55d5-408e-9e00-e137da273522|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:40.422Z|891a77f6-665d-4fc9-a850-a6c5d6899e4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:40.423Z|891a77f6-665d-4fc9-a850-a6c5d6899e4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:47.074Z|68eeef62-1d84-4bff-966a-910707a36433|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:58:47.075Z|68eeef62-1d84-4bff-966a-910707a36433|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:58:47.417Z|79388003-20ec-4715-a828-fa550843cd67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:47.418Z|79388003-20ec-4715-a828-fa550843cd67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:47.470Z|865afcf2-9fe8-45e8-882d-307c5675a669|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:47.471Z|865afcf2-9fe8-45e8-882d-307c5675a669|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:50.446Z|08258d0a-f785-4183-809e-8cf55fe9ea03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:50.447Z|08258d0a-f785-4183-809e-8cf55fe9ea03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:57.440Z|d7a6429e-659f-48af-8cca-d21a8351bb0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:57.440Z|d7a6429e-659f-48af-8cca-d21a8351bb0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:58:57.494Z|2505e0f7-6529-41ac-a227-a9cb2af881b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:58:57.495Z|2505e0f7-6529-41ac-a227-a9cb2af881b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:00.470Z|a8b93589-34c9-4a8f-b775-feccb9335b3f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:00.471Z|a8b93589-34c9-4a8f-b775-feccb9335b3f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:02.074Z|9099316c-d889-42a0-8140-909462396df6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:59:02.077Z|9099316c-d889-42a0-8140-909462396df6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:59:02.500Z|e96f9811-835b-4f5f-85a9-f4feec09a826|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:59:02.501Z|e96f9811-835b-4f5f-85a9-f4feec09a826|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:59:07.466Z|7f65e81c-9474-4368-818b-ecc9f0f9de33|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:07.467Z|7f65e81c-9474-4368-818b-ecc9f0f9de33|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:07.517Z|7a43cafa-25d9-4c63-90ab-646e7dbcc34e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:07.517Z|7a43cafa-25d9-4c63-90ab-646e7dbcc34e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:10.496Z|a91d8acf-abc5-4687-b679-534f555fe321|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:10.496Z|a91d8acf-abc5-4687-b679-534f555fe321|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:17.074Z|f9fd1fc3-a589-4080-9336-6e00bfdb760f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:59:17.075Z|f9fd1fc3-a589-4080-9336-6e00bfdb760f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:59:17.496Z|6e823c9f-2e50-4241-b9d4-7a9e20ba2587|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:17.498Z|6e823c9f-2e50-4241-b9d4-7a9e20ba2587|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:17.539Z|d372e301-52f3-4c5d-934d-b79f0f4a4244|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:17.540Z|d372e301-52f3-4c5d-934d-b79f0f4a4244|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:20.519Z|bd7cc828-51fd-474f-a0ed-a96119ee9d33|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:20.520Z|bd7cc828-51fd-474f-a0ed-a96119ee9d33|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:27.521Z|0999c067-8fe7-45a2-90c7-657de6d4e17f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:27.522Z|0999c067-8fe7-45a2-90c7-657de6d4e17f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:27.564Z|54fe8c34-fc43-49bd-bdb8-aaea91f0dbfa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:27.565Z|54fe8c34-fc43-49bd-bdb8-aaea91f0dbfa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:30.550Z|ac6b0653-e544-4bc6-80df-720c0529ca64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:30.551Z|ac6b0653-e544-4bc6-80df-720c0529ca64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:32.074Z|1a1a13d6-fae2-4a4b-a754-f3e4730c80a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:59:32.074Z|1a1a13d6-fae2-4a4b-a754-f3e4730c80a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:59:32.502Z|e240c965-864a-4993-be6e-d0a527080955|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:59:32.503Z|e240c965-864a-4993-be6e-d0a527080955|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:59:33.944Z|f4524eb0-4cb6-4a65-8d74-1fce37fee433|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T14:59:33.945Z|f4524eb0-4cb6-4a65-8d74-1fce37fee433|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:37.552Z|83120569-4d75-40bd-bb00-00fd8c5febb8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:37.552Z|83120569-4d75-40bd-bb00-00fd8c5febb8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:37.589Z|4ab9113a-4e29-4350-824e-3828cedec456|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:37.590Z|4ab9113a-4e29-4350-824e-3828cedec456|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:40.576Z|11823100-906c-456d-8685-fc897c7aa736|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:40.579Z|11823100-906c-456d-8685-fc897c7aa736|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:47.074Z|b94d6aa2-cdb7-4dfb-b924-d729b134135a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T14:59:47.077Z|b94d6aa2-cdb7-4dfb-b924-d729b134135a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T14:59:47.576Z|8b0a4149-06f7-4917-a58b-968052520408|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:47.577Z|8b0a4149-06f7-4917-a58b-968052520408|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:47.613Z|2fdc6450-fbd9-424a-80a2-e751c9a3ea1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:47.614Z|2fdc6450-fbd9-424a-80a2-e751c9a3ea1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:50.605Z|bd323c0b-0154-4ca5-8a9a-90d17af71a37|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:50.607Z|bd323c0b-0154-4ca5-8a9a-90d17af71a37|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:57.598Z|514bdb95-9d0e-4aaa-9893-1307c4b03962|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:57.599Z|514bdb95-9d0e-4aaa-9893-1307c4b03962|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T14:59:57.637Z|9ee2f6e2-4646-4413-9fd7-2b1eee6e7062|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T14:59:57.638Z|9ee2f6e2-4646-4413-9fd7-2b1eee6e7062|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:00.629Z|f449d093-fe3c-48c8-8eaa-f254a0f76cfc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:00.630Z|f449d093-fe3c-48c8-8eaa-f254a0f76cfc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:02.074Z|8a95f606-9b84-46c5-a22d-2c2b6b5be9bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:00:02.074Z|8a95f606-9b84-46c5-a22d-2c2b6b5be9bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:00:02.504Z|30c4d9e2-4546-4f83-a552-81f0186a5c32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:00:02.504Z|30c4d9e2-4546-4f83-a552-81f0186a5c32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:00:07.622Z|d7561baa-4b2a-470e-ac10-a6c2147d9c51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:07.623Z|d7561baa-4b2a-470e-ac10-a6c2147d9c51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:07.664Z|77a1e64e-4e78-45d8-90dc-883b3a8d7385|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:07.665Z|77a1e64e-4e78-45d8-90dc-883b3a8d7385|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:10.652Z|967e8d70-dcdf-43e4-b9c4-ac3d6e730d2a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:10.653Z|967e8d70-dcdf-43e4-b9c4-ac3d6e730d2a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:17.074Z|84c4b544-bcee-4e2c-91a4-022fe95af48b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:00:17.074Z|84c4b544-bcee-4e2c-91a4-022fe95af48b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:00:17.645Z|819ede01-ef94-46e6-a170-42017f5f1748|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:17.646Z|819ede01-ef94-46e6-a170-42017f5f1748|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:17.694Z|c5c52139-22ac-4721-8fe2-e2d405c3d0f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:17.695Z|c5c52139-22ac-4721-8fe2-e2d405c3d0f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:20.675Z|42203560-9a2e-4b76-9e19-3dc19d261162|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:20.676Z|42203560-9a2e-4b76-9e19-3dc19d261162|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:27.670Z|d49b68f9-d696-4dea-b525-f1afc72e7f00|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:27.670Z|d49b68f9-d696-4dea-b525-f1afc72e7f00|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:27.718Z|d0d7865f-e866-4502-8881-fc1c59fb858f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:27.719Z|d0d7865f-e866-4502-8881-fc1c59fb858f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:30.699Z|982e78f9-4f02-4a7d-b6ce-4893406b2f76|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:30.699Z|982e78f9-4f02-4a7d-b6ce-4893406b2f76|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:32.074Z|b4150721-878b-4b31-8ba6-fe97b059348d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:00:32.077Z|b4150721-878b-4b31-8ba6-fe97b059348d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:00:32.505Z|ee231d1b-25d7-4fd3-b2ea-fdf8774aadb4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:00:32.506Z|ee231d1b-25d7-4fd3-b2ea-fdf8774aadb4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:00:33.941Z|8b1874c2-38ee-4f9f-9de8-6c08d8219a7e|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:00:33.943Z|8b1874c2-38ee-4f9f-9de8-6c08d8219a7e|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:37.698Z|c7cc10f0-0171-42c8-8192-438a3741d84f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:37.699Z|c7cc10f0-0171-42c8-8192-438a3741d84f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:37.741Z|d9ac5925-f53a-4603-bc97-6d9604510954|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:37.761Z|d9ac5925-f53a-4603-bc97-6d9604510954|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:40.723Z|85b5b409-5d94-4754-bdaa-dac42c0ac9ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:40.723Z|85b5b409-5d94-4754-bdaa-dac42c0ac9ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:47.074Z|f94a2f9f-26ca-4936-bb3a-a5d69ee74588|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:00:47.075Z|f94a2f9f-26ca-4936-bb3a-a5d69ee74588|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:00:47.725Z|c6552738-e541-4b13-b678-a0ee22fa3822|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:47.726Z|c6552738-e541-4b13-b678-a0ee22fa3822|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:47.794Z|9ec5d1f1-df4d-4d52-bc06-57dc2e5a7d7c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:47.795Z|9ec5d1f1-df4d-4d52-bc06-57dc2e5a7d7c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:50.746Z|ebaf9679-b445-4c13-88bc-83f9459c774d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:50.748Z|ebaf9679-b445-4c13-88bc-83f9459c774d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:57.749Z|4d187891-fe52-4a69-9d7a-e9af2769f8e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:57.755Z|4d187891-fe52-4a69-9d7a-e9af2769f8e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:00:57.817Z|25cb55cc-dc4d-44d8-92b8-00d5afb4a523|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:00:57.818Z|25cb55cc-dc4d-44d8-92b8-00d5afb4a523|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:00.775Z|69134d3f-7736-4ed6-a5e9-5263b86e1507|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:00.776Z|69134d3f-7736-4ed6-a5e9-5263b86e1507|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:02.074Z|67c13c20-7b09-4d39-b11d-757e8d0570d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:01:02.076Z|67c13c20-7b09-4d39-b11d-757e8d0570d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:01:02.507Z|2237657d-d30c-43b8-903d-22f6c7ae631a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:01:02.508Z|2237657d-d30c-43b8-903d-22f6c7ae631a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:01:07.787Z|8843b4db-4bad-4b05-96eb-55c56c8f1ba4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:07.788Z|8843b4db-4bad-4b05-96eb-55c56c8f1ba4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:07.840Z|1aa8ba9e-fc0e-43ac-8f90-ad1b81b6c199|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:07.841Z|1aa8ba9e-fc0e-43ac-8f90-ad1b81b6c199|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:10.807Z|6d87ca90-e4f5-4089-a42f-45638cda32db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:10.808Z|6d87ca90-e4f5-4089-a42f-45638cda32db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:17.074Z|aa83e619-4b1b-4748-8955-4f7615671f03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:01:17.077Z|aa83e619-4b1b-4748-8955-4f7615671f03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:01:17.813Z|e652f763-eec9-4ad4-9c62-383d6b29dabb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:17.814Z|e652f763-eec9-4ad4-9c62-383d6b29dabb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:17.862Z|cc2aac49-e50a-42cd-9f74-1906515cd4b8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:17.864Z|cc2aac49-e50a-42cd-9f74-1906515cd4b8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:20.834Z|e8cdad8a-7e48-4ae5-b1c8-392b33d5e180|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:20.835Z|e8cdad8a-7e48-4ae5-b1c8-392b33d5e180|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:27.837Z|03a7aa23-67ac-4f2a-be85-3a2cf023541b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:27.838Z|03a7aa23-67ac-4f2a-be85-3a2cf023541b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:27.889Z|57a162fb-8423-4af7-a87c-44b4f915b8c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:27.890Z|57a162fb-8423-4af7-a87c-44b4f915b8c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:30.861Z|e809df5e-6544-4da2-b41c-4c0f0d41928b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:30.862Z|e809df5e-6544-4da2-b41c-4c0f0d41928b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:32.074Z|e7ea484a-45f8-44d5-9f28-984853848104|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:01:32.074Z|e7ea484a-45f8-44d5-9f28-984853848104|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:01:32.509Z|8cfdd687-4603-4d85-95a4-d975a2ec561a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:01:32.509Z|8cfdd687-4603-4d85-95a4-d975a2ec561a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:01:33.940Z|cc4f3b41-0e63-48bf-9ca4-0f2defc58a4b|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:01:33.941Z|cc4f3b41-0e63-48bf-9ca4-0f2defc58a4b|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:37.863Z|affaca08-5317-498f-a5ad-04813701c356|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:37.866Z|affaca08-5317-498f-a5ad-04813701c356|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:37.912Z|c2cc4fb5-0af1-4821-95ee-3ec3d9761c3f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:37.913Z|c2cc4fb5-0af1-4821-95ee-3ec3d9761c3f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:40.893Z|0c0c1055-f5bb-4d13-a04a-5dab62e38659|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:40.895Z|0c0c1055-f5bb-4d13-a04a-5dab62e38659|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:47.074Z|12aa6f24-a334-44cc-9fbf-07c28e3fdbde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:01:47.075Z|12aa6f24-a334-44cc-9fbf-07c28e3fdbde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:01:47.895Z|09d0c75f-4cf3-4f79-908e-a0e656d436c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:47.896Z|09d0c75f-4cf3-4f79-908e-a0e656d436c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:47.936Z|4ac5288c-683c-4c05-9e34-5e3c7d78e076|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:47.937Z|4ac5288c-683c-4c05-9e34-5e3c7d78e076|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:50.917Z|de9efa06-d687-4a68-8bc6-267dd13f7870|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:50.918Z|de9efa06-d687-4a68-8bc6-267dd13f7870|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:57.917Z|6e2ee610-541b-42ac-8502-a9074e37933a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:57.918Z|6e2ee610-541b-42ac-8502-a9074e37933a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:01:57.961Z|6d500d88-8759-41e0-9616-829c4680357b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:01:57.962Z|6d500d88-8759-41e0-9616-829c4680357b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:00.939Z|ad829a43-5a15-4443-9564-84dbc61a327e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:00.940Z|ad829a43-5a15-4443-9564-84dbc61a327e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:02.074Z|08d996e1-3d15-4369-b090-8d66d92d9dc9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:02:02.077Z|08d996e1-3d15-4369-b090-8d66d92d9dc9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:02:02.510Z|540c98d1-e520-492a-88fc-2a0a295f59db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:02:02.511Z|540c98d1-e520-492a-88fc-2a0a295f59db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:02:07.940Z|2b899a50-afc0-4ba9-bd14-ae4976f8ccce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:07.946Z|2b899a50-afc0-4ba9-bd14-ae4976f8ccce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:07.987Z|4b62e219-97d6-4c42-a7a9-b979ed7d386d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:07.988Z|4b62e219-97d6-4c42-a7a9-b979ed7d386d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:10.966Z|11d168fa-a8cc-4371-84e8-3e14cde76b75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:10.967Z|11d168fa-a8cc-4371-84e8-3e14cde76b75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:17.074Z|5616b8b8-d399-47e7-9f75-ff736ef2a824|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:02:17.075Z|5616b8b8-d399-47e7-9f75-ff736ef2a824|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:02:17.973Z|4b223249-e8c9-4882-9e4d-6514ebe151a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:17.973Z|4b223249-e8c9-4882-9e4d-6514ebe151a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:18.011Z|0dbdde8d-2e83-4d37-a31d-8243f8129f1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:18.012Z|0dbdde8d-2e83-4d37-a31d-8243f8129f1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:20.993Z|e8ebb599-0b15-4ec4-94ec-fbcb469807ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:20.994Z|e8ebb599-0b15-4ec4-94ec-fbcb469807ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:27.994Z|6c9e5364-4830-495e-a383-bf5862cc187b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:27.995Z|6c9e5364-4830-495e-a383-bf5862cc187b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:28.034Z|9fe5dc02-3dec-4a95-9e09-9716af8d8692|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:28.035Z|9fe5dc02-3dec-4a95-9e09-9716af8d8692|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:31.018Z|b85bc590-fa2b-4fb0-85a8-549b7664df23|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:31.019Z|b85bc590-fa2b-4fb0-85a8-549b7664df23|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:32.074Z|cfc7b894-0f9c-4494-9902-fa6481545c0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:02:32.074Z|cfc7b894-0f9c-4494-9902-fa6481545c0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:02:32.511Z|732ce95b-c46d-438b-9d6f-bae07c012098|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:02:32.512Z|732ce95b-c46d-438b-9d6f-bae07c012098|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:02:33.951Z|0cc9e342-842f-40ad-b7b7-6647aac53d6a|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:02:33.952Z|0cc9e342-842f-40ad-b7b7-6647aac53d6a|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:38.021Z|70550f75-0145-4fd5-9e2b-e0c85efae7f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:38.022Z|70550f75-0145-4fd5-9e2b-e0c85efae7f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:38.068Z|cbdfa0d9-4004-4432-8811-861087c2f15d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:38.069Z|cbdfa0d9-4004-4432-8811-861087c2f15d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:41.043Z|3b8c42e4-d7ad-47d9-802c-af2c310e922d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:41.044Z|3b8c42e4-d7ad-47d9-802c-af2c310e922d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:47.074Z|32746f84-ff12-4385-a040-6ecaefdc97ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:02:47.077Z|32746f84-ff12-4385-a040-6ecaefdc97ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:02:48.045Z|5eb5c063-501f-444c-86a3-7675fa3ff79a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:48.046Z|5eb5c063-501f-444c-86a3-7675fa3ff79a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:48.095Z|463c1f83-b6b0-4af5-ba1d-3ca080db1997|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:48.096Z|463c1f83-b6b0-4af5-ba1d-3ca080db1997|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:51.067Z|6cc10c74-e20f-4b94-a580-ba869f394fd9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:51.068Z|6cc10c74-e20f-4b94-a580-ba869f394fd9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:58.068Z|c84c148e-4c15-4afe-a4b0-c728a21cf349|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:58.069Z|c84c148e-4c15-4afe-a4b0-c728a21cf349|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:02:58.121Z|9a2e618f-66e4-48e7-8cce-7bf9ab9b7d3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:02:58.122Z|9a2e618f-66e4-48e7-8cce-7bf9ab9b7d3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:01.091Z|7a31234f-e1c1-4f0f-abaf-32af6ff3a2d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:01.092Z|7a31234f-e1c1-4f0f-abaf-32af6ff3a2d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:02.074Z|2fe8567a-e144-41a3-9d89-aece43fb7740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:03:02.075Z|2fe8567a-e144-41a3-9d89-aece43fb7740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:03:02.514Z|9d7c6096-2f80-4a72-925b-ce3cfa37f321|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:03:02.515Z|9d7c6096-2f80-4a72-925b-ce3cfa37f321|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:03:08.100Z|4c3d1753-c1f7-4b88-abea-ee09b0435d90|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:08.101Z|4c3d1753-c1f7-4b88-abea-ee09b0435d90|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:08.151Z|948e20bb-3555-4bd0-ad3e-2978ff429dec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:08.153Z|948e20bb-3555-4bd0-ad3e-2978ff429dec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:11.115Z|13386583-1245-429a-a043-9bfb072ccb3e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:11.116Z|13386583-1245-429a-a043-9bfb072ccb3e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:17.074Z|ab93af8c-ad3a-4f3f-9e81-dd94c58910c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:03:17.075Z|ab93af8c-ad3a-4f3f-9e81-dd94c58910c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:03:18.124Z|5f74f6d0-1f0f-4a61-85d8-7ffe9acb0727|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:18.127Z|5f74f6d0-1f0f-4a61-85d8-7ffe9acb0727|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:18.189Z|290ea57d-bf95-4fae-ae36-836fb9aad91a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:18.191Z|290ea57d-bf95-4fae-ae36-836fb9aad91a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:21.139Z|1c5894d4-14d6-4219-9363-cc1065dcde1b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:21.140Z|1c5894d4-14d6-4219-9363-cc1065dcde1b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:28.155Z|22362d0d-86f5-43e8-9050-357b5902fc38|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:28.156Z|22362d0d-86f5-43e8-9050-357b5902fc38|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:28.216Z|6e17c84b-45a6-4c68-a449-969de0eb751c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:28.216Z|6e17c84b-45a6-4c68-a449-969de0eb751c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:31.164Z|d795ac6b-8bf4-49b0-aae4-458753b4abb2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:31.165Z|d795ac6b-8bf4-49b0-aae4-458753b4abb2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:32.074Z|ee0172ba-7469-4b91-baf3-abb9af4f3831|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:03:32.077Z|ee0172ba-7469-4b91-baf3-abb9af4f3831|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:03:32.516Z|979c4629-d229-4176-a24e-88a9eb75a0c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:03:32.517Z|979c4629-d229-4176-a24e-88a9eb75a0c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:03:33.940Z|f5d874a9-b82b-47f4-9f3b-39f8215e80a0|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:03:33.941Z|f5d874a9-b82b-47f4-9f3b-39f8215e80a0|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:38.190Z|43ea8c2c-1f23-4c22-9d06-a363184767c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:38.191Z|43ea8c2c-1f23-4c22-9d06-a363184767c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:38.238Z|f67d50ec-eb15-441d-b034-251214ce4ffe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:38.239Z|f67d50ec-eb15-441d-b034-251214ce4ffe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:41.193Z|17221f6b-d9cd-4809-9af1-112763573977|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:41.194Z|17221f6b-d9cd-4809-9af1-112763573977|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:47.074Z|bff5c1dd-1022-4030-a15b-1ae2db40afd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:03:47.075Z|bff5c1dd-1022-4030-a15b-1ae2db40afd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:03:48.217Z|7495b4cd-0bf5-42f6-b685-6431c103ebc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:48.218Z|7495b4cd-0bf5-42f6-b685-6431c103ebc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:48.262Z|ef5962ad-9fe8-432c-ace4-3b8797baf7ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:48.264Z|ef5962ad-9fe8-432c-ace4-3b8797baf7ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:51.220Z|23f1208d-a91f-49ea-9d43-3229cad5eebc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:51.221Z|23f1208d-a91f-49ea-9d43-3229cad5eebc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:58.248Z|bca2642b-1074-4b8c-a1ef-63eb3e3e17fd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:58.249Z|bca2642b-1074-4b8c-a1ef-63eb3e3e17fd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:03:58.285Z|8e13b703-1916-4677-abe9-fe07e74ceb27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:03:58.286Z|8e13b703-1916-4677-abe9-fe07e74ceb27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:01.248Z|182b91c6-c1d3-4096-9591-e8438b5a6841|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:01.249Z|182b91c6-c1d3-4096-9591-e8438b5a6841|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:02.074Z|d48d3dc2-2768-4f73-acba-d709cb107aae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:04:02.075Z|d48d3dc2-2768-4f73-acba-d709cb107aae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:04:02.517Z|c42aa04e-e2d1-4bfe-b07c-2a3ea1d3d08e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:04:02.519Z|c42aa04e-e2d1-4bfe-b07c-2a3ea1d3d08e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:04:08.292Z|fdcc710c-d9ab-404f-8307-7ba9260e2975|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:08.293Z|fdcc710c-d9ab-404f-8307-7ba9260e2975|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:08.307Z|9a577819-dbd4-4618-978a-1f8ea68a7335|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:08.308Z|9a577819-dbd4-4618-978a-1f8ea68a7335|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:11.276Z|9e208a13-7328-42a4-a9e7-230cbf6f33f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:11.277Z|9e208a13-7328-42a4-a9e7-230cbf6f33f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:17.075Z|461d9d08-a83f-4be0-8715-d2630063e74d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:04:17.081Z|461d9d08-a83f-4be0-8715-d2630063e74d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:04:18.323Z|f0b33d89-48aa-4e07-8f0d-855cea1fffec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:18.335Z|f0b33d89-48aa-4e07-8f0d-855cea1fffec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:18.340Z|708e0bd9-6a81-42ce-bf35-84341933ae3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:18.341Z|708e0bd9-6a81-42ce-bf35-84341933ae3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:21.305Z|ae71efee-044a-4d78-8ff6-0c48da57b5e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:21.306Z|ae71efee-044a-4d78-8ff6-0c48da57b5e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:28.368Z|6b90ac0c-b938-4d8e-b968-22aff8741b50|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:28.368Z|c3a83a28-355c-42e0-ae0e-19f6098da62b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:28.369Z|6b90ac0c-b938-4d8e-b968-22aff8741b50|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:28.373Z|c3a83a28-355c-42e0-ae0e-19f6098da62b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:31.330Z|cf6033da-bc20-46c7-9e99-95734f5ca755|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:31.331Z|cf6033da-bc20-46c7-9e99-95734f5ca755|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:32.075Z|cab6aad1-0b09-422b-87c8-a28a7e4fc711|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:04:32.076Z|cab6aad1-0b09-422b-87c8-a28a7e4fc711|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:04:32.520Z|8a025903-b97c-46c7-ac61-8c21a478a339|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:04:32.521Z|8a025903-b97c-46c7-ac61-8c21a478a339|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:04:33.951Z|77f1af6c-4139-4018-b077-a2e3deb6b9fa|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:04:33.953Z|77f1af6c-4139-4018-b077-a2e3deb6b9fa|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:38.399Z|749a945e-d1d8-4dca-b961-eac9350a6c07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:38.400Z|749a945e-d1d8-4dca-b961-eac9350a6c07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:38.400Z|5b13e0e6-f737-4fce-a654-fd9b3946f41f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:38.406Z|5b13e0e6-f737-4fce-a654-fd9b3946f41f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:41.352Z|33017829-aada-4577-ab65-39af95ca893b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:41.353Z|33017829-aada-4577-ab65-39af95ca893b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:47.075Z|03fc74f4-2203-4205-830d-91831b3a713b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:04:47.077Z|03fc74f4-2203-4205-830d-91831b3a713b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:04:48.427Z|518bf90c-66f9-435d-bfda-1892e72f0cfa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:48.428Z|518bf90c-66f9-435d-bfda-1892e72f0cfa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:48.433Z|04b688ee-a145-4e2e-8885-2c990d9c2974|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:48.434Z|04b688ee-a145-4e2e-8885-2c990d9c2974|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:51.378Z|eeee60e0-dc0f-46dc-8fb3-b7c960e8ab95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:51.379Z|eeee60e0-dc0f-46dc-8fb3-b7c960e8ab95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:58.460Z|ae1bcad1-4e70-4e95-806d-16ba526c876b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:58.460Z|22cadcfb-2702-40e0-b609-3bbb4606990f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:04:58.461Z|ae1bcad1-4e70-4e95-806d-16ba526c876b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:04:58.462Z|22cadcfb-2702-40e0-b609-3bbb4606990f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:01.403Z|a37d9026-7c6c-4a69-829f-1d8b6e7d70ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:01.404Z|a37d9026-7c6c-4a69-829f-1d8b6e7d70ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:02.074Z|706066d0-9fb7-4246-8ec9-123e22bf9e11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:05:02.077Z|706066d0-9fb7-4246-8ec9-123e22bf9e11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:05:02.522Z|f9de098b-2252-45e2-9959-009e4ad21071|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:05:02.523Z|f9de098b-2252-45e2-9959-009e4ad21071|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:05:08.498Z|f0f97008-00d8-494b-ba60-b9f1b65e0a9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:08.499Z|f0f97008-00d8-494b-ba60-b9f1b65e0a9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:08.501Z|7f71bc66-2b71-4d57-af2e-8b2be6531f27|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:08.501Z|7f71bc66-2b71-4d57-af2e-8b2be6531f27|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:11.429Z|4b0a601e-273c-4be8-8fab-ac53f6ce080c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:11.430Z|4b0a601e-273c-4be8-8fab-ac53f6ce080c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:17.074Z|c4a7f849-0a2e-47c2-abf5-463a2f056dc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:05:17.075Z|c4a7f849-0a2e-47c2-abf5-463a2f056dc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:05:18.522Z|fa56020b-6c8c-4595-add9-28240a1ab556|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:18.523Z|fa56020b-6c8c-4595-add9-28240a1ab556|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:18.524Z|08c8781c-f568-4d39-809d-24bcf449ef72|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:18.524Z|08c8781c-f568-4d39-809d-24bcf449ef72|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:21.454Z|092b1091-90bd-486c-a119-3c15f2793e74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:21.455Z|092b1091-90bd-486c-a119-3c15f2793e74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:28.549Z|ae56ccf9-dff8-42b7-ad60-068791c55077|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:28.550Z|ae56ccf9-dff8-42b7-ad60-068791c55077|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:28.564Z|4d3158fb-db68-4173-b5e3-67afc974cb29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:28.565Z|4d3158fb-db68-4173-b5e3-67afc974cb29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:31.484Z|1419916a-80b8-4ef6-97f1-19981b6c1cf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:31.484Z|1419916a-80b8-4ef6-97f1-19981b6c1cf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:32.074Z|492e8395-8bee-48f4-979b-e4ab15af9cb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:05:32.075Z|492e8395-8bee-48f4-979b-e4ab15af9cb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:05:32.524Z|7370c8ef-7ac2-47c2-8ab4-8b40053b25de|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:05:32.525Z|7370c8ef-7ac2-47c2-8ab4-8b40053b25de|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:05:33.940Z|2cc43f58-fff4-4451-9d32-c3d07da9a3ae|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:05:33.941Z|2cc43f58-fff4-4451-9d32-c3d07da9a3ae|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:38.590Z|c570c7b0-f36b-4304-b32c-be0b9c7d0a43|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:38.591Z|c570c7b0-f36b-4304-b32c-be0b9c7d0a43|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:38.596Z|2fe1067f-28db-4fe0-936f-12616134204f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:38.597Z|2fe1067f-28db-4fe0-936f-12616134204f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:41.509Z|a2fad2aa-d025-41d0-8fc9-61776debb1f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:41.510Z|a2fad2aa-d025-41d0-8fc9-61776debb1f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:47.074Z|50366fdd-d87c-4cde-b806-4625a390ecae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:05:47.080Z|50366fdd-d87c-4cde-b806-4625a390ecae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:05:48.622Z|88d171af-22f9-413c-9c5f-68c25e087641|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:48.623Z|88d171af-22f9-413c-9c5f-68c25e087641|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:48.625Z|7e459179-aa37-4c7b-963f-6667857e70bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:48.626Z|7e459179-aa37-4c7b-963f-6667857e70bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:51.533Z|95414731-edcc-4602-91f8-55440fbd381c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:51.534Z|95414731-edcc-4602-91f8-55440fbd381c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:58.647Z|05a8cdde-b206-4a43-b35d-3724bbc5be07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:58.649Z|05a8cdde-b206-4a43-b35d-3724bbc5be07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:05:58.649Z|e549fec4-4c22-4d81-a46d-c3ddc2ac0c3e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:05:58.650Z|e549fec4-4c22-4d81-a46d-c3ddc2ac0c3e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:01.561Z|51157090-40af-4900-bce7-195409b7c47b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:01.562Z|51157090-40af-4900-bce7-195409b7c47b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:02.074Z|3072ee49-c3fd-43da-b1a2-7ae11e34ab51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:06:02.074Z|3072ee49-c3fd-43da-b1a2-7ae11e34ab51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:06:02.526Z|1407ce7d-1597-44da-9191-8ffba7f2a08b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:06:02.526Z|1407ce7d-1597-44da-9191-8ffba7f2a08b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:06:08.674Z|fd2282bc-3929-41b9-ad3a-4c78006505c1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:08.675Z|fd2282bc-3929-41b9-ad3a-4c78006505c1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:08.683Z|2fe949f0-44b3-49ee-8feb-b748a452da5d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:08.683Z|2fe949f0-44b3-49ee-8feb-b748a452da5d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:11.587Z|f84c94a1-6216-490d-910c-f490baf4dc66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:11.588Z|f84c94a1-6216-490d-910c-f490baf4dc66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:17.074Z|71e979f8-0328-493c-98e9-8871a12c1ad2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:06:17.074Z|71e979f8-0328-493c-98e9-8871a12c1ad2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:06:18.697Z|1db855c3-656d-4826-9b53-6e42d6a8a74b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:18.698Z|1db855c3-656d-4826-9b53-6e42d6a8a74b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:18.705Z|f5910080-da71-4a39-bf6c-588de740f379|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:18.706Z|f5910080-da71-4a39-bf6c-588de740f379|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:21.613Z|b261ca54-5ae5-46bb-a5a5-2fe60eebfed2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:21.615Z|b261ca54-5ae5-46bb-a5a5-2fe60eebfed2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:28.727Z|a8514066-7378-451b-b7ea-074207b76452|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:28.728Z|19c03f6f-8c84-488b-a253-a680d65ad5fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:28.729Z|19c03f6f-8c84-488b-a253-a680d65ad5fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:28.729Z|a8514066-7378-451b-b7ea-074207b76452|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:31.653Z|c8eed226-bc2d-48f6-ad07-dce55ec6e4fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:31.654Z|c8eed226-bc2d-48f6-ad07-dce55ec6e4fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:32.074Z|4100f102-cec0-454c-8126-e4ebdeeef53a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:06:32.077Z|4100f102-cec0-454c-8126-e4ebdeeef53a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:06:32.527Z|2e0fbd29-f7ae-42a2-8f9a-aed2940b1e82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:06:32.528Z|2e0fbd29-f7ae-42a2-8f9a-aed2940b1e82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:06:33.940Z|cd6e6381-8faf-4f23-ae36-201479d82baf|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:06:33.948Z|cd6e6381-8faf-4f23-ae36-201479d82baf|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:38.754Z|1ed04332-ebaf-4b10-a149-13210318b872|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:38.755Z|1ed04332-ebaf-4b10-a149-13210318b872|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:38.758Z|6bcbf1ec-c676-48a5-b85c-347e64abda90|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:38.759Z|6bcbf1ec-c676-48a5-b85c-347e64abda90|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:41.686Z|9074e2e6-8cd8-4800-836b-c4729def2816|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:41.687Z|9074e2e6-8cd8-4800-836b-c4729def2816|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:47.075Z|dc1fd83f-ca9c-4398-abd9-5f126820f6f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:06:47.076Z|dc1fd83f-ca9c-4398-abd9-5f126820f6f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:06:48.780Z|42eff61d-ca5e-4e4e-8d19-98c4d2a99b3d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:48.780Z|42eff61d-ca5e-4e4e-8d19-98c4d2a99b3d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:48.790Z|80a71a2d-bf35-4213-8fe5-58be84fca443|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:48.791Z|80a71a2d-bf35-4213-8fe5-58be84fca443|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:51.709Z|d7285a51-20ca-4b84-9194-9163ec467aa0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:51.710Z|d7285a51-20ca-4b84-9194-9163ec467aa0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:58.804Z|f3635334-6379-4a56-b9d0-3da1af3d2ffd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:58.805Z|f3635334-6379-4a56-b9d0-3da1af3d2ffd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:06:58.821Z|aa19a567-129b-4310-a295-1fe1891d2705|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:06:58.824Z|aa19a567-129b-4310-a295-1fe1891d2705|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:01.731Z|b37cdd42-b3ec-4a29-93fe-b7b81214e6ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:01.732Z|b37cdd42-b3ec-4a29-93fe-b7b81214e6ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:02.074Z|08d36573-1518-40b6-ad3f-ecf3c7da6679|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:07:02.074Z|08d36573-1518-40b6-ad3f-ecf3c7da6679|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:07:02.529Z|4d043041-4dce-4085-b79c-8716b54f5825|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:07:02.529Z|4d043041-4dce-4085-b79c-8716b54f5825|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:07:08.835Z|72f73730-1b61-4f1d-840a-66baced1de82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:08.836Z|72f73730-1b61-4f1d-840a-66baced1de82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:08.846Z|496ee361-cedd-4beb-b6bc-78f817db5e64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:08.847Z|496ee361-cedd-4beb-b6bc-78f817db5e64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:11.754Z|597a6ebe-13fe-4e4f-afa0-95dc541746fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:11.755Z|597a6ebe-13fe-4e4f-afa0-95dc541746fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:17.074Z|6fd1dda5-449a-4ad8-98ee-1bb62ef489b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:07:17.078Z|6fd1dda5-449a-4ad8-98ee-1bb62ef489b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:07:18.858Z|73d93ad2-8eae-418c-bff8-e652eae0c639|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:18.859Z|73d93ad2-8eae-418c-bff8-e652eae0c639|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:18.869Z|40c87b06-32e2-459d-a5e7-f856eee0ecd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:18.870Z|40c87b06-32e2-459d-a5e7-f856eee0ecd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:21.777Z|6d7a8cd6-3a3d-4e6b-b959-4c6cde4c57d3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:21.778Z|6d7a8cd6-3a3d-4e6b-b959-4c6cde4c57d3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:28.882Z|68ad8e71-16c7-44da-9e22-483af314b22a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:28.883Z|68ad8e71-16c7-44da-9e22-483af314b22a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:28.894Z|004f7aa7-ed66-43df-8c68-6e96fd4e44ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:28.895Z|004f7aa7-ed66-43df-8c68-6e96fd4e44ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:31.804Z|649c9609-b0b5-4f54-b678-16ed1602542e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:31.805Z|649c9609-b0b5-4f54-b678-16ed1602542e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:32.074Z|e1155907-7424-479f-b5fd-5209fb482d9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:07:32.075Z|e1155907-7424-479f-b5fd-5209fb482d9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:07:32.530Z|cc0d3aa4-c200-4e4f-872b-3a1dcfabef69|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:07:32.531Z|cc0d3aa4-c200-4e4f-872b-3a1dcfabef69|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:07:33.941Z|552005c4-cd86-47d5-9a83-41b37556532a|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:07:33.943Z|552005c4-cd86-47d5-9a83-41b37556532a|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:38.905Z|ffd7dbdd-7143-48bd-a868-b112261a8116|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:38.906Z|ffd7dbdd-7143-48bd-a868-b112261a8116|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:38.925Z|99e0c7c1-670e-4c56-9af8-e0165501cd2f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:38.926Z|99e0c7c1-670e-4c56-9af8-e0165501cd2f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:41.826Z|74594b2b-cb57-43fe-8ed2-acefa632dd67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:41.827Z|74594b2b-cb57-43fe-8ed2-acefa632dd67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:46.886Z||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 [0x160x030x010x020x000x010x000x010xfc0x030x030xc50x12!0xdc0x890xd0Ih0xd40x040x8d0xccU^0x97vnk0x9d0x02hC/0x1c<0x020x040x980xff0x9a<0xed]. 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-03-04T15:07:47.074Z|ae7d36e5-9dd4-4c30-beda-46bef4928c96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:07:47.074Z|ae7d36e5-9dd4-4c30-beda-46bef4928c96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:07:48.930Z|df939583-971e-4063-bfbc-fbbe512fb055|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:48.931Z|df939583-971e-4063-bfbc-fbbe512fb055|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:48.948Z|c9dbd6db-6c46-4bc7-84fa-422679466b06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:48.950Z|c9dbd6db-6c46-4bc7-84fa-422679466b06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:51.849Z|9109852b-635d-4c19-a16d-952f8090448e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:51.850Z|9109852b-635d-4c19-a16d-952f8090448e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:58.956Z|eecc5b70-2c8f-478d-a185-faa5167b9335|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:58.959Z|eecc5b70-2c8f-478d-a185-faa5167b9335|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:07:58.973Z|9820b358-e19f-4ba2-9406-232fc1448226|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:07:58.974Z|9820b358-e19f-4ba2-9406-232fc1448226|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:01.878Z|5f0a8adc-e173-4de1-b997-307e8a4b12d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:01.879Z|5f0a8adc-e173-4de1-b997-307e8a4b12d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:02.074Z|a9eae5e1-16b6-45c5-aff2-2a6719d4e58a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:08:02.077Z|a9eae5e1-16b6-45c5-aff2-2a6719d4e58a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:08:02.532Z|5035c79e-fbe5-4a54-a71d-82fab1cc8a59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:08:02.533Z|5035c79e-fbe5-4a54-a71d-82fab1cc8a59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:08:08.984Z|a07f02a1-1615-4e1e-bb65-9504e0121e24|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:08.985Z|a07f02a1-1615-4e1e-bb65-9504e0121e24|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:08.994Z|b971bc41-33d8-449f-b72f-074237679c67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:08.995Z|b971bc41-33d8-449f-b72f-074237679c67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:11.901Z|164a6652-50e7-4721-a78c-c02172b6ca63|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:11.902Z|164a6652-50e7-4721-a78c-c02172b6ca63|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:17.074Z|b58a9796-90d8-443f-89b2-8cc8f8e6a26a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:08:17.075Z|b58a9796-90d8-443f-89b2-8cc8f8e6a26a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:08:19.008Z|8376f439-a311-4d96-aac0-e837c5fe80f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:19.010Z|8376f439-a311-4d96-aac0-e837c5fe80f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:19.018Z|bdf7489c-63d7-4c9d-86ae-64991458b372|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:19.019Z|bdf7489c-63d7-4c9d-86ae-64991458b372|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:21.925Z|7709e508-2320-441c-8d0e-c91a7366ca26|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:21.926Z|7709e508-2320-441c-8d0e-c91a7366ca26|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:29.111Z|5971b280-fdb8-4f26-bce7-ab19573a26fd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:29.111Z|cd335661-577f-4b88-acb4-663c313d0bf9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:29.112Z|cd335661-577f-4b88-acb4-663c313d0bf9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:29.112Z|5971b280-fdb8-4f26-bce7-ab19573a26fd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:31.957Z|b6db856f-b8b6-4446-be53-c61a12fc5853|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:31.959Z|b6db856f-b8b6-4446-be53-c61a12fc5853|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:32.074Z|b95b4824-8bba-4ac6-af27-8897d35d0e3a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:08:32.074Z|b95b4824-8bba-4ac6-af27-8897d35d0e3a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:08:32.534Z|eadd7bfe-205c-4e88-8996-cb47f2778740|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:08:32.535Z|eadd7bfe-205c-4e88-8996-cb47f2778740|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:08:33.942Z|4b38e1fa-5d07-4b64-845f-b4d216e38843|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:08:33.943Z|4b38e1fa-5d07-4b64-845f-b4d216e38843|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:39.138Z|d7a6973b-7a64-4439-8240-f8807b3f00c7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:39.138Z|9da6f264-8cc2-48c0-84d4-e30e828784c4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:39.138Z|d7a6973b-7a64-4439-8240-f8807b3f00c7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:39.138Z|9da6f264-8cc2-48c0-84d4-e30e828784c4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:41.989Z|948ab072-6b0b-4e61-bd54-c736f14c8f76|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:41.990Z|948ab072-6b0b-4e61-bd54-c736f14c8f76|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:47.074Z|6f5a0648-a689-46aa-bb11-1de94ea3d109|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:08:47.078Z|6f5a0648-a689-46aa-bb11-1de94ea3d109|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:08:49.163Z|0e5705b5-eacf-4df2-8d71-65a49063b822|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:49.164Z|0e5705b5-eacf-4df2-8d71-65a49063b822|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:49.167Z|09772056-c658-4670-9bf3-2fd0227dc7a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:49.167Z|09772056-c658-4670-9bf3-2fd0227dc7a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:52.022Z|679ea1ae-96fd-403c-a42a-fea20e12f548|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:52.023Z|679ea1ae-96fd-403c-a42a-fea20e12f548|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:59.188Z|5271e23f-199c-413d-b1b4-0008d19ee766|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:59.188Z|f62dcea9-f544-4c3d-a06a-cf9a390e0ee1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:08:59.188Z|5271e23f-199c-413d-b1b4-0008d19ee766|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:08:59.188Z|f62dcea9-f544-4c3d-a06a-cf9a390e0ee1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:02.049Z|ce3fc3c9-fb3a-4b7f-94ad-5df4cf928e89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:02.052Z|ce3fc3c9-fb3a-4b7f-94ad-5df4cf928e89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:02.074Z|e358dffe-7660-442a-b58d-b48cb53f19a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:09:02.075Z|e358dffe-7660-442a-b58d-b48cb53f19a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:09:02.536Z|959251c0-c5c7-4d2c-8779-13c4b95226ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:09:02.537Z|959251c0-c5c7-4d2c-8779-13c4b95226ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:09:09.211Z|bc7d6c97-0b1f-425b-b3f0-9c109277eefd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:09.211Z|dca6c76f-590d-433d-995d-ed27bc99c89b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:09.212Z|dca6c76f-590d-433d-995d-ed27bc99c89b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:09.212Z|bc7d6c97-0b1f-425b-b3f0-9c109277eefd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:12.076Z|a0eaea73-4293-4073-ade0-c6fd1e1945e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:12.077Z|a0eaea73-4293-4073-ade0-c6fd1e1945e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:17.074Z|454a82c9-e086-462a-b986-6e5cf2d3d2eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:09:17.075Z|454a82c9-e086-462a-b986-6e5cf2d3d2eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:09:19.237Z|192a44bd-4bb1-4c29-840a-3ad34936f160|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:19.238Z|5ab996ce-6724-4914-97bb-68f6a6fa9808|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:19.239Z|192a44bd-4bb1-4c29-840a-3ad34936f160|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:19.239Z|5ab996ce-6724-4914-97bb-68f6a6fa9808|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:22.102Z|a50a4466-4788-4dd0-92d2-ced76aee1275|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:22.103Z|a50a4466-4788-4dd0-92d2-ced76aee1275|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:29.266Z|ece0677b-8dcf-451d-82b0-39ea96d4d48c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:29.267Z|ece0677b-8dcf-451d-82b0-39ea96d4d48c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:29.272Z|2ad2eda4-a3ae-4f09-be00-cbcc07eb4e8e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:29.273Z|2ad2eda4-a3ae-4f09-be00-cbcc07eb4e8e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:32.074Z|2a69e765-5e97-419d-88cb-d4b4b24e66d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:09:32.077Z|2a69e765-5e97-419d-88cb-d4b4b24e66d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:09:32.125Z|4768c1c5-6556-4abf-a8b3-0fd40860131e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:32.126Z|4768c1c5-6556-4abf-a8b3-0fd40860131e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:32.538Z|90266b0b-6ff9-4d2e-a6e1-56aee95894e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:09:32.539Z|90266b0b-6ff9-4d2e-a6e1-56aee95894e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:09:33.941Z|b4b82f92-73e9-426c-80a1-cafaad326632|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:09:33.943Z|b4b82f92-73e9-426c-80a1-cafaad326632|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:39.292Z|a2f30dd2-18d6-4599-b6a9-55b36301bee1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:39.293Z|a2f30dd2-18d6-4599-b6a9-55b36301bee1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:39.294Z|a75e5fd5-b67e-4187-bc61-e1483e055001|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:39.295Z|a75e5fd5-b67e-4187-bc61-e1483e055001|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:42.148Z|52fa7afd-caad-4a05-96bc-1b1302040cc6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:42.149Z|52fa7afd-caad-4a05-96bc-1b1302040cc6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:47.074Z|2afd5f85-8964-4f33-ae57-5dc05c5b1b32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:09:47.074Z|2afd5f85-8964-4f33-ae57-5dc05c5b1b32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:09:49.317Z|78ab1bd4-4172-408c-95cb-f7cffc603029|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:49.317Z|66b7a23a-efc1-4582-97fb-c7e7564ab800|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:49.318Z|78ab1bd4-4172-408c-95cb-f7cffc603029|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:49.319Z|66b7a23a-efc1-4582-97fb-c7e7564ab800|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:52.171Z|a7097f9a-afb2-48ea-9f52-761b9fea5f62|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:52.172Z|a7097f9a-afb2-48ea-9f52-761b9fea5f62|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:59.339Z|9322a0fa-2e79-451e-b7f1-b6fc1038a9d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:59.339Z|540e8c14-bd51-47d0-82d6-864c81c48901|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:09:59.340Z|9322a0fa-2e79-451e-b7f1-b6fc1038a9d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:09:59.340Z|540e8c14-bd51-47d0-82d6-864c81c48901|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:02.074Z|3911e85f-7d5a-4446-a6ed-6492a11f1655|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:10:02.074Z|3911e85f-7d5a-4446-a6ed-6492a11f1655|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:10:02.198Z|945bbc25-7379-4ea6-82fc-ada1bd509304|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:02.199Z|945bbc25-7379-4ea6-82fc-ada1bd509304|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:02.540Z|601dbb08-d03a-49dd-93a5-3ebedbdc296c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:10:02.554Z|601dbb08-d03a-49dd-93a5-3ebedbdc296c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:10:09.369Z|20bc1556-74bc-4853-add9-f3f04d023e0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:09.370Z|20bc1556-74bc-4853-add9-f3f04d023e0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:09.386Z|777838c8-9218-4f05-9cd8-71d04b25f502|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:09.387Z|777838c8-9218-4f05-9cd8-71d04b25f502|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:12.224Z|726d5739-dd75-4a5a-b8eb-c1a8e8ca4a57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:12.225Z|726d5739-dd75-4a5a-b8eb-c1a8e8ca4a57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:17.074Z|302deaca-589b-4029-90f9-67a8c969a006|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:10:17.077Z|302deaca-589b-4029-90f9-67a8c969a006|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:10:19.394Z|1752ca4f-ca1f-4495-8d1c-867cc97d1abe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:19.395Z|1752ca4f-ca1f-4495-8d1c-867cc97d1abe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:19.410Z|c41cfbe6-809e-43e9-90ca-a0b5c11b156b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:19.411Z|c41cfbe6-809e-43e9-90ca-a0b5c11b156b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:22.249Z|f64d9317-0d10-41c7-b5ac-3719bcc2856c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:22.250Z|f64d9317-0d10-41c7-b5ac-3719bcc2856c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:29.421Z|1d865a3b-c9b3-4ad0-949e-023980e41e4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:29.422Z|1d865a3b-c9b3-4ad0-949e-023980e41e4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:29.434Z|32a0490d-0a39-4ccb-94f8-d040f5afa954|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:29.435Z|32a0490d-0a39-4ccb-94f8-d040f5afa954|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:32.074Z|d740b079-209c-4ff9-894a-480af7680670|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:10:32.075Z|d740b079-209c-4ff9-894a-480af7680670|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:10:32.281Z|3651b287-d3a1-42b0-93f8-4dc43b20dfd0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:32.283Z|3651b287-d3a1-42b0-93f8-4dc43b20dfd0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:32.555Z|f0454a67-5e14-4285-a554-51195ad9b785|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:10:32.556Z|f0454a67-5e14-4285-a554-51195ad9b785|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:10:33.942Z|19736eb5-7ae0-4b51-b5c0-8b1434e9ae27|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:10:33.943Z|19736eb5-7ae0-4b51-b5c0-8b1434e9ae27|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:39.445Z|f33292ef-89a8-46a8-9fed-2b751ae75be0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:39.446Z|f33292ef-89a8-46a8-9fed-2b751ae75be0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:39.458Z|e50d0e47-0d7e-418e-b07f-f29b235da5c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:39.459Z|e50d0e47-0d7e-418e-b07f-f29b235da5c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:42.307Z|ecc99512-6286-4b1e-8d4d-3573bf2544e4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:42.308Z|ecc99512-6286-4b1e-8d4d-3573bf2544e4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:47.074Z|17235e40-e226-4cf9-9cb6-4377c788afdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:10:47.074Z|17235e40-e226-4cf9-9cb6-4377c788afdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:10:49.476Z|89debb45-a62b-498f-8af4-03b3fe4299a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:49.477Z|89debb45-a62b-498f-8af4-03b3fe4299a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:49.484Z|99d20ca8-aa35-4523-857a-cbbbe668a123|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:49.485Z|99d20ca8-aa35-4523-857a-cbbbe668a123|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:52.339Z|9d4fae70-20f9-4ac7-a4be-25843bb44f92|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:52.340Z|9d4fae70-20f9-4ac7-a4be-25843bb44f92|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:59.502Z|9a8eb536-3f1c-46ee-a534-aedac47103db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:59.502Z|9a8eb536-3f1c-46ee-a534-aedac47103db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:10:59.507Z|d48f675b-8759-4ebe-a063-b0644c331eac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:10:59.508Z|d48f675b-8759-4ebe-a063-b0644c331eac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:02.074Z|a086eebe-bf02-4801-b2dc-6de26861c04f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:11:02.077Z|a086eebe-bf02-4801-b2dc-6de26861c04f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:11:02.368Z|4b055917-b331-4aa3-a664-eb12add1a816|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:02.369Z|4b055917-b331-4aa3-a664-eb12add1a816|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:02.557Z|7c15b0db-b8fd-4df4-adb0-6821872c4f74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:11:02.559Z|7c15b0db-b8fd-4df4-adb0-6821872c4f74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:11:09.526Z|de60e240-9999-46c2-9258-ddc281ca1e5a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:09.527Z|de60e240-9999-46c2-9258-ddc281ca1e5a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:09.533Z|6399d09f-df65-4889-83da-5e77f47eb2d5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:09.533Z|6399d09f-df65-4889-83da-5e77f47eb2d5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:12.395Z|92aa2562-3666-44e6-ac3b-54ab679c33c5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:12.396Z|92aa2562-3666-44e6-ac3b-54ab679c33c5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:17.074Z|6a77e184-1f55-4fb4-b739-62c3c27fe351|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:11:17.074Z|6a77e184-1f55-4fb4-b739-62c3c27fe351|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:11:19.552Z|a79f6884-c098-4719-82cf-bbb58feeae48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:19.553Z|a79f6884-c098-4719-82cf-bbb58feeae48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:19.556Z|0168dd63-0b5e-4584-a1b5-a40c3d0271a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:19.556Z|0168dd63-0b5e-4584-a1b5-a40c3d0271a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:22.420Z|63b78440-b0b8-44fb-b6f1-a52d254c8324|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:22.421Z|63b78440-b0b8-44fb-b6f1-a52d254c8324|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:29.579Z|626c8b2e-3de1-4b6f-a7d2-c756ff94bf2c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:29.582Z|626c8b2e-3de1-4b6f-a7d2-c756ff94bf2c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:29.593Z|c68a8e2d-9845-43cb-91fa-27a2b1621a97|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:29.594Z|c68a8e2d-9845-43cb-91fa-27a2b1621a97|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:32.074Z|40f70542-b373-48d3-abda-152618766969|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:11:32.075Z|40f70542-b373-48d3-abda-152618766969|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:11:32.448Z|ea737181-c3dd-4eb1-9ee4-3bf8f20d2d97|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:32.449Z|ea737181-c3dd-4eb1-9ee4-3bf8f20d2d97|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:32.560Z|8dd5f0c7-7b5f-49a5-816d-d87c215f8979|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:11:32.560Z|8dd5f0c7-7b5f-49a5-816d-d87c215f8979|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:11:33.941Z|48f20e45-7bbe-430a-ad57-58555abe60fe|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:11:33.947Z|48f20e45-7bbe-430a-ad57-58555abe60fe|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:39.609Z|2407ae73-80f3-46af-bab5-2c90494350ee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:39.610Z|2407ae73-80f3-46af-bab5-2c90494350ee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:39.623Z|a33e7bce-94e7-4257-9a24-66736d79039d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:39.624Z|a33e7bce-94e7-4257-9a24-66736d79039d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:42.481Z|11afaad2-2a36-4f45-b68b-0fd9960adebd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:42.482Z|11afaad2-2a36-4f45-b68b-0fd9960adebd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:47.074Z|2c56358d-bfc5-4a82-a781-764acff7ea11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:11:47.078Z|2c56358d-bfc5-4a82-a781-764acff7ea11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:11:49.642Z|bf681734-0e92-4e97-917d-1fa7a4432ec5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:49.643Z|bf681734-0e92-4e97-917d-1fa7a4432ec5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:49.662Z|43ef18e8-a87f-4510-9d59-bee697f7f792|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:49.663Z|43ef18e8-a87f-4510-9d59-bee697f7f792|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:52.506Z|7d14243f-c83f-4d45-9c43-3d131ff6fb03|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:52.507Z|7d14243f-c83f-4d45-9c43-3d131ff6fb03|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:59.669Z|acb88b96-d978-4b77-a8c7-fb9d58f9d219|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:59.670Z|acb88b96-d978-4b77-a8c7-fb9d58f9d219|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:11:59.686Z|9d5fa0b1-ba14-4e43-98f2-1af89ddfa7d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:11:59.687Z|9d5fa0b1-ba14-4e43-98f2-1af89ddfa7d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:02.074Z|0c2afdb5-1279-4429-99dc-f9fca90f5bbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:12:02.075Z|0c2afdb5-1279-4429-99dc-f9fca90f5bbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:12:02.530Z|00b4e388-d7c7-45a9-a56c-a5ddde76f386|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:02.531Z|00b4e388-d7c7-45a9-a56c-a5ddde76f386|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:02.561Z|66a48175-74f2-4fdf-955b-08d59377957c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:12:02.562Z|66a48175-74f2-4fdf-955b-08d59377957c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:12:09.697Z|7b70ee8f-15ff-4f01-b922-738bc951c2b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:09.698Z|7b70ee8f-15ff-4f01-b922-738bc951c2b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:09.709Z|03a568f5-74b8-43f8-95bc-6f19701ca632|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:09.710Z|03a568f5-74b8-43f8-95bc-6f19701ca632|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:12.556Z|98bd72c7-c93c-44ba-95af-5b1d93db863b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:12.557Z|98bd72c7-c93c-44ba-95af-5b1d93db863b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:17.074Z|a31836ff-a055-46dc-9430-b49eb55696d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:12:17.074Z|a31836ff-a055-46dc-9430-b49eb55696d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:12:19.722Z|faa1b520-abd0-4729-a577-08f8856df54b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:19.723Z|faa1b520-abd0-4729-a577-08f8856df54b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:19.735Z|dc3d2f66-74f4-475b-9c4c-adc66a1e842b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:19.736Z|dc3d2f66-74f4-475b-9c4c-adc66a1e842b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:22.578Z|1957ae21-eaf5-43e5-8bf3-403dabfdfc60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:22.579Z|1957ae21-eaf5-43e5-8bf3-403dabfdfc60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:29.757Z|2c55331b-89d1-47ed-be53-33b2f53f484f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:29.759Z|2c55331b-89d1-47ed-be53-33b2f53f484f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:29.763Z|e44ad92c-f1fb-47a1-ba6e-ff5161854db9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:29.767Z|e44ad92c-f1fb-47a1-ba6e-ff5161854db9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:32.074Z|7db087be-57e6-4b12-87d5-4dbee10e3849|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:12:32.077Z|7db087be-57e6-4b12-87d5-4dbee10e3849|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:12:32.563Z|984bcfd7-055f-4402-9161-79762ee80067|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:12:32.564Z|984bcfd7-055f-4402-9161-79762ee80067|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:12:32.606Z|cddcebc8-0ca5-4a7a-b516-fd65d504a906|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:32.607Z|cddcebc8-0ca5-4a7a-b516-fd65d504a906|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:33.942Z|628ab36c-3d03-432a-9811-0657ca309d8b|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:12:33.943Z|628ab36c-3d03-432a-9811-0657ca309d8b|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:39.786Z|12701865-0f69-4ee9-9258-408ef850e041|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:39.788Z|12701865-0f69-4ee9-9258-408ef850e041|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:39.790Z|17556ae4-039a-4ff0-909a-d8c66f3e2cf5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:39.791Z|17556ae4-039a-4ff0-909a-d8c66f3e2cf5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:42.633Z|2345ecd7-6e60-4883-a165-168f19cefacb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:42.636Z|2345ecd7-6e60-4883-a165-168f19cefacb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:47.076Z|862b9666-aeca-4954-8d53-ca2fb31eac99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:12:47.077Z|862b9666-aeca-4954-8d53-ca2fb31eac99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:12:49.813Z|78721f42-e783-4b7a-857a-a26fd9280af3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:49.814Z|78721f42-e783-4b7a-857a-a26fd9280af3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:49.813Z|2406632b-b331-44ed-a6e0-341b4be25a92|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:49.816Z|2406632b-b331-44ed-a6e0-341b4be25a92|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:52.665Z|00fdea4b-add8-4f39-ad57-95e67cb09d10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:52.666Z|00fdea4b-add8-4f39-ad57-95e67cb09d10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:59.841Z|9d4d8d45-951e-41ab-beb2-a25e4e8ae901|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:59.841Z|1778e6fe-9657-4970-9466-e3e5aad24459|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:12:59.841Z|1778e6fe-9657-4970-9466-e3e5aad24459|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:12:59.841Z|9d4d8d45-951e-41ab-beb2-a25e4e8ae901|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:02.074Z|c1a84989-4ffe-44ab-b869-faf17bcf7358|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:13:02.075Z|c1a84989-4ffe-44ab-b869-faf17bcf7358|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:13:02.565Z|04cedaa3-dcfd-4a79-9bd1-068267e2e499|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:13:02.566Z|04cedaa3-dcfd-4a79-9bd1-068267e2e499|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:13:02.691Z|fbcec4b5-9b57-4bf2-ab4c-4c8d65010ef3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:02.692Z|fbcec4b5-9b57-4bf2-ab4c-4c8d65010ef3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:09.866Z|d019f6d2-80e6-440c-b8d9-652309deb4ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:09.867Z|d019f6d2-80e6-440c-b8d9-652309deb4ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:09.867Z|c3dbf461-d800-4e0f-88cd-3f22c3a4674c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:09.868Z|c3dbf461-d800-4e0f-88cd-3f22c3a4674c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:12.714Z|44e8e1ae-36ef-450d-ac79-ebf75553c231|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:12.716Z|44e8e1ae-36ef-450d-ac79-ebf75553c231|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:17.074Z|c5e0ab52-1bc9-4a7d-bdfd-5fcb8f299c37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:13:17.079Z|c5e0ab52-1bc9-4a7d-bdfd-5fcb8f299c37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:13:19.891Z|14bbdb59-1735-44a3-9725-8a45f6ac4d04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:19.891Z|728b45f4-9090-4cb5-8035-d6c326c9e78d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:19.892Z|14bbdb59-1735-44a3-9725-8a45f6ac4d04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:19.892Z|728b45f4-9090-4cb5-8035-d6c326c9e78d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:22.743Z|ee56d310-72f7-451e-9770-3a86c8a5f7cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:22.744Z|ee56d310-72f7-451e-9770-3a86c8a5f7cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:29.925Z|b245e537-bb72-4a22-9ca2-77c9659adf9a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:29.925Z|0be12d82-b2bc-4cfa-90d1-5c85e8743911|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:29.926Z|b245e537-bb72-4a22-9ca2-77c9659adf9a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:29.926Z|0be12d82-b2bc-4cfa-90d1-5c85e8743911|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:32.074Z|c362bad4-ea59-4ae4-8d93-de7ad62e223c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:13:32.075Z|c362bad4-ea59-4ae4-8d93-de7ad62e223c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:13:32.567Z|3e3da3e6-98f8-4aec-8102-ee5fe0b2c4e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:13:32.567Z|3e3da3e6-98f8-4aec-8102-ee5fe0b2c4e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:13:32.778Z|53782419-8fb5-43fe-be5f-24e3279b5eb0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:32.779Z|53782419-8fb5-43fe-be5f-24e3279b5eb0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:33.941Z|c685f785-0551-481d-b7c0-5cbb69aaec13|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:13:33.943Z|c685f785-0551-481d-b7c0-5cbb69aaec13|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:39.950Z|01431c41-85b8-462e-9062-450310cf74f6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:39.951Z|01431c41-85b8-462e-9062-450310cf74f6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:39.951Z|53060226-06c4-4fb2-89f3-3dfb52947749|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:39.952Z|53060226-06c4-4fb2-89f3-3dfb52947749|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:42.809Z|8a1bb4b6-eb72-4cfb-a23a-dddb0f117841|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:42.811Z|8a1bb4b6-eb72-4cfb-a23a-dddb0f117841|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:47.074Z|2434ace7-fe1a-4b25-9acc-de308b425048|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:13:47.075Z|2434ace7-fe1a-4b25-9acc-de308b425048|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:13:49.978Z|c42d8ee3-bee5-4d2f-9ffc-132fa707c2eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:49.978Z|94b65639-5e33-4e58-b63e-588c124c132e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:49.979Z|c42d8ee3-bee5-4d2f-9ffc-132fa707c2eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:49.980Z|94b65639-5e33-4e58-b63e-588c124c132e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:13:52.839Z|ab1563ad-61a5-4600-9b7f-64d4d3a19d45|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:13:52.840Z|ab1563ad-61a5-4600-9b7f-64d4d3a19d45|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:00.014Z|4526906c-1ba8-4cb1-94c6-e243c278f361|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:00.016Z|86af462a-7de8-49ae-98fd-eb1538b2dbdc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:00.017Z|4526906c-1ba8-4cb1-94c6-e243c278f361|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:00.017Z|86af462a-7de8-49ae-98fd-eb1538b2dbdc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:02.074Z|6b8dfbf2-7be9-450a-b88a-f55cdc64cbd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:14:02.079Z|6b8dfbf2-7be9-450a-b88a-f55cdc64cbd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:14:02.569Z|d0356a4c-ac9a-4d5e-9194-b6928d65b2ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:14:02.570Z|d0356a4c-ac9a-4d5e-9194-b6928d65b2ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:14:02.869Z|2b6c90c9-2c4f-4650-99f8-a776f5e5d45f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:02.870Z|2b6c90c9-2c4f-4650-99f8-a776f5e5d45f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:10.046Z|386b7b27-101a-4784-9d52-e83f54651f51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:10.046Z|d06bf2a1-b027-4822-9a2d-1042b5cc1f99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:10.047Z|d06bf2a1-b027-4822-9a2d-1042b5cc1f99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:10.047Z|386b7b27-101a-4784-9d52-e83f54651f51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:12.894Z|4c2f6d0a-ef78-4a25-aed2-32ac78aed535|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:12.895Z|4c2f6d0a-ef78-4a25-aed2-32ac78aed535|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:17.074Z|1938edb4-48f9-4e70-ac4b-14ab125d9de3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:14:17.075Z|1938edb4-48f9-4e70-ac4b-14ab125d9de3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:14:20.069Z|0f6440be-d348-477f-8c67-056b46f1f9a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:20.070Z|0f6440be-d348-477f-8c67-056b46f1f9a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:20.076Z|9f651f4d-7c13-4eca-8247-1dfc1e209bc3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:20.077Z|9f651f4d-7c13-4eca-8247-1dfc1e209bc3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:22.921Z|dc90c84b-7074-4b99-aed4-4309b6245cd8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:22.922Z|dc90c84b-7074-4b99-aed4-4309b6245cd8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:30.111Z|8c1a2f27-335e-45bc-aea2-fd64e8b618e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:30.111Z|213e6d26-1398-45fb-a216-752c3b37d28f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:30.112Z|8c1a2f27-335e-45bc-aea2-fd64e8b618e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:30.113Z|213e6d26-1398-45fb-a216-752c3b37d28f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:32.074Z|abd9f7c4-15a3-4f49-aa75-be2b54a7f7fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:14:32.075Z|abd9f7c4-15a3-4f49-aa75-be2b54a7f7fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:14:32.570Z|ff88d0c5-1ddc-4fd9-bd03-e565e46dfec9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:14:32.571Z|ff88d0c5-1ddc-4fd9-bd03-e565e46dfec9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:14:32.966Z|63486e62-1e75-4600-a51e-0f6dfce04607|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:32.967Z|63486e62-1e75-4600-a51e-0f6dfce04607|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:33.952Z|8e1e9bb1-26c7-4818-8aa1-6463faabd7c0|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:14:33.953Z|8e1e9bb1-26c7-4818-8aa1-6463faabd7c0|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:40.141Z|a60101bb-5a04-41cf-863e-af2a63aac33f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:40.141Z|2069d7af-618f-413e-af86-6dc219802854|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:40.142Z|a60101bb-5a04-41cf-863e-af2a63aac33f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:40.142Z|2069d7af-618f-413e-af86-6dc219802854|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:42.991Z|cd78f3e4-d5d0-48bb-90d6-2befdc775740|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:42.993Z|cd78f3e4-d5d0-48bb-90d6-2befdc775740|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:47.074Z|1d4509e7-0c66-45d7-b82b-4121abb3c6fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:14:47.078Z|1d4509e7-0c66-45d7-b82b-4121abb3c6fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:14:50.169Z|e4c9fa38-ab7c-4b22-8de9-b326b780e605|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:50.169Z|666598af-69c7-466b-9133-0050e64fb218|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:50.170Z|e4c9fa38-ab7c-4b22-8de9-b326b780e605|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:50.171Z|666598af-69c7-466b-9133-0050e64fb218|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:14:53.015Z|bd4f8c1c-d827-47b3-95dc-4bf1bab27e77|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:14:53.016Z|bd4f8c1c-d827-47b3-95dc-4bf1bab27e77|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:00.195Z|c089664b-b8f9-488b-8fd5-f674e232e93d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:00.196Z|c089664b-b8f9-488b-8fd5-f674e232e93d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:00.197Z|f0b4c049-1dc6-4dd5-9859-b7c43a5d4880|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:00.198Z|f0b4c049-1dc6-4dd5-9859-b7c43a5d4880|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:02.073Z|8bf18a73-0be2-4940-af03-536ff8b90397|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:15:02.074Z|8bf18a73-0be2-4940-af03-536ff8b90397|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:15:02.572Z|a9302575-9ec7-4b94-aa12-663b630ce6d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:15:02.573Z|a9302575-9ec7-4b94-aa12-663b630ce6d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:15:03.038Z|4bedcb83-5fbf-41c7-8f73-27c7bff7e3e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:03.039Z|4bedcb83-5fbf-41c7-8f73-27c7bff7e3e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:10.220Z|a180601c-6193-42f1-a148-700c27704c75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:10.220Z|e94181e2-e344-4847-bd81-6c8873014501|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:10.221Z|a180601c-6193-42f1-a148-700c27704c75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:10.221Z|e94181e2-e344-4847-bd81-6c8873014501|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:13.061Z|c4689d81-8176-4f6f-9c5b-e1b6d93814bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:13.062Z|c4689d81-8176-4f6f-9c5b-e1b6d93814bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:17.073Z|0a5af2f3-bc0e-4d8c-b189-17fc274d384b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:15:17.074Z|0a5af2f3-bc0e-4d8c-b189-17fc274d384b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:15:20.245Z|83ceb15e-1d7d-4e0e-8370-20dee5b2d7db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:20.245Z|7f7f088b-3b1f-419d-8d0e-2d8e352ea2bf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:20.246Z|83ceb15e-1d7d-4e0e-8370-20dee5b2d7db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:20.246Z|7f7f088b-3b1f-419d-8d0e-2d8e352ea2bf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:23.086Z|6c172af0-d0de-498d-a362-6815e628dfc3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:23.087Z|6c172af0-d0de-498d-a362-6815e628dfc3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:30.277Z|b33943b3-2012-4744-b93e-f566adcb2afe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:30.277Z|dcf98f0d-04dd-49ef-a70c-5ea594c86274|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:30.278Z|b33943b3-2012-4744-b93e-f566adcb2afe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:30.278Z|dcf98f0d-04dd-49ef-a70c-5ea594c86274|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:32.074Z|d86284aa-4afa-49bd-85a4-ce68bc8b586c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:15:32.078Z|d86284aa-4afa-49bd-85a4-ce68bc8b586c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:15:32.574Z|ade8d0ea-5c04-4098-8719-2dd3a2a745c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:15:32.575Z|ade8d0ea-5c04-4098-8719-2dd3a2a745c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:15:33.112Z|178dab8f-b1ca-484a-acf2-d2bbab482667|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:33.113Z|178dab8f-b1ca-484a-acf2-d2bbab482667|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:33.941Z|71e93a8b-89fe-40c4-8874-a56ec7775b3b|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:15:33.944Z|71e93a8b-89fe-40c4-8874-a56ec7775b3b|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:40.300Z|90bee973-cbbd-42ff-949c-e0b37b778ebc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:40.300Z|3ad67a9f-13ea-46b4-8a34-70e6dad71677|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:40.300Z|3ad67a9f-13ea-46b4-8a34-70e6dad71677|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:40.301Z|90bee973-cbbd-42ff-949c-e0b37b778ebc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:43.138Z|b9642a00-c3f2-40ca-8fea-6f37bfd89bc5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:43.140Z|b9642a00-c3f2-40ca-8fea-6f37bfd89bc5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:47.074Z|ccb8110c-f6d1-4049-ad81-8a93a881fef5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:15:47.075Z|ccb8110c-f6d1-4049-ad81-8a93a881fef5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:15:50.332Z|40cf3345-05e1-4b09-beec-83f99e5314f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:50.332Z|33ee05e3-8918-4e09-965c-e8b001d6f999|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:50.333Z|33ee05e3-8918-4e09-965c-e8b001d6f999|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:50.333Z|40cf3345-05e1-4b09-beec-83f99e5314f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:15:53.163Z|f310b8fb-08b1-4ae6-bf9f-9e01afa8c043|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:15:53.164Z|f310b8fb-08b1-4ae6-bf9f-9e01afa8c043|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:00.360Z|28154989-5a2c-48f0-aa7b-01d9055b1bcd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:00.363Z|28154989-5a2c-48f0-aa7b-01d9055b1bcd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:00.358Z|3902e121-6b4c-40cd-b5a6-431ee571e754|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:00.367Z|3902e121-6b4c-40cd-b5a6-431ee571e754|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:02.074Z|2acef063-65fd-4702-b513-0c2c527d4036|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:16:02.074Z|2acef063-65fd-4702-b513-0c2c527d4036|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:16:02.577Z|b4dacb50-e024-49a4-a22a-e2dc27ded0ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:16:02.578Z|b4dacb50-e024-49a4-a22a-e2dc27ded0ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:16:03.189Z|c3298fb8-9146-45bc-96ed-07460512cfb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:03.190Z|c3298fb8-9146-45bc-96ed-07460512cfb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:10.390Z|8421299d-ad9a-4714-b20d-66e5c71230eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:10.391Z|d6deba0e-a023-443f-aebb-7f6915475f0f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:10.391Z|8421299d-ad9a-4714-b20d-66e5c71230eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:10.391Z|d6deba0e-a023-443f-aebb-7f6915475f0f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:13.214Z|c41b56ba-5d2e-43b2-ae2e-7c562f55617b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:13.215Z|c41b56ba-5d2e-43b2-ae2e-7c562f55617b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:17.074Z|7fbeb4a8-dafd-454c-ac29-b55891d501e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:16:17.078Z|7fbeb4a8-dafd-454c-ac29-b55891d501e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:16:20.412Z|745b2896-8d52-4c38-8408-4ec13733769a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:20.413Z|745b2896-8d52-4c38-8408-4ec13733769a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:20.417Z|0111a6ff-4781-4638-9fa8-fca23da1ac4c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:20.418Z|0111a6ff-4781-4638-9fa8-fca23da1ac4c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:23.238Z|90e9ac3b-9647-4ab5-80c6-8d26715d47e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:23.239Z|90e9ac3b-9647-4ab5-80c6-8d26715d47e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:30.454Z|d81e40c2-2445-44c8-b063-9a3bc3cc2be1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:30.455Z|d81e40c2-2445-44c8-b063-9a3bc3cc2be1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:30.462Z|05d81b1b-63b5-43f9-bd2e-f9e0e182fcf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:30.463Z|05d81b1b-63b5-43f9-bd2e-f9e0e182fcf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:32.074Z|8b8f503a-c1e7-4c3d-b97e-452467481894|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:16:32.075Z|8b8f503a-c1e7-4c3d-b97e-452467481894|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:16:32.578Z|560c48a2-c1e5-40b6-81ae-12dd4942be27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:16:32.579Z|560c48a2-c1e5-40b6-81ae-12dd4942be27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:16:33.262Z|8af3cc13-b67a-41aa-a861-36dbd82863f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:33.263Z|8af3cc13-b67a-41aa-a861-36dbd82863f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:33.940Z|11595245-c812-48cc-9122-e646e899f0e9|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:16:33.942Z|11595245-c812-48cc-9122-e646e899f0e9|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:40.483Z|39b9b41d-89e8-4479-af0a-c0fa9155ca0a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:40.484Z|39b9b41d-89e8-4479-af0a-c0fa9155ca0a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:40.486Z|385c88f0-abd2-4624-a13f-223e7295aac2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:40.487Z|385c88f0-abd2-4624-a13f-223e7295aac2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:43.284Z|8f8cc7a0-c341-436d-b81f-3a51344dd800|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:43.285Z|8f8cc7a0-c341-436d-b81f-3a51344dd800|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:47.074Z|53f0e30f-5524-4600-8c8c-ef8864b20a1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:16:47.075Z|53f0e30f-5524-4600-8c8c-ef8864b20a1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:16:50.507Z|9fca44b2-125c-411f-9856-3f8f8f9aa466|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:50.507Z|22b57720-a481-44b8-8cd8-f032dbec599d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:50.508Z|9fca44b2-125c-411f-9856-3f8f8f9aa466|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:50.508Z|22b57720-a481-44b8-8cd8-f032dbec599d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:16:53.307Z|7be9d856-a3fd-4534-9922-b75d6adf5e34|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:16:53.308Z|7be9d856-a3fd-4534-9922-b75d6adf5e34|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:00.531Z|2ac69baf-d7c8-472e-b2f5-38ff5d622599|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:00.531Z|2c777b09-2adb-450e-ab71-bec22ff0ba57|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:00.532Z|2ac69baf-d7c8-472e-b2f5-38ff5d622599|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:00.532Z|2c777b09-2adb-450e-ab71-bec22ff0ba57|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:02.074Z|abb16664-856f-4275-8171-d226e46060a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:17:02.078Z|abb16664-856f-4275-8171-d226e46060a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:17:02.580Z|9afe52c5-f6cb-4fea-a920-ae34504b5302|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:17:02.581Z|9afe52c5-f6cb-4fea-a920-ae34504b5302|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:17:03.332Z|912c1336-ce0d-49a1-8c04-6cb4e86c1e56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:03.333Z|912c1336-ce0d-49a1-8c04-6cb4e86c1e56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:10.562Z|97674a04-165c-47a2-b227-4f5d08b49177|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:10.563Z|97674a04-165c-47a2-b227-4f5d08b49177|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:10.565Z|8b9bf15c-c380-41ce-85e2-46c43cd16ccb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:10.567Z|8b9bf15c-c380-41ce-85e2-46c43cd16ccb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:13.365Z|9c0b4817-56a3-4c9b-b27d-e702b7e13fa6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:13.366Z|9c0b4817-56a3-4c9b-b27d-e702b7e13fa6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:17.074Z|ec06c49b-9e49-4236-8a5b-ce99c2272bf5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:17:17.075Z|ec06c49b-9e49-4236-8a5b-ce99c2272bf5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:17:20.589Z|40862dc2-c749-4577-8090-5dde27f4cbfa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:20.590Z|40862dc2-c749-4577-8090-5dde27f4cbfa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:20.591Z|74140a3f-2bd5-4df9-923a-b188c05ee44d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:20.592Z|74140a3f-2bd5-4df9-923a-b188c05ee44d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:23.398Z|5f58e387-d4d5-40f0-a029-277f202b8fb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:23.399Z|5f58e387-d4d5-40f0-a029-277f202b8fb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:30.621Z|684e604f-9ccd-4256-8bff-20c6dd6d432f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:30.621Z|56a574c8-6d46-4c27-a333-d4e578f1f6cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:30.621Z|56a574c8-6d46-4c27-a333-d4e578f1f6cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:30.622Z|684e604f-9ccd-4256-8bff-20c6dd6d432f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:32.074Z|279e2fce-1e5e-44c9-a804-87ebf2a5a3e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:17:32.074Z|279e2fce-1e5e-44c9-a804-87ebf2a5a3e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:17:32.582Z|f026d1df-dd34-4041-a37d-0550605d4505|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:17:32.583Z|f026d1df-dd34-4041-a37d-0550605d4505|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:17:33.423Z|68f6fdf1-030f-438a-8300-b906fa79768e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:33.424Z|68f6fdf1-030f-438a-8300-b906fa79768e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:33.945Z|3805601c-4e0e-49a2-8516-1d7ff9eeba7a|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:17:33.946Z|3805601c-4e0e-49a2-8516-1d7ff9eeba7a|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:40.651Z|bb33d3fc-294c-432e-9bd6-f20cc7c32e47|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:40.652Z|bb33d3fc-294c-432e-9bd6-f20cc7c32e47|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:40.654Z|55c10b96-1f5b-4eaa-a342-0a538e100c0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:40.655Z|55c10b96-1f5b-4eaa-a342-0a538e100c0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:43.448Z|5caeb490-962a-493e-a293-4bf1b6631a9e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:43.450Z|5caeb490-962a-493e-a293-4bf1b6631a9e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:47.074Z|411cba62-845f-4c2f-87e5-c058c7002599|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:17:47.077Z|411cba62-845f-4c2f-87e5-c058c7002599|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:17:50.677Z|3908e07d-4661-4190-a4c9-39fa7ac2d01b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:50.678Z|3908e07d-4661-4190-a4c9-39fa7ac2d01b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:50.683Z|f7e76c8c-b55b-4d4e-b838-8170e19d5b5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:50.684Z|f7e76c8c-b55b-4d4e-b838-8170e19d5b5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:53.482Z|b5d4186a-35f3-401d-9adf-c4240983adb7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:17:53.483Z|b5d4186a-35f3-401d-9adf-c4240983adb7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:17:57.600Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:17:57.615Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 28be976d-f38e-4985-b703-e64d78eea128 already exists in requestDb InfraActiveRequests table 2022-03-04T15:17:57.716Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128 2022-03-04T15:17:57.717Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|INFO|500||Invoke 2022-03-04T15:17:57.717Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||===========================request begin================================================ 2022-03-04T15:17:57.718Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128 2022-03-04T15:17:57.720Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||Method : GET 2022-03-04T15:17:57.720Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d1741de75fdb3ffb", X-B3-SpanId:"209aa4eaf5d73141", X-B3-ParentSpanId:"d1741de75fdb3ffb", X-B3-Sampled:"0", X-ONAP-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-TransactionID:"28be976d-f38e-4985-b703-e64d78eea128", X-ECOMP-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cf6e6664-6e3f-46c4-91e5-17a648233d5c"] 2022-03-04T15:17:57.722Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||Request body: 2022-03-04T15:17:57.722Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||==========================request end================================================ 2022-03-04T15:17:58.537Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||============================response begin========================================== 2022-03-04T15:17:58.537Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:17:58.538Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||Status text : 2022-03-04T15:17:58.538Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=A95A66B6BA308CB523681FF424EE36B6; Path=/; HttpOnly", Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:17:59 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:17:58.540Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||Response body: 2022-03-04T15:17:58.540Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|DEBUG|500||=======================response end================================================= 2022-03-04T15:17:58.541Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/28be976d-f38e-4985-b703-e64d78eea128|INFO|404|Not Found|InvokeReturn 2022-03-04T15:17:58.712Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 28be976d-f38e-4985-b703-e64d78eea128 2022-03-04T15:17:58.766Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:17:58.773Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:17:58.775Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:17:58.776Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:17:58.776Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:17:58.777Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:17:58.777Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"d1741de75fdb3ffb", X-B3-SpanId:"61066feadd6f0210", X-B3-ParentSpanId:"d1741de75fdb3ffb", X-B3-Sampled:"0", X-ONAP-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-TransactionID:"28be976d-f38e-4985-b703-e64d78eea128", X-ECOMP-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1e1e894b-1b20-4190-8af7-6ff5c4a7ae2c"] 2022-03-04T15:17:58.778Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:17:58.778Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:17:58.835Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:17:58.835Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:17:58.836Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:17:58.836Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:17:58 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:17:58.837Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:17:58.837Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:17:58.838Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:17:58.840Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke(
) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:17:58.846Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:17:58.848Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:17:58.849Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:17:58.849Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:17:58.850Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:17:58.850Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:17:58.851Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"d1741de75fdb3ffb", X-B3-SpanId:"e220bc761ef4adc9", X-B3-ParentSpanId:"d1741de75fdb3ffb", X-B3-Sampled:"0", X-ONAP-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-TransactionID:"28be976d-f38e-4985-b703-e64d78eea128", X-ECOMP-RequestID:"28be976d-f38e-4985-b703-e64d78eea128", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"60d055ed-a9ef-468e-aee9-18229586b297"] 2022-03-04T15:17:58.852Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:17:58.853Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:17:58.967Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:17:58.968Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:17:58.969Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:17:58.969Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:17:58 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:17:58.970Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:17:58.971Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:17:58.972Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:17:58.975Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:17:58.980Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@4bb84067 2022-03-04T15:17:58.990Z|28be976d-f38e-4985-b703-e64d78eea128|http-nio-8080-exec-10|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:18:00.704Z|bb99d651-159e-415b-8fc1-b212611bc7fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:00.705Z|d7314cd2-ffa1-470f-a150-242982b622dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:00.705Z|bb99d651-159e-415b-8fc1-b212611bc7fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:00.707Z|d7314cd2-ffa1-470f-a150-242982b622dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:02.074Z|9926f6bb-15b6-4f7b-abb2-12474d211b64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:18:02.075Z|9926f6bb-15b6-4f7b-abb2-12474d211b64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:18:02.584Z|6b354d2a-3b16-4da0-9df3-dc7857460ff1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:18:02.585Z|6b354d2a-3b16-4da0-9df3-dc7857460ff1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:18:03.181Z|75108b45-00b2-4993-9546-7b0a0f517730|http-nio-8080-exec-6|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:18:03.182Z|75108b45-00b2-4993-9546-7b0a0f517730|http-nio-8080-exec-6|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:03.507Z|7c968ff6-4fac-400a-8be4-09c8880b71b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:03.509Z|7c968ff6-4fac-400a-8be4-09c8880b71b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:10.730Z|4449b785-c512-44a7-be16-565672365ec9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:10.730Z|2a33485a-f081-4c6f-ae41-08136e80fce6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:10.731Z|4449b785-c512-44a7-be16-565672365ec9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:10.731Z|2a33485a-f081-4c6f-ae41-08136e80fce6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:13.536Z|9891618d-ada7-4573-9dc6-30cc248688de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:13.537Z|9891618d-ada7-4573-9dc6-30cc248688de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:17.074Z|841719ee-9f51-4d61-9ed0-5a5b77947453|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:18:17.075Z|841719ee-9f51-4d61-9ed0-5a5b77947453|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:18:19.541Z|99dcc77b-df37-4a6a-aa01-5423bf0193a5|http-nio-8080-exec-6|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:18:19.543Z|99dcc77b-df37-4a6a-aa01-5423bf0193a5|http-nio-8080-exec-6|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:20.757Z|284c62aa-7594-4de8-a709-af5c30befca1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:20.757Z|ba039f1a-be7b-4add-9f02-18cf42d1a936|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:20.759Z|ba039f1a-be7b-4add-9f02-18cf42d1a936|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:20.758Z|284c62aa-7594-4de8-a709-af5c30befca1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:23.567Z|103edf6c-faea-435d-9c7a-f26625cb817b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:23.568Z|103edf6c-faea-435d-9c7a-f26625cb817b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:25.074Z|58e97e8c-069b-4768-8a8e-08db485f117f|http-nio-8080-exec-9|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:18:25.076Z|58e97e8c-069b-4768-8a8e-08db485f117f|http-nio-8080-exec-9|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:30.786Z|ade77e9c-f3f2-4871-b775-50625d2ce550|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:30.787Z|ade77e9c-f3f2-4871-b775-50625d2ce550|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:30.796Z|5d97a4af-a885-49f2-8d10-f2a4fd51c8a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:30.797Z|5d97a4af-a885-49f2-8d10-f2a4fd51c8a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:32.074Z|70401c51-85b6-4ca6-89fe-01cf69a2d08c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:18:32.078Z|70401c51-85b6-4ca6-89fe-01cf69a2d08c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:18:32.585Z|a09ddde9-5ed6-4c12-b5a0-29ea65dd1be7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:18:32.586Z|a09ddde9-5ed6-4c12-b5a0-29ea65dd1be7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:18:33.596Z|4b4e0f7b-b520-435f-9e23-7fea6a0fe8a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:33.606Z|4b4e0f7b-b520-435f-9e23-7fea6a0fe8a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:33.941Z|ee9acbd0-13cd-47d3-9923-34b5f1d9d054|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:18:33.947Z|ee9acbd0-13cd-47d3-9923-34b5f1d9d054|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:40.823Z|70d1bd1e-b964-4b1e-8ad1-beb178442858|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:40.824Z|70d1bd1e-b964-4b1e-8ad1-beb178442858|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:40.825Z|2c95a410-c8f7-4fab-8c5f-13450331e0c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:40.825Z|2c95a410-c8f7-4fab-8c5f-13450331e0c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:43.635Z|848036b6-8c97-4816-978f-97be7a7da52f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:43.636Z|848036b6-8c97-4816-978f-97be7a7da52f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:47.074Z|90167d46-67d2-4040-8f2d-3bde2c347755|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:18:47.074Z|90167d46-67d2-4040-8f2d-3bde2c347755|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:18:49.984Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:18:49.986Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe already exists in requestDb InfraActiveRequests table 2022-03-04T15:18:49.987Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe 2022-03-04T15:18:49.987Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|INFO|500||Invoke 2022-03-04T15:18:49.987Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||===========================request begin================================================ 2022-03-04T15:18:49.988Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe 2022-03-04T15:18:49.989Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||Method : GET 2022-03-04T15:18:49.989Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c87e5ac27b762f1a", X-B3-SpanId:"3a6df9ce0c5094bd", X-B3-ParentSpanId:"c87e5ac27b762f1a", X-B3-Sampled:"0", X-ONAP-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-TransactionID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-ECOMP-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"34242825-cf2d-46f9-b8b2-ae955522b68e"] 2022-03-04T15:18:49.989Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||Request body: 2022-03-04T15:18:49.990Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||==========================request end================================================ 2022-03-04T15:18:50.032Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||============================response begin========================================== 2022-03-04T15:18:50.032Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:18:50.033Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||Status text : 2022-03-04T15:18:50.033Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:18:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:18:50.034Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||Response body: 2022-03-04T15:18:50.034Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|DEBUG|500||=======================response end================================================= 2022-03-04T15:18:50.034Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|INFO|404|Not Found|InvokeReturn 2022-03-04T15:18:50.038Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe 2022-03-04T15:18:50.039Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:18:50.040Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:18:50.040Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:18:50.040Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:18:50.041Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:18:50.041Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:18:50.041Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"c87e5ac27b762f1a", X-B3-SpanId:"bca29ec08ab239d3", X-B3-ParentSpanId:"c87e5ac27b762f1a", X-B3-Sampled:"0", X-ONAP-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-TransactionID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-ECOMP-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"44764303-6c64-4d10-80a7-863fd04749ea"] 2022-03-04T15:18:50.042Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:18:50.042Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:18:50.051Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:18:50.051Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:18:50.051Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:18:50.052Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:18:49 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:18:50.052Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:18:50.053Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:18:50.053Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:18:50.054Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:18:50.055Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:18:50.056Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:18:50.057Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:18:50.058Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:18:50.058Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:18:50.059Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:18:50.059Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"c87e5ac27b762f1a", X-B3-SpanId:"7e3e1192024fb019", X-B3-ParentSpanId:"c87e5ac27b762f1a", X-B3-Sampled:"0", X-ONAP-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-TransactionID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-ECOMP-RequestID:"de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5fe5b8bf-7563-449e-bcbc-c458d58baeb2"] 2022-03-04T15:18:50.059Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:18:50.060Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:18:50.072Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:18:50.073Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:18:50.073Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:18:50.074Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:18:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:18:50.075Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:18:50.075Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:18:50.076Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:18:50.076Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:18:50.079Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@7d3766b8 2022-03-04T15:18:50.081Z|de4b7ccf-fed0-46fb-9bdd-7e4cbe53fdbe|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:18:50.852Z|427fef67-75ab-4dee-ad48-796dc26cdabe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:50.853Z|427fef67-75ab-4dee-ad48-796dc26cdabe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:50.854Z|de70429e-d818-454d-ac8c-7e79bb817e44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:50.855Z|de70429e-d818-454d-ac8c-7e79bb817e44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:53.660Z|7fda3fcd-4abb-4a4e-845c-72aacd62d030|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:18:53.661Z|7fda3fcd-4abb-4a4e-845c-72aacd62d030|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:18:55.813Z|855c3e70-297d-4b80-987b-78a9ae3d4b75|http-nio-8080-exec-5|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:18:55.815Z|855c3e70-297d-4b80-987b-78a9ae3d4b75|http-nio-8080-exec-5|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:00.882Z|ad54d516-f206-4333-8f2a-0625dda87dd4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:00.883Z|ad54d516-f206-4333-8f2a-0625dda87dd4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:00.886Z|d9571507-316d-4e49-ac3c-fd59f02d5606|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:00.887Z|d9571507-316d-4e49-ac3c-fd59f02d5606|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:02.075Z|b9e3eeaf-5f2f-4577-bde2-13e6fdbbd04a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:19:02.076Z|b9e3eeaf-5f2f-4577-bde2-13e6fdbbd04a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:19:02.587Z|7566c6d2-d98a-42d0-97e8-a8978fa1de02|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:19:02.588Z|7566c6d2-d98a-42d0-97e8-a8978fa1de02|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:19:03.689Z|2ff386e5-4a95-4f8a-aecd-69b6d99b15cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:03.690Z|2ff386e5-4a95-4f8a-aecd-69b6d99b15cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:05.359Z|69077be1-2b67-4ccf-ae6a-af3eb698de13|http-nio-8080-exec-9|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:19:05.360Z|69077be1-2b67-4ccf-ae6a-af3eb698de13|http-nio-8080-exec-9|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:10.912Z|a01a5f2b-fdc5-4483-8515-bc66eedcf0a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:10.912Z|36ee9c82-a0f8-462c-90d2-dbb018dbd346|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:10.913Z|a01a5f2b-fdc5-4483-8515-bc66eedcf0a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:10.913Z|36ee9c82-a0f8-462c-90d2-dbb018dbd346|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:13.716Z|5f158123-3b75-4045-9fe4-0f4f3d0902a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:13.717Z|5f158123-3b75-4045-9fe4-0f4f3d0902a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:17.074Z|1609eaac-84ee-4cd9-b59d-d8a8bbdcfb9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:19:17.077Z|1609eaac-84ee-4cd9-b59d-d8a8bbdcfb9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:19:20.938Z|1a2317d8-fc93-4426-b85a-a01a19f9a9a1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:20.938Z|6bb40385-c19e-4a81-bcb0-a362f832c4d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:20.939Z|1a2317d8-fc93-4426-b85a-a01a19f9a9a1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:20.939Z|6bb40385-c19e-4a81-bcb0-a362f832c4d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:23.741Z|815fcca6-fe52-4c49-a924-25dd7fe5d92f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:23.742Z|815fcca6-fe52-4c49-a924-25dd7fe5d92f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:30.962Z|9fc19b26-92b3-4884-bf7d-4d921066e869|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:30.963Z|9fc19b26-92b3-4884-bf7d-4d921066e869|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:30.968Z|e897191d-0208-44e3-9384-89896e0ee029|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:30.969Z|e897191d-0208-44e3-9384-89896e0ee029|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:32.074Z|9a809426-e935-4500-9e58-e29ee6a28e88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:19:32.075Z|9a809426-e935-4500-9e58-e29ee6a28e88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:19:32.589Z|032eacdf-cc9a-48a2-8cb0-8e257fd036e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:19:32.590Z|032eacdf-cc9a-48a2-8cb0-8e257fd036e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:19:33.787Z|4190fffc-7a74-432f-8db7-dc4a0d9fdfc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:33.788Z|4190fffc-7a74-432f-8db7-dc4a0d9fdfc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:33.941Z|95148bb7-c17e-43cf-a4be-7b987ef2f805|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:19:33.942Z|95148bb7-c17e-43cf-a4be-7b987ef2f805|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:36.175Z|d66bd49d-2eb5-412c-a8ee-4b60009f3dde|http-nio-8080-exec-9|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:19:36.176Z|d66bd49d-2eb5-412c-a8ee-4b60009f3dde|http-nio-8080-exec-9|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:40.995Z|9b035e64-af61-469d-b629-3d2e3c86444e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:40.996Z|9b035e64-af61-469d-b629-3d2e3c86444e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:41.003Z|b23e4f67-8896-4eff-8521-699199231abd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:41.004Z|b23e4f67-8896-4eff-8521-699199231abd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:42.012Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:19:42.015Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: a410db45-f3e4-46e3-938f-930e5d6449aa already exists in requestDb InfraActiveRequests table 2022-03-04T15:19:42.018Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa 2022-03-04T15:19:42.019Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|INFO|500||Invoke 2022-03-04T15:19:42.020Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||===========================request begin================================================ 2022-03-04T15:19:42.020Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa 2022-03-04T15:19:42.021Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||Method : GET 2022-03-04T15:19:42.021Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"329d011ebb656537", X-B3-SpanId:"eea9abc6244a4936", X-B3-ParentSpanId:"329d011ebb656537", X-B3-Sampled:"0", X-ONAP-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-TransactionID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-ECOMP-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"89677da6-851a-4d48-b2f3-ae02056aba27"] 2022-03-04T15:19:42.021Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||Request body: 2022-03-04T15:19:42.022Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||==========================request end================================================ 2022-03-04T15:19:42.053Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||============================response begin========================================== 2022-03-04T15:19:42.054Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:19:42.054Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||Status text : 2022-03-04T15:19:42.055Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:19:42 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:19:42.055Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||Response body: 2022-03-04T15:19:42.055Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|DEBUG|500||=======================response end================================================= 2022-03-04T15:19:42.056Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a410db45-f3e4-46e3-938f-930e5d6449aa|INFO|404|Not Found|InvokeReturn 2022-03-04T15:19:42.060Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID a410db45-f3e4-46e3-938f-930e5d6449aa 2022-03-04T15:19:42.061Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:19:42.062Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:19:42.063Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:19:42.063Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:19:42.064Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:19:42.064Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:19:42.064Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"329d011ebb656537", X-B3-SpanId:"f54af02b7c318693", X-B3-ParentSpanId:"329d011ebb656537", X-B3-Sampled:"0", X-ONAP-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-TransactionID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-ECOMP-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ef436eb6-e8da-4f50-ac73-479f66c2b503"] 2022-03-04T15:19:42.065Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:19:42.065Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:19:42.074Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:19:42.075Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:19:42.075Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:19:42.075Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:19:42 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:19:42.076Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:19:42.076Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:19:42.077Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:19:42.077Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:19:42.078Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:19:42.080Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:19:42.080Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:19:42.080Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:19:42.081Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:19:42.081Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:19:42.081Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"329d011ebb656537", X-B3-SpanId:"ecac1e157898252d", X-B3-ParentSpanId:"329d011ebb656537", X-B3-Sampled:"0", X-ONAP-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-TransactionID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-ECOMP-RequestID:"a410db45-f3e4-46e3-938f-930e5d6449aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f24a3a7b-0b9a-4dd0-91c1-c7a23bda0d33"] 2022-03-04T15:19:42.081Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:19:42.082Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:19:42.090Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:19:42.091Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:19:42.091Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:19:42.092Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:19:42 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:19:42.092Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:19:42.092Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:19:42.093Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:19:42.093Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:19:42.094Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@3146be64 2022-03-04T15:19:42.096Z|a410db45-f3e4-46e3-938f-930e5d6449aa|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:19:43.810Z|c54f864f-ddad-413a-aec2-097488f00bd0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:43.812Z|c54f864f-ddad-413a-aec2-097488f00bd0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:47.074Z|ab6ca03a-4d0f-41f0-9a5a-a41f2bb81ca8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:19:47.075Z|ab6ca03a-4d0f-41f0-9a5a-a41f2bb81ca8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:19:51.018Z|8d831e6e-c68a-4e54-b277-7474c552c109|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:51.019Z|8d831e6e-c68a-4e54-b277-7474c552c109|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:51.028Z|5fd6b32b-5d32-4d6f-bd8d-58a206c100f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:51.029Z|5fd6b32b-5d32-4d6f-bd8d-58a206c100f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:53.836Z|903c5d82-528a-49c4-8c5d-02495a25cb78|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:19:53.837Z|903c5d82-528a-49c4-8c5d-02495a25cb78|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:19:55.476Z|56f67cfe-89ba-4fc4-ba9c-4bdfb2fa66c6|http-nio-8080-exec-10|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:19:55.477Z|56f67cfe-89ba-4fc4-ba9c-4bdfb2fa66c6|http-nio-8080-exec-10|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:01.054Z|614871fa-23bc-47bb-bf8c-8d433bb689a1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:01.056Z|614871fa-23bc-47bb-bf8c-8d433bb689a1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:01.060Z|d034dc50-baba-4009-a2e9-d37c06f209ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:01.061Z|d034dc50-baba-4009-a2e9-d37c06f209ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:02.074Z|ec25d033-a3e9-4e62-9290-310ba38f35b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:20:02.075Z|ec25d033-a3e9-4e62-9290-310ba38f35b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:20:02.591Z|ab9aa183-8cab-48b8-9206-97da3033643b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:20:02.592Z|ab9aa183-8cab-48b8-9206-97da3033643b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:20:03.862Z|898b89c0-9409-428d-80b9-49e309ebcfcc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:03.863Z|898b89c0-9409-428d-80b9-49e309ebcfcc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:11.078Z|f930d8d4-9bf3-4980-b7a1-72eb34322888|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:11.079Z|f930d8d4-9bf3-4980-b7a1-72eb34322888|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:11.094Z|3bd55914-7ea9-4893-9b75-cdea4206a115|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:11.096Z|3bd55914-7ea9-4893-9b75-cdea4206a115|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:13.886Z|b369a56a-a7a6-43f4-a91e-2841aa3d970e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:13.887Z|b369a56a-a7a6-43f4-a91e-2841aa3d970e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:17.005Z|0db67a99-afc8-45d7-a468-e0c9b2b49514|http-nio-8080-exec-8|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:20:17.006Z|0db67a99-afc8-45d7-a468-e0c9b2b49514|http-nio-8080-exec-8|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:17.074Z|a740dace-2fd8-47a3-a397-3ac13f5b5041|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:20:17.075Z|a740dace-2fd8-47a3-a397-3ac13f5b5041|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:20:21.103Z|cdae78dc-d413-4730-8572-74b86bb082f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:21.104Z|cdae78dc-d413-4730-8572-74b86bb082f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:21.119Z|b5231cd5-222e-4973-b457-892e5879e4fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:21.120Z|b5231cd5-222e-4973-b457-892e5879e4fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:23.917Z|11c9545c-7567-412f-9423-a31bbce4324d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:23.918Z|11c9545c-7567-412f-9423-a31bbce4324d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:31.125Z|46cbe151-8c88-411f-a4e4-e0fe4dca5b09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:31.126Z|46cbe151-8c88-411f-a4e4-e0fe4dca5b09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:31.140Z|b1bf7d3f-f93f-4d81-8adc-1618a4fc4ca4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:31.150Z|b1bf7d3f-f93f-4d81-8adc-1618a4fc4ca4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:32.074Z|9c80c520-868d-4367-aa59-ba3572aef4f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:20:32.075Z|9c80c520-868d-4367-aa59-ba3572aef4f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:20:32.593Z|8c65b9d8-57a2-4648-9a63-61ff9f57cfb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:20:32.594Z|8c65b9d8-57a2-4648-9a63-61ff9f57cfb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:20:33.944Z|69824de1-3cb0-4ce6-95b7-71ca852d37cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:33.942Z|7b9a8199-da02-43f4-b454-efdb00532eb9|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:20:33.945Z|69824de1-3cb0-4ce6-95b7-71ca852d37cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:33.946Z|7b9a8199-da02-43f4-b454-efdb00532eb9|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:41.152Z|4e48f744-af3d-4d56-a3eb-90f10340630d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:41.153Z|4e48f744-af3d-4d56-a3eb-90f10340630d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:41.180Z|76c6f8dc-2529-469a-b053-0f6baebf0760|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:41.181Z|76c6f8dc-2529-469a-b053-0f6baebf0760|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:43.981Z|667150af-22b9-414f-af48-f4e8b85cba05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:43.982Z|667150af-22b9-414f-af48-f4e8b85cba05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:47.074Z|6a24bda0-267b-46ea-9f6a-f434fccecbeb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:20:47.074Z|6a24bda0-267b-46ea-9f6a-f434fccecbeb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:20:51.179Z|2183a07f-fa57-4f0c-8fe8-7f1d2b77faf0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:51.180Z|2183a07f-fa57-4f0c-8fe8-7f1d2b77faf0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:51.204Z|b24b8425-4b68-4402-a08c-67cc71185d77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:51.205Z|b24b8425-4b68-4402-a08c-67cc71185d77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:20:54.020Z|093ab6d2-b0c1-4065-bd59-4d76cd967aea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:20:54.021Z|093ab6d2-b0c1-4065-bd59-4d76cd967aea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:01.023Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:21:01.025Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 3a5e9805-b67d-4bf8-9b15-a80af120ca96 already exists in requestDb InfraActiveRequests table 2022-03-04T15:21:01.027Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96 2022-03-04T15:21:01.027Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|INFO|500||Invoke 2022-03-04T15:21:01.028Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||===========================request begin================================================ 2022-03-04T15:21:01.028Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96 2022-03-04T15:21:01.028Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||Method : GET 2022-03-04T15:21:01.029Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d61cb94e3c4fcb88", X-B3-SpanId:"d1d4b3ecc65f857b", X-B3-ParentSpanId:"d61cb94e3c4fcb88", X-B3-Sampled:"0", X-ONAP-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-TransactionID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-ECOMP-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"58524bbf-4a64-4987-b5c0-7c404f37ad48"] 2022-03-04T15:21:01.030Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||Request body: 2022-03-04T15:21:01.030Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||==========================request end================================================ 2022-03-04T15:21:01.075Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||============================response begin========================================== 2022-03-04T15:21:01.076Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:21:01.077Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||Status text : 2022-03-04T15:21:01.077Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:21:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:21:01.078Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||Response body: 2022-03-04T15:21:01.079Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|DEBUG|500||=======================response end================================================= 2022-03-04T15:21:01.079Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3a5e9805-b67d-4bf8-9b15-a80af120ca96|INFO|404|Not Found|InvokeReturn 2022-03-04T15:21:01.084Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 3a5e9805-b67d-4bf8-9b15-a80af120ca96 2022-03-04T15:21:01.085Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:21:01.086Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:21:01.087Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:21:01.087Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:21:01.088Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:21:01.088Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:21:01.089Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"d61cb94e3c4fcb88", X-B3-SpanId:"b61cbdae74f4bffb", X-B3-ParentSpanId:"d61cb94e3c4fcb88", X-B3-Sampled:"0", X-ONAP-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-TransactionID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-ECOMP-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6e996e0f-6330-4aa7-b367-f3a4aaa6a25a"] 2022-03-04T15:21:01.090Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:21:01.091Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:21:01.105Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:21:01.106Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:21:01.107Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:21:01.107Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:21:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:21:01.108Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:21:01.108Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:21:01.108Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:21:01.109Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:21:01.111Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:21:01.112Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:21:01.113Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:21:01.113Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:21:01.113Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:21:01.113Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:21:01.114Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"d61cb94e3c4fcb88", X-B3-SpanId:"ff0b570ffd04cbce", X-B3-ParentSpanId:"d61cb94e3c4fcb88", X-B3-Sampled:"0", X-ONAP-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-TransactionID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-ECOMP-RequestID:"3a5e9805-b67d-4bf8-9b15-a80af120ca96", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"83eb7f83-6de6-4451-848f-4a6cf2bc4e6b"] 2022-03-04T15:21:01.114Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:21:01.114Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:21:01.129Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:21:01.130Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:21:01.130Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:21:01.130Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:21:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:21:01.131Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:21:01.131Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:21:01.132Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:21:01.132Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:21:01.134Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@42fc3654 2022-03-04T15:21:01.136Z|3a5e9805-b67d-4bf8-9b15-a80af120ca96|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:21:01.210Z|194afc98-e573-4929-9098-a966acdd07f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:01.211Z|194afc98-e573-4929-9098-a966acdd07f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:01.233Z|8c3c76a5-da2b-4cd0-9cc4-322f36796fb4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:01.234Z|8c3c76a5-da2b-4cd0-9cc4-322f36796fb4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:02.074Z|8b762ff3-abe8-4f32-8c25-ce127abd6dd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:21:02.077Z|8b762ff3-abe8-4f32-8c25-ce127abd6dd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:21:02.595Z|ea8dbd76-e9aa-48f6-b535-09e056f6d69e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:21:02.596Z|ea8dbd76-e9aa-48f6-b535-09e056f6d69e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:21:04.054Z|42e97a6f-afbd-4313-910a-d59955d991d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:04.056Z|42e97a6f-afbd-4313-910a-d59955d991d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:08.714Z|7ead7aec-2684-4e0e-bcf7-72d85b828257|http-nio-8080-exec-1|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:21:08.715Z|7ead7aec-2684-4e0e-bcf7-72d85b828257|http-nio-8080-exec-1|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:11.235Z|927565ab-f0b7-4406-8cbb-30d4535cf3ed|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:11.237Z|927565ab-f0b7-4406-8cbb-30d4535cf3ed|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:11.258Z|87315df7-3b98-42d4-a406-e176f4049c6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:11.259Z|87315df7-3b98-42d4-a406-e176f4049c6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:14.095Z|e013d3cb-b6d2-4706-95a9-95fc75c16274|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:14.096Z|e013d3cb-b6d2-4706-95a9-95fc75c16274|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:17.074Z|c537dfe8-e1d6-4a50-8dac-713478182e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:21:17.074Z|c537dfe8-e1d6-4a50-8dac-713478182e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:21:21.273Z|f3f230b1-adce-470d-8076-31e7b6e22172|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:21.275Z|f3f230b1-adce-470d-8076-31e7b6e22172|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:21.286Z|2ccc25ca-5d59-41a4-9226-60d770ff054b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:21.288Z|2ccc25ca-5d59-41a4-9226-60d770ff054b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:24.120Z|bdc5b910-e6f5-4882-b089-7522971a42fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:24.120Z|bdc5b910-e6f5-4882-b089-7522971a42fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:24.267Z|de1e24c6-89c6-4682-bf61-341080521ab3|http-nio-8080-exec-4|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:21:24.268Z|de1e24c6-89c6-4682-bf61-341080521ab3|http-nio-8080-exec-4|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:31.353Z|d6d728d6-a795-4145-9e3b-c252b6374a30|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:31.364Z|d6d728d6-a795-4145-9e3b-c252b6374a30|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:31.365Z|3bb30be0-51b3-4da4-865a-e7c22100ab89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:31.366Z|3bb30be0-51b3-4da4-865a-e7c22100ab89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:32.074Z|0e491aa2-57c6-423c-9897-21c843c39d24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:21:32.074Z|0e491aa2-57c6-423c-9897-21c843c39d24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:21:32.597Z|0688b94e-33ae-4670-9ca6-512da1b3f4fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:21:32.598Z|0688b94e-33ae-4670-9ca6-512da1b3f4fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:21:33.942Z|9fb13b38-4c97-420f-b7c9-8d54d59aaf83|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:21:33.945Z|9fb13b38-4c97-420f-b7c9-8d54d59aaf83|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:34.142Z|fd3cb883-fca1-460d-8c8e-f0031f806085|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:34.143Z|fd3cb883-fca1-460d-8c8e-f0031f806085|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:41.391Z|040b229d-3738-461b-a76e-577c7119327d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:41.391Z|2e213e83-c1ce-412b-8966-97170d955fcd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:41.392Z|040b229d-3738-461b-a76e-577c7119327d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:41.392Z|2e213e83-c1ce-412b-8966-97170d955fcd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:44.185Z|64cf66aa-0735-44f6-807a-63f5684620ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:44.186Z|64cf66aa-0735-44f6-807a-63f5684620ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:44.440Z|28f18248-8f2e-4968-baf6-58c4f1aa3513|http-nio-8080-exec-1|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:21:44.441Z|28f18248-8f2e-4968-baf6-58c4f1aa3513|http-nio-8080-exec-1|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:47.074Z|47627a26-e5e4-42c7-a4cf-05fe68aefd27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:21:47.081Z|47627a26-e5e4-42c7-a4cf-05fe68aefd27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:21:51.419Z|5a7642de-bd7b-4f9e-a810-dd8bc31b11a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:51.419Z|3b577e55-2763-41eb-8db0-6d2b17c3f14c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:51.420Z|5a7642de-bd7b-4f9e-a810-dd8bc31b11a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:51.420Z|3b577e55-2763-41eb-8db0-6d2b17c3f14c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:21:54.226Z|82ad6495-7882-4e68-b7e9-4b7ef13c22b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:21:54.227Z|82ad6495-7882-4e68-b7e9-4b7ef13c22b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:01.442Z|3e5b6b8c-cab3-4dd2-952a-c95b01ac9d01|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:01.443Z|3e5b6b8c-cab3-4dd2-952a-c95b01ac9d01|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:01.442Z|c98ebd6c-4392-45a9-875c-2140e9d26b33|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:01.452Z|c98ebd6c-4392-45a9-875c-2140e9d26b33|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:02.045Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:22:02.047Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73 already exists in requestDb InfraActiveRequests table 2022-03-04T15:22:02.048Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73 2022-03-04T15:22:02.048Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|INFO|500||Invoke 2022-03-04T15:22:02.049Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||===========================request begin================================================ 2022-03-04T15:22:02.049Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73 2022-03-04T15:22:02.049Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||Method : GET 2022-03-04T15:22:02.050Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"029697d6a908ad58", X-B3-SpanId:"d814eed575dc99ef", X-B3-ParentSpanId:"029697d6a908ad58", X-B3-Sampled:"0", X-ONAP-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-TransactionID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-ECOMP-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ec9b9954-5fef-4555-92c2-0ae9cc345d71"] 2022-03-04T15:22:02.050Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||Request body: 2022-03-04T15:22:02.050Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||==========================request end================================================ 2022-03-04T15:22:02.074Z|8d58fec1-4e3a-4d76-9a1d-7d75cc58959e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:22:02.074Z|8d58fec1-4e3a-4d76-9a1d-7d75cc58959e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:22:02.089Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||============================response begin========================================== 2022-03-04T15:22:02.089Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:22:02.090Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||Status text : 2022-03-04T15:22:02.091Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:22:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:22:02.091Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||Response body: 2022-03-04T15:22:02.092Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|DEBUG|500||=======================response end================================================= 2022-03-04T15:22:02.092Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|INFO|404|Not Found|InvokeReturn 2022-03-04T15:22:02.096Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73 2022-03-04T15:22:02.098Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:22:02.099Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:22:02.100Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:22:02.101Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:22:02.101Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:22:02.102Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:22:02.102Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"029697d6a908ad58", X-B3-SpanId:"0fb3079d92f35099", X-B3-ParentSpanId:"029697d6a908ad58", X-B3-Sampled:"0", X-ONAP-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-TransactionID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-ECOMP-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"070917d2-303a-4f4b-8996-2e984734667d"] 2022-03-04T15:22:02.103Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:22:02.103Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:22:02.117Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:22:02.118Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:22:02.119Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:22:02.120Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:22:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:22:02.121Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:22:02.122Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:22:02.123Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:22:02.124Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:22:02.126Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:22:02.127Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:22:02.128Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:22:02.129Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:22:02.129Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:22:02.130Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:22:02.131Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"029697d6a908ad58", X-B3-SpanId:"5d0b73c7b8f443f9", X-B3-ParentSpanId:"029697d6a908ad58", X-B3-Sampled:"0", X-ONAP-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-TransactionID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-ECOMP-RequestID:"57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0362e794-b947-4bff-8047-fc7d2d538c5f"] 2022-03-04T15:22:02.132Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:22:02.132Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:22:02.147Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:22:02.148Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:22:02.149Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:22:02.150Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:22:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:22:02.151Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:22:02.151Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:22:02.152Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:22:02.154Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:22:02.156Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@19cc9bb9 2022-03-04T15:22:02.166Z|57e82a22-dd2d-4fc5-ac3e-7f2605bbcf73|http-nio-8080-exec-3|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:22:02.599Z|b3f303c1-a9e1-4287-89f8-0c99a78219bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:22:02.600Z|b3f303c1-a9e1-4287-89f8-0c99a78219bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:22:04.257Z|f5f8c0af-cdd0-4cc9-b3f0-3634411bf885|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:04.263Z|f5f8c0af-cdd0-4cc9-b3f0-3634411bf885|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:11.484Z|2cb93075-714b-4a42-99ee-779f73e9cbe8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:11.484Z|48899221-bfda-467e-ab44-e28112102e30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:11.485Z|48899221-bfda-467e-ab44-e28112102e30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:11.485Z|2cb93075-714b-4a42-99ee-779f73e9cbe8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:14.287Z|1fc37e2f-94c7-47d3-a137-7681aff077fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:14.288Z|1fc37e2f-94c7-47d3-a137-7681aff077fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:14.768Z|39dd977e-0b02-40cb-9978-ea459548b7a6|http-nio-8080-exec-5|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:22:14.769Z|39dd977e-0b02-40cb-9978-ea459548b7a6|http-nio-8080-exec-5|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:16.165Z|24e5314e-ba1b-42e9-92ea-c3629f13d1df|http-nio-8080-exec-10|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:22:16.166Z|24e5314e-ba1b-42e9-92ea-c3629f13d1df|http-nio-8080-exec-10|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:17.074Z|2d6fba2d-fb74-4166-b865-f5480a78da43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:22:17.075Z|2d6fba2d-fb74-4166-b865-f5480a78da43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:22:21.505Z|32298d06-6d5c-4f3e-aacf-4b2a20ef957d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:21.506Z|3ad860d1-959c-42cf-8eb6-af11a961bcd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:21.506Z|32298d06-6d5c-4f3e-aacf-4b2a20ef957d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:21.507Z|3ad860d1-959c-42cf-8eb6-af11a961bcd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:24.310Z|daf45977-e68a-4a66-8c22-07306e819136|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:24.311Z|daf45977-e68a-4a66-8c22-07306e819136|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:31.529Z|4699cef6-1abe-44d7-89b1-5cbc5606c02b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:31.530Z|4699cef6-1abe-44d7-89b1-5cbc5606c02b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:31.540Z|ad64cef1-8308-450d-be35-791052960bf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:31.541Z|ad64cef1-8308-450d-be35-791052960bf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:32.074Z|0406896b-9695-44ce-b752-6380608546e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:22:32.079Z|0406896b-9695-44ce-b752-6380608546e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:22:32.601Z|a3ea0980-0795-4c96-b07c-1263c7af6e36|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:22:32.601Z|a3ea0980-0795-4c96-b07c-1263c7af6e36|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:22:33.943Z|ed634afc-7c7b-47e4-b93c-47884c87e5a1|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:22:33.944Z|ed634afc-7c7b-47e4-b93c-47884c87e5a1|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:34.333Z|ec01ba66-678a-4b1c-84de-7b6b4a227a20|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:34.334Z|ec01ba66-678a-4b1c-84de-7b6b4a227a20|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:40.920Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:22:40.923Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 3d692e2f-74e4-428b-a791-009fa2de0dc0 already exists in requestDb InfraActiveRequests table 2022-03-04T15:22:40.924Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0 2022-03-04T15:22:40.925Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|INFO|500||Invoke 2022-03-04T15:22:40.925Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||===========================request begin================================================ 2022-03-04T15:22:40.925Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0 2022-03-04T15:22:40.925Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||Method : GET 2022-03-04T15:22:40.926Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b151deccfef1272", X-B3-SpanId:"8f62bd003424a859", X-B3-ParentSpanId:"9b151deccfef1272", X-B3-Sampled:"0", X-ONAP-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-TransactionID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-ECOMP-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ef6677df-c397-46b7-a87e-8db25aae41d8"] 2022-03-04T15:22:40.926Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||Request body: 2022-03-04T15:22:40.927Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||==========================request end================================================ 2022-03-04T15:22:40.954Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||============================response begin========================================== 2022-03-04T15:22:40.955Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:22:40.955Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||Status text : 2022-03-04T15:22:40.955Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:22:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:22:40.956Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||Response body: 2022-03-04T15:22:40.956Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|DEBUG|500||=======================response end================================================= 2022-03-04T15:22:40.957Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3d692e2f-74e4-428b-a791-009fa2de0dc0|INFO|404|Not Found|InvokeReturn 2022-03-04T15:22:40.960Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 3d692e2f-74e4-428b-a791-009fa2de0dc0 2022-03-04T15:22:40.961Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:22:40.962Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:22:40.962Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:22:40.963Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:22:40.963Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:22:40.963Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:22:40.964Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"9b151deccfef1272", X-B3-SpanId:"6458da2b75a7de79", X-B3-ParentSpanId:"9b151deccfef1272", X-B3-Sampled:"0", X-ONAP-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-TransactionID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-ECOMP-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8c5aacc5-8dba-4ba3-b544-428f1a9290af"] 2022-03-04T15:22:40.964Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:22:40.964Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:22:40.971Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:22:40.972Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:22:40.972Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:22:40.972Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:22:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:22:40.973Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:22:40.973Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:22:40.974Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:22:40.974Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:22:40.975Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:22:40.977Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:22:40.977Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:22:40.977Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:22:40.978Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:22:40.978Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:22:40.979Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"9b151deccfef1272", X-B3-SpanId:"57636bfa8019a902", X-B3-ParentSpanId:"9b151deccfef1272", X-B3-Sampled:"0", X-ONAP-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-TransactionID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-ECOMP-RequestID:"3d692e2f-74e4-428b-a791-009fa2de0dc0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1c3ba55d-712e-4ebf-b3f0-de13fd518818"] 2022-03-04T15:22:40.979Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:22:40.979Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:22:40.988Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:22:40.988Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:22:40.989Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:22:40.989Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:22:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:22:40.989Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:22:40.990Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:22:40.990Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:22:40.991Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:22:40.991Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@341935d3 2022-03-04T15:22:40.994Z|3d692e2f-74e4-428b-a791-009fa2de0dc0|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:22:41.551Z|96574435-59db-437a-9aca-4c19e9add9d6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:41.552Z|96574435-59db-437a-9aca-4c19e9add9d6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:41.566Z|7ecf390a-addd-452a-abc9-f51ed9232aa9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:41.567Z|7ecf390a-addd-452a-abc9-f51ed9232aa9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:44.357Z|77c21468-74eb-4287-8198-5b23e74b846e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:44.359Z|77c21468-74eb-4287-8198-5b23e74b846e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:47.074Z|5c390977-e03d-4976-a380-92e828588282|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:22:47.074Z|5c390977-e03d-4976-a380-92e828588282|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:22:48.608Z|4f059014-c1d6-4f2d-b0ac-f84046017f0b|http-nio-8080-exec-4|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:22:48.610Z|4f059014-c1d6-4f2d-b0ac-f84046017f0b|http-nio-8080-exec-4|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:51.575Z|110675f6-33a7-4584-846e-a2b8bd3a0036|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:51.575Z|110675f6-33a7-4584-846e-a2b8bd3a0036|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:51.589Z|f4f76fca-b024-4e57-830a-1bd3211093a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:51.590Z|f4f76fca-b024-4e57-830a-1bd3211093a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:54.384Z|5b094c41-7485-433f-bcf2-107177c7463d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:22:54.386Z|5b094c41-7485-433f-bcf2-107177c7463d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:22:54.555Z|67bfc3ba-8f02-4b77-be50-7ad1b9ac9ea3|http-nio-8080-exec-10|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:22:54.556Z|67bfc3ba-8f02-4b77-be50-7ad1b9ac9ea3|http-nio-8080-exec-10|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:01.607Z|cc566799-d845-4ccc-9363-0cf1b0c6c7a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:01.610Z|cc566799-d845-4ccc-9363-0cf1b0c6c7a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:01.617Z|8b74feb3-2ca6-4db3-b6d3-0d8406a53666|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:01.619Z|8b74feb3-2ca6-4db3-b6d3-0d8406a53666|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:02.074Z|222c658c-cc77-4dc6-a3af-3ab231f7d914|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:23:02.076Z|222c658c-cc77-4dc6-a3af-3ab231f7d914|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:23:02.602Z|beb2a541-d358-4870-a3d0-c7ea7f899443|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:23:02.603Z|beb2a541-d358-4870-a3d0-c7ea7f899443|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:23:04.415Z|64354453-59f1-49a1-a2b9-82bd8d1c2042|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:04.416Z|64354453-59f1-49a1-a2b9-82bd8d1c2042|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:11.640Z|5c8c82ee-09a4-4ada-83b2-917c35c03259|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:11.640Z|81130a1b-c91a-4854-9b5d-2b46886a7974|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:11.642Z|5c8c82ee-09a4-4ada-83b2-917c35c03259|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:11.642Z|81130a1b-c91a-4854-9b5d-2b46886a7974|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:14.441Z|9cf10c35-3b42-41bc-9730-89fc2ea6c1ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:14.442Z|9cf10c35-3b42-41bc-9730-89fc2ea6c1ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:17.074Z|54180405-d000-4730-97cb-6b5a77249f88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:23:17.078Z|54180405-d000-4730-97cb-6b5a77249f88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:23:21.670Z|552f415c-642b-4597-9d61-638476b31efa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:21.670Z|37c7d819-cf34-4d3f-b412-2b3508153d73|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:21.672Z|37c7d819-cf34-4d3f-b412-2b3508153d73|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:21.672Z|552f415c-642b-4597-9d61-638476b31efa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:24.464Z|5dbce0ab-0167-4100-9671-1bd489f89b29|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:24.465Z|5dbce0ab-0167-4100-9671-1bd489f89b29|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:31.697Z|efa9f6fc-595e-4d3c-bfdb-05f9a4c98cf1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:31.699Z|efa9f6fc-595e-4d3c-bfdb-05f9a4c98cf1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:31.701Z|4d024990-fd42-4810-af4a-98a520892469|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:31.701Z|4d024990-fd42-4810-af4a-98a520892469|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:31.990Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:23:31.995Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 2c291c38-76a7-4794-b8a3-cf85d96729bd already exists in requestDb InfraActiveRequests table 2022-03-04T15:23:31.998Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd 2022-03-04T15:23:31.999Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|INFO|500||Invoke 2022-03-04T15:23:31.999Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||===========================request begin================================================ 2022-03-04T15:23:32.000Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd 2022-03-04T15:23:32.001Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||Method : GET 2022-03-04T15:23:32.001Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cb01cdfe2aa63455", X-B3-SpanId:"a9e4dc2556cc5e9b", X-B3-ParentSpanId:"cb01cdfe2aa63455", X-B3-Sampled:"0", X-ONAP-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-TransactionID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-ECOMP-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"16e69272-b9bf-42c8-aa23-b3f1bacdff0b"] 2022-03-04T15:23:32.002Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||Request body: 2022-03-04T15:23:32.002Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||==========================request end================================================ 2022-03-04T15:23:32.027Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||============================response begin========================================== 2022-03-04T15:23:32.028Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:23:32.029Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||Status text : 2022-03-04T15:23:32.029Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:23:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:23:32.030Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||Response body: 2022-03-04T15:23:32.030Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|DEBUG|500||=======================response end================================================= 2022-03-04T15:23:32.031Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c291c38-76a7-4794-b8a3-cf85d96729bd|INFO|404|Not Found|InvokeReturn 2022-03-04T15:23:32.036Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 2c291c38-76a7-4794-b8a3-cf85d96729bd 2022-03-04T15:23:32.039Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:23:32.040Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:23:32.041Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:23:32.041Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:23:32.042Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:23:32.042Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:23:32.043Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"cb01cdfe2aa63455", X-B3-SpanId:"3359ea1933b54fd9", X-B3-ParentSpanId:"cb01cdfe2aa63455", X-B3-Sampled:"0", X-ONAP-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-TransactionID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-ECOMP-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"75d1ec97-660e-4a9b-a6f0-2724b8a5291b"] 2022-03-04T15:23:32.043Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:23:32.043Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:23:32.052Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:23:32.053Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:23:32.053Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:23:32.054Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:23:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:23:32.054Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:23:32.054Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:23:32.055Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:23:32.055Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:23:32.056Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:23:32.057Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:23:32.058Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:23:32.059Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:23:32.059Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:23:32.060Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:23:32.060Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"cb01cdfe2aa63455", X-B3-SpanId:"29550ef49b9ef1f9", X-B3-ParentSpanId:"cb01cdfe2aa63455", X-B3-Sampled:"0", X-ONAP-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-TransactionID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-ECOMP-RequestID:"2c291c38-76a7-4794-b8a3-cf85d96729bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"782431b6-6b27-4719-895f-a2e4e747f827"] 2022-03-04T15:23:32.060Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:23:32.061Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:23:32.074Z|bbf6c98f-34f5-4475-a51c-dc1d64d2aa65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:23:32.074Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:23:32.075Z|bbf6c98f-34f5-4475-a51c-dc1d64d2aa65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:23:32.074Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:23:32.075Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:23:32.076Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:23:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:23:32.076Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:23:32.077Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:23:32.077Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:23:32.079Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:23:32.080Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@d066d1d 2022-03-04T15:23:32.082Z|2c291c38-76a7-4794-b8a3-cf85d96729bd|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:23:32.604Z|46281327-d6d8-4ac6-a95b-ff8eb4908ad2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:23:32.605Z|46281327-d6d8-4ac6-a95b-ff8eb4908ad2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:23:33.941Z|b7a8ba62-5047-4c1e-9454-787cd3443b49|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:23:33.942Z|b7a8ba62-5047-4c1e-9454-787cd3443b49|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:34.483Z|74d935a8-f8a2-411f-ad76-b1d583b851f1|http-nio-8080-exec-1|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:23:34.486Z|74d935a8-f8a2-411f-ad76-b1d583b851f1|http-nio-8080-exec-1|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:34.487Z|c811d77f-025e-42de-a9ee-36c41815ba7a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:34.487Z|c811d77f-025e-42de-a9ee-36c41815ba7a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:41.721Z|cf9876c8-ab84-4d58-bc18-cb77a6a9574c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:41.722Z|321d9714-ac7f-4402-804f-a2e3ab5e4833|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:41.722Z|cf9876c8-ab84-4d58-bc18-cb77a6a9574c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:41.723Z|321d9714-ac7f-4402-804f-a2e3ab5e4833|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:42.888Z|58e3f80b-f3d3-415d-8139-971dafabd371|http-nio-8080-exec-6|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:23:42.889Z|58e3f80b-f3d3-415d-8139-971dafabd371|http-nio-8080-exec-6|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:44.510Z|8cf72a0a-a2fa-4de9-8d97-3e7761c6f7d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:44.511Z|8cf72a0a-a2fa-4de9-8d97-3e7761c6f7d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:47.074Z|90b7c42a-46a7-4c78-99a5-0303ac4eb3ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:23:47.074Z|90b7c42a-46a7-4c78-99a5-0303ac4eb3ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:23:51.745Z|48b0dc3a-0fdb-478e-9820-420a7b42b8da|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:51.746Z|08e474fd-1cc8-4bea-a925-28761ca77ef0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:51.747Z|08e474fd-1cc8-4bea-a925-28761ca77ef0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:51.747Z|48b0dc3a-0fdb-478e-9820-420a7b42b8da|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:23:54.534Z|de7d6fdf-17fa-4ba4-9b58-44f8b465a530|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:23:54.536Z|de7d6fdf-17fa-4ba4-9b58-44f8b465a530|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:01.772Z|919c627b-e84f-44a6-9d8d-8473b45f762a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:01.773Z|919c627b-e84f-44a6-9d8d-8473b45f762a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:01.781Z|6d16e049-605c-4e45-a0fb-3e5e0e21cc6d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:01.782Z|6d16e049-605c-4e45-a0fb-3e5e0e21cc6d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:02.074Z|90b54d66-b848-4305-bb0c-9c977401b005|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:24:02.077Z|90b54d66-b848-4305-bb0c-9c977401b005|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:24:02.606Z|f40454d9-ffe0-4af4-9d81-c72804112ac4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:24:02.607Z|f40454d9-ffe0-4af4-9d81-c72804112ac4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:24:04.573Z|a682af01-715e-415a-aac5-05600a45a204|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:04.574Z|a682af01-715e-415a-aac5-05600a45a204|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:11.798Z|f7f3cb62-4305-4231-8f8b-dbb6e74a7343|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:11.799Z|f7f3cb62-4305-4231-8f8b-dbb6e74a7343|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:11.809Z|0e4a1245-e9d3-427f-b12a-997b0b8a01b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:11.810Z|0e4a1245-e9d3-427f-b12a-997b0b8a01b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:12.024Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:24:12.025Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: be4bc2ac-3f83-4ee2-b6ec-488252bf7926 already exists in requestDb InfraActiveRequests table 2022-03-04T15:24:12.026Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926 2022-03-04T15:24:12.027Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|INFO|500||Invoke 2022-03-04T15:24:12.027Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||===========================request begin================================================ 2022-03-04T15:24:12.027Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926 2022-03-04T15:24:12.028Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||Method : GET 2022-03-04T15:24:12.028Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ee7c57268b85bde5", X-B3-SpanId:"fed654e3f6aebd12", X-B3-ParentSpanId:"ee7c57268b85bde5", X-B3-Sampled:"0", X-ONAP-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-TransactionID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-ECOMP-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"90bee246-a6b1-4629-81de-600eb4469aef"] 2022-03-04T15:24:12.028Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||Request body: 2022-03-04T15:24:12.029Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||==========================request end================================================ 2022-03-04T15:24:12.065Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||============================response begin========================================== 2022-03-04T15:24:12.065Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:24:12.066Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||Status text : 2022-03-04T15:24:12.066Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:24:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:24:12.067Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||Response body: 2022-03-04T15:24:12.067Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|DEBUG|500||=======================response end================================================= 2022-03-04T15:24:12.067Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/be4bc2ac-3f83-4ee2-b6ec-488252bf7926|INFO|404|Not Found|InvokeReturn 2022-03-04T15:24:12.074Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID be4bc2ac-3f83-4ee2-b6ec-488252bf7926 2022-03-04T15:24:12.075Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:24:12.076Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:24:12.077Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:24:12.077Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:24:12.077Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:24:12.078Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:24:12.078Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"ee7c57268b85bde5", X-B3-SpanId:"ce89ad0328a06149", X-B3-ParentSpanId:"ee7c57268b85bde5", X-B3-Sampled:"0", X-ONAP-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-TransactionID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-ECOMP-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"06f949dc-406d-4169-b0b9-6e6a6e3ce077"] 2022-03-04T15:24:12.078Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:24:12.079Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:24:12.088Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:24:12.089Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:24:12.089Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:24:12.090Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:24:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:24:12.090Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:24:12.091Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:24:12.091Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:24:12.094Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:24:12.095Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:24:12.096Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:24:12.096Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:24:12.097Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:24:12.097Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:24:12.097Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:24:12.098Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"ee7c57268b85bde5", X-B3-SpanId:"fb9b295adf61d3e7", X-B3-ParentSpanId:"ee7c57268b85bde5", X-B3-Sampled:"0", X-ONAP-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-TransactionID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-ECOMP-RequestID:"be4bc2ac-3f83-4ee2-b6ec-488252bf7926", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"883d413c-415d-49ca-aab3-7936738f736d"] 2022-03-04T15:24:12.098Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:24:12.099Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:24:12.108Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:24:12.109Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:24:12.109Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:24:12.110Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:24:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:24:12.111Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:24:12.111Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:24:12.112Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:24:12.112Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:24:12.113Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@10cae127 2022-03-04T15:24:12.116Z|be4bc2ac-3f83-4ee2-b6ec-488252bf7926|http-nio-8080-exec-6|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:24:14.596Z|df1b2809-f3b5-436c-b4f7-a6f3633a9a7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:14.597Z|df1b2809-f3b5-436c-b4f7-a6f3633a9a7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:17.074Z|79fd6244-f3a1-4bad-922c-fb964bb442d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:24:17.075Z|79fd6244-f3a1-4bad-922c-fb964bb442d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:24:21.822Z|60f00a04-2608-41a3-8b52-9e040b3cdf7d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:21.823Z|60f00a04-2608-41a3-8b52-9e040b3cdf7d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:21.830Z|d4ca79a1-966e-4340-8b7f-b4da538c0a31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:21.832Z|d4ca79a1-966e-4340-8b7f-b4da538c0a31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:24.619Z|51324b8a-2287-4b02-827d-deff9ecf1504|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:24.620Z|51324b8a-2287-4b02-827d-deff9ecf1504|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:30.842Z|dda2e622-18e0-4498-a693-96685c80a914|http-nio-8080-exec-10|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:24:30.844Z|dda2e622-18e0-4498-a693-96685c80a914|http-nio-8080-exec-10|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:31.853Z|400407d3-bbff-43bd-8c06-3e17ad73d12b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:31.855Z|0107ac1a-b82d-4e86-b03a-7aa56b21a6ec|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:31.854Z|400407d3-bbff-43bd-8c06-3e17ad73d12b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:31.858Z|0107ac1a-b82d-4e86-b03a-7aa56b21a6ec|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:32.074Z|7542b195-741e-484d-97e5-7410d36c785b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:24:32.074Z|7542b195-741e-484d-97e5-7410d36c785b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:24:32.609Z|3c72dc70-ee39-41c1-8a92-aca65e92c807|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:24:32.609Z|3c72dc70-ee39-41c1-8a92-aca65e92c807|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:24:33.941Z|2c4d84d7-7963-4ae2-abf3-8c113806670b|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:24:33.942Z|2c4d84d7-7963-4ae2-abf3-8c113806670b|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:34.651Z|91e78b19-9948-41a5-8891-9eb1c1ff9d9a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:34.652Z|91e78b19-9948-41a5-8891-9eb1c1ff9d9a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:41.886Z|78e57c95-73d3-476c-ac62-2f69933d0c41|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:41.887Z|78e57c95-73d3-476c-ac62-2f69933d0c41|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:41.887Z|1cbde085-d237-4b33-b65c-f9e16c003076|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:41.888Z|1cbde085-d237-4b33-b65c-f9e16c003076|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:44.678Z|399d2621-5f2f-46ff-a97b-b15d82845d5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:44.679Z|399d2621-5f2f-46ff-a97b-b15d82845d5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:47.074Z|4858c098-1fa7-4323-8e44-2d49872947c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:24:47.077Z|4858c098-1fa7-4323-8e44-2d49872947c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:24:51.912Z|998aca0f-2362-4743-b2c0-2ae7e7eaea73|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:51.912Z|998aca0f-2362-4743-b2c0-2ae7e7eaea73|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:51.912Z|30966d61-c66e-48de-a067-f13cde8c3f7a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:51.913Z|30966d61-c66e-48de-a067-f13cde8c3f7a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:54.702Z|5213a105-7e10-4f1b-96e8-18e0ebe07112|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:24:54.703Z|5213a105-7e10-4f1b-96e8-18e0ebe07112|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:24:54.842Z|b78c88b7-09ae-46de-916e-3aa5587005cd|http-nio-8080-exec-2|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:24:54.843Z|b78c88b7-09ae-46de-916e-3aa5587005cd|http-nio-8080-exec-2|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:01.935Z|54e94415-28ab-42b1-9b46-1b5a1dfb308a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:01.936Z|54e94415-28ab-42b1-9b46-1b5a1dfb308a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:01.940Z|883a8340-bcda-49be-af46-61a8cb022feb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:01.941Z|883a8340-bcda-49be-af46-61a8cb022feb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:02.073Z|bca60532-ea18-4058-b30f-48405ca49095|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:25:02.074Z|bca60532-ea18-4058-b30f-48405ca49095|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:25:02.610Z|a572f6b3-0e8a-4abf-9868-7ce5b778f71b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:25:02.611Z|a572f6b3-0e8a-4abf-9868-7ce5b778f71b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:25:04.725Z|709e1248-1961-4e46-8544-271936b4df78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:04.727Z|709e1248-1961-4e46-8544-271936b4df78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:11.962Z|41f6c1cd-0dd5-4615-8b8a-6bbb3e0c207f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:11.963Z|41f6c1cd-0dd5-4615-8b8a-6bbb3e0c207f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:11.970Z|9844c4cb-ab01-4cd0-8b79-63331a22f6df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:11.971Z|9844c4cb-ab01-4cd0-8b79-63331a22f6df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:14.752Z|63bee328-a9b3-413a-8293-ebf28b032e0a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:14.753Z|63bee328-a9b3-413a-8293-ebf28b032e0a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:17.074Z|46f4dd6a-70e0-4169-b962-b6f175829af0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:25:17.075Z|46f4dd6a-70e0-4169-b962-b6f175829af0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:25:21.988Z|eab8caee-07d8-4b8a-ab73-55320012cf8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:21.989Z|eab8caee-07d8-4b8a-ab73-55320012cf8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:21.997Z|cee715bb-63b9-4e7b-bd1c-437b3b1fca98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:21.999Z|cee715bb-63b9-4e7b-bd1c-437b3b1fca98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:24.776Z|3be0eec7-dd1b-429e-93e7-33ca11cacd96|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:24.777Z|3be0eec7-dd1b-429e-93e7-33ca11cacd96|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:32.022Z|8b2cf2cd-82ec-4115-a920-52cd0cfe3a78|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:32.022Z|ccbad43a-cb0f-4e93-ae6e-ce08366b3e59|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:32.023Z|8b2cf2cd-82ec-4115-a920-52cd0cfe3a78|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:32.024Z|ccbad43a-cb0f-4e93-ae6e-ce08366b3e59|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:32.057Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:25:32.060Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 46c6ea67-9a29-4b96-8e13-4b63797e5bb0 already exists in requestDb InfraActiveRequests table 2022-03-04T15:25:32.061Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0 2022-03-04T15:25:32.062Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|INFO|500||Invoke 2022-03-04T15:25:32.062Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||===========================request begin================================================ 2022-03-04T15:25:32.062Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0 2022-03-04T15:25:32.063Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||Method : GET 2022-03-04T15:25:32.063Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5dbf920978c1dfd1", X-B3-SpanId:"14ac3a2f7432d8b0", X-B3-ParentSpanId:"5dbf920978c1dfd1", X-B3-Sampled:"0", X-ONAP-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-TransactionID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-ECOMP-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ba461c44-c7c4-4266-9ece-20ca731c4f6a"] 2022-03-04T15:25:32.063Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||Request body: 2022-03-04T15:25:32.064Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||==========================request end================================================ 2022-03-04T15:25:32.073Z|a84bf6d6-fdd0-4fa9-85e3-5aaafabdb180|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:25:32.076Z|a84bf6d6-fdd0-4fa9-85e3-5aaafabdb180|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:25:32.100Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||============================response begin========================================== 2022-03-04T15:25:32.101Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:25:32.101Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||Status text : 2022-03-04T15:25:32.102Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:25:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:25:32.103Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||Response body: 2022-03-04T15:25:32.103Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|DEBUG|500||=======================response end================================================= 2022-03-04T15:25:32.103Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/46c6ea67-9a29-4b96-8e13-4b63797e5bb0|INFO|404|Not Found|InvokeReturn 2022-03-04T15:25:32.107Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 46c6ea67-9a29-4b96-8e13-4b63797e5bb0 2022-03-04T15:25:32.109Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:25:32.111Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:25:32.111Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:25:32.112Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:25:32.112Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:25:32.112Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:25:32.112Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"5dbf920978c1dfd1", X-B3-SpanId:"1544dc6a50363ac3", X-B3-ParentSpanId:"5dbf920978c1dfd1", X-B3-Sampled:"0", X-ONAP-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-TransactionID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-ECOMP-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c45fa2bd-97e1-4294-9220-6d64c434ec11"] 2022-03-04T15:25:32.113Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:25:32.113Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:25:32.131Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:25:32.132Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:25:32.133Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:25:32.133Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:25:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:25:32.134Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:25:32.134Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:25:32.135Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:25:32.136Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:25:32.137Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:25:32.138Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:25:32.138Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:25:32.139Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:25:32.139Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:25:32.139Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:25:32.140Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"5dbf920978c1dfd1", X-B3-SpanId:"b0bf41b0ae73a849", X-B3-ParentSpanId:"5dbf920978c1dfd1", X-B3-Sampled:"0", X-ONAP-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-TransactionID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-ECOMP-RequestID:"46c6ea67-9a29-4b96-8e13-4b63797e5bb0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"117b6970-5c89-4263-9ef6-987463838347"] 2022-03-04T15:25:32.140Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:25:32.141Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:25:32.163Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:25:32.163Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:25:32.164Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:25:32.164Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:25:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:25:32.165Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:25:32.165Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:25:32.166Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:25:32.167Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:25:32.168Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@496191a8 2022-03-04T15:25:32.170Z|46c6ea67-9a29-4b96-8e13-4b63797e5bb0|http-nio-8080-exec-8|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:25:32.612Z|a42da861-6ba8-419f-bea9-86a957316868|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:25:32.612Z|a42da861-6ba8-419f-bea9-86a957316868|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:25:33.941Z|69b1b20d-80b6-462f-b38c-48ed2eb5ade1|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:25:33.942Z|69b1b20d-80b6-462f-b38c-48ed2eb5ade1|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:34.798Z|bd4f5a3b-6874-49f9-bd71-e8ecef1cc760|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:34.799Z|bd4f5a3b-6874-49f9-bd71-e8ecef1cc760|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:42.045Z|8a22df0b-3016-4f40-a72a-39832886b1b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:42.045Z|4679c87c-d72c-4ae2-a772-26ec3253cd7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:42.046Z|8a22df0b-3016-4f40-a72a-39832886b1b2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:42.046Z|4679c87c-d72c-4ae2-a772-26ec3253cd7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:44.823Z|3e22e7d8-e2a6-4e48-8ff5-63e5f7410301|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:44.824Z|3e22e7d8-e2a6-4e48-8ff5-63e5f7410301|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:45.146Z|f643c4c5-bf92-4ff0-8555-cb5fc8988f1f|http-nio-8080-exec-8|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:25:45.148Z|f643c4c5-bf92-4ff0-8555-cb5fc8988f1f|http-nio-8080-exec-8|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:47.074Z|d38a7bba-14c2-4166-a426-d873c59e56c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:25:47.074Z|d38a7bba-14c2-4166-a426-d873c59e56c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:25:52.068Z|f4ee4b27-de0d-42f3-9a47-5761ba0c703f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:52.069Z|f4ee4b27-de0d-42f3-9a47-5761ba0c703f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:52.076Z|69b3a65c-1bd4-4eec-a818-4399851dbe52|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:52.077Z|69b3a65c-1bd4-4eec-a818-4399851dbe52|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:25:54.847Z|dcd0eb49-2a18-43a4-9dd2-e4e778c52d27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:25:54.917Z|dcd0eb49-2a18-43a4-9dd2-e4e778c52d27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:02.074Z|bed57706-111e-40a2-ad93-24e06d6e4ddb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:26:02.075Z|bed57706-111e-40a2-ad93-24e06d6e4ddb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:26:02.093Z|15adeab9-c2a6-4db7-a125-93f4f8fead1a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:02.094Z|15adeab9-c2a6-4db7-a125-93f4f8fead1a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:02.104Z|6770680b-daa7-4021-851c-8eda69e96806|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:02.105Z|6770680b-daa7-4021-851c-8eda69e96806|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:02.613Z|a5a16caa-e3be-4fb5-bc1d-040dff45aff0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:26:02.614Z|a5a16caa-e3be-4fb5-bc1d-040dff45aff0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:26:04.940Z|49260cf2-19d9-40c6-a5de-28af2c163c0f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:04.941Z|49260cf2-19d9-40c6-a5de-28af2c163c0f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:12.120Z|fbace122-148f-4394-9577-7096bdae2e22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:12.121Z|fbace122-148f-4394-9577-7096bdae2e22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:12.129Z|ed398d84-93c5-4370-be41-bb6d61f4c0a5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:12.130Z|ed398d84-93c5-4370-be41-bb6d61f4c0a5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:14.977Z|15eeba7f-c9ce-4096-9e6d-5af6b0a8afe2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:14.977Z|15eeba7f-c9ce-4096-9e6d-5af6b0a8afe2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:17.074Z|68deadd4-bfba-44a9-ac83-495518a89d70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:26:17.077Z|68deadd4-bfba-44a9-ac83-495518a89d70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:26:22.143Z|b2293493-d744-4964-bdd0-502a9a0c1956|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:22.145Z|b2293493-d744-4964-bdd0-502a9a0c1956|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:22.152Z|98c8c2bf-a76f-42d6-86e9-93be3b2dc390|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:22.153Z|98c8c2bf-a76f-42d6-86e9-93be3b2dc390|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:24.999Z|6e2a0b5c-996f-4090-98ff-445936216e4c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:25.000Z|6e2a0b5c-996f-4090-98ff-445936216e4c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:32.073Z|d260d691-ea4e-4444-a8db-535816be0553|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:26:32.074Z|d260d691-ea4e-4444-a8db-535816be0553|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:26:32.172Z|d0a7613c-d544-4d6b-8ef8-de7306622c93|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:32.173Z|d0a7613c-d544-4d6b-8ef8-de7306622c93|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:32.176Z|bfa45b51-8b72-437a-a254-4639a01f9d88|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:32.177Z|bfa45b51-8b72-437a-a254-4639a01f9d88|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:32.614Z|918bbaf2-e102-4fc1-8899-72e25a735396|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:26:32.615Z|918bbaf2-e102-4fc1-8899-72e25a735396|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:26:33.941Z|2f6e764b-a9f6-4af4-adc0-b535f0a3977f|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:26:33.943Z|2f6e764b-a9f6-4af4-adc0-b535f0a3977f|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:35.025Z|c929943c-31b3-4df0-9949-e94e37699542|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:35.026Z|c929943c-31b3-4df0-9949-e94e37699542|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:42.194Z|5de79339-b8a4-4519-82cf-2c291f67f353|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:42.195Z|5de79339-b8a4-4519-82cf-2c291f67f353|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:42.197Z|e9e76776-ff0f-4a61-8f81-23bdc65dc104|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:42.199Z|e9e76776-ff0f-4a61-8f81-23bdc65dc104|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:45.050Z|109b148d-e389-4165-8b83-4ab97850d94c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:45.051Z|109b148d-e389-4165-8b83-4ab97850d94c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:47.074Z|426691c2-eb51-4c56-9131-61cef5863e62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:26:47.075Z|426691c2-eb51-4c56-9131-61cef5863e62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:26:52.216Z|2f29f2e8-a840-4e55-b049-13260f797f8e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:52.217Z|2f29f2e8-a840-4e55-b049-13260f797f8e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:52.224Z|818865f5-086b-41a3-8cf1-ccd8909f9a2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:52.225Z|818865f5-086b-41a3-8cf1-ccd8909f9a2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:26:55.072Z|24eba404-d719-4ea1-a0f7-dc61b7c10195|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:26:55.073Z|24eba404-d719-4ea1-a0f7-dc61b7c10195|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:02.074Z|8d1f5a15-0ae2-4171-8b01-868580e00719|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:27:02.077Z|8d1f5a15-0ae2-4171-8b01-868580e00719|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:27:02.239Z|094c6263-1c96-47e7-b867-bf6a134868a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:02.240Z|094c6263-1c96-47e7-b867-bf6a134868a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:02.247Z|99989843-1e8f-4f6d-a371-a0caf0cbb398|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:02.248Z|99989843-1e8f-4f6d-a371-a0caf0cbb398|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:02.616Z|59c74cfd-1238-431e-9bc1-9998c0d9687a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:27:02.617Z|59c74cfd-1238-431e-9bc1-9998c0d9687a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:27:05.098Z|45efb8bf-15de-459a-8e60-b29f4ef4f9d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:05.099Z|45efb8bf-15de-459a-8e60-b29f4ef4f9d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:12.268Z|e05a9ace-dddf-4efe-a457-18c84259680d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:12.268Z|c16eac11-f5eb-463e-ac6b-30bdd961f7cf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:12.270Z|c16eac11-f5eb-463e-ac6b-30bdd961f7cf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:12.270Z|e05a9ace-dddf-4efe-a457-18c84259680d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:15.121Z|96686080-f1c6-414a-8bd2-1aaf8b0e8117|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:15.122Z|96686080-f1c6-414a-8bd2-1aaf8b0e8117|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:17.074Z|510e9e4f-7cf3-4781-87e0-6d35080ec8a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:27:17.075Z|510e9e4f-7cf3-4781-87e0-6d35080ec8a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:27:22.293Z|96ef4534-0078-4348-ad2d-8e01be4d93ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:22.293Z|d7b21dbf-bc63-4373-85e9-c5d5d036d197|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:22.294Z|d7b21dbf-bc63-4373-85e9-c5d5d036d197|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:22.295Z|96ef4534-0078-4348-ad2d-8e01be4d93ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:25.146Z|e5027ada-2a0a-4ffd-a866-76425bede8bf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:25.147Z|e5027ada-2a0a-4ffd-a866-76425bede8bf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:32.074Z|6f220e34-e442-41c6-92d3-c3adff2c140b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:27:32.074Z|6f220e34-e442-41c6-92d3-c3adff2c140b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:27:32.317Z|1ea4c9e4-c773-4c53-9a71-202fdfccd027|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:32.318Z|a257d4dc-74b3-40ac-907a-dc4a5f4bd173|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:32.318Z|a257d4dc-74b3-40ac-907a-dc4a5f4bd173|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:32.318Z|1ea4c9e4-c773-4c53-9a71-202fdfccd027|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:32.618Z|624d9d5f-15be-4332-ab0f-94a7820328af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:27:32.618Z|624d9d5f-15be-4332-ab0f-94a7820328af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:27:33.941Z|9c6203f2-2595-4b51-85ec-6e36d0793c32|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:27:33.942Z|9c6203f2-2595-4b51-85ec-6e36d0793c32|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:35.171Z|a5ad7bb7-3c12-411b-b9eb-302351d77469|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:35.172Z|a5ad7bb7-3c12-411b-b9eb-302351d77469|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:38.797Z|e2ad7678-9b5e-4509-9efa-c8b8b038b664|http-nio-8080-exec-1|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:27:38.798Z|e2ad7678-9b5e-4509-9efa-c8b8b038b664|http-nio-8080-exec-1|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:42.339Z|f63b3c36-88c0-4e4d-b9d5-848a41b3c697|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:42.340Z|9b8f6523-b426-4cc0-88ec-3ee6f9ec08db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:42.340Z|9b8f6523-b426-4cc0-88ec-3ee6f9ec08db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:42.340Z|f63b3c36-88c0-4e4d-b9d5-848a41b3c697|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:45.194Z|7046ef60-4088-495b-99f9-b5d7019f6bda|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:45.195Z|7046ef60-4088-495b-99f9-b5d7019f6bda|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:47.073Z|84c0d279-095c-489d-b660-19687e5f5346|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:27:47.077Z|84c0d279-095c-489d-b660-19687e5f5346|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:27:52.364Z|c7f319df-36c2-4867-b61b-f885e4ea56c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:52.364Z|4d4ff09d-97fa-4c7b-8192-82bcffb9f34e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:52.366Z|4d4ff09d-97fa-4c7b-8192-82bcffb9f34e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:52.366Z|c7f319df-36c2-4867-b61b-f885e4ea56c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:27:55.217Z|c6fd5e46-8c62-48f2-8596-67eaa4fd767b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:27:55.218Z|c6fd5e46-8c62-48f2-8596-67eaa4fd767b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:02.074Z|3f582d0a-b007-4431-8de7-6f7a774cd98b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:28:02.074Z|3f582d0a-b007-4431-8de7-6f7a774cd98b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:28:02.389Z|ce997f39-b4ba-43a4-bf25-650829a8bcea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:02.389Z|4ac7bf05-997e-4303-8e3e-f1f3618fc4d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:02.389Z|ce997f39-b4ba-43a4-bf25-650829a8bcea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:02.390Z|4ac7bf05-997e-4303-8e3e-f1f3618fc4d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:02.619Z|73399409-f03a-46ee-ac33-fbe1f7d03bb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:28:02.620Z|73399409-f03a-46ee-ac33-fbe1f7d03bb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:28:05.241Z|f32bd59e-4106-4fda-b58d-9abeb394bcad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:05.245Z|f32bd59e-4106-4fda-b58d-9abeb394bcad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:12.055Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:28:12.059Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: f2b69431-d9e6-459e-b6e2-0554059b3641 already exists in requestDb InfraActiveRequests table 2022-03-04T15:28:12.060Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641 2022-03-04T15:28:12.060Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|INFO|500||Invoke 2022-03-04T15:28:12.061Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||===========================request begin================================================ 2022-03-04T15:28:12.061Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641 2022-03-04T15:28:12.061Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||Method : GET 2022-03-04T15:28:12.062Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f157f078ea3206f2", X-B3-SpanId:"d00546f77804713e", X-B3-ParentSpanId:"f157f078ea3206f2", X-B3-Sampled:"0", X-ONAP-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-TransactionID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-ECOMP-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6d410982-8511-4cbe-a045-0c6ada759165"] 2022-03-04T15:28:12.062Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||Request body: 2022-03-04T15:28:12.063Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||==========================request end================================================ 2022-03-04T15:28:12.095Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||============================response begin========================================== 2022-03-04T15:28:12.095Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:28:12.096Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||Status text : 2022-03-04T15:28:12.096Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:28:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:28:12.097Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||Response body: 2022-03-04T15:28:12.097Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|DEBUG|500||=======================response end================================================= 2022-03-04T15:28:12.098Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/f2b69431-d9e6-459e-b6e2-0554059b3641|INFO|404|Not Found|InvokeReturn 2022-03-04T15:28:12.102Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID f2b69431-d9e6-459e-b6e2-0554059b3641 2022-03-04T15:28:12.103Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:28:12.104Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:28:12.104Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:28:12.104Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:28:12.105Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:28:12.105Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:28:12.105Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"f157f078ea3206f2", X-B3-SpanId:"2b564c0af3a1bd6e", X-B3-ParentSpanId:"f157f078ea3206f2", X-B3-Sampled:"0", X-ONAP-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-TransactionID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-ECOMP-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4680c81b-94cf-4a77-bdbf-c09eae69e759"] 2022-03-04T15:28:12.106Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:28:12.106Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:28:12.118Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:28:12.119Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:28:12.119Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:28:12.120Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:28:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:28:12.121Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:28:12.121Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:28:12.122Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:28:12.123Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:28:12.124Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:28:12.125Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:28:12.126Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:28:12.126Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:28:12.126Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:28:12.127Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:28:12.127Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"f157f078ea3206f2", X-B3-SpanId:"3902c8edabe14c23", X-B3-ParentSpanId:"f157f078ea3206f2", X-B3-Sampled:"0", X-ONAP-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-TransactionID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-ECOMP-RequestID:"f2b69431-d9e6-459e-b6e2-0554059b3641", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c865c99b-9986-408b-b063-92f90ac433fb"] 2022-03-04T15:28:12.128Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:28:12.128Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:28:12.143Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:28:12.144Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:28:12.145Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:28:12.145Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:28:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:28:12.146Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:28:12.146Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:28:12.147Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:28:12.148Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:28:12.149Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@4b7b4b91 2022-03-04T15:28:12.151Z|f2b69431-d9e6-459e-b6e2-0554059b3641|http-nio-8080-exec-1|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:28:12.424Z|ce98e596-5998-4b49-a4dc-76d2648e0b6e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:12.425Z|ce98e596-5998-4b49-a4dc-76d2648e0b6e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:12.425Z|542fee75-5a5e-4723-bbd7-494c20f191d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:12.426Z|542fee75-5a5e-4723-bbd7-494c20f191d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:15.271Z|e0d45ffc-32e2-44b3-8f79-2ff327917ad7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:15.272Z|e0d45ffc-32e2-44b3-8f79-2ff327917ad7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:17.073Z|79248857-0144-468a-a269-7fc6a280af80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:28:17.074Z|79248857-0144-468a-a269-7fc6a280af80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:28:22.448Z|2eea8d94-aa1a-4a17-860a-bf7b2745b71b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:22.448Z|5c7c8910-ded8-4e4d-9e88-7584fa737d22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:22.449Z|2eea8d94-aa1a-4a17-860a-bf7b2745b71b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:22.449Z|5c7c8910-ded8-4e4d-9e88-7584fa737d22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:24.492Z|f435d261-273e-4712-9c6b-b29ed6ba99cb|http-nio-8080-exec-6|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:28:24.493Z|f435d261-273e-4712-9c6b-b29ed6ba99cb|http-nio-8080-exec-6|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:25.293Z|009c7d52-c313-4f1a-8944-f1d264f98f3a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:25.294Z|009c7d52-c313-4f1a-8944-f1d264f98f3a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:32.074Z|baf57498-40cc-4d98-8b5d-541da029fa9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:28:32.077Z|baf57498-40cc-4d98-8b5d-541da029fa9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:28:32.475Z|5e7d24b1-8fd0-477c-84a7-a9dda3de59d7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:32.476Z|5e7d24b1-8fd0-477c-84a7-a9dda3de59d7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:32.485Z|a1fd996a-e224-4941-a0e1-2c618616443d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:32.487Z|a1fd996a-e224-4941-a0e1-2c618616443d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:32.620Z|07789830-58f3-4a81-ba90-be35c64b8c1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:28:32.621Z|07789830-58f3-4a81-ba90-be35c64b8c1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:28:33.943Z|f58e30f6-d157-4015-81ec-7527cd60f956|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:28:33.944Z|f58e30f6-d157-4015-81ec-7527cd60f956|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:35.316Z|2b6b52b0-1329-4e68-b6bf-843b4413163d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:35.317Z|2b6b52b0-1329-4e68-b6bf-843b4413163d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:42.500Z|f73374ba-40ac-44ec-95ce-8882c8952e0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:42.501Z|f73374ba-40ac-44ec-95ce-8882c8952e0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:42.510Z|c3dc9d6d-a149-46fb-a703-6751ae261367|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:42.511Z|c3dc9d6d-a149-46fb-a703-6751ae261367|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:45.337Z|c1643eac-ed81-4b7b-92bf-2579bd089857|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:45.338Z|c1643eac-ed81-4b7b-92bf-2579bd089857|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:47.074Z|281157a0-22b9-4a56-98a3-25baf6a74dfb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:28:47.074Z|281157a0-22b9-4a56-98a3-25baf6a74dfb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:28:52.529Z|be342568-477e-476f-954a-0efad0da30f1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:52.529Z|be342568-477e-476f-954a-0efad0da30f1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:52.536Z|d6d1d669-e1f8-4302-81a8-6caa84d2322c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:52.537Z|d6d1d669-e1f8-4302-81a8-6caa84d2322c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:28:55.360Z|649dcf73-d095-487e-a18e-4618ab22f0a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:28:55.361Z|649dcf73-d095-487e-a18e-4618ab22f0a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:02.074Z|261394cf-f4c5-4da7-ac62-c3d88fd25363|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:29:02.074Z|261394cf-f4c5-4da7-ac62-c3d88fd25363|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:29:02.557Z|ff0aabfa-9294-4766-a757-3d44622559d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:02.558Z|ff0aabfa-9294-4766-a757-3d44622559d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:02.566Z|c3e4b5c8-e2d6-41e0-8aa8-e4caf018e90e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:02.567Z|c3e4b5c8-e2d6-41e0-8aa8-e4caf018e90e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:02.622Z|a26e6266-b2fa-42e3-93ba-66cef4f13e91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:29:02.623Z|a26e6266-b2fa-42e3-93ba-66cef4f13e91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:29:05.383Z|05e8a14e-9b74-4f94-a914-3c95177463c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:05.384Z|05e8a14e-9b74-4f94-a914-3c95177463c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:12.585Z|77df027c-1a15-480a-9406-9fd5e5b1d592|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:12.586Z|77df027c-1a15-480a-9406-9fd5e5b1d592|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:12.596Z|b71262bb-3e9f-4158-8179-b6fcc55ce1f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:12.596Z|b71262bb-3e9f-4158-8179-b6fcc55ce1f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:15.405Z|1d2d2ff2-22a3-44f1-84e1-0bbba33de1e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:15.406Z|1d2d2ff2-22a3-44f1-84e1-0bbba33de1e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:17.074Z|76a98da3-0da5-44cd-b6ad-2f89a806d7ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:29:17.081Z|76a98da3-0da5-44cd-b6ad-2f89a806d7ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:29:22.610Z|a3dc4568-14f7-44d8-acbf-4ed92d3e5c48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:22.611Z|a3dc4568-14f7-44d8-acbf-4ed92d3e5c48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:22.618Z|217d1ac2-d44d-46d2-9f42-6ab0047276cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:22.619Z|217d1ac2-d44d-46d2-9f42-6ab0047276cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:25.426Z|5972f981-61a1-4912-9f10-62504d5751c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:25.427Z|5972f981-61a1-4912-9f10-62504d5751c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:32.074Z|e50597c2-4bbd-4b26-9fa5-a6a6c919a04c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:29:32.074Z|e50597c2-4bbd-4b26-9fa5-a6a6c919a04c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:29:32.623Z|42b75ec0-838b-4403-9fc0-5b16d30b2e45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:29:32.624Z|42b75ec0-838b-4403-9fc0-5b16d30b2e45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:29:32.633Z|e142e7d0-ff7d-4c43-a828-5408dcbeb23f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:32.634Z|e142e7d0-ff7d-4c43-a828-5408dcbeb23f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:32.641Z|a9e8abb7-ba03-48b5-9e85-0b2893f169e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:32.645Z|a9e8abb7-ba03-48b5-9e85-0b2893f169e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:33.942Z|076cb8fe-6275-46d0-b65b-0b2272dbd029|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:29:33.943Z|076cb8fe-6275-46d0-b65b-0b2272dbd029|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:35.449Z|b8e9af8e-4279-4574-8eb7-be0345adefc9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:35.450Z|b8e9af8e-4279-4574-8eb7-be0345adefc9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:42.657Z|30c3d5ae-f18b-4f51-83bf-aed26ac14f1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:42.659Z|30c3d5ae-f18b-4f51-83bf-aed26ac14f1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:42.684Z|b00d805f-be8f-48a6-9090-c571ab08a101|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:42.685Z|b00d805f-be8f-48a6-9090-c571ab08a101|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:45.485Z|14dc90d0-9761-42a0-a467-b110c6a4b763|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:45.486Z|14dc90d0-9761-42a0-a467-b110c6a4b763|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:47.074Z|25ebaab5-01e8-4625-9c7d-2d6da5c6df7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:29:47.074Z|25ebaab5-01e8-4625-9c7d-2d6da5c6df7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:29:52.685Z|64df29f3-6a13-467b-98da-e0d9e3c2a483|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:52.685Z|64df29f3-6a13-467b-98da-e0d9e3c2a483|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:52.709Z|4b8d3d61-fb17-4f79-b3f9-96fb7f759c12|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:52.710Z|4b8d3d61-fb17-4f79-b3f9-96fb7f759c12|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:29:55.507Z|7cee3d5f-fcc2-4000-8e4f-5c01082ccc79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:29:55.508Z|7cee3d5f-fcc2-4000-8e4f-5c01082ccc79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:02.073Z|4b50096f-9806-47aa-823d-16a351575f52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:30:02.078Z|4b50096f-9806-47aa-823d-16a351575f52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:30:02.625Z|5630e93e-6041-4499-8b32-93aa759c1984|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:30:02.625Z|5630e93e-6041-4499-8b32-93aa759c1984|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:30:02.708Z|39a0b9ee-7544-4099-9046-3e18e842dab8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:02.709Z|39a0b9ee-7544-4099-9046-3e18e842dab8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:02.730Z|e637746f-ec13-48f7-8ad5-877ca81ce82b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:02.731Z|e637746f-ec13-48f7-8ad5-877ca81ce82b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:05.529Z|7ceee951-8791-4547-a559-e6639c28ecc2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:05.530Z|7ceee951-8791-4547-a559-e6639c28ecc2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:12.733Z|d8e29fab-6e4e-418b-9c95-fcc8ab23e7cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:12.734Z|d8e29fab-6e4e-418b-9c95-fcc8ab23e7cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:12.753Z|449396bd-3090-4645-81b6-722192994223|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:12.754Z|449396bd-3090-4645-81b6-722192994223|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:15.553Z|57f6e6ac-072b-49d5-a27b-88ae21ae36b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:15.554Z|57f6e6ac-072b-49d5-a27b-88ae21ae36b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:17.073Z|c02c0ebe-d0df-4798-8572-93a71a129e41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:30:17.074Z|c02c0ebe-d0df-4798-8572-93a71a129e41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:30:22.756Z|3458c9a6-c680-40b3-a11a-5eeeadd170ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:22.758Z|3458c9a6-c680-40b3-a11a-5eeeadd170ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:22.790Z|59fc8db6-207a-4d10-ab2a-65d1913207ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:22.791Z|59fc8db6-207a-4d10-ab2a-65d1913207ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:25.576Z|a75c0425-475e-464e-a8c4-c8216652c87c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:25.576Z|a75c0425-475e-464e-a8c4-c8216652c87c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:32.073Z|333184aa-86b8-4650-8eb4-de0b4eade96d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:30:32.074Z|333184aa-86b8-4650-8eb4-de0b4eade96d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:30:32.626Z|5b0c565a-eaf6-4da8-bdb3-2ac4b235683b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:30:32.627Z|5b0c565a-eaf6-4da8-bdb3-2ac4b235683b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:30:32.795Z|471a36e6-9502-47c4-b2c3-e9f8fc00698c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:32.796Z|471a36e6-9502-47c4-b2c3-e9f8fc00698c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:32.814Z|05db1a80-1f7c-4559-af68-2635084ed5a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:32.815Z|05db1a80-1f7c-4559-af68-2635084ed5a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:33.941Z|c2c49053-482f-462f-81ad-9df151768ebb|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:30:33.967Z|c2c49053-482f-462f-81ad-9df151768ebb|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:35.599Z|b8efe514-539f-4b80-926c-5115909f8540|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:35.600Z|b8efe514-539f-4b80-926c-5115909f8540|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:42.817Z|10178fec-d06c-46e3-bd23-37c9b8fa72aa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:42.818Z|10178fec-d06c-46e3-bd23-37c9b8fa72aa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:42.840Z|4025e6a2-9549-4261-a121-0731b2758bbd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:42.841Z|4025e6a2-9549-4261-a121-0731b2758bbd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:45.621Z|f7110cf0-321c-4a2b-9e08-88427e6c116a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:45.622Z|f7110cf0-321c-4a2b-9e08-88427e6c116a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:47.074Z|28fe8903-c526-4377-9264-0ac42e7d503f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:30:47.077Z|28fe8903-c526-4377-9264-0ac42e7d503f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:30:52.841Z|04b49be7-7bde-44a4-ab60-24163c1d1a62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:52.841Z|04b49be7-7bde-44a4-ab60-24163c1d1a62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:52.862Z|35d15c0c-7705-4ac3-b363-f822b5ec9451|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:52.863Z|35d15c0c-7705-4ac3-b363-f822b5ec9451|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:30:55.650Z|3b7dd2b0-ac81-4800-a32a-6a889f817692|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:30:55.651Z|3b7dd2b0-ac81-4800-a32a-6a889f817692|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:02.074Z|898b6eba-dad6-4058-a7d2-ab4b2b3f4db6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:31:02.074Z|898b6eba-dad6-4058-a7d2-ab4b2b3f4db6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:31:02.627Z|7d50a003-32e0-492c-9ab3-e4c002291145|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:31:02.628Z|7d50a003-32e0-492c-9ab3-e4c002291145|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:31:02.870Z|7b1c92f4-32ca-4787-950a-4b0418f3355e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:02.871Z|7b1c92f4-32ca-4787-950a-4b0418f3355e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:02.883Z|b3b82679-a098-4b42-94a1-17d9dd3a070b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:02.884Z|b3b82679-a098-4b42-94a1-17d9dd3a070b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:05.677Z|1192b8cd-aa05-4b2c-a6d8-a4d45298918b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:05.678Z|1192b8cd-aa05-4b2c-a6d8-a4d45298918b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:12.893Z|4f24ab55-8c0f-42d4-8eb2-cc899bebd858|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:12.894Z|4f24ab55-8c0f-42d4-8eb2-cc899bebd858|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:12.908Z|db87c05b-0b13-44d0-8223-81035ac538c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:12.910Z|db87c05b-0b13-44d0-8223-81035ac538c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:15.700Z|02ea37ab-cd4a-44c9-afb6-2a2500f5b026|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:15.700Z|02ea37ab-cd4a-44c9-afb6-2a2500f5b026|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:17.074Z|a783be6c-23d0-4064-8662-bd4ed5897d40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:31:17.074Z|a783be6c-23d0-4064-8662-bd4ed5897d40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:31:22.918Z|ebe2caa5-486a-4cf2-8c4b-4ef4035bc938|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:22.919Z|ebe2caa5-486a-4cf2-8c4b-4ef4035bc938|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:22.939Z|826032a7-c4fb-49a0-a749-ae2c9cc6ca0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:22.940Z|826032a7-c4fb-49a0-a749-ae2c9cc6ca0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:25.721Z|db46389c-cfc6-4d08-962a-48ecba3af122|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:25.722Z|db46389c-cfc6-4d08-962a-48ecba3af122|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:32.074Z|6902ee2c-86e5-4fdd-b434-b9060e7ea4c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:31:32.077Z|6902ee2c-86e5-4fdd-b434-b9060e7ea4c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:31:32.629Z|9ceafecf-2af7-42e2-b0b5-bfc453e05b5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:31:32.629Z|9ceafecf-2af7-42e2-b0b5-bfc453e05b5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:31:32.940Z|fc3beae9-ef62-441e-babd-50f6d3c8c7e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:32.941Z|fc3beae9-ef62-441e-babd-50f6d3c8c7e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:32.966Z|67ac71ee-4b76-4128-92c4-eb62457071fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:32.967Z|67ac71ee-4b76-4128-92c4-eb62457071fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:33.941Z|32f0cf08-cce1-4113-9a9e-82233fb4d6f3|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:31:33.946Z|32f0cf08-cce1-4113-9a9e-82233fb4d6f3|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:35.749Z|146c2a19-be96-4928-8903-0faef99f2322|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:35.755Z|146c2a19-be96-4928-8903-0faef99f2322|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:42.982Z|e673961b-c050-4034-9ae9-2aa7f6788a7b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:42.983Z|e673961b-c050-4034-9ae9-2aa7f6788a7b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:42.997Z|0334e146-468f-4bbb-a449-e2b8a5c7a80d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:42.998Z|0334e146-468f-4bbb-a449-e2b8a5c7a80d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:45.778Z|1360cc8e-57a5-4bed-a17f-82ac7d332ccc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:45.783Z|1360cc8e-57a5-4bed-a17f-82ac7d332ccc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:47.074Z|983819eb-5c65-42ab-8aa1-f8f44b8450e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:31:47.074Z|983819eb-5c65-42ab-8aa1-f8f44b8450e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:31:53.004Z|cce66290-706a-4da7-b066-cacb1af6641a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:53.005Z|cce66290-706a-4da7-b066-cacb1af6641a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:53.023Z|d51d2872-90ac-4403-9da8-3e81b4985735|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:53.025Z|d51d2872-90ac-4403-9da8-3e81b4985735|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:31:55.807Z|0b88691e-aee5-407f-a589-b58c91221e50|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:31:55.808Z|0b88691e-aee5-407f-a589-b58c91221e50|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:02.074Z|74a62b28-b62b-4e84-8ab4-0ac554f620b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:32:02.074Z|74a62b28-b62b-4e84-8ab4-0ac554f620b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:32:02.630Z|4acd4589-b102-4bef-8c32-1a7db4b4ab1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:32:02.631Z|4acd4589-b102-4bef-8c32-1a7db4b4ab1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:32:03.033Z|9635139a-636c-4283-8756-e5cddf305e83|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:03.034Z|9635139a-636c-4283-8756-e5cddf305e83|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:03.052Z|5e1f37af-07ea-479e-b30a-eb9e0c17b3fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:03.054Z|5e1f37af-07ea-479e-b30a-eb9e0c17b3fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:05.832Z|7c52a62c-6c0a-4061-9aab-2aa02ffe599e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:05.833Z|7c52a62c-6c0a-4061-9aab-2aa02ffe599e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:13.066Z|5f99f68b-98f8-40aa-a79d-21d23d4da152|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:13.066Z|5f99f68b-98f8-40aa-a79d-21d23d4da152|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:13.076Z|3a27c3a2-9ff5-46d5-a03f-2dcc33ae9b63|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:13.076Z|3a27c3a2-9ff5-46d5-a03f-2dcc33ae9b63|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:15.857Z|4a33404e-cccc-4045-8703-6060c8f9bd66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:15.858Z|4a33404e-cccc-4045-8703-6060c8f9bd66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:17.074Z|755c025a-b90a-4623-99c4-2174c72cde29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:32:17.077Z|755c025a-b90a-4623-99c4-2174c72cde29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:32:23.090Z|15f6b9ca-4b60-4247-b799-cf0e827c841c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:23.090Z|15f6b9ca-4b60-4247-b799-cf0e827c841c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:23.098Z|4e21650e-5da3-4353-bde1-5e3ed12910ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:23.099Z|4e21650e-5da3-4353-bde1-5e3ed12910ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:25.882Z|05c109da-df16-47f5-aa31-d27b379433ba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:25.883Z|05c109da-df16-47f5-aa31-d27b379433ba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:32.074Z|866dcd0f-62b9-49f0-8722-f67a6f456d03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:32:32.075Z|866dcd0f-62b9-49f0-8722-f67a6f456d03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:32:32.632Z|3506e088-3e38-45bf-a448-4539fb3cc378|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:32:32.633Z|3506e088-3e38-45bf-a448-4539fb3cc378|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:32:33.119Z|58b3170c-99f4-454d-9d16-15eb777aad6b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:33.119Z|ee5eafa2-08b8-44d4-bf4c-89dca031fbd1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:33.120Z|58b3170c-99f4-454d-9d16-15eb777aad6b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:33.120Z|ee5eafa2-08b8-44d4-bf4c-89dca031fbd1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:33.944Z|ad3a2a00-5a86-47c4-817e-eec669467ca9|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:32:33.945Z|ad3a2a00-5a86-47c4-817e-eec669467ca9|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:35.909Z|7557fe08-5974-4689-9958-6e72d2c3b8dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:35.911Z|7557fe08-5974-4689-9958-6e72d2c3b8dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:43.148Z|d10429f6-7131-4cf2-8960-89da92300d81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:43.148Z|5096da15-a703-4ccf-9b01-2802c14395c8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:43.150Z|d10429f6-7131-4cf2-8960-89da92300d81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:43.150Z|5096da15-a703-4ccf-9b01-2802c14395c8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:45.950Z|190bff1e-e841-4ab3-b47e-8bafb1b08692|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:45.952Z|190bff1e-e841-4ab3-b47e-8bafb1b08692|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:47.074Z|8a8b6342-844f-4526-aebe-bebb69faafdb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:32:47.075Z|8a8b6342-844f-4526-aebe-bebb69faafdb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:32:53.174Z|e7e24b08-4ee0-42c8-82a1-36b53166739d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:53.174Z|b3c2d848-ed00-4fed-b5ab-edd86d32b71d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:53.175Z|e7e24b08-4ee0-42c8-82a1-36b53166739d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:53.175Z|b3c2d848-ed00-4fed-b5ab-edd86d32b71d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:32:56.004Z|259c7a83-72c5-4960-89ac-6c52cf0fc539|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:32:56.006Z|259c7a83-72c5-4960-89ac-6c52cf0fc539|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:02.074Z|c5cd307a-36ee-4ad5-88fb-4c3dcdc1d630|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:33:02.078Z|c5cd307a-36ee-4ad5-88fb-4c3dcdc1d630|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:33:02.634Z|920ae384-35a5-4a51-ba07-2e1e060486ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:33:02.635Z|920ae384-35a5-4a51-ba07-2e1e060486ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:33:03.205Z|3d88d6d9-debe-403d-b965-4198c57a6c9b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:03.205Z|a80b3326-e3cc-4252-9efa-0e6843fd218f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:03.206Z|a80b3326-e3cc-4252-9efa-0e6843fd218f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:03.207Z|3d88d6d9-debe-403d-b965-4198c57a6c9b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:06.038Z|408bfbcb-19ec-412e-abcf-5d45902958be|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:06.039Z|408bfbcb-19ec-412e-abcf-5d45902958be|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:13.229Z|5e4c32c4-12eb-4a34-8b9f-108524144413|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:13.229Z|7c9bdb22-1fa8-4409-9390-027717de26aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:13.230Z|5e4c32c4-12eb-4a34-8b9f-108524144413|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:13.231Z|7c9bdb22-1fa8-4409-9390-027717de26aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:16.096Z|ba4094ef-8d2e-420b-999e-22f4aeb12664|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:16.097Z|ba4094ef-8d2e-420b-999e-22f4aeb12664|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:17.074Z|633b2be2-8abc-4d02-b7b6-691c1b9a1dcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:33:17.075Z|633b2be2-8abc-4d02-b7b6-691c1b9a1dcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:33:23.252Z|95a4f677-bf32-42e3-9a7a-424bb1e07f1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:23.255Z|95a4f677-bf32-42e3-9a7a-424bb1e07f1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:23.255Z|8dd2b619-0baa-464f-a248-6e8d9eab6291|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:23.255Z|8dd2b619-0baa-464f-a248-6e8d9eab6291|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:26.120Z|1de56df8-1def-4b0f-a1f5-a2e172fe9527|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:26.121Z|1de56df8-1def-4b0f-a1f5-a2e172fe9527|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:32.073Z|94ead7e4-4521-49c5-bd2f-ce20229968d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:33:32.074Z|94ead7e4-4521-49c5-bd2f-ce20229968d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:33:32.636Z|11ab4602-4cf7-418f-9d4a-8ca2991eb0c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:33:32.636Z|11ab4602-4cf7-418f-9d4a-8ca2991eb0c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:33:33.277Z|f222fd55-3933-4920-ab44-6c6bbde18624|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:33.277Z|cfff666f-e792-4091-8085-8896e6f94fd6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:33.278Z|f222fd55-3933-4920-ab44-6c6bbde18624|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:33.278Z|cfff666f-e792-4091-8085-8896e6f94fd6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:33.951Z|280e5d7e-0c8b-4a8a-899e-0273f3d9853e|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:33:33.952Z|280e5d7e-0c8b-4a8a-899e-0273f3d9853e|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:36.146Z|9dc1251e-016f-4583-ba0b-70dba71560c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:36.147Z|9dc1251e-016f-4583-ba0b-70dba71560c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:43.300Z|108af02b-64af-44d7-a4b4-3613989e9de6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:43.301Z|108af02b-64af-44d7-a4b4-3613989e9de6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:43.300Z|4a2fb113-9baa-4dd3-a819-a880a3de7e87|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:43.302Z|4a2fb113-9baa-4dd3-a819-a880a3de7e87|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:46.177Z|e1c02f62-1d3d-4c5b-aa72-5894b62310c9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:46.178Z|e1c02f62-1d3d-4c5b-aa72-5894b62310c9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:47.073Z|553eadad-8b75-4672-8bdb-5329a92a8607|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:33:47.077Z|553eadad-8b75-4672-8bdb-5329a92a8607|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:33:53.323Z|e49657e9-3653-4bfd-a00a-882e5e924535|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:53.324Z|e49657e9-3653-4bfd-a00a-882e5e924535|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:53.337Z|4eedc829-d723-4091-858b-4f6f21d62cc9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:53.346Z|4eedc829-d723-4091-858b-4f6f21d62cc9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:33:56.199Z|342ded4c-0cab-47a3-8534-dd26dfde18e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:33:56.200Z|342ded4c-0cab-47a3-8534-dd26dfde18e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:02.074Z|c5832d5d-2dde-46d1-b4d4-70fc6225686e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:34:02.074Z|c5832d5d-2dde-46d1-b4d4-70fc6225686e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:34:02.637Z|5d1ab93a-df1c-470a-8544-8aa9d5203429|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:34:02.638Z|5d1ab93a-df1c-470a-8544-8aa9d5203429|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:34:03.347Z|e7cbaf7c-1a21-4c2d-993d-ba9ef2105fff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:03.348Z|e7cbaf7c-1a21-4c2d-993d-ba9ef2105fff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:03.376Z|91a5e954-2d5e-4a3d-b560-cf89a10da709|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:03.377Z|91a5e954-2d5e-4a3d-b560-cf89a10da709|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:06.225Z|bc04f430-9f9f-4bdc-95f5-9150552e7e76|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:06.226Z|bc04f430-9f9f-4bdc-95f5-9150552e7e76|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:12.151Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2022-03-04T15:34:12.156Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 594724e5-9837-4d4a-9052-26bca3828dd6 already exists in requestDb InfraActiveRequests table 2022-03-04T15:34:12.160Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6 2022-03-04T15:34:12.162Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|INFO|500||Invoke 2022-03-04T15:34:12.162Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||===========================request begin================================================ 2022-03-04T15:34:12.163Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6 2022-03-04T15:34:12.164Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||Method : GET 2022-03-04T15:34:12.164Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cffd4961dc953340", X-B3-SpanId:"3fc03b4c89975531", X-B3-ParentSpanId:"cffd4961dc953340", X-B3-Sampled:"0", X-ONAP-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-TransactionID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-ECOMP-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f435b4d7-f49f-4670-af8e-190a9979fc7e"] 2022-03-04T15:34:12.165Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||Request body: 2022-03-04T15:34:12.166Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||==========================request end================================================ 2022-03-04T15:34:12.227Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||============================response begin========================================== 2022-03-04T15:34:12.228Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||Status code : 404 NOT_FOUND 2022-03-04T15:34:12.228Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||Status text : 2022-03-04T15:34:12.229Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:34:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:34:12.230Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||Response body: 2022-03-04T15:34:12.230Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|DEBUG|500||=======================response end================================================= 2022-03-04T15:34:12.231Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/594724e5-9837-4d4a-9052-26bca3828dd6|INFO|404|Not Found|InvokeReturn 2022-03-04T15:34:12.237Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 594724e5-9837-4d4a-9052-26bca3828dd6 2022-03-04T15:34:12.240Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:34:12.242Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2022-03-04T15:34:12.242Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2022-03-04T15:34:12.243Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:34:12.243Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2022-03-04T15:34:12.244Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2022-03-04T15:34:12.244Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"cffd4961dc953340", X-B3-SpanId:"aef88fecb28f1b34", X-B3-ParentSpanId:"cffd4961dc953340", X-B3-Sampled:"0", X-ONAP-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-TransactionID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-ECOMP-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6c6ae5a7-a016-436c-af8d-f59ac91f6b72"] 2022-03-04T15:34:12.245Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:34:12.246Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:34:12.257Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:34:12.258Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:34:12.259Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2022-03-04T15:34:12.259Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:34:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:34:12.260Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2022-03-04T15:34:12.261Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:34:12.262Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:34:12.262Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:34:12.264Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:34:12.266Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:34:12.266Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2022-03-04T15:34:12.267Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2022-03-04T15:34:12.267Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2022-03-04T15:34:12.268Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2022-03-04T15:34:12.268Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"cffd4961dc953340", X-B3-SpanId:"c1d31d6dcb24b26f", X-B3-ParentSpanId:"cffd4961dc953340", X-B3-Sampled:"0", X-ONAP-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-TransactionID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-ECOMP-RequestID:"594724e5-9837-4d4a-9052-26bca3828dd6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"900a0b86-3564-4681-b9a0-8bb6570f39e6"] 2022-03-04T15:34:12.269Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2022-03-04T15:34:12.269Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2022-03-04T15:34:12.284Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2022-03-04T15:34:12.285Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2022-03-04T15:34:12.286Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2022-03-04T15:34:12.287Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Fri, 04 Mar 2022 15:34:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2022-03-04T15:34:12.287Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2022-03-04T15:34:12.288Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2022-03-04T15:34:12.288Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2022-03-04T15:34:12.289Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$6de2226.globalHealthcheck( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T15:34:12.291Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@374146d9 2022-03-04T15:34:12.294Z|594724e5-9837-4d4a-9052-26bca3828dd6|http-nio-8080-exec-4|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2022-03-04T15:34:13.377Z|5bd5e146-a1e3-4b86-820c-50076db5a1ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:13.377Z|5bd5e146-a1e3-4b86-820c-50076db5a1ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:13.404Z|49adbc20-8e3f-4d34-94df-30ced460eb1f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:13.405Z|49adbc20-8e3f-4d34-94df-30ced460eb1f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:16.249Z|36c06ab7-16d0-43cd-8842-9fd908567bd8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:16.251Z|36c06ab7-16d0-43cd-8842-9fd908567bd8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:17.074Z|22714cf6-b80d-40ea-912c-63f1fc2d401f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:34:17.074Z|22714cf6-b80d-40ea-912c-63f1fc2d401f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:34:23.399Z|e9fe51bc-128a-4685-abc5-5bff4680e63b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:23.400Z|e9fe51bc-128a-4685-abc5-5bff4680e63b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:23.427Z|e2230f7f-35a2-4a58-a2c7-89b912980432|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:23.428Z|e2230f7f-35a2-4a58-a2c7-89b912980432|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:26.278Z|3e2e7b3c-75b8-4d27-8908-8b01d7730bd0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:26.279Z|3e2e7b3c-75b8-4d27-8908-8b01d7730bd0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:31.904Z|8efd444b-0058-41e9-ad5d-374fcc8c24be|http-nio-8080-exec-3|manage/health|python-requests/2.27.1|||INFO|500||Entering 2022-03-04T15:34:31.905Z|8efd444b-0058-41e9-ad5d-374fcc8c24be|http-nio-8080-exec-3|manage/health|python-requests/2.27.1|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:32.073Z|d43f67b9-c7a1-43e4-a519-f2cf83f8a528|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:34:32.077Z|d43f67b9-c7a1-43e4-a519-f2cf83f8a528|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:34:32.639Z|aea3e1d9-bc60-429b-8294-ca062b1442e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:34:32.639Z|aea3e1d9-bc60-429b-8294-ca062b1442e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:34:33.425Z|cc469764-87af-400b-b414-d9f40b48fd38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:33.426Z|cc469764-87af-400b-b414-d9f40b48fd38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:33.467Z|854dbbe4-45d5-4e20-aba0-1d67a7df6ff4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:33.468Z|854dbbe4-45d5-4e20-aba0-1d67a7df6ff4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:33.940Z|f088ea6e-21b3-4efd-827d-a7819f933a02|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:34:33.941Z|f088ea6e-21b3-4efd-827d-a7819f933a02|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:36.303Z|8b1485ac-40e1-4282-9077-64cb4a639481|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:36.304Z|8b1485ac-40e1-4282-9077-64cb4a639481|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:43.450Z|b93ec6d5-fe2f-4435-80a0-1817e1d09fcc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:43.451Z|b93ec6d5-fe2f-4435-80a0-1817e1d09fcc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:43.488Z|bb6808b7-d35f-4120-882f-d8f0ea6130a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:43.489Z|bb6808b7-d35f-4120-882f-d8f0ea6130a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:46.328Z|db740268-c14a-4941-83fd-0ee386d080f1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:46.329Z|db740268-c14a-4941-83fd-0ee386d080f1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:47.074Z|5ff508c6-9c46-4147-8710-253b7142c931|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:34:47.074Z|5ff508c6-9c46-4147-8710-253b7142c931|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:34:53.470Z|bff2c597-3c02-4022-b0ee-a039806eb1a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:53.471Z|bff2c597-3c02-4022-b0ee-a039806eb1a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:53.509Z|15355501-0aa1-4746-9dc6-ed81411a1214|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:53.510Z|15355501-0aa1-4746-9dc6-ed81411a1214|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:34:56.350Z|3c8d8eba-513a-4c6a-ae03-0a3d669f4221|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:34:56.351Z|3c8d8eba-513a-4c6a-ae03-0a3d669f4221|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:02.074Z|d1c7aee7-1022-414f-bb0d-71a3098ef39b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:35:02.074Z|d1c7aee7-1022-414f-bb0d-71a3098ef39b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:35:02.640Z|33cee68f-f9f8-406d-9d70-448529ba0c17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:35:02.641Z|33cee68f-f9f8-406d-9d70-448529ba0c17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:35:03.493Z|86e2a1bd-096f-40f9-b253-3a9ae819e0ab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:03.494Z|86e2a1bd-096f-40f9-b253-3a9ae819e0ab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:03.532Z|e285acc3-899b-4256-9cf6-5bd05b051a42|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:03.532Z|e285acc3-899b-4256-9cf6-5bd05b051a42|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:06.376Z|64a355c7-872f-4c12-b309-a853e8b7c902|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:06.377Z|64a355c7-872f-4c12-b309-a853e8b7c902|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:13.524Z|5ed3a278-7348-440e-af89-5aa3425179ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:13.525Z|5ed3a278-7348-440e-af89-5aa3425179ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:13.553Z|a16f81a8-1fd2-48e3-a870-b7a1d876a0c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:13.556Z|a16f81a8-1fd2-48e3-a870-b7a1d876a0c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:16.400Z|c1c07362-8c80-4d38-a0f3-3c3822ec7f6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:16.401Z|c1c07362-8c80-4d38-a0f3-3c3822ec7f6e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:17.073Z|8171c77a-39d8-444c-8273-4d6b681bc74c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:35:17.076Z|8171c77a-39d8-444c-8273-4d6b681bc74c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:35:23.559Z|f6c9091a-2fb4-44a8-b9c3-039d0618a7d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:23.560Z|f6c9091a-2fb4-44a8-b9c3-039d0618a7d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:23.582Z|55bd7dce-877b-4286-94aa-24e8112a0ca8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:23.583Z|55bd7dce-877b-4286-94aa-24e8112a0ca8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:26.427Z|315967b5-b05e-4e6e-92e7-d8ebe136fd07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:26.428Z|315967b5-b05e-4e6e-92e7-d8ebe136fd07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:32.074Z|43c8684d-8039-4b9b-b35a-a4f3494fe719|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:35:32.074Z|43c8684d-8039-4b9b-b35a-a4f3494fe719|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:35:32.642Z|f3dfc3f1-3d60-466c-acd2-d79c955ddeab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:35:32.642Z|f3dfc3f1-3d60-466c-acd2-d79c955ddeab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:35:33.588Z|157edaae-4d63-4901-97f3-11e3d9ad7fca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:33.589Z|157edaae-4d63-4901-97f3-11e3d9ad7fca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:33.605Z|a0f3fd0b-8634-43e9-9214-ebcf1674383a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:33.607Z|a0f3fd0b-8634-43e9-9214-ebcf1674383a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:33.941Z|a7a86c97-bbdc-4afd-ba68-82ca5c13a1ca|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:35:33.942Z|a7a86c97-bbdc-4afd-ba68-82ca5c13a1ca|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:36.452Z|8f91b85c-d30f-49b7-9d14-fddf3a9de46c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:36.453Z|8f91b85c-d30f-49b7-9d14-fddf3a9de46c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:43.613Z|eec9b681-060d-4809-ab3f-0b951e476d0d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:43.615Z|eec9b681-060d-4809-ab3f-0b951e476d0d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:43.634Z|cc665a1d-7d9c-439e-8fb1-7c4650a691cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:43.635Z|cc665a1d-7d9c-439e-8fb1-7c4650a691cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:46.476Z|a28adc56-5b00-4573-b2fd-4723962fae3e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:46.477Z|a28adc56-5b00-4573-b2fd-4723962fae3e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:47.074Z|c0f66da9-aa35-447b-b9af-85aa0244376d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:35:47.075Z|c0f66da9-aa35-447b-b9af-85aa0244376d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:35:53.639Z|2a10c40b-4648-400c-a6ab-b612d52466d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:53.640Z|2a10c40b-4648-400c-a6ab-b612d52466d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:53.658Z|3cc53fa7-8ce2-4a71-9458-5da2b857c746|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:53.659Z|3cc53fa7-8ce2-4a71-9458-5da2b857c746|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:35:56.501Z|9faadae9-fe84-4428-bab9-86175dd0922f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:35:56.502Z|9faadae9-fe84-4428-bab9-86175dd0922f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:02.074Z|c48409aa-1dfd-4e1a-a127-ef5961f40a82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:36:02.078Z|c48409aa-1dfd-4e1a-a127-ef5961f40a82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:36:02.643Z|6d475114-6fae-4281-9837-437d8a85f7d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:36:02.644Z|6d475114-6fae-4281-9837-437d8a85f7d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:36:03.671Z|ddf93d29-8bf9-4f76-93a9-ef4544a61bf7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:03.672Z|ddf93d29-8bf9-4f76-93a9-ef4544a61bf7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:03.681Z|6ad55dd1-5462-4e96-a3bd-ef2c604ab486|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:03.682Z|6ad55dd1-5462-4e96-a3bd-ef2c604ab486|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:06.523Z|974c0557-1736-4acf-82f1-138d0587b7d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:06.524Z|974c0557-1736-4acf-82f1-138d0587b7d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:13.692Z|23e4305c-e4b5-4fe3-84cf-33af9a3badd1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:13.693Z|23e4305c-e4b5-4fe3-84cf-33af9a3badd1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:13.704Z|d4d55858-602d-45aa-ad7d-bad86c1c4572|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:13.705Z|d4d55858-602d-45aa-ad7d-bad86c1c4572|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:16.545Z|2b92bc5c-827c-485b-b5f9-5843dfe7586e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:16.546Z|2b92bc5c-827c-485b-b5f9-5843dfe7586e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:17.074Z|9cafe20e-5719-4dbf-8f22-7e1343d16186|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:36:17.074Z|9cafe20e-5719-4dbf-8f22-7e1343d16186|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:36:23.714Z|f0384141-79d5-4c1a-829a-fd74ddf167d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:23.715Z|f0384141-79d5-4c1a-829a-fd74ddf167d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:23.725Z|862a0b81-8aea-41b1-afcf-2aae8cbc912f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:23.726Z|862a0b81-8aea-41b1-afcf-2aae8cbc912f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:26.570Z|9b78daf1-dbe7-474e-bc88-30820ff2f998|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:26.571Z|9b78daf1-dbe7-474e-bc88-30820ff2f998|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:32.074Z|076ddb45-6f81-4124-9dcf-d06902c3c295|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:36:32.074Z|076ddb45-6f81-4124-9dcf-d06902c3c295|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:36:32.644Z|61af9544-c0a8-412f-b878-d30dc69a60f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:36:32.646Z|61af9544-c0a8-412f-b878-d30dc69a60f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:36:33.737Z|f6117e8c-4362-418e-a815-ff95cea1b216|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:33.737Z|f6117e8c-4362-418e-a815-ff95cea1b216|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:33.757Z|3da4c419-7073-48f2-aa9b-101afc58857c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:33.758Z|3da4c419-7073-48f2-aa9b-101afc58857c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:33.940Z|92f4f9c7-e096-4b59-800d-aafbde3fccc7|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:36:33.959Z|92f4f9c7-e096-4b59-800d-aafbde3fccc7|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:36.593Z|50d70638-63d5-4a38-bdd2-f7f6ab59304a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:36.594Z|50d70638-63d5-4a38-bdd2-f7f6ab59304a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:43.770Z|091527ea-16f9-4f00-ab7b-8eab74ac2531|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:43.771Z|091527ea-16f9-4f00-ab7b-8eab74ac2531|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:43.778Z|3f4dddb8-c320-4ebb-9815-591825194a9f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:43.779Z|3f4dddb8-c320-4ebb-9815-591825194a9f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:46.617Z|67910670-c505-412b-baf0-159571e24329|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:46.618Z|67910670-c505-412b-baf0-159571e24329|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:47.073Z|8f9b786c-fb6f-4d15-ae11-a0ed55011ca9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:36:47.077Z|8f9b786c-fb6f-4d15-ae11-a0ed55011ca9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:36:53.796Z|c1b95f1d-0a2a-4b7b-af32-c378e460c504|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:53.797Z|c1b95f1d-0a2a-4b7b-af32-c378e460c504|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:53.803Z|852d00b2-27d6-4c6e-bb3a-16f3b50e9c61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:53.804Z|852d00b2-27d6-4c6e-bb3a-16f3b50e9c61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:36:56.641Z|7173b6e1-ce68-4916-afc5-c4125a0eaad5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:36:56.642Z|7173b6e1-ce68-4916-afc5-c4125a0eaad5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:02.074Z|521e4407-79bc-4cfc-8520-6e8786361153|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:37:02.075Z|521e4407-79bc-4cfc-8520-6e8786361153|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:37:02.646Z|fc2b6798-f9bb-4636-bbfb-a4e7483df9ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:37:02.647Z|fc2b6798-f9bb-4636-bbfb-a4e7483df9ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:37:03.821Z|3f1e99f1-80d1-4e3a-857c-e31580260d12|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:03.823Z|3f1e99f1-80d1-4e3a-857c-e31580260d12|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:03.828Z|f37ee6fc-d14e-47af-abb0-9ecaa1a8c184|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:03.830Z|f37ee6fc-d14e-47af-abb0-9ecaa1a8c184|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:06.669Z|7a3c04de-974e-4979-95d2-e25f5ee73900|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:06.670Z|7a3c04de-974e-4979-95d2-e25f5ee73900|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:13.845Z|d49ec050-5b3c-4c5c-9395-3cfd1eba5859|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:13.845Z|d49ec050-5b3c-4c5c-9395-3cfd1eba5859|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:13.850Z|3e58d09f-0ead-4435-9b6f-492d6ab2839d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:13.851Z|3e58d09f-0ead-4435-9b6f-492d6ab2839d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:16.695Z|2f8555fc-c0ad-49a0-aadb-7f242d3e1e41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:16.696Z|2f8555fc-c0ad-49a0-aadb-7f242d3e1e41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:17.074Z|1148a359-7357-48a5-b25b-527739225824|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:37:17.074Z|1148a359-7357-48a5-b25b-527739225824|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:37:23.866Z|e00e2973-646d-449f-9912-883f9face881|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:23.867Z|e00e2973-646d-449f-9912-883f9face881|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:23.872Z|0abd2866-1820-4da3-8007-da9357e9002e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:23.873Z|0abd2866-1820-4da3-8007-da9357e9002e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:26.718Z|947ba73d-3f38-4ee3-ba0c-c8619c0ee805|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:26.719Z|947ba73d-3f38-4ee3-ba0c-c8619c0ee805|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:32.074Z|d4ff8a43-4fed-4f5b-8690-618f71f82846|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:37:32.077Z|d4ff8a43-4fed-4f5b-8690-618f71f82846|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:37:32.649Z|8297d85c-11f4-4164-b5df-2d2a6a6cd03d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:37:32.650Z|8297d85c-11f4-4164-b5df-2d2a6a6cd03d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:37:33.888Z|3e66673d-50c3-4838-8487-0a621b4d8174|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:33.889Z|3e66673d-50c3-4838-8487-0a621b4d8174|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:33.894Z|a70935cb-5cf3-4769-bb51-740583dd6694|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:33.895Z|a70935cb-5cf3-4769-bb51-740583dd6694|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:33.942Z|4dbdd7b2-c1cb-47af-81b2-ec6b4cde1580|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:37:33.944Z|4dbdd7b2-c1cb-47af-81b2-ec6b4cde1580|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:36.740Z|6f6b9683-4a85-476c-99dd-c2fbd6320cb8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:36.741Z|6f6b9683-4a85-476c-99dd-c2fbd6320cb8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:43.914Z|4091af08-51ac-484b-88f3-fbebc08361c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:43.914Z|4091af08-51ac-484b-88f3-fbebc08361c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:43.917Z|2f29aff1-2abb-4237-a800-a005047c519a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:43.917Z|2f29aff1-2abb-4237-a800-a005047c519a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:46.771Z|00068b2c-d68e-40e1-9c9b-d42eed34440a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:46.771Z|00068b2c-d68e-40e1-9c9b-d42eed34440a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:47.074Z|e64b26c7-dbe7-4bce-b0a7-1285d1f21cdb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:37:47.075Z|e64b26c7-dbe7-4bce-b0a7-1285d1f21cdb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:37:53.936Z|ae2b9495-dd05-4663-b5f1-11b0cf78c4f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:53.937Z|ae2b9495-dd05-4663-b5f1-11b0cf78c4f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:53.944Z|e28d2ea2-094e-47cd-b981-c38bc809f214|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:53.945Z|e28d2ea2-094e-47cd-b981-c38bc809f214|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:37:56.793Z|65120c5b-2a80-472a-9b89-2722ad770b47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:37:56.794Z|65120c5b-2a80-472a-9b89-2722ad770b47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:02.074Z|a8d71ce7-0611-4602-a6c5-1e43e1f94ec2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:38:02.074Z|a8d71ce7-0611-4602-a6c5-1e43e1f94ec2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:38:02.651Z|1476aa8e-4c10-46ad-9d44-61ade88d86e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:38:02.652Z|1476aa8e-4c10-46ad-9d44-61ade88d86e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:38:03.966Z|a47709ff-f303-41b7-a4c6-e91d84491d79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:03.967Z|a47709ff-f303-41b7-a4c6-e91d84491d79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:03.968Z|f8f67c77-c193-43e8-a4f6-1a27cac4562c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:03.969Z|f8f67c77-c193-43e8-a4f6-1a27cac4562c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:06.815Z|10787914-7c2a-48e6-a118-9e163a8b41d0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:06.816Z|10787914-7c2a-48e6-a118-9e163a8b41d0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:13.990Z|cd57d15c-6008-4486-97b6-39fce14d8853|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:13.990Z|a74087d2-9d96-43fa-a3e9-36a255c97498|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:13.991Z|cd57d15c-6008-4486-97b6-39fce14d8853|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:13.991Z|a74087d2-9d96-43fa-a3e9-36a255c97498|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:16.836Z|c03294a1-d736-4feb-a1e8-e62c4c4570a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:16.837Z|c03294a1-d736-4feb-a1e8-e62c4c4570a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:17.074Z|02facd3a-92fc-4166-bcde-a703ead43898|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:38:17.077Z|02facd3a-92fc-4166-bcde-a703ead43898|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:38:24.016Z|d92d6300-ff5b-426b-8640-964bdabf9294|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:24.017Z|d92d6300-ff5b-426b-8640-964bdabf9294|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:24.017Z|27e621eb-5288-4eec-80d2-d1cd7178ef49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:24.018Z|27e621eb-5288-4eec-80d2-d1cd7178ef49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:26.859Z|f2d2ecf8-d08c-4299-916b-15f6e52b7133|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:26.860Z|f2d2ecf8-d08c-4299-916b-15f6e52b7133|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:32.074Z|71c7c411-b290-48b4-adeb-d6c26fdb7d10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:38:32.075Z|71c7c411-b290-48b4-adeb-d6c26fdb7d10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:38:32.653Z|c380ca9d-d06a-43f3-936d-805185008ff9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:38:32.654Z|c380ca9d-d06a-43f3-936d-805185008ff9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:38:33.941Z|26ef0a64-6c57-4ac4-bdc7-ac1c03f5bb24|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:38:33.942Z|26ef0a64-6c57-4ac4-bdc7-ac1c03f5bb24|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:34.068Z|284aab5e-e722-46a1-a6f0-e87c566d37ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:34.069Z|284aab5e-e722-46a1-a6f0-e87c566d37ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:34.082Z|b88c326b-6f43-4844-bea4-cad21562eada|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:34.083Z|b88c326b-6f43-4844-bea4-cad21562eada|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:36.913Z|2409a9d6-a02e-4646-9ffb-37aeb338084c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:36.914Z|2409a9d6-a02e-4646-9ffb-37aeb338084c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:44.105Z|b11d085b-8c0c-4fb5-98f7-e4b586eb4021|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:44.106Z|b11d085b-8c0c-4fb5-98f7-e4b586eb4021|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:44.109Z|7d4cd245-803e-423b-b383-27e2de4c42ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:44.111Z|7d4cd245-803e-423b-b383-27e2de4c42ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:46.937Z|7cefc96f-feb9-443c-bc0a-f1349fa3e895|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:46.937Z|7cefc96f-feb9-443c-bc0a-f1349fa3e895|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:47.074Z|50fcb6d6-b7f6-4b19-819c-0c6748810b47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:38:47.074Z|50fcb6d6-b7f6-4b19-819c-0c6748810b47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:38:54.131Z|96961ea7-4170-4cff-8949-c9e7c3accd52|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:54.132Z|96961ea7-4170-4cff-8949-c9e7c3accd52|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:54.132Z|6f447b03-fcab-4c58-91f7-8900de57c6ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:54.133Z|6f447b03-fcab-4c58-91f7-8900de57c6ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:38:56.966Z|fe45a5b4-4c8a-4161-8093-0eff0f2489dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:38:56.967Z|fe45a5b4-4c8a-4161-8093-0eff0f2489dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:02.074Z|ae9889c1-92f6-4376-8b92-9bf77a88cc54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:39:02.077Z|ae9889c1-92f6-4376-8b92-9bf77a88cc54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:39:02.658Z|1c6e566a-233b-4c79-a38c-c22cdbad4b19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:39:02.659Z|1c6e566a-233b-4c79-a38c-c22cdbad4b19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:39:04.166Z|fede2e62-1e4b-428b-b739-f121a9931842|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:04.167Z|fede2e62-1e4b-428b-b739-f121a9931842|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:04.181Z|91e64cd8-f4f7-42ba-966b-ffe1ff861295|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:04.182Z|91e64cd8-f4f7-42ba-966b-ffe1ff861295|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:06.989Z|d33feba5-7a37-4e28-b136-0a721af33d11|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:06.990Z|d33feba5-7a37-4e28-b136-0a721af33d11|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:14.192Z|9ea3678a-2ca9-4d20-9531-55e11cdbfe9d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:14.193Z|9ea3678a-2ca9-4d20-9531-55e11cdbfe9d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:14.203Z|23c2994e-852b-4f27-a4c1-1dca8572d356|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:14.204Z|23c2994e-852b-4f27-a4c1-1dca8572d356|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:17.012Z|e5b71777-e221-4dca-85c9-cfc634f57219|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:17.013Z|e5b71777-e221-4dca-85c9-cfc634f57219|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:17.075Z|f567b30a-5179-4605-8a47-71cc6c8842b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:39:17.076Z|f567b30a-5179-4605-8a47-71cc6c8842b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:39:24.214Z|eddf73e5-906d-45fc-b6f5-c7d8b9a67d10|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:24.215Z|eddf73e5-906d-45fc-b6f5-c7d8b9a67d10|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:24.222Z|a5d57015-0965-4df3-b158-91e293308524|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:24.223Z|a5d57015-0965-4df3-b158-91e293308524|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:27.035Z|a147b365-980d-45a8-80dd-c2f52348ae6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:27.036Z|a147b365-980d-45a8-80dd-c2f52348ae6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:32.073Z|29fda491-8fcb-4695-a866-aeb2532e5347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:39:32.074Z|29fda491-8fcb-4695-a866-aeb2532e5347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:39:32.662Z|65e26cfb-d83d-4dc4-bfd8-c4c8d99f4623|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:39:32.666Z|65e26cfb-d83d-4dc4-bfd8-c4c8d99f4623|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:39:33.941Z|5db7b3f9-6573-43d7-89f7-1b9f56b62f18|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:39:33.942Z|5db7b3f9-6573-43d7-89f7-1b9f56b62f18|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:34.237Z|48c6ca20-308f-47cc-a656-279473c9d27e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:34.239Z|48c6ca20-308f-47cc-a656-279473c9d27e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:34.243Z|72677bf6-7bd4-4b01-8008-5dc374562b92|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:34.244Z|72677bf6-7bd4-4b01-8008-5dc374562b92|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:37.063Z|e54cc8b2-a3ec-47b5-9581-9bc55a48692d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:37.064Z|e54cc8b2-a3ec-47b5-9581-9bc55a48692d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:44.268Z|a0bc95bb-43ba-4671-8693-73c31c256f77|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:44.268Z|172737fa-00fd-49d4-be48-74fbc7b1be6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:44.269Z|a0bc95bb-43ba-4671-8693-73c31c256f77|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:44.269Z|172737fa-00fd-49d4-be48-74fbc7b1be6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:47.073Z|0ae7c4c4-46a4-4a1e-8903-cd8974f4cb7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:39:47.077Z|0ae7c4c4-46a4-4a1e-8903-cd8974f4cb7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:39:47.088Z|1a57e970-c83b-4fc9-a108-280ec41e72b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:47.089Z|1a57e970-c83b-4fc9-a108-280ec41e72b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:54.290Z|c7bf258c-9308-44cb-a3ad-e448f8117752|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:54.291Z|c7bf258c-9308-44cb-a3ad-e448f8117752|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:54.291Z|d73c959e-0321-4637-ad69-580fae0b696f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:54.292Z|d73c959e-0321-4637-ad69-580fae0b696f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:39:57.112Z|f9751758-7162-43a5-8bb7-112d9003a408|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:39:57.113Z|f9751758-7162-43a5-8bb7-112d9003a408|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:02.074Z|b91d79ba-0a00-4b19-bb17-bea9ef7261fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:40:02.074Z|b91d79ba-0a00-4b19-bb17-bea9ef7261fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:40:02.667Z|be3d28f5-e195-48a4-8a8d-dc9711853059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:40:02.668Z|be3d28f5-e195-48a4-8a8d-dc9711853059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:40:04.315Z|9514163e-7644-4d11-a232-9bd2e59b2373|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:04.315Z|f4a83d65-7449-4d9e-a902-d3aa647e8460|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:04.316Z|f4a83d65-7449-4d9e-a902-d3aa647e8460|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:04.316Z|9514163e-7644-4d11-a232-9bd2e59b2373|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:07.135Z|9ccdab65-013e-4b52-b792-906fc65e98d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:07.136Z|9ccdab65-013e-4b52-b792-906fc65e98d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:14.345Z|b259d95a-e16e-4447-82f6-0f0710979279|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:14.345Z|9cf6b38e-ad97-4cb3-a014-2ab027447af4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:14.346Z|9cf6b38e-ad97-4cb3-a014-2ab027447af4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:14.346Z|b259d95a-e16e-4447-82f6-0f0710979279|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:17.074Z|83a799ce-e8f6-4382-8b68-5db83edb1297|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:40:17.074Z|83a799ce-e8f6-4382-8b68-5db83edb1297|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:40:17.168Z|2e2ca174-c6cd-4858-8a81-e7cf8592ea49|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:17.169Z|2e2ca174-c6cd-4858-8a81-e7cf8592ea49|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:24.368Z|a171079a-c142-4089-9f41-112cf1c24f45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:24.369Z|a171079a-c142-4089-9f41-112cf1c24f45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:24.372Z|6e51d749-9b4c-4a77-bff5-af4c458ea99a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:24.373Z|6e51d749-9b4c-4a77-bff5-af4c458ea99a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:27.193Z|6b7ded0a-49a9-4306-b4bc-0874b465f8d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:27.195Z|6b7ded0a-49a9-4306-b4bc-0874b465f8d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:32.073Z|62d5d658-2a03-484a-b142-cd7f26875910|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:40:32.077Z|62d5d658-2a03-484a-b142-cd7f26875910|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:40:32.669Z|272c5f3a-cf7c-429d-80fe-f694980c3d43|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:40:32.669Z|272c5f3a-cf7c-429d-80fe-f694980c3d43|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:40:33.942Z|125a7de7-10cc-4bc5-aa9d-ab505076504e|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:40:33.943Z|125a7de7-10cc-4bc5-aa9d-ab505076504e|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:34.390Z|95ba69c5-f8ac-4e3a-8372-d0e077a83784|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:34.390Z|63a764dc-736b-4785-bace-af665fbf1812|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:34.391Z|95ba69c5-f8ac-4e3a-8372-d0e077a83784|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:34.391Z|63a764dc-736b-4785-bace-af665fbf1812|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:37.220Z|9bf47529-a20f-4e28-bdef-f499891c2ff7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:37.221Z|9bf47529-a20f-4e28-bdef-f499891c2ff7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:44.413Z|9c4715fe-e993-43e6-af88-634ae12124e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:44.413Z|6a416a6d-3923-416f-8552-a2400b6c2485|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:44.414Z|9c4715fe-e993-43e6-af88-634ae12124e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:44.414Z|6a416a6d-3923-416f-8552-a2400b6c2485|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:47.074Z|f96db2f6-c010-412f-ad87-f811a65f361a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:40:47.074Z|f96db2f6-c010-412f-ad87-f811a65f361a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:40:47.243Z|d466c1c4-0fc0-462a-b62a-d46900707e10|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:47.244Z|d466c1c4-0fc0-462a-b62a-d46900707e10|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:54.439Z|8018e7fd-3ecc-4cec-8c07-36404dcf6909|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:54.440Z|8018e7fd-3ecc-4cec-8c07-36404dcf6909|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:54.441Z|8d05c068-891d-4712-b2fb-c7866664f673|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:54.442Z|8d05c068-891d-4712-b2fb-c7866664f673|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:40:57.266Z|1e55332b-a767-41ea-be59-fdc3905b78d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:40:57.267Z|1e55332b-a767-41ea-be59-fdc3905b78d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:02.074Z|d85c0b00-a55c-4941-8209-a0ba50f6dbd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:41:02.074Z|d85c0b00-a55c-4941-8209-a0ba50f6dbd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:41:02.670Z|9152b5a0-2a32-4145-856c-4d0c8e459d32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:41:02.671Z|9152b5a0-2a32-4145-856c-4d0c8e459d32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:41:04.469Z|22167985-b6cf-4fd2-82ed-cea5e331245e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:04.470Z|22167985-b6cf-4fd2-82ed-cea5e331245e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:04.482Z|e1eb0a57-5fcb-4df3-aa7d-7683bdf9d6ba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:04.483Z|e1eb0a57-5fcb-4df3-aa7d-7683bdf9d6ba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:07.293Z|4b595f9e-e202-4991-ae71-d5b159fe7c3d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:07.296Z|4b595f9e-e202-4991-ae71-d5b159fe7c3d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:14.498Z|b0b2c797-5038-4bb5-9f29-787db64eeff1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:14.499Z|b0b2c797-5038-4bb5-9f29-787db64eeff1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:14.504Z|42772307-6ff1-4521-a95f-c0f8331b1011|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:14.508Z|42772307-6ff1-4521-a95f-c0f8331b1011|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:17.074Z|dbe25f6f-5373-464a-a86d-fdf30deeabab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:41:17.077Z|dbe25f6f-5373-464a-a86d-fdf30deeabab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:41:17.323Z|4c8282dc-940c-495e-90fa-1ecaf965abbf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:17.325Z|4c8282dc-940c-495e-90fa-1ecaf965abbf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:24.530Z|862d5e29-307e-4202-913c-39af9d1f985b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:24.530Z|50899b69-40c6-4a42-80af-5b910c6946f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:24.533Z|862d5e29-307e-4202-913c-39af9d1f985b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:24.533Z|50899b69-40c6-4a42-80af-5b910c6946f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:27.348Z|2b7f9f63-7f4f-4f01-9cb5-250eeaa9711e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:27.349Z|2b7f9f63-7f4f-4f01-9cb5-250eeaa9711e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:32.074Z|c3faa217-3c66-4ad6-96b3-5a617572307a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:41:32.076Z|c3faa217-3c66-4ad6-96b3-5a617572307a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:41:32.672Z|5c99419f-1fe0-4c91-b6be-d1422f190c35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:41:32.672Z|5c99419f-1fe0-4c91-b6be-d1422f190c35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:41:33.947Z|db28b9c3-03c0-4ff0-a7e2-abe7604df46f|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:41:33.949Z|db28b9c3-03c0-4ff0-a7e2-abe7604df46f|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:34.563Z|700d68ab-0787-428c-9990-45b937e2e326|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:34.563Z|c9ddf6a7-a4c9-4dcc-9861-61f61a6e664a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:34.564Z|700d68ab-0787-428c-9990-45b937e2e326|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:34.564Z|c9ddf6a7-a4c9-4dcc-9861-61f61a6e664a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:37.374Z|e2265913-f16a-4d0b-abe6-bbae48cf8865|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:37.376Z|e2265913-f16a-4d0b-abe6-bbae48cf8865|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:44.587Z|3d1468f8-5ae7-4350-be78-2bb4147dc67f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:44.587Z|07b7ba94-f6ff-4451-8b08-f857ff28b291|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:44.588Z|3d1468f8-5ae7-4350-be78-2bb4147dc67f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:44.588Z|07b7ba94-f6ff-4451-8b08-f857ff28b291|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:47.074Z|155288a4-6154-4ece-8c25-da3ce15cc34a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:41:47.075Z|155288a4-6154-4ece-8c25-da3ce15cc34a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:41:47.398Z|d780e67b-2aa0-428e-b49b-5624d9cdb6b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:47.399Z|d780e67b-2aa0-428e-b49b-5624d9cdb6b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:54.611Z|0636e079-efce-4427-9dc3-517b8efb7903|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:54.611Z|fca858d6-fb23-4d02-bbea-eb1ce07dabe4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:54.612Z|0636e079-efce-4427-9dc3-517b8efb7903|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:54.612Z|fca858d6-fb23-4d02-bbea-eb1ce07dabe4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:41:57.424Z|9a2af38c-3c63-4c8a-ad10-b46321d9aad3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:41:57.425Z|9a2af38c-3c63-4c8a-ad10-b46321d9aad3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:02.074Z|7972562f-6069-4f99-873e-3e76a2f3ee50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:42:02.078Z|7972562f-6069-4f99-873e-3e76a2f3ee50|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:42:02.677Z|46fa62df-0741-4f11-9d06-cc82c72c8a9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:42:02.678Z|46fa62df-0741-4f11-9d06-cc82c72c8a9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:42:04.634Z|efe6a291-6351-4037-b09c-02e4c14d0967|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:04.635Z|61d931fc-175a-4a0d-9c4f-700c34dc7c01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:04.635Z|efe6a291-6351-4037-b09c-02e4c14d0967|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:04.635Z|61d931fc-175a-4a0d-9c4f-700c34dc7c01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:07.449Z|c8d8b266-70c0-4f30-bfcf-1ec157058713|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:07.449Z|c8d8b266-70c0-4f30-bfcf-1ec157058713|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:14.661Z|9b5e5aff-2967-434c-8321-9f3222a333c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:14.661Z|f1ee3e39-1aaa-449c-8497-af6af5defe94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:14.663Z|9b5e5aff-2967-434c-8321-9f3222a333c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:14.663Z|f1ee3e39-1aaa-449c-8497-af6af5defe94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:17.073Z|83e99f73-037e-4e8c-a555-5aa98994bbcd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:42:17.074Z|83e99f73-037e-4e8c-a555-5aa98994bbcd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:42:17.471Z|d588928c-1fd6-4fd2-ac3e-3bc986f30bee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:17.472Z|d588928c-1fd6-4fd2-ac3e-3bc986f30bee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:24.684Z|86a1cdb1-d94f-4b72-8fdf-e772c10ee333|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:24.685Z|86a1cdb1-d94f-4b72-8fdf-e772c10ee333|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:24.686Z|ad0eb972-bc5e-4e37-b6ab-931875e39ee2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:24.687Z|ad0eb972-bc5e-4e37-b6ab-931875e39ee2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:27.494Z|ac7d5e1a-5ca2-42e0-8b4c-f2c752d7f742|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:27.495Z|ac7d5e1a-5ca2-42e0-8b4c-f2c752d7f742|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:32.074Z|6fea1c96-6c42-4f6d-88f1-a44d31abb529|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:42:32.074Z|6fea1c96-6c42-4f6d-88f1-a44d31abb529|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:42:32.679Z|8b3f9086-87fa-49d2-97a6-022b0f9e1f90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:42:32.679Z|8b3f9086-87fa-49d2-97a6-022b0f9e1f90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:42:33.944Z|74523b25-15f5-46d5-8c6b-07268e21379b|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:42:33.947Z|74523b25-15f5-46d5-8c6b-07268e21379b|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:34.707Z|29717b42-faee-4d60-b5c4-6e0ed638ab0c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:34.708Z|29717b42-faee-4d60-b5c4-6e0ed638ab0c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:34.709Z|2700c138-e2c3-459b-a22a-b4120be5fca6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:34.710Z|2700c138-e2c3-459b-a22a-b4120be5fca6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:37.519Z|dfda8961-7abf-47a5-8708-7a415002a3ce|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:37.520Z|dfda8961-7abf-47a5-8708-7a415002a3ce|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:44.731Z|94f28fb2-857b-4276-a5f8-9d0dc0584094|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:44.732Z|94f28fb2-857b-4276-a5f8-9d0dc0584094|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:44.735Z|726b20d2-28d3-4268-8aaa-8f3b7f78f530|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:44.737Z|726b20d2-28d3-4268-8aaa-8f3b7f78f530|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:47.074Z|1650c2f7-6d3a-4d17-beaa-a7a29d579eb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:42:47.077Z|1650c2f7-6d3a-4d17-beaa-a7a29d579eb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:42:47.545Z|21cc1c77-ccd8-4ef5-9b18-f494d3aa2f8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:47.546Z|21cc1c77-ccd8-4ef5-9b18-f494d3aa2f8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:54.754Z|d1621226-8d7e-448c-921b-d48abcfbf13f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:54.755Z|d1621226-8d7e-448c-921b-d48abcfbf13f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:54.762Z|1a6b9de5-8bb4-49ab-8f8b-94d283dbf700|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:54.763Z|1a6b9de5-8bb4-49ab-8f8b-94d283dbf700|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:42:57.568Z|1b7f3805-5486-41a4-aa51-bb9e975f16c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:42:57.569Z|1b7f3805-5486-41a4-aa51-bb9e975f16c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:02.073Z|5e9c8c5c-6615-4289-9a99-40193859f8c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:43:02.074Z|5e9c8c5c-6615-4289-9a99-40193859f8c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:43:02.680Z|84f00a9d-9a8a-426d-8e9d-8dff0efed9f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:43:02.681Z|84f00a9d-9a8a-426d-8e9d-8dff0efed9f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:43:04.778Z|7e596e13-5252-4433-9720-c6cfee421b79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:04.779Z|7e596e13-5252-4433-9720-c6cfee421b79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:04.786Z|1c2d3359-e4d1-4259-af57-ec0e95175ea3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:04.786Z|1c2d3359-e4d1-4259-af57-ec0e95175ea3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:07.590Z|7a9cd0bc-9914-4989-88db-e7ffbdda6cbf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:07.591Z|7a9cd0bc-9914-4989-88db-e7ffbdda6cbf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:14.813Z|629db3cf-f3c0-48ff-97de-a232514fcdf5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:14.814Z|629db3cf-f3c0-48ff-97de-a232514fcdf5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:14.815Z|23d9b9a3-c09b-4b34-ab4f-4bbe13b173d4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:14.816Z|23d9b9a3-c09b-4b34-ab4f-4bbe13b173d4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:17.073Z|fb757ceb-fc35-4dbf-b65b-9e0f7f9e7a6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:43:17.074Z|fb757ceb-fc35-4dbf-b65b-9e0f7f9e7a6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:43:17.614Z|00c7975f-2310-40bf-9dfe-66f9a7d49cff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:17.615Z|00c7975f-2310-40bf-9dfe-66f9a7d49cff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:24.837Z|19d44fb8-414e-439a-ae6f-770c422dc280|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:24.837Z|63eb07d2-02b7-4e37-9224-7fd5b9d5f3cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:24.838Z|63eb07d2-02b7-4e37-9224-7fd5b9d5f3cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:24.838Z|19d44fb8-414e-439a-ae6f-770c422dc280|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:27.637Z|03cd426a-cfca-4a38-8858-32dd1cecfb6f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:27.638Z|03cd426a-cfca-4a38-8858-32dd1cecfb6f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:32.073Z|fc9b209c-b57d-4d5a-8c73-1e872c93a6e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:43:32.079Z|fc9b209c-b57d-4d5a-8c73-1e872c93a6e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:43:32.681Z|258e6d6e-4003-406d-bb4a-e51bd39463cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:43:32.682Z|258e6d6e-4003-406d-bb4a-e51bd39463cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:43:33.941Z|1e4ce106-5fc2-4c6e-8a9f-459742e646ff|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:43:33.942Z|1e4ce106-5fc2-4c6e-8a9f-459742e646ff|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:34.864Z|df4ff419-fc5f-4ee5-a52d-e34c6f7364bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:34.865Z|df4ff419-fc5f-4ee5-a52d-e34c6f7364bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:34.870Z|a6e49d2a-0c20-4d0b-a23f-2adb0894cddd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:34.871Z|a6e49d2a-0c20-4d0b-a23f-2adb0894cddd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:37.665Z|d95d9799-6d49-49e0-93ed-70fc0f9b0e8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:37.672Z|d95d9799-6d49-49e0-93ed-70fc0f9b0e8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:44.891Z|ee05abf0-9b12-405f-8383-72df32cd5d71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:44.891Z|8669692e-5c6b-48a6-9996-5d806e032bdb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:44.891Z|ee05abf0-9b12-405f-8383-72df32cd5d71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:44.891Z|8669692e-5c6b-48a6-9996-5d806e032bdb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:47.073Z|b7cd0dfb-4cd5-421c-aae5-843fec7d3df1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:43:47.074Z|b7cd0dfb-4cd5-421c-aae5-843fec7d3df1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:43:47.695Z|9ee9aafc-6f6b-4c7e-9be3-6975a6920947|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:47.696Z|9ee9aafc-6f6b-4c7e-9be3-6975a6920947|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:54.915Z|b14d2718-e905-4fd6-b8c5-84e91dd35661|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:54.915Z|96c1cc5e-529f-426a-937d-120c05e75973|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:54.916Z|b14d2718-e905-4fd6-b8c5-84e91dd35661|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:54.916Z|96c1cc5e-529f-426a-937d-120c05e75973|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:43:57.718Z|3268f88a-12d3-47a6-b4d5-681152c396a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:43:57.719Z|3268f88a-12d3-47a6-b4d5-681152c396a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:02.074Z|895bfaf6-a79e-4827-ab6f-75cbf52c8cc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:44:02.074Z|895bfaf6-a79e-4827-ab6f-75cbf52c8cc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:44:02.683Z|82340fef-f670-468e-a2f1-c303e866cdb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:44:02.684Z|82340fef-f670-468e-a2f1-c303e866cdb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:44:04.939Z|9a7d378d-9be4-4e96-811c-6cfd57cce81f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:04.939Z|821bda5c-7203-4318-8f94-998f6a6c4345|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:04.939Z|9a7d378d-9be4-4e96-811c-6cfd57cce81f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:04.940Z|821bda5c-7203-4318-8f94-998f6a6c4345|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:07.752Z|7a17f7c2-6c4f-4028-a2a9-aa47779a5c9c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:07.753Z|7a17f7c2-6c4f-4028-a2a9-aa47779a5c9c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:14.963Z|775d7bd2-39c2-4bbe-aefe-62fa21586e1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:14.963Z|775d7bd2-39c2-4bbe-aefe-62fa21586e1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:14.976Z|518e94b8-935d-483d-a1de-140c81822789|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:14.977Z|518e94b8-935d-483d-a1de-140c81822789|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:17.074Z|26ef837c-d9c5-4644-8db6-3ce0c7476118|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:44:17.077Z|26ef837c-d9c5-4644-8db6-3ce0c7476118|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:44:17.777Z|bc5edaa7-24fc-4432-a566-8621d9ab74d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:17.778Z|bc5edaa7-24fc-4432-a566-8621d9ab74d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:24.988Z|9363579a-fb89-43c8-a422-abe82a86be69|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:24.989Z|9363579a-fb89-43c8-a422-abe82a86be69|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:24.998Z|02787ec7-7fa6-40ef-91a6-9fdce2f75aaa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:24.999Z|02787ec7-7fa6-40ef-91a6-9fdce2f75aaa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:27.801Z|4af98e06-dac3-4438-9919-27d417ce173d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:27.802Z|4af98e06-dac3-4438-9919-27d417ce173d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:32.073Z|a3219238-9a58-483a-8e84-06ecfcdbfe77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:44:32.074Z|a3219238-9a58-483a-8e84-06ecfcdbfe77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:44:32.684Z|9f0a7d92-d90b-4e44-a194-f91a4a215241|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:44:32.685Z|9f0a7d92-d90b-4e44-a194-f91a4a215241|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:44:33.940Z|949b9d2b-dde8-42a6-9ced-94e2c2d03bb6|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:44:33.941Z|949b9d2b-dde8-42a6-9ced-94e2c2d03bb6|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:35.013Z|43f8e112-5fb9-47ac-87d8-aa6069c709ed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:35.013Z|43f8e112-5fb9-47ac-87d8-aa6069c709ed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:35.020Z|b43ba36d-9802-4529-befe-6f1fe0c6f3ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:35.020Z|b43ba36d-9802-4529-befe-6f1fe0c6f3ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:37.825Z|e489eb4c-380e-403e-a9b7-036e1b402423|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:37.826Z|e489eb4c-380e-403e-a9b7-036e1b402423|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:45.037Z|f2297ea8-6cfb-426a-8d50-1cf82ebb6f16|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:45.038Z|f2297ea8-6cfb-426a-8d50-1cf82ebb6f16|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:45.043Z|11d793a3-20a4-42f6-8093-004601162680|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:45.044Z|11d793a3-20a4-42f6-8093-004601162680|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:47.073Z|e4fa8b53-56ea-4e7a-97cb-1f915f1ba860|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:44:47.074Z|e4fa8b53-56ea-4e7a-97cb-1f915f1ba860|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:44:47.848Z|fb766d2f-2b42-429e-8a29-a3f09cd9fa1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:47.849Z|fb766d2f-2b42-429e-8a29-a3f09cd9fa1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:55.067Z|7489403d-2747-444d-958f-3aa6f2138752|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:55.067Z|dbf5160d-3837-4fd0-887c-8dcecef00879|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:55.068Z|7489403d-2747-444d-958f-3aa6f2138752|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:55.068Z|dbf5160d-3837-4fd0-887c-8dcecef00879|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:44:57.873Z|2061ac98-142b-4e2f-baea-bde62b40a9b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:44:57.874Z|2061ac98-142b-4e2f-baea-bde62b40a9b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:02.073Z|42b80af4-8729-4053-97fb-e0016d604c67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:45:02.077Z|42b80af4-8729-4053-97fb-e0016d604c67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:45:02.686Z|fa28bfea-53c8-4b22-812d-c552bc21bfaf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:45:02.687Z|fa28bfea-53c8-4b22-812d-c552bc21bfaf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:45:05.089Z|25de49f4-7549-491a-b66e-c1e0b513eb5d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:05.089Z|744f78ed-db69-4904-8190-af440736d211|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:05.090Z|25de49f4-7549-491a-b66e-c1e0b513eb5d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:05.090Z|744f78ed-db69-4904-8190-af440736d211|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:07.899Z|a345866a-370d-4b27-a3ef-1c685df799a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:07.900Z|a345866a-370d-4b27-a3ef-1c685df799a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:15.113Z|0a1b31d4-c4fe-4008-8480-96cb1708f0a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:15.113Z|2265d154-fa5a-41f1-b46f-1b0743aee2bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:15.115Z|0a1b31d4-c4fe-4008-8480-96cb1708f0a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:15.115Z|2265d154-fa5a-41f1-b46f-1b0743aee2bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:17.073Z|4e348838-bf3f-4c65-94eb-db030a5e4e0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:45:17.075Z|4e348838-bf3f-4c65-94eb-db030a5e4e0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:45:17.924Z|8ab49644-50cc-4cb8-9f9f-e913ba4fc6ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:17.925Z|8ab49644-50cc-4cb8-9f9f-e913ba4fc6ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:25.138Z|560919fb-9290-425c-943b-549a495552ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:25.138Z|6f6c4992-3a77-41b2-be05-1de7703a2040|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:25.139Z|560919fb-9290-425c-943b-549a495552ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:25.139Z|6f6c4992-3a77-41b2-be05-1de7703a2040|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:27.948Z|7a49f7a8-33a5-4b5c-a991-b1c35b9a6818|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:27.950Z|7a49f7a8-33a5-4b5c-a991-b1c35b9a6818|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:32.074Z|5fb92256-e4b5-4000-97f7-11bb15fe15c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:45:32.075Z|5fb92256-e4b5-4000-97f7-11bb15fe15c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:45:32.687Z|f859a8b4-1af7-4e69-bf05-690f5dc4a5ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:45:32.688Z|f859a8b4-1af7-4e69-bf05-690f5dc4a5ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:45:33.941Z|ccbfbac5-5b5f-4ee4-86dd-b0e4ff3a3b9a|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:45:33.942Z|ccbfbac5-5b5f-4ee4-86dd-b0e4ff3a3b9a|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:35.163Z|7a881e06-cd32-4566-a4f8-a2ddc38bc337|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:35.164Z|7a881e06-cd32-4566-a4f8-a2ddc38bc337|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:35.164Z|d4dbec5c-3d0a-4dcd-ab34-008659d6d4ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:35.166Z|d4dbec5c-3d0a-4dcd-ab34-008659d6d4ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:37.975Z|1ae0b19a-a2b7-409c-a444-05f16d4015db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:37.976Z|1ae0b19a-a2b7-409c-a444-05f16d4015db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:45.187Z|9c15826d-c547-454e-920e-deb3d9c9ffb1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:45.188Z|9c15826d-c547-454e-920e-deb3d9c9ffb1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:45.189Z|8ad8a8b9-dc0c-4098-a2be-6fd3ce419676|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:45.189Z|8ad8a8b9-dc0c-4098-a2be-6fd3ce419676|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:47.074Z|bc283b79-92d1-43be-99c9-b858290ffd14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:45:47.077Z|bc283b79-92d1-43be-99c9-b858290ffd14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:45:47.999Z|b1b1b0ba-7644-4048-b44c-5098993b4107|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:48.000Z|b1b1b0ba-7644-4048-b44c-5098993b4107|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:55.209Z|3c32f9ce-bdf2-4cd2-afdc-98efb37cee49|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:55.210Z|3c32f9ce-bdf2-4cd2-afdc-98efb37cee49|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:55.212Z|4486f4cb-c741-41fa-98cd-628df4a0cabf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:55.212Z|4486f4cb-c741-41fa-98cd-628df4a0cabf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:45:58.024Z|b330a90e-f5d0-4c96-9b12-33248fb52b34|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:45:58.025Z|b330a90e-f5d0-4c96-9b12-33248fb52b34|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:02.074Z|391037c4-7024-4409-b55a-dfa1a8c2f34a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:46:02.074Z|391037c4-7024-4409-b55a-dfa1a8c2f34a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:46:02.689Z|f8af1998-2850-4fc2-8257-cedd876e1111|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:46:02.690Z|f8af1998-2850-4fc2-8257-cedd876e1111|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:46:05.233Z|0d8e5bbc-6664-4666-8870-5c096e17a598|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:05.232Z|b20103f8-7b1f-4ee4-bb09-5842feb10b6b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:05.233Z|0d8e5bbc-6664-4666-8870-5c096e17a598|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:05.234Z|b20103f8-7b1f-4ee4-bb09-5842feb10b6b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:08.059Z|7f34cf5f-e874-44e3-8989-bf74f46af0fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:08.060Z|7f34cf5f-e874-44e3-8989-bf74f46af0fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:15.266Z|4552aba7-84ba-4f95-8220-4f1dc742749e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:15.268Z|4552aba7-84ba-4f95-8220-4f1dc742749e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:15.269Z|53e16fd6-3bc4-4280-b059-a5699d841b18|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:15.270Z|53e16fd6-3bc4-4280-b059-a5699d841b18|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:17.074Z|4e60f979-c40f-463d-99f7-0569b781e244|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:46:17.074Z|4e60f979-c40f-463d-99f7-0569b781e244|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:46:18.082Z|ac230676-f5a4-4865-a537-08bacae89cdc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:18.083Z|ac230676-f5a4-4865-a537-08bacae89cdc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:25.290Z|e953f77d-f938-4c66-8b6b-3d74ae3692e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:25.290Z|ad91a048-3975-4f9f-9799-a57f37dd55ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:25.291Z|ad91a048-3975-4f9f-9799-a57f37dd55ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:25.291Z|e953f77d-f938-4c66-8b6b-3d74ae3692e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:28.104Z|c8c18b59-c40b-48de-8490-ef79e0e4daa0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:28.105Z|c8c18b59-c40b-48de-8490-ef79e0e4daa0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:32.073Z|d5104317-741e-47d3-b800-e1e433f54e5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:46:32.076Z|d5104317-741e-47d3-b800-e1e433f54e5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:46:32.690Z|eb801966-73c0-4fcd-9774-fd472913b1c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:46:32.691Z|eb801966-73c0-4fcd-9774-fd472913b1c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:46:33.941Z|a19553cb-0869-4a93-b90a-2df6010b2f00|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:46:33.958Z|a19553cb-0869-4a93-b90a-2df6010b2f00|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:35.311Z|ed5cd1c5-11d5-4bc9-8096-2e1402f9ec98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:35.312Z|ed5cd1c5-11d5-4bc9-8096-2e1402f9ec98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:35.327Z|12576c58-7c07-496f-a93d-d489ac78de62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:35.328Z|12576c58-7c07-496f-a93d-d489ac78de62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:38.129Z|948d1285-e7e2-4f26-9da1-8f799f63e1e8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:38.130Z|948d1285-e7e2-4f26-9da1-8f799f63e1e8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:45.334Z|b34d63b2-e054-4d0b-8848-cc75eb6f3755|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:45.335Z|b34d63b2-e054-4d0b-8848-cc75eb6f3755|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:45.352Z|4dac8c89-1d8b-43c6-a56a-fe7eb784f06c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:45.353Z|4dac8c89-1d8b-43c6-a56a-fe7eb784f06c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:47.074Z|ac0dfdd6-67ae-4b64-9545-d9510d234df1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:46:47.074Z|ac0dfdd6-67ae-4b64-9545-d9510d234df1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:46:48.158Z|14920cb0-73ee-4730-b914-ac89cea3b5d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:48.159Z|14920cb0-73ee-4730-b914-ac89cea3b5d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:55.362Z|0095ebe3-819a-4ebb-9b52-b4490ebb09fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:55.363Z|0095ebe3-819a-4ebb-9b52-b4490ebb09fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:55.374Z|09a0563c-66a1-4c60-9ed5-252577920e53|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:55.375Z|09a0563c-66a1-4c60-9ed5-252577920e53|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:46:58.183Z|3b3dcd36-e4f7-49da-98bf-2d12194109b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:46:58.184Z|3b3dcd36-e4f7-49da-98bf-2d12194109b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:02.073Z|c5a6615a-a0ba-4973-9c7b-f89c653a9bd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:47:02.074Z|c5a6615a-a0ba-4973-9c7b-f89c653a9bd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:47:02.692Z|8824b58e-4334-4ca0-b8c0-1ffb24aae2cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:47:02.692Z|8824b58e-4334-4ca0-b8c0-1ffb24aae2cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:47:05.388Z|1c0ae209-e260-4382-bb23-9e9d215069d5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:05.388Z|1c0ae209-e260-4382-bb23-9e9d215069d5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:05.396Z|6cee9520-7c09-474c-a77a-61702f80c054|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:05.396Z|6cee9520-7c09-474c-a77a-61702f80c054|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:08.208Z|c3f7b7df-5558-4bd0-a67e-7eb1c21a3599|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:08.209Z|c3f7b7df-5558-4bd0-a67e-7eb1c21a3599|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:15.413Z|bfb63b14-9916-44e8-8fe5-6998ef39837f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:15.415Z|bfb63b14-9916-44e8-8fe5-6998ef39837f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:15.421Z|46908d8c-d99b-49ae-8e8a-ace66a8443bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:15.422Z|46908d8c-d99b-49ae-8e8a-ace66a8443bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:17.073Z|59d15cee-65e7-4e37-982a-3d550263a5ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:47:17.077Z|59d15cee-65e7-4e37-982a-3d550263a5ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:47:18.233Z|076db4a0-ca37-48d9-b458-4a339a9af33f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:18.234Z|076db4a0-ca37-48d9-b458-4a339a9af33f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:25.439Z|30d14ce9-4350-432e-bc99-8e57b442dc58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:25.440Z|30d14ce9-4350-432e-bc99-8e57b442dc58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:25.446Z|7eb5b3c3-72f2-458f-9837-c46a3281e0be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:25.447Z|7eb5b3c3-72f2-458f-9837-c46a3281e0be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:28.257Z|29c67b39-8c00-472b-b75e-27f19282c591|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:28.258Z|29c67b39-8c00-472b-b75e-27f19282c591|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:32.074Z|05cc772f-6047-4c1f-a549-92701f1552c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:47:32.074Z|05cc772f-6047-4c1f-a549-92701f1552c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:47:32.693Z|99ec7e33-6e7c-40d0-9942-6e2fcc3ea3d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:47:32.694Z|99ec7e33-6e7c-40d0-9942-6e2fcc3ea3d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:47:33.941Z|551973a4-bdc5-44a0-acb7-034d9150e597|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:47:33.943Z|551973a4-bdc5-44a0-acb7-034d9150e597|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:35.468Z|b05d4276-34e6-40d7-b13f-ec5f8fe87bab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:35.468Z|b05d4276-34e6-40d7-b13f-ec5f8fe87bab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:35.470Z|369798d0-fb69-4361-9fcd-715717ff340d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:35.471Z|369798d0-fb69-4361-9fcd-715717ff340d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:38.281Z|dbee33e4-3f8f-4c46-92d3-e1d1678c3ec4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:38.282Z|dbee33e4-3f8f-4c46-92d3-e1d1678c3ec4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:45.490Z|55df01e2-c698-4f45-ab86-6e46e957412b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:45.490Z|4ff3c073-1ae1-4364-8f63-2861dc40ccb5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:45.491Z|55df01e2-c698-4f45-ab86-6e46e957412b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:45.491Z|4ff3c073-1ae1-4364-8f63-2861dc40ccb5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:47.074Z|2dc7007c-79c6-4a07-b5b9-a3407228e076|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:47:47.074Z|2dc7007c-79c6-4a07-b5b9-a3407228e076|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:47:48.306Z|1d062dcc-a0c8-49c6-bd4b-25e754c70dc4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:48.307Z|1d062dcc-a0c8-49c6-bd4b-25e754c70dc4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:55.512Z|1d388cdb-0f52-4f92-bf7f-579893685a66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:55.513Z|1d388cdb-0f52-4f92-bf7f-579893685a66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:55.516Z|9fcb83cb-9cc6-4715-9b4c-dc73d80ba69e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:55.521Z|9fcb83cb-9cc6-4715-9b4c-dc73d80ba69e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:47:58.329Z|cd3424bb-7823-4f13-a534-6ca7302303cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:47:58.330Z|cd3424bb-7823-4f13-a534-6ca7302303cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:02.073Z|e68bf4ac-5cfd-4f07-89e7-1f70dc97df01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:48:02.077Z|e68bf4ac-5cfd-4f07-89e7-1f70dc97df01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:48:02.694Z|35f8c776-f710-40f4-86c5-f23b54b4f6ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:48:02.695Z|35f8c776-f710-40f4-86c5-f23b54b4f6ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:48:05.536Z|a0a88752-027d-4fcb-a5d0-f0692718c7ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:05.537Z|a0a88752-027d-4fcb-a5d0-f0692718c7ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:05.547Z|35b0efc2-0d8c-4fc7-8c89-0beb79cfa413|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:05.548Z|35b0efc2-0d8c-4fc7-8c89-0beb79cfa413|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:08.360Z|066c6dfc-3246-4fa9-8cf4-4d525937a3f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:08.361Z|066c6dfc-3246-4fa9-8cf4-4d525937a3f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:15.559Z|26cc59ba-ae76-4ed3-9b76-9d3d143ac24c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:15.560Z|26cc59ba-ae76-4ed3-9b76-9d3d143ac24c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:15.568Z|ad5bd993-25a7-439c-bf39-d8b372656d41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:15.568Z|ad5bd993-25a7-439c-bf39-d8b372656d41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:17.073Z|a0ae0e26-6ad2-4aed-b7ac-ae87530cece5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:48:17.074Z|a0ae0e26-6ad2-4aed-b7ac-ae87530cece5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:48:18.382Z|c1b2c2a1-892a-4c66-b264-9e380f9cfc5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:18.382Z|c1b2c2a1-892a-4c66-b264-9e380f9cfc5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:25.579Z|7915a906-30b7-4ddc-9d22-9db0d22a4036|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:25.580Z|7915a906-30b7-4ddc-9d22-9db0d22a4036|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:25.588Z|290beeaf-0beb-47cd-81e4-5b0b38b86aaa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:25.588Z|290beeaf-0beb-47cd-81e4-5b0b38b86aaa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:28.405Z|724b8ed4-a27c-40ad-a8ce-328d1d0f8686|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:28.406Z|724b8ed4-a27c-40ad-a8ce-328d1d0f8686|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:32.073Z|79b11402-924d-4efa-8e54-6390b143d7a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:48:32.074Z|79b11402-924d-4efa-8e54-6390b143d7a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:48:32.696Z|99699553-3637-490c-ae38-0168db902b9a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:48:32.696Z|99699553-3637-490c-ae38-0168db902b9a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:48:33.961Z|a41e8962-24d8-4800-881d-43e8048bc10c|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:48:33.963Z|a41e8962-24d8-4800-881d-43e8048bc10c|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:35.602Z|b1b9eca2-2d39-4c4e-b1f9-2ae70ef5b54e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:35.603Z|b1b9eca2-2d39-4c4e-b1f9-2ae70ef5b54e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:35.610Z|c07f58fd-c51d-4138-a7b8-bbbe96d87bda|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:35.611Z|c07f58fd-c51d-4138-a7b8-bbbe96d87bda|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:38.434Z|fdb2b385-e427-4154-9d0f-89eacfbb193a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:38.434Z|fdb2b385-e427-4154-9d0f-89eacfbb193a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:45.628Z|c300e7df-d8bb-4fbb-b129-508829418b39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:45.630Z|c300e7df-d8bb-4fbb-b129-508829418b39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:45.636Z|8e87962b-5677-4d3f-a4c9-7457bc4c2b79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:45.637Z|8e87962b-5677-4d3f-a4c9-7457bc4c2b79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:47.074Z|e4dc95d8-77f1-4187-9cfd-bc44351d8358|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:48:47.074Z|e4dc95d8-77f1-4187-9cfd-bc44351d8358|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:48:48.461Z|1cc69f95-9a6e-49df-9b29-ced40a84f575|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:48.462Z|1cc69f95-9a6e-49df-9b29-ced40a84f575|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:55.652Z|50cda523-9cf4-4902-b8ca-3f0f9e59a542|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:55.653Z|50cda523-9cf4-4902-b8ca-3f0f9e59a542|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:55.665Z|9d30272a-8ce1-4fc8-9435-66f255322790|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:55.665Z|9d30272a-8ce1-4fc8-9435-66f255322790|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:48:58.486Z|f849e329-b2f8-483c-86a5-631069092104|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:48:58.487Z|f849e329-b2f8-483c-86a5-631069092104|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:02.074Z|ab8620cf-eab5-4a57-b4ed-bc8fb41ef7d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:49:02.074Z|ab8620cf-eab5-4a57-b4ed-bc8fb41ef7d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:49:02.697Z|57daeaef-8266-407e-b006-ad5320c99588|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:49:02.698Z|57daeaef-8266-407e-b006-ad5320c99588|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:49:05.677Z|655d7b64-6823-4e36-aa8b-b008a6527ba8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:05.678Z|655d7b64-6823-4e36-aa8b-b008a6527ba8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:05.685Z|ee6bd089-e970-4b4c-9b7f-91f18ee5ae1c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:05.685Z|ee6bd089-e970-4b4c-9b7f-91f18ee5ae1c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:08.510Z|4900f280-6063-408b-aa29-795d45d1a02b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:08.511Z|4900f280-6063-408b-aa29-795d45d1a02b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:15.700Z|db8d4777-8ab0-4ef5-8697-45c0de50c8ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:15.701Z|db8d4777-8ab0-4ef5-8697-45c0de50c8ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:15.709Z|694d742c-1e97-49be-8da1-2c22deb29813|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:15.712Z|694d742c-1e97-49be-8da1-2c22deb29813|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:17.074Z|4e4836e4-1703-407f-afb7-bcd93c206121|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:49:17.078Z|4e4836e4-1703-407f-afb7-bcd93c206121|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:49:18.542Z|525ff2f3-67ed-44c4-9902-8176fc7a416d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:18.543Z|525ff2f3-67ed-44c4-9902-8176fc7a416d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:25.726Z|047bd73d-99c2-4686-a3f3-48b6f85bab6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:25.726Z|047bd73d-99c2-4686-a3f3-48b6f85bab6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:25.743Z|d84d65c4-d629-4ef9-be29-9529cf9b774d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:25.744Z|d84d65c4-d629-4ef9-be29-9529cf9b774d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:28.567Z|54b4e6a5-c876-4d83-ad3b-c78e7a4c9ff1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:28.568Z|54b4e6a5-c876-4d83-ad3b-c78e7a4c9ff1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:32.074Z|7c39c3de-4666-4eb3-877d-f4e4539eff34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:49:32.075Z|7c39c3de-4666-4eb3-877d-f4e4539eff34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:49:32.699Z|ef695a76-58b3-4d7c-85bb-0cbd5e5e331e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:49:32.699Z|ef695a76-58b3-4d7c-85bb-0cbd5e5e331e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:49:33.940Z|5790af4a-7dbf-4514-8844-bd70bfbb2536|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:49:33.941Z|5790af4a-7dbf-4514-8844-bd70bfbb2536|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:35.756Z|67e6ab5f-a096-42e9-a0d9-6405e9a43068|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:35.756Z|67e6ab5f-a096-42e9-a0d9-6405e9a43068|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:35.764Z|5c6c4669-083a-4499-9269-7884da113a3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:35.765Z|5c6c4669-083a-4499-9269-7884da113a3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:38.590Z|8e5dbc12-2570-4fe3-8dd6-46baef292377|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:38.591Z|8e5dbc12-2570-4fe3-8dd6-46baef292377|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:45.778Z|ea19dccf-b420-49c7-89de-a15d925e3666|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:45.779Z|ea19dccf-b420-49c7-89de-a15d925e3666|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:45.786Z|d2544c45-49b7-4097-ae62-f7c24526dec7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:45.787Z|d2544c45-49b7-4097-ae62-f7c24526dec7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:47.074Z|7c1dbc62-44dc-43f7-b486-e94712e9c50f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:49:47.075Z|7c1dbc62-44dc-43f7-b486-e94712e9c50f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:49:48.615Z|804c6170-a3ad-4a2b-b699-c12d8ed0c038|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:48.616Z|804c6170-a3ad-4a2b-b699-c12d8ed0c038|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:55.809Z|6c9c2e47-9344-4d18-867e-e688ae4e382f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:55.810Z|6c9c2e47-9344-4d18-867e-e688ae4e382f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:55.810Z|12053eb0-fd58-4511-8dd4-18513725def7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:55.811Z|12053eb0-fd58-4511-8dd4-18513725def7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:49:58.642Z|3f60fffa-7532-4fa9-ad90-37594b34815f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:49:58.643Z|3f60fffa-7532-4fa9-ad90-37594b34815f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:02.073Z|9c648119-5805-4cd1-bb66-8233b13e15e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:50:02.074Z|9c648119-5805-4cd1-bb66-8233b13e15e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:50:02.700Z|772deae6-a815-4e9a-9c22-8fb5fd61f29b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:50:02.701Z|772deae6-a815-4e9a-9c22-8fb5fd61f29b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:50:05.834Z|7ae39e32-43dc-4b84-92c8-c0a61ad810a7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:05.835Z|7ae39e32-43dc-4b84-92c8-c0a61ad810a7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:05.838Z|e69e4d5f-521c-4c1c-9b0d-3747ef93caf3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:05.838Z|e69e4d5f-521c-4c1c-9b0d-3747ef93caf3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:08.675Z|329858ee-b29f-4dc4-b020-de6251f95b3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:08.676Z|329858ee-b29f-4dc4-b020-de6251f95b3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:15.856Z|392810a2-2e9a-4122-85e7-6443dec30f3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:15.857Z|392810a2-2e9a-4122-85e7-6443dec30f3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:15.858Z|5bfc7320-1ea4-48b6-82ee-c4afaa1d8fed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:15.858Z|5bfc7320-1ea4-48b6-82ee-c4afaa1d8fed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:17.074Z|8116c0b0-9603-48dd-9c39-c30e0d9916f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:50:17.075Z|8116c0b0-9603-48dd-9c39-c30e0d9916f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:50:18.701Z|d8683010-8935-49ec-8c42-7f0c327b364b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:18.703Z|d8683010-8935-49ec-8c42-7f0c327b364b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:25.881Z|6442c6bb-6833-416e-935f-05820b7a3e5d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:25.882Z|6442c6bb-6833-416e-935f-05820b7a3e5d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:25.882Z|d96a8358-c1fc-417c-9dee-ee1831299819|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:25.883Z|d96a8358-c1fc-417c-9dee-ee1831299819|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:28.726Z|6ef77802-f01f-4ead-ae31-66cfc912e9de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:28.727Z|6ef77802-f01f-4ead-ae31-66cfc912e9de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:32.075Z|bcba6f89-2997-45b5-8a92-953246909df2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:50:32.077Z|bcba6f89-2997-45b5-8a92-953246909df2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:50:32.702Z|6de1c065-f9f6-4080-9fd4-4af237862c24|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:50:32.703Z|6de1c065-f9f6-4080-9fd4-4af237862c24|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:50:33.949Z|8125b47a-5927-4166-b83c-cf3858dbaf31|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:50:33.953Z|8125b47a-5927-4166-b83c-cf3858dbaf31|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:35.908Z|a36bd89e-73ad-4605-b399-1dacbeae510e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:35.908Z|0b2f8c9d-a214-49f1-9322-2d1282c91bce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:35.909Z|0b2f8c9d-a214-49f1-9322-2d1282c91bce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:35.909Z|a36bd89e-73ad-4605-b399-1dacbeae510e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:38.757Z|cefcecde-4eff-4aaa-916b-b0a9a1cb29f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:38.765Z|cefcecde-4eff-4aaa-916b-b0a9a1cb29f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:45.934Z|02ba0520-102d-4fe5-b434-a87eebf39354|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:45.935Z|02ba0520-102d-4fe5-b434-a87eebf39354|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:45.941Z|631f24b7-4ca7-4f03-aaf7-da81b035903d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:45.942Z|631f24b7-4ca7-4f03-aaf7-da81b035903d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:47.074Z|e7dfe348-3f9e-4048-8fc6-4cd14047a96f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:50:47.075Z|e7dfe348-3f9e-4048-8fc6-4cd14047a96f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:50:48.792Z|afd07904-a46d-44f0-8f0e-e0f328c9f6f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:48.793Z|afd07904-a46d-44f0-8f0e-e0f328c9f6f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:55.978Z|a396136f-cd9e-46e3-95cf-17514c9b6be9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:55.979Z|a396136f-cd9e-46e3-95cf-17514c9b6be9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:55.980Z|18c2dbb8-631c-464f-b631-b917f4a1b6a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:55.980Z|18c2dbb8-631c-464f-b631-b917f4a1b6a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:50:58.824Z|f947e0c5-80ba-45a1-864e-0b2e70f72f88|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:50:58.825Z|f947e0c5-80ba-45a1-864e-0b2e70f72f88|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:02.074Z|1d187825-48de-434f-938e-3c67f19e1e37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:51:02.074Z|1d187825-48de-434f-938e-3c67f19e1e37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:51:02.704Z|6e3c6521-2237-46ba-b280-137590c4e137|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:51:02.705Z|6e3c6521-2237-46ba-b280-137590c4e137|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:51:06.007Z|0b16e156-cdd7-48b8-84cb-c3fde9823e64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:06.007Z|cb29c4da-6ece-4ee2-a128-7eae7c599d70|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:06.008Z|0b16e156-cdd7-48b8-84cb-c3fde9823e64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:06.008Z|cb29c4da-6ece-4ee2-a128-7eae7c599d70|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:08.855Z|de025f6c-2782-4873-bad9-e9a9e2cbdd48|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:08.856Z|de025f6c-2782-4873-bad9-e9a9e2cbdd48|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:16.038Z|492c1cc9-ebdb-4f79-996e-dea6314d27ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:16.038Z|9c3e7eb7-9d13-4c02-8d3b-9f06e37b0570|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:16.039Z|9c3e7eb7-9d13-4c02-8d3b-9f06e37b0570|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:16.039Z|492c1cc9-ebdb-4f79-996e-dea6314d27ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:17.075Z|44713d86-403a-49f4-b7eb-caded4845967|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:51:17.076Z|44713d86-403a-49f4-b7eb-caded4845967|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:51:18.880Z|86bdcf08-243f-4126-83e6-cda9d861503c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:18.882Z|86bdcf08-243f-4126-83e6-cda9d861503c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:26.097Z|e7dd6d93-6db1-478f-8027-80154ec1e54f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:26.098Z|e7dd6d93-6db1-478f-8027-80154ec1e54f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:26.097Z|cccdfd68-fdaa-47a5-ba7d-e7aaf3641b5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:26.103Z|cccdfd68-fdaa-47a5-ba7d-e7aaf3641b5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:28.904Z|5b6c8433-e4e1-4de6-94f7-4a4452e3ba94|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:28.905Z|5b6c8433-e4e1-4de6-94f7-4a4452e3ba94|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:32.074Z|605569c8-1ec2-40e8-852c-b4e8399dfc9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:51:32.080Z|605569c8-1ec2-40e8-852c-b4e8399dfc9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:51:32.706Z|77419d74-52c0-42a0-ab8f-a5fb32d3499f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:51:32.707Z|77419d74-52c0-42a0-ab8f-a5fb32d3499f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:51:33.941Z|a58b7508-9ca3-498b-8680-d1c5e2c35fbd|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:51:33.942Z|a58b7508-9ca3-498b-8680-d1c5e2c35fbd|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:36.120Z|144e6f8e-9af3-4ce5-964e-590841341515|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:36.121Z|144e6f8e-9af3-4ce5-964e-590841341515|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:36.135Z|c6d275b7-84e6-419d-956b-1b9d32d4e745|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:36.136Z|c6d275b7-84e6-419d-956b-1b9d32d4e745|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:38.927Z|dc23a7f5-08af-49e5-8827-18d545beb5ab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:38.927Z|dc23a7f5-08af-49e5-8827-18d545beb5ab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:46.148Z|dc8d406e-66cc-43d5-92ac-e429e7fd8f9d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:46.149Z|dc8d406e-66cc-43d5-92ac-e429e7fd8f9d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:46.156Z|cb2e5553-3815-489b-afec-81b0854837d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:46.158Z|cb2e5553-3815-489b-afec-81b0854837d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:47.074Z|735b30c0-4b7f-4074-969c-c56ba0bbaafd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:51:47.074Z|735b30c0-4b7f-4074-969c-c56ba0bbaafd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:51:48.956Z|9d6e1ade-b5dc-4902-97d9-c8ba260b38fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:48.957Z|9d6e1ade-b5dc-4902-97d9-c8ba260b38fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:56.184Z|7346a3c2-4028-404d-b54d-111ff4d5d02f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:56.185Z|7346a3c2-4028-404d-b54d-111ff4d5d02f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:56.196Z|734c600a-b335-40a8-abb2-8956ed57d461|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:56.203Z|734c600a-b335-40a8-abb2-8956ed57d461|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:51:58.981Z|835cb6c1-b5b5-404d-9c82-75c06c9ef937|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:51:58.982Z|835cb6c1-b5b5-404d-9c82-75c06c9ef937|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:02.074Z|7f0193fa-45d8-4eb9-a0b2-888101a4b5e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:52:02.075Z|7f0193fa-45d8-4eb9-a0b2-888101a4b5e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:52:02.708Z|5b39926d-741a-49d0-bea9-eba106d407ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:52:02.708Z|5b39926d-741a-49d0-bea9-eba106d407ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:52:06.206Z|b624f343-503d-4950-9b34-7c1f0bcd08bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:06.208Z|b624f343-503d-4950-9b34-7c1f0bcd08bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:06.237Z|b507d34a-e815-42ed-a0e9-a2dbceed3351|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:06.238Z|b507d34a-e815-42ed-a0e9-a2dbceed3351|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:09.004Z|8d7f2d12-c6da-4609-b3c1-0eb64ce57f81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:09.005Z|8d7f2d12-c6da-4609-b3c1-0eb64ce57f81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:16.234Z|f06cd23e-d0ce-452d-a51a-2396d6e3d558|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:16.236Z|f06cd23e-d0ce-452d-a51a-2396d6e3d558|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:16.261Z|130d7053-46ef-4124-a7fd-cf7b9336958e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:16.262Z|130d7053-46ef-4124-a7fd-cf7b9336958e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:17.074Z|70a5549c-21a2-4dc7-919a-247285e7df27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:52:17.077Z|70a5549c-21a2-4dc7-919a-247285e7df27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:52:19.026Z|57c10c0e-55ad-4860-9a0a-d1820a0b1160|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:19.027Z|57c10c0e-55ad-4860-9a0a-d1820a0b1160|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:26.265Z|7e459842-d141-4a9a-930f-d1b333009096|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:26.266Z|7e459842-d141-4a9a-930f-d1b333009096|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:26.284Z|718b007a-3b56-47da-98f9-97ce796fd6a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:26.285Z|718b007a-3b56-47da-98f9-97ce796fd6a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:29.066Z|09b97d76-4954-4343-a471-5204d62196cb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:29.067Z|09b97d76-4954-4343-a471-5204d62196cb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:32.073Z|34e14b36-e472-4e73-b0af-4048d50794ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:52:32.074Z|34e14b36-e472-4e73-b0af-4048d50794ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:52:32.709Z|440116d7-b59c-4423-aac0-c41728876251|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:52:32.710Z|440116d7-b59c-4423-aac0-c41728876251|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:52:33.941Z|f6770891-3f0a-49da-adbb-5cb6a18f19a3|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:52:33.963Z|f6770891-3f0a-49da-adbb-5cb6a18f19a3|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:36.288Z|e2f509d8-aa3c-4a86-bab8-313d2c9c4105|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:36.289Z|e2f509d8-aa3c-4a86-bab8-313d2c9c4105|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:36.309Z|c5b1cd01-c6c7-4494-b9ab-3865473ce29d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:36.310Z|c5b1cd01-c6c7-4494-b9ab-3865473ce29d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:39.089Z|1f48c275-7e89-42dc-8490-36cb70c21d3d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:39.090Z|1f48c275-7e89-42dc-8490-36cb70c21d3d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:46.321Z|943e7029-708c-408c-906d-beb54be89257|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:46.323Z|943e7029-708c-408c-906d-beb54be89257|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:46.331Z|1d5ec457-3b7c-4cb5-a246-760dc1834d90|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:46.332Z|1d5ec457-3b7c-4cb5-a246-760dc1834d90|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:47.074Z|ca1c0613-e5c2-428a-934c-5d6ba69bdf6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:52:47.074Z|ca1c0613-e5c2-428a-934c-5d6ba69bdf6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:52:49.111Z|2789ac5b-3e51-4cf3-ae35-720dcb296e74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:49.112Z|2789ac5b-3e51-4cf3-ae35-720dcb296e74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:56.349Z|a6c5a732-59a0-4bc2-b71b-671d464ed5d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:56.351Z|a6c5a732-59a0-4bc2-b71b-671d464ed5d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:56.354Z|1c2130b8-2925-4161-a88d-962885f76cdf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:56.355Z|1c2130b8-2925-4161-a88d-962885f76cdf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:52:59.133Z|e32e69eb-60eb-41aa-913a-4ad6558eaf81|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:52:59.135Z|e32e69eb-60eb-41aa-913a-4ad6558eaf81|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:02.073Z|17b836b1-98a2-451f-af8b-c6d1f09af62c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:53:02.077Z|17b836b1-98a2-451f-af8b-c6d1f09af62c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:53:02.710Z|4b4c6459-fe81-45ab-89d6-7c222c3a1704|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:53:02.711Z|4b4c6459-fe81-45ab-89d6-7c222c3a1704|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:53:06.377Z|ea6c729c-4f20-4442-a905-ad1e5291ead3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:06.377Z|099511ad-f19e-4028-9fd0-0380429cc2ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:06.378Z|ea6c729c-4f20-4442-a905-ad1e5291ead3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:06.379Z|099511ad-f19e-4028-9fd0-0380429cc2ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:09.159Z|6c077a06-fb4a-4f40-b2c1-dbf2691294eb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:09.161Z|6c077a06-fb4a-4f40-b2c1-dbf2691294eb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:16.400Z|6b4333f5-45cf-44d3-a04c-792444d338c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:16.401Z|6b4333f5-45cf-44d3-a04c-792444d338c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:16.402Z|430290e6-6648-4c9d-aa01-44d1c9960de5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:16.403Z|430290e6-6648-4c9d-aa01-44d1c9960de5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:17.073Z|0e255b78-6695-4a02-acc6-d433f49da516|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:53:17.074Z|0e255b78-6695-4a02-acc6-d433f49da516|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:53:19.189Z|d015a560-0bd1-4c90-8be9-94093de8bbb1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:19.190Z|d015a560-0bd1-4c90-8be9-94093de8bbb1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:26.422Z|76dace50-5989-44b3-b8e8-52795c5446f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:26.423Z|76dace50-5989-44b3-b8e8-52795c5446f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:26.427Z|f9891020-c90d-4067-9837-4c13374863a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:26.428Z|f9891020-c90d-4067-9837-4c13374863a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:29.212Z|1ca37487-3c53-4db5-a80b-08df461f5e98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:29.213Z|1ca37487-3c53-4db5-a80b-08df461f5e98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:32.073Z|4dac211b-3aa8-486a-a200-4c85ec758df8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:53:32.074Z|4dac211b-3aa8-486a-a200-4c85ec758df8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:53:32.712Z|58fc63be-cbf1-4dcf-b5ee-ba3cc9240200|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:53:32.712Z|58fc63be-cbf1-4dcf-b5ee-ba3cc9240200|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:53:33.940Z|fb82639f-69f1-4ae1-898e-647500fa1461|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:53:33.941Z|fb82639f-69f1-4ae1-898e-647500fa1461|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:36.451Z|d484f868-1c8c-4877-a5e2-cd19831c831f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:36.452Z|d484f868-1c8c-4877-a5e2-cd19831c831f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:36.456Z|29df3741-d2f9-4e5f-b0ef-15a04a2bce09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:36.457Z|29df3741-d2f9-4e5f-b0ef-15a04a2bce09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:39.236Z|45c4bc5c-3ba0-4aff-af75-8605efa9b45e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:39.236Z|45c4bc5c-3ba0-4aff-af75-8605efa9b45e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:46.476Z|8c4980c1-45a8-495a-94c8-dbd1ae702575|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:46.476Z|07aaf3aa-e78d-4eec-bd3d-c9e4ed06020c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:46.477Z|8c4980c1-45a8-495a-94c8-dbd1ae702575|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:46.477Z|07aaf3aa-e78d-4eec-bd3d-c9e4ed06020c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:47.073Z|eb226d87-8a24-4e7d-8c10-d650414443e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:53:47.077Z|eb226d87-8a24-4e7d-8c10-d650414443e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:53:49.266Z|0a3f5ff8-2272-4266-8612-40aace350a3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:49.267Z|0a3f5ff8-2272-4266-8612-40aace350a3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:56.498Z|c66b9329-8436-402c-9267-99e5706e796c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:56.499Z|c66b9329-8436-402c-9267-99e5706e796c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:56.500Z|512b57ce-3f9b-470e-9fab-0341fda9a7a9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:56.500Z|512b57ce-3f9b-470e-9fab-0341fda9a7a9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:53:59.289Z|e7265aeb-5671-42d0-b934-ced9fda65b04|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:53:59.290Z|e7265aeb-5671-42d0-b934-ced9fda65b04|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:02.073Z|9d99984f-95c0-44bc-a387-d6be3cd48dd0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:54:02.074Z|9d99984f-95c0-44bc-a387-d6be3cd48dd0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:54:02.713Z|7114fdcf-33dc-48ec-890f-198ce8b18715|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:54:02.714Z|7114fdcf-33dc-48ec-890f-198ce8b18715|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:54:06.524Z|6e408ccc-e498-40da-9c7f-75233ffa0676|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:06.525Z|6e408ccc-e498-40da-9c7f-75233ffa0676|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:06.530Z|d840df8b-6bcf-458c-ba08-6f09366cc4c3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:06.531Z|d840df8b-6bcf-458c-ba08-6f09366cc4c3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:09.311Z|2869610c-af9d-48ec-8d8b-41f1d4d06b3f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:09.312Z|2869610c-af9d-48ec-8d8b-41f1d4d06b3f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:16.560Z|01814c91-0c9d-442b-8ff8-f60827128395|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:16.560Z|ddd5204b-eea1-4874-9227-ab7833157f2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:16.561Z|01814c91-0c9d-442b-8ff8-f60827128395|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:16.561Z|ddd5204b-eea1-4874-9227-ab7833157f2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:17.073Z|74807e94-d9c3-47eb-91d7-c55ab784ca9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:54:17.074Z|74807e94-d9c3-47eb-91d7-c55ab784ca9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:54:19.338Z|5cb2a6b5-15bd-4ed3-b33c-44f9921d3a00|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:19.339Z|5cb2a6b5-15bd-4ed3-b33c-44f9921d3a00|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:26.584Z|bf2b95d6-ba6e-4464-8ee0-985a5dd3ce8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:26.584Z|d8e4a655-8322-452e-958e-fa35faa969af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:26.585Z|bf2b95d6-ba6e-4464-8ee0-985a5dd3ce8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:26.585Z|d8e4a655-8322-452e-958e-fa35faa969af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:29.368Z|b1cff584-589c-4f8b-8d66-59a9f06f3677|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:29.369Z|b1cff584-589c-4f8b-8d66-59a9f06f3677|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:32.073Z|6c5ff181-2f41-482b-8cc3-3f368bdf130b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:54:32.077Z|6c5ff181-2f41-482b-8cc3-3f368bdf130b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:54:32.715Z|c5cde785-7cd2-4d89-aed2-af47002aa089|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:54:32.715Z|c5cde785-7cd2-4d89-aed2-af47002aa089|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:54:33.940Z|809424b2-a412-400d-898f-fe2f62a5f845|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:54:33.942Z|809424b2-a412-400d-898f-fe2f62a5f845|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:36.605Z|ced8046d-f368-4a3f-b0a2-9bbeb5552ea8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:36.605Z|d04fea8f-a481-4f03-ac59-70c4b079ad03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:36.606Z|ced8046d-f368-4a3f-b0a2-9bbeb5552ea8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:36.606Z|d04fea8f-a481-4f03-ac59-70c4b079ad03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:39.392Z|1ae3dae6-480e-435e-8a68-d43abc697f9f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:39.393Z|1ae3dae6-480e-435e-8a68-d43abc697f9f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:46.627Z|a71b1d88-071d-4a3f-94a4-70ad3bb59b3a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:46.627Z|03f6b046-5145-4ffc-890c-3853055d7ffc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:46.628Z|03f6b046-5145-4ffc-890c-3853055d7ffc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:46.628Z|a71b1d88-071d-4a3f-94a4-70ad3bb59b3a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:47.074Z|5aa61707-b31e-4c3c-9b60-7c6a053e9723|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:54:47.074Z|5aa61707-b31e-4c3c-9b60-7c6a053e9723|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:54:49.416Z|a58b2556-cfa5-4a79-8642-a9752b1d3c80|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:49.416Z|a58b2556-cfa5-4a79-8642-a9752b1d3c80|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:56.651Z|bef961b0-3f00-4d7c-b80a-89075d2c96c4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:56.651Z|b7aa1db5-0e24-44ce-8b72-7521d5b47c6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:56.651Z|bef961b0-3f00-4d7c-b80a-89075d2c96c4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:56.651Z|b7aa1db5-0e24-44ce-8b72-7521d5b47c6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:54:59.438Z|03e02b69-500f-409b-ac22-4e55a1b3b2fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:54:59.439Z|03e02b69-500f-409b-ac22-4e55a1b3b2fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:02.074Z|eaf186af-5579-4000-91a5-f21015dcafaf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:55:02.075Z|eaf186af-5579-4000-91a5-f21015dcafaf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:55:02.716Z|41228f12-27ca-43dc-b273-02429b327d95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:55:02.717Z|41228f12-27ca-43dc-b273-02429b327d95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:55:06.673Z|662582fa-4b91-4a0c-9601-49b3f8d5133b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:06.673Z|1e26ea17-92bf-4652-93e0-ccbaaa5162d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:06.674Z|1e26ea17-92bf-4652-93e0-ccbaaa5162d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:06.674Z|662582fa-4b91-4a0c-9601-49b3f8d5133b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:09.464Z|d0b0c93c-4c48-433c-bcb4-67f20d0f8bad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:09.465Z|d0b0c93c-4c48-433c-bcb4-67f20d0f8bad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:16.699Z|f5968af9-a6ef-444e-8c85-ffd51ee0935f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:16.700Z|f5968af9-a6ef-444e-8c85-ffd51ee0935f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:16.704Z|94321236-627a-4570-8a34-eaa17dde3eeb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:16.705Z|94321236-627a-4570-8a34-eaa17dde3eeb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:17.073Z|b5fac169-4408-4add-9cc1-90d01ef1338a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:55:17.077Z|b5fac169-4408-4add-9cc1-90d01ef1338a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:55:19.488Z|0ba3fcf8-83cd-442c-86ce-aac1cfd1a61b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:19.489Z|0ba3fcf8-83cd-442c-86ce-aac1cfd1a61b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:26.724Z|daecda76-5d61-4e4a-93e6-189403fa4ccc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:26.725Z|daecda76-5d61-4e4a-93e6-189403fa4ccc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:26.727Z|398d6805-ca96-4440-95b0-ab12635dcf3d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:26.727Z|398d6805-ca96-4440-95b0-ab12635dcf3d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:29.512Z|be182243-875c-4810-a8d9-5566b8ac1dd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:29.513Z|be182243-875c-4810-a8d9-5566b8ac1dd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:32.074Z|e40aad5f-f5a3-4356-851f-9b15b177a3b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:55:32.075Z|e40aad5f-f5a3-4356-851f-9b15b177a3b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:55:32.718Z|92b2902e-f2ad-4755-a328-e7328cb94a51|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:55:32.719Z|92b2902e-f2ad-4755-a328-e7328cb94a51|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:55:33.940Z|22359041-8125-4fd9-a090-a31c3c7e9201|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:55:33.941Z|22359041-8125-4fd9-a090-a31c3c7e9201|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:36.761Z|19931116-7cfb-4c50-8080-617abbb99423|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:36.761Z|2cff7850-0f78-4d94-a6de-f909a70167cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:36.762Z|2cff7850-0f78-4d94-a6de-f909a70167cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:36.762Z|19931116-7cfb-4c50-8080-617abbb99423|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:39.536Z|2e336679-349f-42a3-91fa-ea5b821a95a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:39.536Z|2e336679-349f-42a3-91fa-ea5b821a95a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:46.788Z|853eef19-b5c3-41ab-af6f-bb67ac4c4d78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:46.788Z|853eef19-b5c3-41ab-af6f-bb67ac4c4d78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:46.792Z|8d28c309-52c4-4f74-9a33-774c75c6a994|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:46.793Z|8d28c309-52c4-4f74-9a33-774c75c6a994|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:47.074Z|8c8c95bb-9b7e-48dd-ae09-a6e3c51c0211|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:55:47.075Z|8c8c95bb-9b7e-48dd-ae09-a6e3c51c0211|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:55:49.559Z|fe408426-52bc-4764-a394-32c0479a2517|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:49.560Z|fe408426-52bc-4764-a394-32c0479a2517|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:56.818Z|708a7405-f27c-46e8-8bcd-66466c1f5421|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:56.819Z|708a7405-f27c-46e8-8bcd-66466c1f5421|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:56.825Z|ec660b59-3f5c-4c1e-a8c2-500464d34871|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:56.826Z|ec660b59-3f5c-4c1e-a8c2-500464d34871|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:55:59.582Z|7906ce40-0f65-4746-a002-ae3f48110f21|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:55:59.584Z|7906ce40-0f65-4746-a002-ae3f48110f21|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:02.074Z|5d7b02da-c2fd-4154-8ca8-364f203b0891|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:56:02.077Z|5d7b02da-c2fd-4154-8ca8-364f203b0891|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:56:02.720Z|60d6a2fd-8d4f-46c5-9e69-0697ddece046|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:56:02.721Z|60d6a2fd-8d4f-46c5-9e69-0697ddece046|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:56:06.860Z|0a840f0a-b2b1-46ee-98c7-258284115ede|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:06.860Z|dba9dfe0-e13c-4391-aaa7-809ccb7ef7ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:06.861Z|0a840f0a-b2b1-46ee-98c7-258284115ede|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:06.861Z|dba9dfe0-e13c-4391-aaa7-809ccb7ef7ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:09.607Z|43b1004b-cecd-4198-bc9d-91a43d58a9ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:09.609Z|43b1004b-cecd-4198-bc9d-91a43d58a9ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:16.934Z|d87aa2ed-c0f1-469e-b16a-d6434cba45b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:16.935Z|d87aa2ed-c0f1-469e-b16a-d6434cba45b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:16.936Z|64e58d34-493a-4183-97b5-46828371bcad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:16.937Z|64e58d34-493a-4183-97b5-46828371bcad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:17.074Z|5d3f81e0-6618-4280-9fef-d5defd4f8269|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:56:17.074Z|5d3f81e0-6618-4280-9fef-d5defd4f8269|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:56:19.632Z|75054cf8-a3ea-4f44-a59d-29548d271c6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:19.633Z|75054cf8-a3ea-4f44-a59d-29548d271c6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:26.960Z|a47d3651-57f2-435e-bcc9-a0bcef2005fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:26.961Z|a47d3651-57f2-435e-bcc9-a0bcef2005fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:26.971Z|01b477c8-840d-419e-9538-5d23eb5afac4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:26.972Z|01b477c8-840d-419e-9538-5d23eb5afac4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:29.660Z|9f97889f-a389-4f3e-8f4b-30eca0406b2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:29.661Z|9f97889f-a389-4f3e-8f4b-30eca0406b2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:32.073Z|dab99a9c-da47-4564-823d-ec8c8960753e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:56:32.074Z|dab99a9c-da47-4564-823d-ec8c8960753e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:56:32.722Z|75e164ec-5d67-48af-8ee5-b08dd2ae9255|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:56:32.722Z|75e164ec-5d67-48af-8ee5-b08dd2ae9255|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:56:33.941Z|7ae34a14-6162-41b0-a1d3-bd96352638b1|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:56:33.959Z|7ae34a14-6162-41b0-a1d3-bd96352638b1|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:36.985Z|744d754a-0e0e-420f-949b-da817d0d9c63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:36.987Z|744d754a-0e0e-420f-949b-da817d0d9c63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:36.993Z|e0b714ca-c8f4-4129-80b3-fce5b23d73f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:36.995Z|e0b714ca-c8f4-4129-80b3-fce5b23d73f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:39.685Z|3519b418-1a1d-4020-badc-b290b47ac72d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:39.686Z|3519b418-1a1d-4020-badc-b290b47ac72d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:47.012Z|48f22db0-14de-4130-9838-2058c67d3e0f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:47.013Z|48f22db0-14de-4130-9838-2058c67d3e0f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:47.014Z|761788ac-4799-48f3-b9e7-3d51365df326|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:47.015Z|761788ac-4799-48f3-b9e7-3d51365df326|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:47.074Z|48d67b98-a8c7-4f27-96fd-7aa5e427b8ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:56:47.077Z|48d67b98-a8c7-4f27-96fd-7aa5e427b8ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:56:49.710Z|5362ad89-58de-4f6c-bc39-598b8eb80f85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:49.711Z|5362ad89-58de-4f6c-bc39-598b8eb80f85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:57.035Z|1dbba440-c3d9-4702-a789-b4595efefae0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:57.035Z|4d5c0ec7-fa68-464a-8d04-47b682fb3694|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:57.036Z|1dbba440-c3d9-4702-a789-b4595efefae0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:57.036Z|4d5c0ec7-fa68-464a-8d04-47b682fb3694|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:56:59.734Z|2e02bc3d-60ad-43d9-9fc2-04b588d1d839|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:56:59.735Z|2e02bc3d-60ad-43d9-9fc2-04b588d1d839|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:02.073Z|02656683-60d0-43a8-9e86-bba28b505f7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:57:02.075Z|02656683-60d0-43a8-9e86-bba28b505f7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:57:02.723Z|8f737188-86c8-439d-9b42-5399ce4fc525|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:57:02.724Z|8f737188-86c8-439d-9b42-5399ce4fc525|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:57:07.064Z|741c429d-5afb-4a79-bb56-55411440e755|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:07.065Z|741c429d-5afb-4a79-bb56-55411440e755|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:07.066Z|44a76ad8-bda7-4871-9bfb-9cf6e20295b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:07.067Z|44a76ad8-bda7-4871-9bfb-9cf6e20295b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:09.767Z|9e7ad671-38c8-49be-ad20-e6e469980c2c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:09.768Z|9e7ad671-38c8-49be-ad20-e6e469980c2c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:17.074Z|a42c5c3d-9551-4c8b-bfb1-d95b52814745|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:57:17.074Z|a42c5c3d-9551-4c8b-bfb1-d95b52814745|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:57:17.087Z|af171fbf-04d6-4950-8c82-d92dbe3e8145|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:17.087Z|2325223b-62d7-4ac4-bd56-656fa1470daa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:17.088Z|2325223b-62d7-4ac4-bd56-656fa1470daa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:17.088Z|af171fbf-04d6-4950-8c82-d92dbe3e8145|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:19.789Z|44d35c82-0170-4dc1-8d72-87d40e470dec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:19.789Z|44d35c82-0170-4dc1-8d72-87d40e470dec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:27.111Z|05c65248-d7c6-4b4b-9ac5-1b90416e8b30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:27.112Z|05c65248-d7c6-4b4b-9ac5-1b90416e8b30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:27.112Z|30359f49-d24c-4b07-9cfb-d8a706f2494f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:27.112Z|30359f49-d24c-4b07-9cfb-d8a706f2494f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:29.813Z|d4773e2f-1124-4a9a-951a-83047fa7e14c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:29.813Z|d4773e2f-1124-4a9a-951a-83047fa7e14c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:32.073Z|ad90c8e2-32ed-45f7-ac82-321e0a07de3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:57:32.077Z|ad90c8e2-32ed-45f7-ac82-321e0a07de3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:57:32.725Z|9acaae60-0546-4012-b02b-8680653e3a88|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:57:32.725Z|9acaae60-0546-4012-b02b-8680653e3a88|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:57:33.948Z|356ff630-3c54-4d6b-b86e-e98d9d8a4bcc|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:57:33.949Z|356ff630-3c54-4d6b-b86e-e98d9d8a4bcc|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:37.134Z|aa323fe5-ed61-4eb8-a631-cab59e139db2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:37.136Z|aa323fe5-ed61-4eb8-a631-cab59e139db2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:37.151Z|7bc2f930-4ac3-41ea-850d-1ec32f31391b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:37.152Z|7bc2f930-4ac3-41ea-850d-1ec32f31391b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:39.835Z|c72da57f-e7b2-4555-a4b4-e75449ea3dac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:39.836Z|c72da57f-e7b2-4555-a4b4-e75449ea3dac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:47.073Z|aa81a161-1268-4354-bfe0-1f529f3a8355|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:57:47.074Z|aa81a161-1268-4354-bfe0-1f529f3a8355|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:57:47.158Z|9b570038-2b7c-413c-8e85-aa3f44311cce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:47.160Z|9b570038-2b7c-413c-8e85-aa3f44311cce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:47.176Z|2c957e6a-012b-4097-a64b-b8d687b50403|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:47.177Z|2c957e6a-012b-4097-a64b-b8d687b50403|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:49.866Z|bfb27c07-5216-4759-8f61-a8a05e61ae34|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:49.867Z|bfb27c07-5216-4759-8f61-a8a05e61ae34|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:57.184Z|b8b9a7a1-d2ed-4c59-87f4-2732db655f96|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:57.185Z|b8b9a7a1-d2ed-4c59-87f4-2732db655f96|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:57.200Z|4d485875-9f21-45e0-a7e7-ce64ef97ad41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:57.201Z|4d485875-9f21-45e0-a7e7-ce64ef97ad41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:57:59.889Z|632e092b-fe7e-435c-918b-0191df24109c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:57:59.889Z|632e092b-fe7e-435c-918b-0191df24109c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:02.074Z|c6a48241-c242-4984-8400-6b2235eedb77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:58:02.074Z|c6a48241-c242-4984-8400-6b2235eedb77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:58:02.726Z|b51f2fe6-dac1-4197-b9f3-d1693b453d90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:58:02.727Z|b51f2fe6-dac1-4197-b9f3-d1693b453d90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:58:07.207Z|fd832095-474d-42c9-b6b2-fe5db330ecdc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:07.208Z|fd832095-474d-42c9-b6b2-fe5db330ecdc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:07.226Z|8fa50a85-7af1-47e9-ac9a-c74071ce5f57|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:07.227Z|8fa50a85-7af1-47e9-ac9a-c74071ce5f57|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:09.912Z|2c8173c6-a2ca-4cb6-9f28-095ecf675ed7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:09.913Z|2c8173c6-a2ca-4cb6-9f28-095ecf675ed7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:17.074Z|a9ea219a-12a1-4ee6-8254-68028f6a903b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:58:17.077Z|a9ea219a-12a1-4ee6-8254-68028f6a903b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:58:17.232Z|8aeebd5a-157f-4a36-9a87-379cb2b54831|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:17.233Z|8aeebd5a-157f-4a36-9a87-379cb2b54831|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:17.251Z|fb9ca4eb-28e3-4beb-bfce-3e45ac096aaa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:17.252Z|fb9ca4eb-28e3-4beb-bfce-3e45ac096aaa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:19.936Z|060a4beb-c4e0-4ea6-b46f-312d7691f4de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:19.937Z|060a4beb-c4e0-4ea6-b46f-312d7691f4de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:27.262Z|9a73ef0a-0d7b-4784-839f-f27cfe111a94|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:27.264Z|9a73ef0a-0d7b-4784-839f-f27cfe111a94|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:27.271Z|81e76c8c-97fe-4cc0-92a8-a8880d528474|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:27.272Z|81e76c8c-97fe-4cc0-92a8-a8880d528474|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:29.982Z|7176c719-6cb9-4e61-a153-399cb8d131ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:29.983Z|7176c719-6cb9-4e61-a153-399cb8d131ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:32.074Z|e6e160f3-14b8-4d41-b57f-e04eb3a12271|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:58:32.074Z|e6e160f3-14b8-4d41-b57f-e04eb3a12271|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:58:32.727Z|87e13732-db24-4791-97cb-e47e11a3093c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:58:32.728Z|87e13732-db24-4791-97cb-e47e11a3093c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:58:33.940Z|f3667db1-73d2-4738-8a85-23b28c3d629e|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:58:33.941Z|f3667db1-73d2-4738-8a85-23b28c3d629e|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:37.298Z|156aa094-bcd3-4d57-812d-f00e7450fd5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:37.299Z|156aa094-bcd3-4d57-812d-f00e7450fd5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:37.302Z|9854b9c0-f228-40a7-bf99-30d052da62b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:37.303Z|9854b9c0-f228-40a7-bf99-30d052da62b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:40.004Z|bf2731b5-e495-4358-9317-42b527c51ba1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:40.006Z|bf2731b5-e495-4358-9317-42b527c51ba1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:47.074Z|b7a2d75e-0413-42a0-9c35-2a7aeecc0d5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:58:47.075Z|b7a2d75e-0413-42a0-9c35-2a7aeecc0d5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:58:47.322Z|418b820d-7210-44f6-b608-097dc0d882e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:47.323Z|418b820d-7210-44f6-b608-097dc0d882e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:47.326Z|fb98b4cb-0ed4-42c0-8120-56989aa883d6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:47.326Z|fb98b4cb-0ed4-42c0-8120-56989aa883d6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:50.034Z|3e9cc397-d625-498f-8987-1a3c6fd45ec0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:50.035Z|3e9cc397-d625-498f-8987-1a3c6fd45ec0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:57.349Z|18334452-d028-4058-a11a-731f309d8482|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:57.351Z|18334452-d028-4058-a11a-731f309d8482|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:58:57.360Z|e1bb9961-63b5-4295-ad0c-7140df27039c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:58:57.361Z|e1bb9961-63b5-4295-ad0c-7140df27039c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:00.090Z|5941dcc4-13ea-4a7c-8427-bd1fb58183bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:00.092Z|5941dcc4-13ea-4a7c-8427-bd1fb58183bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:02.074Z|811c5b5c-cffb-43ad-ae94-04a32af1ab2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:59:02.077Z|811c5b5c-cffb-43ad-ae94-04a32af1ab2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:59:02.729Z|7236600a-0d39-4d3b-b160-0a77a2a3114f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:59:02.730Z|7236600a-0d39-4d3b-b160-0a77a2a3114f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:59:07.377Z|64d28895-f07e-4734-a73e-e36c10421b79|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:07.378Z|64d28895-f07e-4734-a73e-e36c10421b79|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:07.388Z|43c8226f-4680-4dfd-b974-a3421229c254|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:07.389Z|43c8226f-4680-4dfd-b974-a3421229c254|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:10.123Z|20a73f0d-9dc6-4cd9-a04a-8fc7ba699117|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:10.124Z|20a73f0d-9dc6-4cd9-a04a-8fc7ba699117|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:17.074Z|70c07701-d76e-4359-9380-aa8bfafcd397|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:59:17.075Z|70c07701-d76e-4359-9380-aa8bfafcd397|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:59:17.402Z|ab48bb0c-edfe-43a1-b50a-bcf1518f849c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:17.403Z|ab48bb0c-edfe-43a1-b50a-bcf1518f849c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:17.410Z|232887b8-2dce-406f-b871-fa69ed6e57cd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:17.411Z|232887b8-2dce-406f-b871-fa69ed6e57cd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:20.147Z|39efcb91-2c7c-48fb-a59e-c3c0c4787039|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:20.148Z|39efcb91-2c7c-48fb-a59e-c3c0c4787039|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:27.429Z|e0d70660-4ddb-4f92-acf8-4214529a309d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:27.430Z|e0d70660-4ddb-4f92-acf8-4214529a309d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:27.434Z|b141ebdc-7478-4d20-b6c0-5f44032785ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:27.435Z|b141ebdc-7478-4d20-b6c0-5f44032785ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:30.172Z|91665aa4-81f3-4481-a1a5-d13f80da41ef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:30.174Z|91665aa4-81f3-4481-a1a5-d13f80da41ef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:32.074Z|318a5b99-c8e6-4295-b336-80986a8d059a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:59:32.074Z|318a5b99-c8e6-4295-b336-80986a8d059a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:59:32.730Z|519ad510-2338-4090-b98c-f90f6b19037d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:59:32.731Z|519ad510-2338-4090-b98c-f90f6b19037d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:59:33.944Z|222f4234-98da-4752-9011-2403c1d1f551|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T15:59:33.945Z|222f4234-98da-4752-9011-2403c1d1f551|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:37.454Z|08a2b9c8-20de-4b3e-89e0-5cabaa47c639|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:37.455Z|08a2b9c8-20de-4b3e-89e0-5cabaa47c639|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:37.461Z|60ca569c-8126-4c68-b49d-f2b1b839e1a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:37.462Z|60ca569c-8126-4c68-b49d-f2b1b839e1a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:40.197Z|fc919341-1417-40fa-a6ab-d58017f0da52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:40.198Z|fc919341-1417-40fa-a6ab-d58017f0da52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:47.073Z|686db209-353c-4afd-b410-c0398a353153|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T15:59:47.078Z|686db209-353c-4afd-b410-c0398a353153|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T15:59:47.478Z|9fc69798-3b7b-493f-ab57-fc73148f6498|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:47.479Z|9fc69798-3b7b-493f-ab57-fc73148f6498|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:47.485Z|9b73e3ba-7d81-462d-923d-4115059acea7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:47.486Z|9b73e3ba-7d81-462d-923d-4115059acea7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:50.219Z|0bc61d18-ff14-40f4-a325-93072a7aad78|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:50.219Z|0bc61d18-ff14-40f4-a325-93072a7aad78|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:57.507Z|3760faa6-3cf5-4e80-a832-7a8ed6ac8e44|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:57.507Z|ed9f87fd-3714-4376-b983-3e5acc268a22|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T15:59:57.507Z|3760faa6-3cf5-4e80-a832-7a8ed6ac8e44|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T15:59:57.508Z|ed9f87fd-3714-4376-b983-3e5acc268a22|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:00.242Z|fd71fe15-1a95-49b2-a81d-0b82c55528e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:00.243Z|fd71fe15-1a95-49b2-a81d-0b82c55528e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:02.073Z|17950eea-1d08-45a0-888e-9a15dbe03d57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:00:02.074Z|17950eea-1d08-45a0-888e-9a15dbe03d57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:00:02.732Z|cb71870b-7662-4541-869c-bdf675e06596|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:00:02.733Z|cb71870b-7662-4541-869c-bdf675e06596|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:00:07.553Z|42b793e8-a292-472e-abe7-702ff38b7a70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:07.554Z|42b793e8-a292-472e-abe7-702ff38b7a70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:07.560Z|1acf2f52-0f0e-42c2-980e-522a9eaa64f4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:07.560Z|1acf2f52-0f0e-42c2-980e-522a9eaa64f4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:10.265Z|b023ea3a-41d0-4aca-9523-f403b05beb33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:10.265Z|b023ea3a-41d0-4aca-9523-f403b05beb33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:17.074Z|7efd2191-41d1-4a4e-959f-824c4986e938|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:00:17.074Z|7efd2191-41d1-4a4e-959f-824c4986e938|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:00:17.577Z|60358d82-fa6c-4eb7-8b54-f604c9f8eb6b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:17.578Z|60358d82-fa6c-4eb7-8b54-f604c9f8eb6b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:17.588Z|957995c4-0dce-48eb-93cc-3eda94cf037f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:17.588Z|957995c4-0dce-48eb-93cc-3eda94cf037f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:20.285Z|44f94d9f-9fa9-432a-a0ea-b87f58a6430a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:20.286Z|44f94d9f-9fa9-432a-a0ea-b87f58a6430a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:27.601Z|9dd907ea-75a9-48d8-9092-846742f8194f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:27.601Z|9dd907ea-75a9-48d8-9092-846742f8194f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:27.612Z|f8148056-7c17-4ebc-8bd1-110eae3164da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:27.612Z|f8148056-7c17-4ebc-8bd1-110eae3164da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:30.308Z|89fb49b8-6a8a-490d-96d6-5e5e201085de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:30.309Z|89fb49b8-6a8a-490d-96d6-5e5e201085de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:32.074Z|389f49ae-b93a-49ec-9040-f197793810f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:00:32.080Z|389f49ae-b93a-49ec-9040-f197793810f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:00:32.734Z|031c0487-d10d-41ab-874b-fd32e210ad1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:00:32.735Z|031c0487-d10d-41ab-874b-fd32e210ad1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:00:33.951Z|922c958e-e597-4361-bdc7-43d2d928da7f|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:00:33.952Z|922c958e-e597-4361-bdc7-43d2d928da7f|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:37.623Z|0b5f7abc-31d7-474f-8dd7-bf328515159c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:37.624Z|0b5f7abc-31d7-474f-8dd7-bf328515159c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:37.639Z|0eba6102-75f2-4cf0-8fdb-bb681c4a7f4a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:37.640Z|0eba6102-75f2-4cf0-8fdb-bb681c4a7f4a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:40.331Z|db794c8d-1532-48d3-8a44-f198f2fbaff9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:40.332Z|db794c8d-1532-48d3-8a44-f198f2fbaff9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:47.073Z|48de4e2e-dfb3-48f4-a55f-5e20cc678915|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:00:47.074Z|48de4e2e-dfb3-48f4-a55f-5e20cc678915|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:00:47.645Z|1aa3998b-fe84-4fc6-9af7-cba4a3b0ec95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:47.647Z|1aa3998b-fe84-4fc6-9af7-cba4a3b0ec95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:47.668Z|51a805ac-aaca-4863-8114-d8b8dcddd001|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:47.669Z|51a805ac-aaca-4863-8114-d8b8dcddd001|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:50.354Z|cfda7311-bbc3-4ac2-98f3-ea8c60b40e1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:50.355Z|cfda7311-bbc3-4ac2-98f3-ea8c60b40e1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:57.679Z|3ca64dce-4836-46a5-81db-184e360e85f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:57.680Z|3ca64dce-4836-46a5-81db-184e360e85f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:00:57.691Z|782c9f5a-507e-41f2-95a4-c2db2a28e0f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:00:57.692Z|782c9f5a-507e-41f2-95a4-c2db2a28e0f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:00.380Z|60d64d3d-592a-4e5b-acd9-2f32ebc8d23d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:00.381Z|60d64d3d-592a-4e5b-acd9-2f32ebc8d23d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:02.074Z|26eddc8d-0398-4417-8f53-9974a9912677|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:01:02.075Z|26eddc8d-0398-4417-8f53-9974a9912677|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:01:02.736Z|c606e668-1ba5-43ec-ac8d-da20a3ba037f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:01:02.737Z|c606e668-1ba5-43ec-ac8d-da20a3ba037f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:01:07.709Z|57de2a24-91dd-43b1-866a-6fb65d100aff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:07.711Z|57de2a24-91dd-43b1-866a-6fb65d100aff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:07.714Z|3aa0a6b7-5761-45a4-93fd-b665eac6141e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:07.715Z|3aa0a6b7-5761-45a4-93fd-b665eac6141e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:10.402Z|2a159935-dd06-498b-a6cb-d84735c0b98c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:10.403Z|2a159935-dd06-498b-a6cb-d84735c0b98c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:17.073Z|1613dbf1-aba9-4128-ac9f-6a4bbb8b7a2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:01:17.077Z|1613dbf1-aba9-4128-ac9f-6a4bbb8b7a2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:01:17.734Z|a0e2ced2-125b-4bba-9226-bf1f1b92ad79|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:17.734Z|8ec673cd-2825-4014-9ff2-49a75420947e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:17.739Z|8ec673cd-2825-4014-9ff2-49a75420947e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:17.740Z|a0e2ced2-125b-4bba-9226-bf1f1b92ad79|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:20.423Z|10c33051-7b67-4c53-8593-88c36305398d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:20.424Z|10c33051-7b67-4c53-8593-88c36305398d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:27.874Z|4e96d733-d627-48ae-b8f8-a086b1ee88dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:27.763Z|2e540f83-a4a6-43f8-87dd-dc8fafe0a1bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:27.875Z|4e96d733-d627-48ae-b8f8-a086b1ee88dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:27.876Z|2e540f83-a4a6-43f8-87dd-dc8fafe0a1bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:30.454Z|b47f82f3-d930-4db2-b4ea-a1519370c7d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:30.454Z|b47f82f3-d930-4db2-b4ea-a1519370c7d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:32.074Z|70cce470-b62a-4acd-bea4-07e29ccab1a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:01:32.074Z|70cce470-b62a-4acd-bea4-07e29ccab1a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:01:32.738Z|f6d95939-4f0e-4a61-81a0-72f4670f13ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:01:32.738Z|f6d95939-4f0e-4a61-81a0-72f4670f13ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:01:33.940Z|4ef12260-893d-4160-bc25-021c1db3a98c|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:01:33.947Z|4ef12260-893d-4160-bc25-021c1db3a98c|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:37.897Z|90881664-cef6-4d2c-9eb2-2f75aee56d58|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:37.898Z|90881664-cef6-4d2c-9eb2-2f75aee56d58|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:37.900Z|f701dd4a-0bb0-4150-994b-116ae486f907|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:37.900Z|f701dd4a-0bb0-4150-994b-116ae486f907|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:40.478Z|c73795e6-4b6c-4a54-8e99-411bafa29a93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:40.479Z|c73795e6-4b6c-4a54-8e99-411bafa29a93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:47.074Z|391b0582-ea57-450a-bc65-3cc3a4a8ab77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:01:47.075Z|391b0582-ea57-450a-bc65-3cc3a4a8ab77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:01:47.920Z|718842e7-1899-40fc-b4cb-f7fafb876d83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:47.921Z|718842e7-1899-40fc-b4cb-f7fafb876d83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:47.922Z|6a2e76a1-141c-4732-b230-958fef4f1c8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:47.922Z|6a2e76a1-141c-4732-b230-958fef4f1c8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:50.503Z|75012a62-0ae7-49ed-b19b-17d5a80db3ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:50.504Z|75012a62-0ae7-49ed-b19b-17d5a80db3ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:57.945Z|d0907e40-a689-477d-8e80-e6e0ad5950f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:57.946Z|d0907e40-a689-477d-8e80-e6e0ad5950f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:01:57.950Z|7df8fca5-69b6-45d6-b164-f1be19ffb52b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:01:57.950Z|7df8fca5-69b6-45d6-b164-f1be19ffb52b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:00.526Z|25e8940f-9a86-4634-bea1-c65fb339e056|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:00.527Z|25e8940f-9a86-4634-bea1-c65fb339e056|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:02.074Z|671a82db-e8f5-4305-98e8-bdabc6e5848c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:02:02.077Z|671a82db-e8f5-4305-98e8-bdabc6e5848c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:02:02.739Z|926e5b73-4795-4654-903e-f6355064d5b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:02:02.740Z|926e5b73-4795-4654-903e-f6355064d5b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:02:07.967Z|b889aacc-9586-4f53-aa27-1d72f22cb39e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:07.968Z|b889aacc-9586-4f53-aa27-1d72f22cb39e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:07.969Z|693111b4-41b3-4a8a-82b3-c21a10470883|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:07.970Z|693111b4-41b3-4a8a-82b3-c21a10470883|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:10.548Z|611f1c25-df61-4d55-9fa9-8d4398995296|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:10.549Z|611f1c25-df61-4d55-9fa9-8d4398995296|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:17.074Z|512fec83-1ad3-4f6a-891a-8d84c73c66db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:02:17.074Z|512fec83-1ad3-4f6a-891a-8d84c73c66db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:02:17.989Z|f117bb5d-aca8-4a7c-b994-60e9396b4b0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:17.989Z|76802d23-e53d-4dee-817e-50a750768820|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:17.991Z|76802d23-e53d-4dee-817e-50a750768820|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:17.991Z|f117bb5d-aca8-4a7c-b994-60e9396b4b0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:20.574Z|a4238cff-12b9-4d40-9f77-d78f423c4f5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:20.575Z|a4238cff-12b9-4d40-9f77-d78f423c4f5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:28.011Z|941118ff-b396-445c-92e8-3d75d3c2ce40|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:28.011Z|0ff488bd-630b-4895-89a0-ac16f03f6b81|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:28.012Z|941118ff-b396-445c-92e8-3d75d3c2ce40|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:28.012Z|0ff488bd-630b-4895-89a0-ac16f03f6b81|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:30.599Z|513dbddc-712b-4699-aa23-791cdbc7554e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:30.600Z|513dbddc-712b-4699-aa23-791cdbc7554e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:32.073Z|e3f27999-17ea-4957-abfc-00ddd4bac106|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:02:32.074Z|e3f27999-17ea-4957-abfc-00ddd4bac106|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:02:32.742Z|169ea065-d1ff-4793-a6e0-1bca3817cffb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:02:32.743Z|169ea065-d1ff-4793-a6e0-1bca3817cffb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:02:33.941Z|2af3eab3-3bbb-435e-bdca-fa76132afb1c|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:02:33.943Z|2af3eab3-3bbb-435e-bdca-fa76132afb1c|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:38.045Z|379195f8-2b71-4255-b619-3f325b3fef16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:38.047Z|379195f8-2b71-4255-b619-3f325b3fef16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:38.061Z|754c3376-a21e-418b-822d-126535d6b63d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:38.063Z|754c3376-a21e-418b-822d-126535d6b63d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:40.621Z|d738ef55-82a9-4d28-b04c-ea5b93b8a2ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:40.622Z|d738ef55-82a9-4d28-b04c-ea5b93b8a2ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:47.074Z|08d2829e-377b-4493-b3af-86c0c078c0d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:02:47.078Z|08d2829e-377b-4493-b3af-86c0c078c0d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:02:48.085Z|b15f7e38-259b-4837-b41c-b104d857cae4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:48.086Z|b15f7e38-259b-4837-b41c-b104d857cae4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:48.095Z|766b0852-dd92-4772-9783-9d1f20f61541|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:48.095Z|766b0852-dd92-4772-9783-9d1f20f61541|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:50.644Z|b1e1b2ae-3e54-4330-91da-df49aa9e726e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:50.645Z|b1e1b2ae-3e54-4330-91da-df49aa9e726e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:58.122Z|227ade99-a2bb-499f-829d-2b3570594416|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:58.123Z|227ade99-a2bb-499f-829d-2b3570594416|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:02:58.141Z|b7118a46-f616-42ef-a2a3-36fceed738e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:02:58.142Z|b7118a46-f616-42ef-a2a3-36fceed738e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:00.668Z|2110481f-e1db-4739-9ce8-afe5be83fea6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:00.669Z|2110481f-e1db-4739-9ce8-afe5be83fea6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:02.073Z|bb18023b-52f2-4ca2-b2b3-7a2f8c1f8e89|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:03:02.074Z|bb18023b-52f2-4ca2-b2b3-7a2f8c1f8e89|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:03:02.746Z|3830ea1f-31f6-4b96-810f-9d4ae546e718|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:03:02.747Z|3830ea1f-31f6-4b96-810f-9d4ae546e718|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:03:08.146Z|868f76b8-53b1-42b1-b383-b4174f539f56|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:08.148Z|868f76b8-53b1-42b1-b383-b4174f539f56|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:08.166Z|09d58b65-ba52-43aa-b7a1-fce0343a9d7b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:08.167Z|09d58b65-ba52-43aa-b7a1-fce0343a9d7b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:10.693Z|1e70ed52-e023-4da0-af11-32775d1b2199|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:10.694Z|1e70ed52-e023-4da0-af11-32775d1b2199|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:17.074Z|34ce353c-102c-46a7-bdd6-c0802b061923|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:03:17.074Z|34ce353c-102c-46a7-bdd6-c0802b061923|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:03:18.171Z|b925663a-28d1-49a0-846b-27de996bb47b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:18.172Z|b925663a-28d1-49a0-846b-27de996bb47b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:18.189Z|2c16c6ae-9e75-4c8e-bc8a-071decb87c9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:18.191Z|2c16c6ae-9e75-4c8e-bc8a-071decb87c9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:20.717Z|cb562497-a237-4e57-9230-684d6c54b5a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:20.718Z|cb562497-a237-4e57-9230-684d6c54b5a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:28.194Z|f81a8f4e-fb52-42c9-9010-e035ab14412b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:28.195Z|f81a8f4e-fb52-42c9-9010-e035ab14412b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:28.211Z|c522d971-4dc7-4495-a5e6-90863bc75cbf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:28.212Z|c522d971-4dc7-4495-a5e6-90863bc75cbf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:30.757Z|47292df9-d568-44bf-9dbe-2d454da411c6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:30.759Z|47292df9-d568-44bf-9dbe-2d454da411c6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:32.074Z|5b4c8a77-7daa-47a3-b504-0fdf197f61b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:03:32.077Z|5b4c8a77-7daa-47a3-b504-0fdf197f61b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:03:32.748Z|3ba1cfa6-9641-4da5-99b8-28223e5a9147|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:03:32.749Z|3ba1cfa6-9641-4da5-99b8-28223e5a9147|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:03:33.941Z|46a3dd5c-1800-4247-80e8-aeed0e1df883|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:03:33.947Z|46a3dd5c-1800-4247-80e8-aeed0e1df883|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:38.218Z|cbee5a07-e03b-4887-920b-aeb821de0338|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:38.219Z|cbee5a07-e03b-4887-920b-aeb821de0338|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:38.255Z|67b4defc-51d7-4f01-a0a5-478d35e926bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:38.256Z|67b4defc-51d7-4f01-a0a5-478d35e926bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:40.785Z|0f40b841-4cfc-4204-b1fa-e65639cf600e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:40.786Z|0f40b841-4cfc-4204-b1fa-e65639cf600e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:47.073Z|0881153e-ee95-47e1-ab82-c07859c1d8da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:03:47.074Z|0881153e-ee95-47e1-ab82-c07859c1d8da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:03:48.250Z|21389f21-9181-4a89-bef0-444a9d3dd1d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:48.251Z|21389f21-9181-4a89-bef0-444a9d3dd1d8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:48.277Z|2949a91d-4815-4714-a593-566531ab5122|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:48.278Z|2949a91d-4815-4714-a593-566531ab5122|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:50.811Z|815a77de-cbfb-4277-8e8d-e22b619994cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:50.812Z|815a77de-cbfb-4277-8e8d-e22b619994cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:58.272Z|a3f2dfc5-02d0-4a00-ade0-a3cc4f3e6108|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:58.273Z|a3f2dfc5-02d0-4a00-ade0-a3cc4f3e6108|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:03:58.298Z|fef570fe-d9ac-48b8-b830-695ec0420f9d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:03:58.299Z|fef570fe-d9ac-48b8-b830-695ec0420f9d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:00.841Z|d4a01dee-c756-47d8-a128-81355c7c537c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:00.842Z|d4a01dee-c756-47d8-a128-81355c7c537c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:02.073Z|98f343a1-810b-4a2a-9b92-9db8c7d40f14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:04:02.074Z|98f343a1-810b-4a2a-9b92-9db8c7d40f14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:04:02.750Z|3f142a4b-2143-459c-98ff-8fd135d679a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:04:02.757Z|3f142a4b-2143-459c-98ff-8fd135d679a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:04:08.293Z|958a4727-1e04-4a57-933c-422570213b03|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:08.294Z|958a4727-1e04-4a57-933c-422570213b03|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:08.320Z|07e4e047-53d9-4f79-8c8e-836dc91fadc3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:08.321Z|07e4e047-53d9-4f79-8c8e-836dc91fadc3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:10.883Z|580938cf-c9ce-4d3c-bad9-2fb9469e396f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:10.884Z|580938cf-c9ce-4d3c-bad9-2fb9469e396f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:17.074Z|36ff3bac-ae08-40f8-b338-e471be49d8a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:04:17.077Z|36ff3bac-ae08-40f8-b338-e471be49d8a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:04:18.315Z|14b999ae-8b53-4525-a820-ffc180bf458f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:18.316Z|14b999ae-8b53-4525-a820-ffc180bf458f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:18.348Z|bc733d33-0e4a-4abf-84b6-59db8913e524|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:18.349Z|bc733d33-0e4a-4abf-84b6-59db8913e524|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:20.909Z|87abac97-0d48-4d62-a5d1-d1ba74554df8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:20.910Z|87abac97-0d48-4d62-a5d1-d1ba74554df8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:28.341Z|ae5ebf92-784c-43c7-aabe-67616a792cba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:28.343Z|ae5ebf92-784c-43c7-aabe-67616a792cba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:28.371Z|1e0b1fec-e306-4d4a-99d2-2b257844fd47|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:28.372Z|1e0b1fec-e306-4d4a-99d2-2b257844fd47|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:30.935Z|ce8f00e9-2d40-454d-8228-4d349f3cc00c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:30.935Z|ce8f00e9-2d40-454d-8228-4d349f3cc00c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:32.074Z|4149e852-7e79-47c2-aea0-239d7e055886|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:04:32.074Z|4149e852-7e79-47c2-aea0-239d7e055886|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:04:32.758Z|236bb497-77c3-491f-bc64-dd9c479c03f8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:04:32.759Z|236bb497-77c3-491f-bc64-dd9c479c03f8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:04:33.942Z|2c02e1c2-997d-43e8-9c64-64cb6a8e3b2c|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:04:33.943Z|2c02e1c2-997d-43e8-9c64-64cb6a8e3b2c|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:38.364Z|4a25eee8-e788-4d71-8f46-27f0634d670e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:38.365Z|4a25eee8-e788-4d71-8f46-27f0634d670e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:38.392Z|fd308d3f-434b-40bb-be25-f87bd7e73660|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:38.393Z|fd308d3f-434b-40bb-be25-f87bd7e73660|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:40.956Z|2929d629-e41d-47e1-8dd5-b3cf41f839d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:40.957Z|2929d629-e41d-47e1-8dd5-b3cf41f839d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:47.073Z|b39102fe-5aa1-4980-8b40-d5f9f596cbc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:04:47.074Z|b39102fe-5aa1-4980-8b40-d5f9f596cbc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:04:48.391Z|6d0cdcdd-ae8f-40f0-86ba-96c5cd63dc7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:48.392Z|6d0cdcdd-ae8f-40f0-86ba-96c5cd63dc7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:48.414Z|9a41b6d7-eb1a-40d8-b7d2-32bb8c7d7a7b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:48.415Z|9a41b6d7-eb1a-40d8-b7d2-32bb8c7d7a7b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:50.979Z|84b55ad2-c144-46d2-ab40-7454d202e1f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:50.980Z|84b55ad2-c144-46d2-ab40-7454d202e1f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:58.413Z|c069f914-da72-4260-8bce-096c57d8ca76|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:58.414Z|c069f914-da72-4260-8bce-096c57d8ca76|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:04:58.438Z|b729ae61-1d03-4249-8c00-1a7268b06cd6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:04:58.439Z|b729ae61-1d03-4249-8c00-1a7268b06cd6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:01.003Z|52f66cbf-1456-4b87-9641-8a4aaa969d8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:01.004Z|52f66cbf-1456-4b87-9641-8a4aaa969d8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:02.074Z|3038a3d5-1417-4b2c-a2a1-e56f5bbb0ab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:05:02.077Z|3038a3d5-1417-4b2c-a2a1-e56f5bbb0ab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:05:02.759Z|3186fe82-387b-4b30-92be-2216e1665daa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:05:02.760Z|3186fe82-387b-4b30-92be-2216e1665daa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:05:08.452Z|c84edfa9-65d3-410d-bb6b-119685b1ba52|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:08.453Z|c84edfa9-65d3-410d-bb6b-119685b1ba52|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:08.460Z|1dece99c-c3a4-4a98-a451-9ffea281fd2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:08.461Z|1dece99c-c3a4-4a98-a451-9ffea281fd2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:11.029Z|fa6c5dda-9c57-4836-a020-6897f10b5818|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:11.030Z|fa6c5dda-9c57-4836-a020-6897f10b5818|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:17.073Z|b21f967c-5673-464f-abb5-3ce17d8cf4cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:05:17.074Z|b21f967c-5673-464f-abb5-3ce17d8cf4cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:05:18.478Z|234ac17f-8e84-48f2-a415-ace994602183|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:18.479Z|234ac17f-8e84-48f2-a415-ace994602183|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:18.491Z|9a8545ca-fc25-475b-80ca-4974484d99cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:18.492Z|9a8545ca-fc25-475b-80ca-4974484d99cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:21.050Z|b37a75f7-efae-4745-93a3-5f2919c4d2fb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:21.051Z|b37a75f7-efae-4745-93a3-5f2919c4d2fb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:28.501Z|f9651950-f5bf-4367-8625-26107adb26ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:28.502Z|f9651950-f5bf-4367-8625-26107adb26ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:28.513Z|08ba0768-f35d-4459-9d90-c43b5215f654|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:28.514Z|08ba0768-f35d-4459-9d90-c43b5215f654|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:31.072Z|c0155f74-40bd-4d03-816a-8d3816ec2190|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:31.073Z|c0155f74-40bd-4d03-816a-8d3816ec2190|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:32.074Z|d1e1e4b2-47c6-4f84-aa9d-1e66d3fe1a9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:05:32.074Z|d1e1e4b2-47c6-4f84-aa9d-1e66d3fe1a9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:05:32.761Z|ffc7aa63-8c29-44d5-9dca-25f9eea52e4d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:05:32.762Z|ffc7aa63-8c29-44d5-9dca-25f9eea52e4d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:05:33.943Z|2e7dc34d-117b-4d9d-90f7-44877bbc8587|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:05:33.945Z|2e7dc34d-117b-4d9d-90f7-44877bbc8587|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:38.532Z|a8e469e5-9a3c-4ec3-9260-c76d3a90543c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:38.533Z|a8e469e5-9a3c-4ec3-9260-c76d3a90543c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:38.561Z|52e492b5-abc3-4aa6-bd3e-ffab47b801ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:38.562Z|52e492b5-abc3-4aa6-bd3e-ffab47b801ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:41.095Z|7aeb0be5-5c08-4e1b-b8c5-19ffe58ee2bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:41.096Z|7aeb0be5-5c08-4e1b-b8c5-19ffe58ee2bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:47.073Z|7fec83b7-b8e2-4dda-8dd9-f9421dc08768|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:05:47.077Z|7fec83b7-b8e2-4dda-8dd9-f9421dc08768|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:05:48.556Z|35d435bf-0e3b-4338-baf8-636d3e7dd486|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:48.558Z|35d435bf-0e3b-4338-baf8-636d3e7dd486|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:48.585Z|2b40e4c3-4d3e-46e2-8d2c-f69424c7c3ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:48.586Z|2b40e4c3-4d3e-46e2-8d2c-f69424c7c3ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:51.121Z|65711093-45d5-4bac-bead-073a4ebeb1a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:51.122Z|65711093-45d5-4bac-bead-073a4ebeb1a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:58.581Z|b8abbdd1-2c8a-43f9-9e1d-411afca2a497|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:58.582Z|b8abbdd1-2c8a-43f9-9e1d-411afca2a497|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:05:58.607Z|c4657441-3a07-4233-ab66-ab70c2f8667e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:05:58.608Z|c4657441-3a07-4233-ab66-ab70c2f8667e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:01.151Z|0457d4c0-b08f-47ed-8b4b-113847c2d2c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:01.152Z|0457d4c0-b08f-47ed-8b4b-113847c2d2c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:02.073Z|bb2371d8-b5d9-4a71-9cd7-13da8150aa8b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:06:02.074Z|bb2371d8-b5d9-4a71-9cd7-13da8150aa8b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:06:02.763Z|791530ce-e7b7-4d97-ae25-5d3f72c9edc0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:06:02.764Z|791530ce-e7b7-4d97-ae25-5d3f72c9edc0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:06:08.605Z|fe0a510b-8975-4819-9fb5-e17722af4fab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:08.606Z|fe0a510b-8975-4819-9fb5-e17722af4fab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:08.638Z|d6b7b28f-8320-4047-8233-c9a0fda922fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:08.640Z|d6b7b28f-8320-4047-8233-c9a0fda922fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:11.174Z|b5893e1d-09a4-4bfa-847d-476b72b53b0a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:11.175Z|b5893e1d-09a4-4bfa-847d-476b72b53b0a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:17.074Z|9b5c57f8-65a7-4fa6-b5d2-b3bdb0374988|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:06:17.075Z|9b5c57f8-65a7-4fa6-b5d2-b3bdb0374988|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:06:18.633Z|226c0748-6809-432c-b471-bb66a015132a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:18.634Z|226c0748-6809-432c-b471-bb66a015132a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:18.668Z|c1b8d92c-f64c-4a34-bda0-92aa081bbf89|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:18.669Z|c1b8d92c-f64c-4a34-bda0-92aa081bbf89|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:21.198Z|eec1c2ab-db6b-4adc-88f1-6ac4f0ea89a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:21.200Z|eec1c2ab-db6b-4adc-88f1-6ac4f0ea89a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:28.662Z|c1fd686b-7fce-4d7e-9032-fb77e936d9d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:28.663Z|c1fd686b-7fce-4d7e-9032-fb77e936d9d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:28.691Z|d9a62c24-c5a3-4ec9-aa10-88b9afb99848|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:28.692Z|d9a62c24-c5a3-4ec9-aa10-88b9afb99848|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:31.236Z|fc407662-7a4d-4b65-98a2-03d07d34065d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:31.237Z|fc407662-7a4d-4b65-98a2-03d07d34065d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:32.074Z|465673e3-0148-4830-bb5e-ad1d19adc64a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:06:32.078Z|465673e3-0148-4830-bb5e-ad1d19adc64a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:06:32.764Z|b6bb6024-33a3-4f3f-8323-349265567627|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:06:32.765Z|b6bb6024-33a3-4f3f-8323-349265567627|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:06:33.941Z|4eb86eaf-fa9a-431e-88bb-223f76b0e2d1|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:06:33.948Z|4eb86eaf-fa9a-431e-88bb-223f76b0e2d1|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:38.687Z|6c8665dd-52d8-4963-9d26-8944e3756c3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:38.688Z|6c8665dd-52d8-4963-9d26-8944e3756c3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:38.713Z|7839e9ae-4c06-472b-b8ea-a83af58ac9d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:38.714Z|7839e9ae-4c06-472b-b8ea-a83af58ac9d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:41.257Z|cd3c13b6-92ee-4ae6-b61b-9feb8843f561|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:41.259Z|cd3c13b6-92ee-4ae6-b61b-9feb8843f561|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:47.073Z|9364dfb9-8d1a-406a-a0df-603c28b36f4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:06:47.074Z|9364dfb9-8d1a-406a-a0df-603c28b36f4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:06:48.710Z|a27bfdf6-9e1d-4944-8c67-ea2c0a2830db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:48.711Z|a27bfdf6-9e1d-4944-8c67-ea2c0a2830db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:48.757Z|5a43fec7-5896-437b-a807-37b5444df45b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:48.758Z|5a43fec7-5896-437b-a807-37b5444df45b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:51.278Z|34ec15eb-d315-4fcd-b4f1-06b0d46035f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:51.279Z|34ec15eb-d315-4fcd-b4f1-06b0d46035f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:58.753Z|c992243d-a21e-433a-84d4-a43089fa3b17|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:58.755Z|c992243d-a21e-433a-84d4-a43089fa3b17|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:06:58.783Z|fbcfb4a6-444d-4f84-a0d3-c65322d98363|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:06:58.784Z|fbcfb4a6-444d-4f84-a0d3-c65322d98363|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:01.299Z|a517f9ac-be49-4f11-9651-472fa6870c87|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:01.299Z|a517f9ac-be49-4f11-9651-472fa6870c87|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:02.073Z|a1465f55-430f-4f17-9c90-38881ea01f5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:07:02.074Z|a1465f55-430f-4f17-9c90-38881ea01f5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:07:02.766Z|ce00a541-7d6a-42c0-9ed1-38c4b275ee16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:07:02.767Z|ce00a541-7d6a-42c0-9ed1-38c4b275ee16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:07:08.788Z|23bd2cb7-9018-4bb0-8dfe-c6236d799dfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:08.789Z|23bd2cb7-9018-4bb0-8dfe-c6236d799dfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:08.806Z|a5ac9fab-1239-4adf-8c49-f571288f8967|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:08.807Z|a5ac9fab-1239-4adf-8c49-f571288f8967|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:11.321Z|da111d6b-e613-4367-856c-7d123990c893|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:11.322Z|da111d6b-e613-4367-856c-7d123990c893|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:17.074Z|02062ce1-abd1-4bb6-9dd7-7e661b44fb6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:07:17.077Z|02062ce1-abd1-4bb6-9dd7-7e661b44fb6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:07:18.819Z|fa23f9d5-c166-4595-9317-3cdb9cf726f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:18.820Z|fa23f9d5-c166-4595-9317-3cdb9cf726f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:18.827Z|922282c7-e427-4a99-a78e-8bee7b155e5f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:18.828Z|922282c7-e427-4a99-a78e-8bee7b155e5f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:21.344Z|e27bce17-5360-437f-915e-a4a2119f76c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:21.344Z|e27bce17-5360-437f-915e-a4a2119f76c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:28.849Z|ddc51ab7-e5ff-46d2-96a4-f8b8b8c2b888|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:28.849Z|5adee119-d74a-4c34-839a-bda1d8cebab8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:28.850Z|5adee119-d74a-4c34-839a-bda1d8cebab8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:28.850Z|ddc51ab7-e5ff-46d2-96a4-f8b8b8c2b888|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:31.368Z|6e1f5664-d3e7-4136-aec8-01a8ef8cc4d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:31.369Z|6e1f5664-d3e7-4136-aec8-01a8ef8cc4d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:32.074Z|35492eb3-4fd9-4133-95bb-4653d2e5e526|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:07:32.075Z|35492eb3-4fd9-4133-95bb-4653d2e5e526|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:07:32.768Z|cfab1302-72ac-4a47-a327-671037c003dc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:07:32.769Z|cfab1302-72ac-4a47-a327-671037c003dc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:07:33.941Z|c8550347-c442-49db-930a-41cadfe8238c|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:07:33.942Z|c8550347-c442-49db-930a-41cadfe8238c|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:38.872Z|ee8d700b-8793-42af-9211-510bedb5a22a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:38.872Z|ee8d700b-8793-42af-9211-510bedb5a22a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:38.878Z|32067e95-e265-454a-9d48-946d6e23d2d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:38.879Z|32067e95-e265-454a-9d48-946d6e23d2d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:41.400Z|d293e5d2-e883-4b07-bdf7-54d1be672ccc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:41.401Z|d293e5d2-e883-4b07-bdf7-54d1be672ccc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:47.074Z|4fb6e379-b291-4f53-8529-d8d08839c5e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:07:47.075Z|4fb6e379-b291-4f53-8529-d8d08839c5e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:07:48.894Z|e93a03cf-663f-4c9f-87ea-f16126f04723|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:48.895Z|e93a03cf-663f-4c9f-87ea-f16126f04723|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:48.900Z|9799bd22-9fe6-4025-a11f-136faf278215|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:48.901Z|9799bd22-9fe6-4025-a11f-136faf278215|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:51.428Z|6c9d5ff2-256e-4aa6-971c-7a2dc38dafca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:51.429Z|6c9d5ff2-256e-4aa6-971c-7a2dc38dafca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:58.919Z|db1fbfdf-a253-4459-913f-698ea918ad8d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:58.921Z|db1fbfdf-a253-4459-913f-698ea918ad8d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:07:58.925Z|acf8a2e8-cb1d-4e6e-a38e-86a8a3e3496d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:07:58.926Z|acf8a2e8-cb1d-4e6e-a38e-86a8a3e3496d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:01.456Z|e42874d5-7882-4345-822d-c0df5bd6d00b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:01.457Z|e42874d5-7882-4345-822d-c0df5bd6d00b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:02.074Z|cf25c7f5-9fcf-4a7c-9ecd-b17392223839|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:08:02.078Z|cf25c7f5-9fcf-4a7c-9ecd-b17392223839|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:08:02.771Z|57052fc4-f554-415b-b847-24b26bee85a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:08:02.771Z|57052fc4-f554-415b-b847-24b26bee85a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:08:08.963Z|a327c88d-27f6-4760-ae65-63f61db6afee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:08.963Z|f5d4307f-0216-420a-b775-bfda3c12a954|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:08.967Z|f5d4307f-0216-420a-b775-bfda3c12a954|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:08.967Z|a327c88d-27f6-4760-ae65-63f61db6afee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:11.481Z|b5cfa45e-d88f-42bf-b879-065e02240b68|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:11.482Z|b5cfa45e-d88f-42bf-b879-065e02240b68|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:17.074Z|328f5972-7e33-4fd3-a25d-38bfef4a6359|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:08:17.076Z|328f5972-7e33-4fd3-a25d-38bfef4a6359|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:08:18.994Z|aebc89ad-c1e8-42a1-933f-15475a763a27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:18.994Z|6b252499-f8f8-47ca-aa8f-ec9f27ca5d40|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:18.995Z|aebc89ad-c1e8-42a1-933f-15475a763a27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:18.995Z|6b252499-f8f8-47ca-aa8f-ec9f27ca5d40|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:21.505Z|5675e663-54a0-4ba1-af1d-66018a117212|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:21.506Z|5675e663-54a0-4ba1-af1d-66018a117212|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:29.019Z|e6f5eff2-332b-4f96-a308-1dd54c04d8dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:29.020Z|e6f5eff2-332b-4f96-a308-1dd54c04d8dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:29.020Z|b338e3e8-8c8d-4fd0-8d1b-7a5d39b6badd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:29.021Z|b338e3e8-8c8d-4fd0-8d1b-7a5d39b6badd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:31.531Z|29dfb213-6416-410e-8c91-e0f6a0baf9d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:31.533Z|29dfb213-6416-410e-8c91-e0f6a0baf9d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:32.074Z|02a31ae5-d16b-4261-a130-99a0d339ad23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:08:32.074Z|02a31ae5-d16b-4261-a130-99a0d339ad23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:08:32.772Z|47f62372-bd3a-4eb1-b084-478f00afd6b5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:08:32.773Z|47f62372-bd3a-4eb1-b084-478f00afd6b5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:08:33.943Z|b407680b-ca11-4e00-b1a9-21ce32de339c|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:08:33.945Z|b407680b-ca11-4e00-b1a9-21ce32de339c|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:39.050Z|694937cb-13f1-4597-8ab3-b52d33944f5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:39.050Z|dd6b7ce6-847f-418c-a949-79e95a55f5e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:39.051Z|694937cb-13f1-4597-8ab3-b52d33944f5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:39.053Z|dd6b7ce6-847f-418c-a949-79e95a55f5e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:41.556Z|c0a82c15-12c3-4b38-b4fe-9bfe695c705f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:41.557Z|c0a82c15-12c3-4b38-b4fe-9bfe695c705f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:47.074Z|128222c2-fb09-439d-81ad-9e0b69448c6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:08:47.080Z|128222c2-fb09-439d-81ad-9e0b69448c6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:08:49.075Z|ce14ab75-4e75-4201-ae13-326cc493e8e0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:49.076Z|ce14ab75-4e75-4201-ae13-326cc493e8e0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:49.092Z|801cfae4-48a1-476d-8e10-a2f475a13de5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:49.094Z|801cfae4-48a1-476d-8e10-a2f475a13de5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:51.579Z|9d9e7885-31c6-4882-9adf-a76ee0a3881d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:51.580Z|9d9e7885-31c6-4882-9adf-a76ee0a3881d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:59.099Z|93a0ca9d-e5fc-4e43-95e8-fe0c6a9c8d70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:59.100Z|93a0ca9d-e5fc-4e43-95e8-fe0c6a9c8d70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:08:59.115Z|20a754c5-eadc-492e-8f28-66cb5e9e56c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:08:59.116Z|20a754c5-eadc-492e-8f28-66cb5e9e56c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:01.603Z|13aa96b7-e22d-474b-99d1-8e846653b6c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:01.604Z|13aa96b7-e22d-474b-99d1-8e846653b6c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:02.073Z|249b82ff-3b54-46a7-90b5-d44c6304037f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:09:02.074Z|249b82ff-3b54-46a7-90b5-d44c6304037f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:09:02.773Z|cbd1571b-b98e-4d8e-96dc-7448fe837c7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:09:02.774Z|cbd1571b-b98e-4d8e-96dc-7448fe837c7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:09:09.130Z|d378fc99-1294-4270-862b-50ca8d73411b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:09.131Z|d378fc99-1294-4270-862b-50ca8d73411b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:09.147Z|58602d27-f13e-4f20-b7e9-39598a601bed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:09.148Z|58602d27-f13e-4f20-b7e9-39598a601bed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:11.627Z|c9cee6de-4117-49d2-b696-e0d47c3f7175|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:11.628Z|c9cee6de-4117-49d2-b696-e0d47c3f7175|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:17.073Z|72fe8e03-4e5a-4d66-b4d1-7b5203f5f8ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:09:17.074Z|72fe8e03-4e5a-4d66-b4d1-7b5203f5f8ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:09:19.157Z|0e7800ab-8177-4013-9e9d-3ac06a5a8fdb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:19.158Z|0e7800ab-8177-4013-9e9d-3ac06a5a8fdb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:19.169Z|10f61c55-1f31-4b91-83f3-fbec95fb2060|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:19.170Z|10f61c55-1f31-4b91-83f3-fbec95fb2060|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:21.657Z|8fe080c9-10a6-47b9-a752-60e39302e4ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:21.658Z|8fe080c9-10a6-47b9-a752-60e39302e4ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:29.184Z|c6869770-1812-4ebc-82ff-278b0acf9f3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:29.184Z|c6869770-1812-4ebc-82ff-278b0acf9f3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:29.194Z|1405c0c5-aebd-4636-90fe-3dc804774532|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:29.196Z|1405c0c5-aebd-4636-90fe-3dc804774532|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:31.680Z|9d3369a5-a645-4a92-9d6d-bf24734f0ff5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:31.681Z|9d3369a5-a645-4a92-9d6d-bf24734f0ff5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:32.073Z|e972b9d9-d116-4379-9836-6e5111513593|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:09:32.077Z|e972b9d9-d116-4379-9836-6e5111513593|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:09:32.775Z|bf38ab72-0d04-4202-982a-3e1f9238ef34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:09:32.776Z|bf38ab72-0d04-4202-982a-3e1f9238ef34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:09:33.940Z|4498182f-0e45-44c6-bd3f-96f04a3153c2|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:09:33.942Z|4498182f-0e45-44c6-bd3f-96f04a3153c2|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:39.208Z|c54b5987-5178-4c02-8c58-d7fd24d69b96|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:39.209Z|c54b5987-5178-4c02-8c58-d7fd24d69b96|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:39.216Z|66f12cad-c6ad-425f-a91e-b213d3aed157|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:39.217Z|66f12cad-c6ad-425f-a91e-b213d3aed157|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:41.708Z|fc60247b-7071-4fc9-a5c4-ab05769b4bb2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:41.709Z|fc60247b-7071-4fc9-a5c4-ab05769b4bb2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:47.073Z|ea37bea1-518a-4362-bfc0-aecb4296e8b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:09:47.074Z|ea37bea1-518a-4362-bfc0-aecb4296e8b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:09:49.231Z|e1f88fd5-faa2-4074-bebf-78adbb12e22d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:49.232Z|e1f88fd5-faa2-4074-bebf-78adbb12e22d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:49.239Z|a9583496-141e-41b0-acff-67d2bf1c22ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:49.240Z|a9583496-141e-41b0-acff-67d2bf1c22ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:51.731Z|f840003d-96ab-4e8a-abb6-e3b3df89727d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:51.732Z|f840003d-96ab-4e8a-abb6-e3b3df89727d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:59.256Z|b0aac957-c9bc-43dd-a528-1307a9def6bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:59.257Z|b0aac957-c9bc-43dd-a528-1307a9def6bf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:09:59.266Z|9907d636-76f7-4d16-8ea5-f25ef82a3688|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:09:59.267Z|9907d636-76f7-4d16-8ea5-f25ef82a3688|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:01.757Z|0f0353ed-d22e-4e59-aee1-af4ac826264a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:01.758Z|0f0353ed-d22e-4e59-aee1-af4ac826264a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:02.073Z|a3035185-3599-4d17-aa78-a479374d7a95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:10:02.074Z|a3035185-3599-4d17-aa78-a479374d7a95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:10:02.777Z|48de3ec9-0f02-4aec-94dc-c9abf6ab35a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:10:02.778Z|48de3ec9-0f02-4aec-94dc-c9abf6ab35a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:10:09.280Z|dd3a966c-3a42-420f-888f-d8727c215f17|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:09.281Z|dd3a966c-3a42-420f-888f-d8727c215f17|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:09.299Z|ee2f4658-ab7d-4337-819e-92043d364ccb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:09.300Z|ee2f4658-ab7d-4337-819e-92043d364ccb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:11.780Z|12e1d8e2-ccfa-4ba6-bb12-035f4477e326|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:11.781Z|12e1d8e2-ccfa-4ba6-bb12-035f4477e326|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:17.074Z|544435f3-43c2-4465-bd95-97904fba2b35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:10:17.077Z|544435f3-43c2-4465-bd95-97904fba2b35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:10:19.304Z|735da454-d5af-4746-82d6-465f53200633|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:19.305Z|735da454-d5af-4746-82d6-465f53200633|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:19.324Z|36dd4699-80a6-4d50-8a51-c9a2451570d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:19.326Z|36dd4699-80a6-4d50-8a51-c9a2451570d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:21.802Z|95148688-55e3-4862-95ea-600d87d4108c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:21.803Z|95148688-55e3-4862-95ea-600d87d4108c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:29.329Z|a1cc625a-52ec-471d-8909-7b188dd301ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:29.330Z|a1cc625a-52ec-471d-8909-7b188dd301ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:29.349Z|d9671b66-cd93-4a9f-8e28-26db349642b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:29.349Z|d9671b66-cd93-4a9f-8e28-26db349642b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:31.826Z|fde6f4e8-db8c-4504-8546-802dd4bf69ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:31.827Z|fde6f4e8-db8c-4504-8546-802dd4bf69ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:32.074Z|3ec8b0eb-3830-46f9-b115-a484a994b10c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:10:32.074Z|3ec8b0eb-3830-46f9-b115-a484a994b10c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:10:32.778Z|b9e1cf47-385d-4779-95d2-898f9257f029|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:10:32.779Z|b9e1cf47-385d-4779-95d2-898f9257f029|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:10:33.940Z|0c5cd187-ee92-4a72-b6cb-c8aa4a256d89|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:10:33.941Z|0c5cd187-ee92-4a72-b6cb-c8aa4a256d89|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:39.362Z|1c4dc0b7-5299-473f-a962-b98afc473292|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:39.364Z|1c4dc0b7-5299-473f-a962-b98afc473292|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:39.370Z|fa985bcd-9326-4c8f-9984-4a9bb8e6b89e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:39.372Z|fa985bcd-9326-4c8f-9984-4a9bb8e6b89e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:41.850Z|a2892290-4ecf-41de-9b3b-9e13e7f1021e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:41.851Z|a2892290-4ecf-41de-9b3b-9e13e7f1021e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:47.073Z|d77ed7bd-c810-4f0b-b868-822ff0020b46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:10:47.074Z|d77ed7bd-c810-4f0b-b868-822ff0020b46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:10:49.387Z|6a1ccfb5-632b-4dc1-9487-f8e79a7288c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:49.387Z|6a1ccfb5-632b-4dc1-9487-f8e79a7288c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:49.392Z|c1663e8b-fe44-422a-8ffd-7b981ee60a31|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:49.393Z|c1663e8b-fe44-422a-8ffd-7b981ee60a31|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:51.873Z|e14862b0-2510-4047-a722-aa5c149cd16c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:51.874Z|e14862b0-2510-4047-a722-aa5c149cd16c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:59.413Z|abd03996-d825-4735-83b7-362bc9c6b41f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:59.413Z|602f092c-a81c-4916-8c15-ba633386dac5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:10:59.414Z|abd03996-d825-4735-83b7-362bc9c6b41f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:10:59.414Z|602f092c-a81c-4916-8c15-ba633386dac5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:01.894Z|ca99ed34-3679-44e9-9bb1-349be8b20ffd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:01.895Z|ca99ed34-3679-44e9-9bb1-349be8b20ffd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:02.073Z|7e042267-4a8f-431f-9f0e-e0e980e23ff7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:11:02.077Z|7e042267-4a8f-431f-9f0e-e0e980e23ff7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:11:02.780Z|029f83bf-1a2f-4a58-a668-bd0b74bdff9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:11:02.781Z|029f83bf-1a2f-4a58-a668-bd0b74bdff9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:11:09.446Z|a11436f4-2fc7-4c5c-bc24-a37b01de13e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:09.447Z|a11436f4-2fc7-4c5c-bc24-a37b01de13e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:09.448Z|9f27f5a6-cba8-4342-9aee-545f9a345d07|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:09.449Z|9f27f5a6-cba8-4342-9aee-545f9a345d07|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:11.918Z|81d4e89f-2251-489d-b33c-43b2debbad7d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:11.919Z|81d4e89f-2251-489d-b33c-43b2debbad7d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:17.074Z|f3ccbf5d-5977-4565-ac8a-758d77b4e478|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:11:17.075Z|f3ccbf5d-5977-4565-ac8a-758d77b4e478|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:11:19.470Z|2fb91a64-cdeb-4b2a-8833-aa1ee32748b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:19.470Z|47aff169-1836-4fb2-964b-2015056e2b60|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:19.471Z|2fb91a64-cdeb-4b2a-8833-aa1ee32748b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:19.471Z|47aff169-1836-4fb2-964b-2015056e2b60|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:21.942Z|099a0d03-7b1c-4366-935f-924e74ac1e0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:21.943Z|099a0d03-7b1c-4366-935f-924e74ac1e0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:29.492Z|97bbbd28-7a7e-4edd-9637-f70f5e0745a4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:29.493Z|97bbbd28-7a7e-4edd-9637-f70f5e0745a4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:29.501Z|223c12ba-99da-4b90-ad94-a349b746f9d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:29.502Z|223c12ba-99da-4b90-ad94-a349b746f9d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:31.965Z|1a55a931-bac3-4d9f-b0ab-b4339f12953b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:31.966Z|1a55a931-bac3-4d9f-b0ab-b4339f12953b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:32.074Z|740384fb-d8eb-4538-80b0-7f45fc43ff27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:11:32.074Z|740384fb-d8eb-4538-80b0-7f45fc43ff27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:11:32.781Z|b547aa0c-8195-48f3-91e2-6bd929891345|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:11:32.782Z|b547aa0c-8195-48f3-91e2-6bd929891345|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:11:33.941Z|02b11e79-53db-4cdd-a8f0-f073efc63791|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:11:33.942Z|02b11e79-53db-4cdd-a8f0-f073efc63791|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:39.517Z|6e3d4012-1648-41b1-b34c-a1db27ee45d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:39.518Z|6e3d4012-1648-41b1-b34c-a1db27ee45d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:39.526Z|dc6eea1c-1a72-4d69-a38d-21a7903b9914|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:39.527Z|dc6eea1c-1a72-4d69-a38d-21a7903b9914|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:41.989Z|410f1d25-1495-4a3f-ad2a-0823745a9e83|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:41.990Z|410f1d25-1495-4a3f-ad2a-0823745a9e83|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:47.073Z|49d44ac5-795f-4da3-ad88-a74b9f6be583|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:11:47.077Z|49d44ac5-795f-4da3-ad88-a74b9f6be583|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:11:49.539Z|5e3c7ee7-845a-40a4-b605-5c74c1af0e1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:49.540Z|5e3c7ee7-845a-40a4-b605-5c74c1af0e1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:49.548Z|249e5326-882f-4ec4-826f-be3c0993b09d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:49.549Z|249e5326-882f-4ec4-826f-be3c0993b09d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:52.012Z|c20c2fea-0ad8-483c-b084-3ebf7cc185bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:52.013Z|c20c2fea-0ad8-483c-b084-3ebf7cc185bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:59.565Z|771b83fa-1251-4b10-88a3-dc1d03730010|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:59.566Z|771b83fa-1251-4b10-88a3-dc1d03730010|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:11:59.577Z|5625b0dc-20fc-4762-b95d-1b0cddfec56c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:11:59.578Z|5625b0dc-20fc-4762-b95d-1b0cddfec56c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:02.038Z|5c54fadf-c4e4-4225-8141-01f1428f5565|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:02.039Z|5c54fadf-c4e4-4225-8141-01f1428f5565|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:02.074Z|a4def652-1874-4052-a513-62621ec095bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:12:02.075Z|a4def652-1874-4052-a513-62621ec095bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:12:02.783Z|2d05f854-6563-4133-902f-45f75979d9cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:12:02.784Z|2d05f854-6563-4133-902f-45f75979d9cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:12:09.588Z|4288d6de-49f0-418b-8f12-6b6f4e49437b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:09.589Z|4288d6de-49f0-418b-8f12-6b6f4e49437b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:09.599Z|0083fa49-1023-433b-b95f-cb8587e172cf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:09.600Z|0083fa49-1023-433b-b95f-cb8587e172cf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:12.067Z|4b662a2a-a1aa-4e4e-bea2-69092701efe9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:12.068Z|4b662a2a-a1aa-4e4e-bea2-69092701efe9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:17.073Z|64fa788d-53af-4e35-91e7-28e9e59177f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:12:17.074Z|64fa788d-53af-4e35-91e7-28e9e59177f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:12:19.613Z|477d542e-c33c-4ee9-8542-8cce65f89779|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:19.622Z|ff7f278c-6ac3-4eb2-bf4e-7daf9c75ec48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:19.623Z|ff7f278c-6ac3-4eb2-bf4e-7daf9c75ec48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:19.623Z|477d542e-c33c-4ee9-8542-8cce65f89779|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:22.088Z|23fc6cad-96e7-4d34-8c20-17ac4f1308ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:22.089Z|23fc6cad-96e7-4d34-8c20-17ac4f1308ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:29.644Z|b33196e8-0bfa-4955-92ec-0609ca8f1821|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:29.645Z|b33196e8-0bfa-4955-92ec-0609ca8f1821|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:29.661Z|4ce41a48-890c-4b79-89a5-5fab59e79b65|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:29.663Z|4ce41a48-890c-4b79-89a5-5fab59e79b65|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:32.074Z|b8eb5436-714d-402e-a2da-ab0f0b07b0a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:12:32.077Z|b8eb5436-714d-402e-a2da-ab0f0b07b0a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:12:32.112Z|7283d3c1-24c3-49ac-84f4-e93661afe6bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:32.113Z|7283d3c1-24c3-49ac-84f4-e93661afe6bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:32.784Z|d8a09b74-8505-44e5-852b-7c3d716e509c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:12:32.785Z|d8a09b74-8505-44e5-852b-7c3d716e509c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:12:33.940Z|52724665-3761-4acd-9368-1bfd7f29bd5c|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:12:33.941Z|52724665-3761-4acd-9368-1bfd7f29bd5c|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:39.676Z|501ab093-dd62-4d52-8d43-55a7bf07b2f3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:39.678Z|501ab093-dd62-4d52-8d43-55a7bf07b2f3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:39.683Z|86d4b8e3-87d5-45fe-9f8c-83556efcd95b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:39.683Z|86d4b8e3-87d5-45fe-9f8c-83556efcd95b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:42.151Z|69441c04-36d0-4268-bcf2-dd57815cf0bd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:42.152Z|69441c04-36d0-4268-bcf2-dd57815cf0bd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:47.074Z|a728f00f-15cb-4564-b42b-96f061a83906|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:12:47.075Z|a728f00f-15cb-4564-b42b-96f061a83906|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:12:49.702Z|f425e31a-2074-4de5-b7ef-59ec9c4f4d6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:49.702Z|63709bec-5938-4a57-a446-c2fb84d35afa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:49.703Z|f425e31a-2074-4de5-b7ef-59ec9c4f4d6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:49.703Z|63709bec-5938-4a57-a446-c2fb84d35afa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:52.173Z|b5e93f57-c5f9-445e-9e9b-7289d78e4521|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:52.174Z|b5e93f57-c5f9-445e-9e9b-7289d78e4521|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:59.724Z|daca8d9d-c218-4e3b-87a1-4504fa4059f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:59.724Z|80447549-96b4-4ecd-bcd0-414028e8f372|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:12:59.725Z|80447549-96b4-4ecd-bcd0-414028e8f372|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:12:59.725Z|daca8d9d-c218-4e3b-87a1-4504fa4059f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:02.074Z|578d4b74-c439-46f2-80ae-eaa433969de0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:13:02.074Z|578d4b74-c439-46f2-80ae-eaa433969de0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:13:02.195Z|31e17b08-e461-4d8f-9330-bba5d51b6a85|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:02.196Z|31e17b08-e461-4d8f-9330-bba5d51b6a85|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:02.786Z|81019690-e3ea-4010-a4d6-19cb59919096|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:13:02.787Z|81019690-e3ea-4010-a4d6-19cb59919096|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:13:09.748Z|54f7b32c-4910-424f-a4b8-4d3a782e1b1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:09.749Z|54f7b32c-4910-424f-a4b8-4d3a782e1b1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:09.749Z|eb5591b2-642b-45f0-91d5-d12917a20098|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:09.750Z|eb5591b2-642b-45f0-91d5-d12917a20098|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:12.218Z|71c85d57-d517-40a9-9837-0d5a7aae9595|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:12.219Z|71c85d57-d517-40a9-9837-0d5a7aae9595|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:17.074Z|8185f9c0-d4ac-4631-9860-eae166782b74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:13:17.078Z|8185f9c0-d4ac-4631-9860-eae166782b74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:13:19.772Z|9a847f53-c5d1-4333-882c-9d9bb7730411|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:19.773Z|9a847f53-c5d1-4333-882c-9d9bb7730411|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:19.774Z|3a8fe4c2-7d20-4cfe-b391-d3be660aa884|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:19.774Z|3a8fe4c2-7d20-4cfe-b391-d3be660aa884|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:22.242Z|9bc3547e-76e4-4508-9fed-1eef6b470e68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:22.243Z|9bc3547e-76e4-4508-9fed-1eef6b470e68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:29.794Z|d3aff641-21e6-417d-82ad-1ac65a59fb3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:29.794Z|a25f4971-0b63-4fa7-a3cc-f2a2f1015cd7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:29.795Z|a25f4971-0b63-4fa7-a3cc-f2a2f1015cd7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:29.795Z|d3aff641-21e6-417d-82ad-1ac65a59fb3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:32.074Z|6bf3c15f-d195-4c9e-a2b6-141d2df750aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:13:32.074Z|6bf3c15f-d195-4c9e-a2b6-141d2df750aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:13:32.264Z|00ae334d-9748-464a-a77c-f04fee278aca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:32.264Z|00ae334d-9748-464a-a77c-f04fee278aca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:32.787Z|fd852c5c-869b-406f-b694-12aeadb97b66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:13:32.788Z|fd852c5c-869b-406f-b694-12aeadb97b66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:13:33.940Z|788965f7-1e47-424b-a12c-d5ea1fa3fedb|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:13:33.951Z|788965f7-1e47-424b-a12c-d5ea1fa3fedb|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:39.818Z|1d7c35bd-7566-45b3-9e29-aeb256d0fca0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:39.819Z|1d7c35bd-7566-45b3-9e29-aeb256d0fca0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:39.819Z|d0f25348-75d5-432d-8d1b-cfc374012a31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:39.820Z|d0f25348-75d5-432d-8d1b-cfc374012a31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:42.285Z|50eb8cbe-68f9-492a-a0e5-e2afa1fb14af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:42.286Z|50eb8cbe-68f9-492a-a0e5-e2afa1fb14af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:47.073Z|1dbab68b-b57a-4900-b29f-40e7eee6cde7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:13:47.075Z|1dbab68b-b57a-4900-b29f-40e7eee6cde7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:13:49.841Z|db88c9f3-7b81-4722-8ef9-675251995b07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:49.842Z|db88c9f3-7b81-4722-8ef9-675251995b07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:49.841Z|a0c2d210-a252-4cf5-b8f2-79269a604a2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:49.847Z|a0c2d210-a252-4cf5-b8f2-79269a604a2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:52.309Z|e2fcb65a-1f25-45bb-9966-2350a8943747|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:52.309Z|e2fcb65a-1f25-45bb-9966-2350a8943747|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:59.863Z|9b875538-5e4c-45ad-8f48-a79ce743cfec|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:59.864Z|9b875538-5e4c-45ad-8f48-a79ce743cfec|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:13:59.871Z|3c4c35ac-c2b9-4b20-9c9c-f189e73e8406|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:13:59.872Z|3c4c35ac-c2b9-4b20-9c9c-f189e73e8406|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:02.074Z|cf99c488-667b-4603-9b10-413aa7680a5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:14:02.078Z|cf99c488-667b-4603-9b10-413aa7680a5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:14:02.339Z|2fac87ca-f4c9-40e1-84b5-f40cc82119ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:02.340Z|2fac87ca-f4c9-40e1-84b5-f40cc82119ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:02.789Z|c29c5cf1-c350-45d6-9a35-4abbca0bc74b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:14:02.789Z|c29c5cf1-c350-45d6-9a35-4abbca0bc74b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:14:09.885Z|049fa6a0-adda-46e9-9ee0-a849583e943c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:09.886Z|049fa6a0-adda-46e9-9ee0-a849583e943c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:09.893Z|c7fcb708-c733-4dfb-ab54-cd72c0061e25|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:09.894Z|c7fcb708-c733-4dfb-ab54-cd72c0061e25|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:12.386Z|bd9bda8a-83c2-44bf-b2bd-82ae47760068|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:12.387Z|bd9bda8a-83c2-44bf-b2bd-82ae47760068|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:17.073Z|27abd33b-d57a-403e-a8e9-76a928dfa434|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:14:17.075Z|27abd33b-d57a-403e-a8e9-76a928dfa434|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:14:19.908Z|abe01bff-fbde-4ac8-a203-fb389f133bb9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:19.909Z|abe01bff-fbde-4ac8-a203-fb389f133bb9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:19.915Z|173b1ecb-f841-4c3a-8bb9-2047a8db4daa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:19.916Z|173b1ecb-f841-4c3a-8bb9-2047a8db4daa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:22.410Z|17f76728-932a-4b12-a4d4-1fb29629b257|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:22.411Z|17f76728-932a-4b12-a4d4-1fb29629b257|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:29.931Z|f877ee6b-1d55-40f3-be2b-17c03df67654|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:29.931Z|f877ee6b-1d55-40f3-be2b-17c03df67654|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:29.939Z|69a11dff-9286-4c48-8616-19d34d4b51a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:29.939Z|69a11dff-9286-4c48-8616-19d34d4b51a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:32.073Z|7864abe2-6ddc-498f-9e68-512d5d1c1629|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:14:32.074Z|7864abe2-6ddc-498f-9e68-512d5d1c1629|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:14:32.451Z|3103a59c-c0aa-4e5d-b5b3-13c80fe91d81|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:32.452Z|3103a59c-c0aa-4e5d-b5b3-13c80fe91d81|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:32.790Z|b579d986-e80b-42e8-b26d-032855562bd3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:14:32.790Z|b579d986-e80b-42e8-b26d-032855562bd3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:14:33.941Z|219dbef5-bb40-43d5-895e-9ef9e66bafab|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:14:33.950Z|219dbef5-bb40-43d5-895e-9ef9e66bafab|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:39.982Z|40e4c949-2b02-492a-b54d-88762a174bc6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:39.982Z|ae24849d-47e8-4723-96af-29669a15d6c5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:39.983Z|ae24849d-47e8-4723-96af-29669a15d6c5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:39.983Z|40e4c949-2b02-492a-b54d-88762a174bc6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:42.473Z|de256eac-64a4-4556-a464-01a67b7bc5ef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:42.474Z|de256eac-64a4-4556-a464-01a67b7bc5ef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:47.074Z|53cccda8-0bab-48b5-9f62-0004e1c05fe8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:14:47.077Z|53cccda8-0bab-48b5-9f62-0004e1c05fe8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:14:50.008Z|7aa55616-2963-491b-9bc4-fb5a023f9504|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:50.008Z|dce25be7-2e9c-4e10-a523-d46d519e3d6f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:50.008Z|7aa55616-2963-491b-9bc4-fb5a023f9504|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:50.009Z|dce25be7-2e9c-4e10-a523-d46d519e3d6f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:14:52.495Z|bea27ea2-0336-4d13-9f50-199132e6511d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:14:52.496Z|bea27ea2-0336-4d13-9f50-199132e6511d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:00.053Z|402ec403-ad61-4690-bb3d-b6a4fc7895e7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:00.054Z|402ec403-ad61-4690-bb3d-b6a4fc7895e7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:00.055Z|2c9824ea-944a-499c-8120-bdb969ee40d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:00.056Z|2c9824ea-944a-499c-8120-bdb969ee40d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:02.073Z|8e14bf54-04ff-4ab7-a91b-b6f0a275eaf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:15:02.074Z|8e14bf54-04ff-4ab7-a91b-b6f0a275eaf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:15:02.517Z|dab273b7-30e1-4e65-9cc8-df7294fbad24|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:02.518Z|dab273b7-30e1-4e65-9cc8-df7294fbad24|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:02.791Z|db79349e-9e32-4259-ba54-89befc8b8fea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:15:02.792Z|db79349e-9e32-4259-ba54-89befc8b8fea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:15:10.078Z|dd3aa50a-a9c3-44d7-a568-f9c130754e65|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:10.079Z|dd3aa50a-a9c3-44d7-a568-f9c130754e65|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:10.086Z|c452ac0d-6f9b-4acc-ae89-fae34feca7d3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:10.087Z|c452ac0d-6f9b-4acc-ae89-fae34feca7d3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:12.544Z|3cbb8be9-316f-4771-86d3-179d19ab6d18|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:12.545Z|3cbb8be9-316f-4771-86d3-179d19ab6d18|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:17.074Z|37d932d7-9d00-4a40-8150-f0698d4051c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:15:17.074Z|37d932d7-9d00-4a40-8150-f0698d4051c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:15:20.100Z|5d01b612-5772-4518-840e-d43d74363bac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:20.101Z|5d01b612-5772-4518-840e-d43d74363bac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:20.106Z|38365ccd-9baf-4f4d-911e-4daec2f48e41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:20.108Z|38365ccd-9baf-4f4d-911e-4daec2f48e41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:22.570Z|1d418576-7414-4fb9-aac6-05d965895600|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:22.571Z|1d418576-7414-4fb9-aac6-05d965895600|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:30.129Z|59c064e6-9ee0-450f-9eda-46555f010963|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:30.130Z|59c064e6-9ee0-450f-9eda-46555f010963|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:30.144Z|23a52b11-9288-4456-8b30-e95954e701f0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:30.145Z|23a52b11-9288-4456-8b30-e95954e701f0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:32.073Z|5a00a1c4-9337-4b3c-b3f6-0ba5d255b584|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:15:32.077Z|5a00a1c4-9337-4b3c-b3f6-0ba5d255b584|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:15:32.594Z|d819c6a4-a91c-4ed4-b253-72c7cc2872c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:32.595Z|d819c6a4-a91c-4ed4-b253-72c7cc2872c7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:32.793Z|3e272152-fbc7-4794-8958-85aec5cd0bb1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:15:32.793Z|3e272152-fbc7-4794-8958-85aec5cd0bb1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:15:33.941Z|40baf0c6-08a5-4fbc-862a-f08922c18d70|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:15:33.942Z|40baf0c6-08a5-4fbc-862a-f08922c18d70|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:40.157Z|68f35315-c259-4924-b050-34262f9985cd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:40.158Z|68f35315-c259-4924-b050-34262f9985cd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:40.168Z|ff0ce133-f920-4a6f-84db-9edfd2d8c8e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:40.168Z|ff0ce133-f920-4a6f-84db-9edfd2d8c8e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:42.617Z|139462d6-c3c2-422e-8145-18e98b03359c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:42.618Z|139462d6-c3c2-422e-8145-18e98b03359c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:47.074Z|88ac5334-58ef-4dab-98aa-d574c370d132|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:15:47.074Z|88ac5334-58ef-4dab-98aa-d574c370d132|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:15:50.183Z|c85ba9bd-bd2e-47e3-814f-8627901ea1e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:50.183Z|c85ba9bd-bd2e-47e3-814f-8627901ea1e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:50.191Z|968140b8-78c6-469f-9789-d957e1ab0af5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:50.192Z|968140b8-78c6-469f-9789-d957e1ab0af5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:15:52.641Z|6368664e-ed5e-4f08-8197-71b4e40384b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:15:52.642Z|6368664e-ed5e-4f08-8197-71b4e40384b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:00.207Z|f54e7d9a-542b-4794-8ff3-2e56aaa6c12d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:00.209Z|f54e7d9a-542b-4794-8ff3-2e56aaa6c12d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:00.212Z|739da71a-07a3-434a-a227-d16588caba81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:00.212Z|739da71a-07a3-434a-a227-d16588caba81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:02.073Z|6437c717-abf9-41cb-a86e-c86819c3f427|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:16:02.074Z|6437c717-abf9-41cb-a86e-c86819c3f427|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:16:02.667Z|11e1e342-6bd8-479e-83fe-668793ef37ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:02.669Z|11e1e342-6bd8-479e-83fe-668793ef37ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:02.794Z|4862b55c-20d1-413e-86e7-532c76eaeeb5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:16:02.794Z|4862b55c-20d1-413e-86e7-532c76eaeeb5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:16:10.233Z|f1f1c187-83f3-4c44-a7da-40d8cdd9a6ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:10.234Z|f1f1c187-83f3-4c44-a7da-40d8cdd9a6ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:10.245Z|c1fe97a2-f9ab-48bc-af4f-906befcfaef9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:10.246Z|c1fe97a2-f9ab-48bc-af4f-906befcfaef9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:12.693Z|ac6b1054-3f4e-4ec3-b5c6-a49ef37d7323|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:12.694Z|ac6b1054-3f4e-4ec3-b5c6-a49ef37d7323|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:17.073Z|084ebad8-28b4-4efa-b7ca-150a9a608225|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:16:17.078Z|084ebad8-28b4-4efa-b7ca-150a9a608225|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:16:20.255Z|a21b33d0-e0dc-494e-8eea-01bb405b343b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:20.256Z|a21b33d0-e0dc-494e-8eea-01bb405b343b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:20.267Z|ae0f40a5-c113-48a0-ad32-de3d34779145|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:20.268Z|ae0f40a5-c113-48a0-ad32-de3d34779145|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:22.718Z|dfbf62d7-7607-48c3-b468-4495a24d6711|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:22.719Z|dfbf62d7-7607-48c3-b468-4495a24d6711|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:30.277Z|5894c471-fcd6-44dc-a2e2-7ecec8333c05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:30.278Z|5894c471-fcd6-44dc-a2e2-7ecec8333c05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:30.288Z|541b6874-06ab-47f4-baeb-69a0991be973|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:30.289Z|541b6874-06ab-47f4-baeb-69a0991be973|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:32.074Z|70a4dfbf-19fd-4697-ab4b-38205088aae6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:16:32.074Z|70a4dfbf-19fd-4697-ab4b-38205088aae6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:16:32.750Z|0ae2e4e0-2ef0-449b-ba93-b25ab423beb9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:32.751Z|0ae2e4e0-2ef0-449b-ba93-b25ab423beb9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:32.795Z|7792c305-4301-4d69-b969-bce2b682b628|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:16:32.796Z|7792c305-4301-4d69-b969-bce2b682b628|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:16:33.950Z|254a87c5-3df7-47b4-b080-ac232ab8bd46|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:16:33.951Z|254a87c5-3df7-47b4-b080-ac232ab8bd46|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:40.300Z|1d26e9a7-e639-448e-a935-9d305c7b0021|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:40.302Z|1d26e9a7-e639-448e-a935-9d305c7b0021|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:40.310Z|6307dbcb-a503-487b-905f-8f5cb74700d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:40.311Z|6307dbcb-a503-487b-905f-8f5cb74700d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:42.776Z|12eae4aa-87bf-4d52-a524-3411dd0939b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:42.777Z|12eae4aa-87bf-4d52-a524-3411dd0939b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:47.073Z|3b961cbb-5db5-429d-8bc1-c84f2a19f538|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:16:47.075Z|3b961cbb-5db5-429d-8bc1-c84f2a19f538|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:16:50.325Z|b4964292-924f-457e-9c02-3fb56fecddaf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:50.326Z|b4964292-924f-457e-9c02-3fb56fecddaf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:50.334Z|117a52f9-c25d-4d20-a915-32d3e8979bc8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:50.335Z|117a52f9-c25d-4d20-a915-32d3e8979bc8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:16:52.800Z|e5f8cf1a-b462-413f-8673-90062cb105e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:16:52.801Z|e5f8cf1a-b462-413f-8673-90062cb105e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:00.352Z|4e36cceb-b0e6-4d9a-99da-c175aca65703|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:00.354Z|4e36cceb-b0e6-4d9a-99da-c175aca65703|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:00.365Z|1802ab89-3ee3-4c24-bcbd-e137674e5f36|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:00.366Z|1802ab89-3ee3-4c24-bcbd-e137674e5f36|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:02.073Z|9514f392-252d-4064-bb3d-452af765820d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:17:02.078Z|9514f392-252d-4064-bb3d-452af765820d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:17:02.797Z|838436a1-f791-469a-95fc-61bdaee7815c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:17:02.797Z|838436a1-f791-469a-95fc-61bdaee7815c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:17:02.825Z|8557d5bc-24fa-4c26-97ae-6caa159c9817|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:02.826Z|8557d5bc-24fa-4c26-97ae-6caa159c9817|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:10.376Z|432c32a6-30e3-4f3a-9b2d-7a3bedaf8caa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:10.376Z|432c32a6-30e3-4f3a-9b2d-7a3bedaf8caa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:10.386Z|34058dbe-1848-4cab-b2f0-e8ce30df2be5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:10.387Z|34058dbe-1848-4cab-b2f0-e8ce30df2be5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:12.851Z|97181e63-ad59-4be9-aceb-f1a692f90723|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:12.852Z|97181e63-ad59-4be9-aceb-f1a692f90723|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:17.074Z|753cdacf-9a4d-489f-aff9-cecf28e1c74f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:17:17.074Z|753cdacf-9a4d-489f-aff9-cecf28e1c74f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:17:20.399Z|d9496fcd-55bd-4aaf-af53-866c3b9c183e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:20.400Z|d9496fcd-55bd-4aaf-af53-866c3b9c183e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:20.406Z|caf7bc10-9913-4766-9545-e572234eeaa7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:20.407Z|caf7bc10-9913-4766-9545-e572234eeaa7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:22.873Z|f3955171-df41-4901-a9b8-b835f50ac51b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:22.875Z|f3955171-df41-4901-a9b8-b835f50ac51b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:30.422Z|717b2a70-00f7-4484-a6d6-38e14b8042f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:30.423Z|717b2a70-00f7-4484-a6d6-38e14b8042f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:30.428Z|a05d1103-d76b-43f3-8c0f-ad2132fc7cc1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:30.429Z|a05d1103-d76b-43f3-8c0f-ad2132fc7cc1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:32.074Z|ada032c3-33dc-4a42-8a54-bed2a0b8d11c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:17:32.075Z|ada032c3-33dc-4a42-8a54-bed2a0b8d11c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:17:32.798Z|cc544fcc-c710-4fa1-bd91-0604cda5c09c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:17:32.800Z|cc544fcc-c710-4fa1-bd91-0604cda5c09c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:17:32.900Z|72b01aa1-6228-4848-9edf-7797a9e414fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:32.901Z|72b01aa1-6228-4848-9edf-7797a9e414fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:33.944Z|7375dca3-bd55-4e2c-9596-37b7769ae5b7|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:17:33.946Z|7375dca3-bd55-4e2c-9596-37b7769ae5b7|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:40.451Z|e7a8b8c1-e5c6-4e2c-b65b-65c9cf28388c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:40.451Z|f274d688-4d14-4e9c-b297-d2cd9bef1292|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:40.453Z|f274d688-4d14-4e9c-b297-d2cd9bef1292|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:40.453Z|e7a8b8c1-e5c6-4e2c-b65b-65c9cf28388c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:42.924Z|3015596a-90b4-4ba1-aa55-2d701ac2d85e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:42.925Z|3015596a-90b4-4ba1-aa55-2d701ac2d85e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:47.074Z|6a660e52-648f-4fce-80e7-2582240f6d20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:17:47.079Z|6a660e52-648f-4fce-80e7-2582240f6d20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:17:50.476Z|43aa1705-6163-4327-aa6f-274fe6775e4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:50.477Z|43aa1705-6163-4327-aa6f-274fe6775e4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:50.479Z|976f5883-10bd-4fc8-9377-e74b32a93aed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:50.479Z|976f5883-10bd-4fc8-9377-e74b32a93aed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:17:52.946Z|9d0d6772-2150-46d8-95d1-bc680503870f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:17:52.947Z|9d0d6772-2150-46d8-95d1-bc680503870f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:00.503Z|178be6be-bf56-4661-83a3-1659d6bd428d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:00.503Z|3d8aad74-1937-4da3-95f5-a8ef63e377ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:00.505Z|178be6be-bf56-4661-83a3-1659d6bd428d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:00.505Z|3d8aad74-1937-4da3-95f5-a8ef63e377ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:02.074Z|e2cc9b94-0bbe-4854-bf5c-1b67e42dba42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:18:02.074Z|e2cc9b94-0bbe-4854-bf5c-1b67e42dba42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:18:02.801Z|5e4846d4-8d3a-473c-b8da-099083ed0154|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:18:02.801Z|5e4846d4-8d3a-473c-b8da-099083ed0154|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:18:02.969Z|f5bab2b8-d414-441e-baff-fabb942c06c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:02.970Z|f5bab2b8-d414-441e-baff-fabb942c06c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:10.531Z|91b1eab5-af2a-44b3-8877-9ac6f28fb478|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:10.531Z|55596a9b-116a-4e0c-9078-b38821242ef1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:10.532Z|91b1eab5-af2a-44b3-8877-9ac6f28fb478|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:10.532Z|55596a9b-116a-4e0c-9078-b38821242ef1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:12.992Z|cda78fb4-e289-43f4-a100-81b2a7ce887c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:12.993Z|cda78fb4-e289-43f4-a100-81b2a7ce887c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:17.074Z|229a5eb4-fef2-438e-88b5-a941507243b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:18:17.075Z|229a5eb4-fef2-438e-88b5-a941507243b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:18:20.558Z|c8936491-f95f-42ea-941b-556f5d02c623|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:20.559Z|5bc6a62f-71a0-4e60-87a2-48bcc0855bb2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:20.559Z|5bc6a62f-71a0-4e60-87a2-48bcc0855bb2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:20.559Z|c8936491-f95f-42ea-941b-556f5d02c623|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:23.015Z|8274a700-833e-4828-9169-991c29b1856d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:23.016Z|8274a700-833e-4828-9169-991c29b1856d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:30.582Z|7486897e-e820-44c3-9995-9bf2d6ffe40a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:30.582Z|bd49f87b-a538-420d-bde3-ef62ce5d08c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:30.583Z|bd49f87b-a538-420d-bde3-ef62ce5d08c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:30.583Z|7486897e-e820-44c3-9995-9bf2d6ffe40a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:32.073Z|e87d8d6e-dc07-4789-8792-5768c9f47469|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:18:32.078Z|e87d8d6e-dc07-4789-8792-5768c9f47469|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:18:32.802Z|a00985e9-f9cf-4c82-a100-c783d4d63ca8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:18:32.803Z|a00985e9-f9cf-4c82-a100-c783d4d63ca8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:18:33.039Z|e68acc1b-afb1-4bf3-b161-7100c4922cf7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:33.040Z|e68acc1b-afb1-4bf3-b161-7100c4922cf7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:33.946Z|6cdd339d-cb1f-4e39-9e06-1318c23239de|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:18:33.947Z|6cdd339d-cb1f-4e39-9e06-1318c23239de|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:40.606Z|1f9300a5-49db-4797-bf1e-c16cd1d4bdb9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:40.606Z|058ebce7-ba74-4ed9-b6c9-2584b31b4908|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:40.608Z|1f9300a5-49db-4797-bf1e-c16cd1d4bdb9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:40.608Z|058ebce7-ba74-4ed9-b6c9-2584b31b4908|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:43.065Z|b2ad40a9-c403-4867-8523-ac8638eb0ca8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:43.067Z|b2ad40a9-c403-4867-8523-ac8638eb0ca8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:47.073Z|5468cc1b-8bdd-495d-b2b6-700992cfeb93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:18:47.074Z|5468cc1b-8bdd-495d-b2b6-700992cfeb93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:18:50.629Z|da4cb2fd-0d7d-4c55-9037-9ab2047c78d7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:50.630Z|da4cb2fd-0d7d-4c55-9037-9ab2047c78d7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:50.630Z|cc3128d7-d0b4-454e-b476-4dc62a1668f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:50.631Z|cc3128d7-d0b4-454e-b476-4dc62a1668f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:18:53.089Z|e6c54026-0ccf-40ba-88f2-19a6e1eac483|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:18:53.089Z|e6c54026-0ccf-40ba-88f2-19a6e1eac483|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:00.657Z|11a1937a-4de3-49c3-8d83-48eab18cabe3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:00.657Z|3f2a7dc9-8402-4ff2-8145-82cf4f395c8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:00.658Z|3f2a7dc9-8402-4ff2-8145-82cf4f395c8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:00.658Z|11a1937a-4de3-49c3-8d83-48eab18cabe3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:02.073Z|03ca288f-a894-4b5a-a52a-35a373cd639e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:19:02.076Z|03ca288f-a894-4b5a-a52a-35a373cd639e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:19:02.804Z|7f7d1089-b52f-48bc-8186-e7302959ec78|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:19:02.805Z|7f7d1089-b52f-48bc-8186-e7302959ec78|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:19:03.113Z|e0146856-6947-41ff-b684-6a93ddfc4f4a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:03.114Z|e0146856-6947-41ff-b684-6a93ddfc4f4a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:10.680Z|4a88ee6b-0c9a-49bb-bcd8-69ee23368df5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:10.682Z|4a88ee6b-0c9a-49bb-bcd8-69ee23368df5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:10.689Z|cb89e8ff-1c0d-4909-bd10-65fc8f08f7e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:10.690Z|cb89e8ff-1c0d-4909-bd10-65fc8f08f7e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:13.139Z|c5c39904-5452-4dc3-9fe0-77f6ab97aa70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:13.140Z|c5c39904-5452-4dc3-9fe0-77f6ab97aa70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:17.074Z|5099cb5d-bab6-411c-8f12-985712705156|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:19:17.074Z|5099cb5d-bab6-411c-8f12-985712705156|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:19:20.714Z|063678b4-8207-4da6-89ca-82cd9e6be189|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:20.716Z|063678b4-8207-4da6-89ca-82cd9e6be189|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:20.717Z|5d68eca9-48b2-4af8-ad7a-336dc426d2fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:20.718Z|5d68eca9-48b2-4af8-ad7a-336dc426d2fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:23.167Z|5d03b0d9-f6a1-4950-a8cb-35bc98211042|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:23.168Z|5d03b0d9-f6a1-4950-a8cb-35bc98211042|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:30.741Z|0978c099-53dc-4496-a9bc-2c4fbe85a185|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:30.741Z|2c2c971b-5e80-4ab6-ad14-491102e8911b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:30.742Z|2c2c971b-5e80-4ab6-ad14-491102e8911b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:30.742Z|0978c099-53dc-4496-a9bc-2c4fbe85a185|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:32.073Z|dbbf67df-7d1f-40ff-b087-d995e1bbfe3e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:19:32.074Z|dbbf67df-7d1f-40ff-b087-d995e1bbfe3e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:19:32.805Z|1f0c247d-38d9-4236-abcc-e01d2507b581|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:19:32.806Z|1f0c247d-38d9-4236-abcc-e01d2507b581|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:19:33.189Z|386c282c-7a6d-460f-9606-a3ce24aef53c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:33.190Z|386c282c-7a6d-460f-9606-a3ce24aef53c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:33.941Z|a22923fb-15ca-42f6-8548-83b6f95d95a3|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:19:33.942Z|a22923fb-15ca-42f6-8548-83b6f95d95a3|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:40.765Z|5a8ab040-6742-4633-a3bf-a182f78d38bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:40.766Z|5a8ab040-6742-4633-a3bf-a182f78d38bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:40.772Z|57e8d854-89df-475f-a705-6f5d79b03d1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:40.772Z|57e8d854-89df-475f-a705-6f5d79b03d1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:43.211Z|430db7f1-c2bb-4982-98bc-ee3a83f3edaf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:43.212Z|430db7f1-c2bb-4982-98bc-ee3a83f3edaf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:47.073Z|71157455-e56f-4ecc-9517-6ffbc52cfb2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:19:47.074Z|71157455-e56f-4ecc-9517-6ffbc52cfb2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:19:50.794Z|c419fd30-9f6f-45ae-9520-418f0743f06b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:50.794Z|3b4cc5b0-50ba-4c75-9f50-3268374ed97f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:50.796Z|c419fd30-9f6f-45ae-9520-418f0743f06b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:50.796Z|3b4cc5b0-50ba-4c75-9f50-3268374ed97f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:19:53.235Z|e8760345-7d99-4776-83e4-062c3394e2b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:19:53.235Z|e8760345-7d99-4776-83e4-062c3394e2b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:00.831Z|98ef8342-145f-4190-8cf1-420c5f7f7b36|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:00.831Z|0036c709-c4f4-4adc-9b42-e3b0178d2965|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:00.832Z|98ef8342-145f-4190-8cf1-420c5f7f7b36|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:00.832Z|0036c709-c4f4-4adc-9b42-e3b0178d2965|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:02.073Z|a427bcc3-3992-4e94-b8a2-5b242148f163|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:20:02.074Z|a427bcc3-3992-4e94-b8a2-5b242148f163|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:20:02.807Z|3f665f37-8e68-437e-bdc9-87db3344e9f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:20:02.807Z|3f665f37-8e68-437e-bdc9-87db3344e9f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:20:03.257Z|e9d0c3a3-1412-4e09-9d87-3c15f39e3a6f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:03.260Z|e9d0c3a3-1412-4e09-9d87-3c15f39e3a6f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:10.856Z|4509965d-a11f-40e1-8979-81e8d689eff4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:10.856Z|4e985584-5768-40b5-b622-f7e786c1896f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:10.856Z|4509965d-a11f-40e1-8979-81e8d689eff4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:10.857Z|4e985584-5768-40b5-b622-f7e786c1896f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:13.282Z|289653e6-34d9-4fbb-b477-42d5500edcb3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:13.283Z|289653e6-34d9-4fbb-b477-42d5500edcb3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:17.073Z|76924082-bb5b-48ae-89e6-b2e2a9336c35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:20:17.074Z|76924082-bb5b-48ae-89e6-b2e2a9336c35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:20:20.880Z|3c22c254-812c-417f-939f-cac22653bec5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:20.880Z|7b99e8f9-2c9d-4de8-9c7b-47e25d30936e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:20.881Z|7b99e8f9-2c9d-4de8-9c7b-47e25d30936e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:20.881Z|3c22c254-812c-417f-939f-cac22653bec5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:23.305Z|b5ac0ab0-bc26-4291-8527-f812d95f8558|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:23.305Z|b5ac0ab0-bc26-4291-8527-f812d95f8558|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:30.903Z|eb3c4a88-e587-40dd-b4b6-9542c38dada9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:30.904Z|eb3c4a88-e587-40dd-b4b6-9542c38dada9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:30.906Z|b6963ae5-bb1d-4e14-b4a3-2c034faaa37c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:30.906Z|b6963ae5-bb1d-4e14-b4a3-2c034faaa37c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:32.073Z|c920d920-9018-4e7c-8c0c-b981558f4779|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:20:32.074Z|c920d920-9018-4e7c-8c0c-b981558f4779|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:20:32.808Z|f04faa44-2ddb-4869-8e53-ccd3d7cece67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:20:32.809Z|f04faa44-2ddb-4869-8e53-ccd3d7cece67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:20:33.337Z|24e0abe0-ca3d-403d-8fd5-5ea34b19ceda|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:33.338Z|24e0abe0-ca3d-403d-8fd5-5ea34b19ceda|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:33.940Z|1a72cfb0-55bc-4aeb-9baf-e346a6784cfc|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:20:33.941Z|1a72cfb0-55bc-4aeb-9baf-e346a6784cfc|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:40.939Z|7d78a83d-eb66-4c3b-9407-e8905df0967e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:40.939Z|44b7cbd8-b4c9-4338-b08a-a1e4227e3cb9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:40.940Z|44b7cbd8-b4c9-4338-b08a-a1e4227e3cb9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:40.940Z|7d78a83d-eb66-4c3b-9407-e8905df0967e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:43.360Z|5dde6044-45ce-4223-b797-491b2480a4a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:43.361Z|5dde6044-45ce-4223-b797-491b2480a4a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:47.073Z|2ac2bbc8-310a-4a00-b3d3-f5804c87cdcc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:20:47.077Z|2ac2bbc8-310a-4a00-b3d3-f5804c87cdcc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:20:50.967Z|0fadf8a8-78ca-4301-bd6d-3cfc0764c282|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:50.968Z|d7337e4d-5d98-40b8-9db9-7402f96cddd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:50.968Z|0fadf8a8-78ca-4301-bd6d-3cfc0764c282|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:50.968Z|d7337e4d-5d98-40b8-9db9-7402f96cddd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:20:53.382Z|6d7948c2-0665-4fed-904d-24e99771aa70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:20:53.383Z|6d7948c2-0665-4fed-904d-24e99771aa70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:00.990Z|95fa02fa-f528-4aef-82f5-0a10ff467953|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:00.991Z|95fa02fa-f528-4aef-82f5-0a10ff467953|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:00.997Z|3ec40c1e-9949-45a9-8b3b-309cc5fad381|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:00.998Z|3ec40c1e-9949-45a9-8b3b-309cc5fad381|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:02.073Z|2c30cd38-5e03-4511-a682-e34cf0f0a01d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:21:02.074Z|2c30cd38-5e03-4511-a682-e34cf0f0a01d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:21:02.810Z|48897ed2-950d-48a0-8653-8fcc64834d0f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:21:02.811Z|48897ed2-950d-48a0-8653-8fcc64834d0f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:21:03.403Z|8a43c3c3-e300-47f8-af81-526f1e38645e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:03.404Z|8a43c3c3-e300-47f8-af81-526f1e38645e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:11.014Z|3b9fb8d3-d0fe-4f10-9561-68ccb7bb7750|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:11.015Z|3b9fb8d3-d0fe-4f10-9561-68ccb7bb7750|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:11.020Z|388fe9c6-ce88-48f2-b160-6f729fc7ecd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:11.021Z|388fe9c6-ce88-48f2-b160-6f729fc7ecd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:13.426Z|b910a32d-18d4-4888-8f67-409489f6af93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:13.427Z|b910a32d-18d4-4888-8f67-409489f6af93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:17.074Z|0b3ee942-6258-473a-a6f7-2a77ce0fcdbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:21:17.075Z|0b3ee942-6258-473a-a6f7-2a77ce0fcdbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:21:21.036Z|43f1cbd8-cc29-444f-992e-4e9fcada47fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:21.037Z|43f1cbd8-cc29-444f-992e-4e9fcada47fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:21.047Z|28803ae7-151b-4a7c-8fa4-1a4207a1a262|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:21.048Z|28803ae7-151b-4a7c-8fa4-1a4207a1a262|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:23.450Z|894f847b-71d5-4415-9ab0-34e8f95b2d18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:23.451Z|894f847b-71d5-4415-9ab0-34e8f95b2d18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:31.061Z|7c4c87e0-02d0-43e1-a4c2-657f036045bf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:31.062Z|7c4c87e0-02d0-43e1-a4c2-657f036045bf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:31.070Z|31de141d-823e-4c63-8401-5e6d3722f174|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:31.071Z|31de141d-823e-4c63-8401-5e6d3722f174|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:32.073Z|bd4c620f-16e3-49aa-a8f7-fc24ea5f6534|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:21:32.077Z|bd4c620f-16e3-49aa-a8f7-fc24ea5f6534|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:21:32.812Z|716c31c4-26ce-4a5c-9939-eed86f076682|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:21:32.813Z|716c31c4-26ce-4a5c-9939-eed86f076682|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:21:33.473Z|eae8459d-a4e9-4142-97c6-790956379442|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:33.474Z|eae8459d-a4e9-4142-97c6-790956379442|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:33.940Z|52a3cf35-c9dc-4085-b774-bb560affbac7|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:21:33.943Z|52a3cf35-c9dc-4085-b774-bb560affbac7|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:41.083Z|fe950efc-b6c7-454c-81f5-ab3ac2c30904|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:41.084Z|fe950efc-b6c7-454c-81f5-ab3ac2c30904|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:41.092Z|080ed89f-ac76-41e0-b514-3f8ee563bfa2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:41.093Z|080ed89f-ac76-41e0-b514-3f8ee563bfa2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:43.495Z|d540dc03-c71b-4005-b876-1e9edb83c839|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:43.496Z|d540dc03-c71b-4005-b876-1e9edb83c839|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:47.074Z|5e99f0ff-a4ca-43ba-9939-80873a3dcb71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:21:47.074Z|5e99f0ff-a4ca-43ba-9939-80873a3dcb71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:21:51.107Z|97e4f219-a038-4554-83ae-f98632d30369|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:51.108Z|97e4f219-a038-4554-83ae-f98632d30369|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:51.116Z|50e31511-1084-49de-aca3-7c5db4243808|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:51.117Z|50e31511-1084-49de-aca3-7c5db4243808|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:21:53.517Z|96c09ce0-1c12-4280-ad08-cb6394a0e20a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:21:53.517Z|96c09ce0-1c12-4280-ad08-cb6394a0e20a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:01.143Z|0d9665eb-d1da-42e7-bda2-cdf8cf8bb73a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:01.144Z|0d9665eb-d1da-42e7-bda2-cdf8cf8bb73a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:01.155Z|7c3cd683-7a01-42a6-936d-3dde075a9d71|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:01.156Z|7c3cd683-7a01-42a6-936d-3dde075a9d71|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:02.074Z|993d5f3b-696c-49ed-ae18-0401868a40e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:22:02.074Z|993d5f3b-696c-49ed-ae18-0401868a40e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:22:02.813Z|04544a94-bd4f-4820-8308-2f9de2836f38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:22:02.814Z|04544a94-bd4f-4820-8308-2f9de2836f38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:22:03.542Z|b060ab6a-d748-4797-8477-e0779d2f13c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:03.543Z|b060ab6a-d748-4797-8477-e0779d2f13c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:11.165Z|95240f77-bac1-4e10-8c5d-8f76bfcf9d3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:11.166Z|95240f77-bac1-4e10-8c5d-8f76bfcf9d3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:11.177Z|759149d3-afc1-4027-ad8a-74109de1b981|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:11.178Z|759149d3-afc1-4027-ad8a-74109de1b981|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:13.566Z|1647f3d9-0cab-49d1-adfc-96a4130dcf30|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:13.567Z|1647f3d9-0cab-49d1-adfc-96a4130dcf30|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:17.073Z|4bbbcc2b-c409-4e7b-90e8-04b3ca351482|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:22:17.077Z|4bbbcc2b-c409-4e7b-90e8-04b3ca351482|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:22:21.188Z|f8745dab-022a-40af-b64f-d764e15aa189|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:21.189Z|f8745dab-022a-40af-b64f-d764e15aa189|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:21.201Z|6ba6fef7-3e4b-457e-ba85-e46044d18548|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:21.202Z|6ba6fef7-3e4b-457e-ba85-e46044d18548|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:23.589Z|bf4981e0-c71f-4a0a-9e48-1d6e6c5de5e2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:23.589Z|bf4981e0-c71f-4a0a-9e48-1d6e6c5de5e2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:31.212Z|e8d29d15-f768-48b0-bfa8-f975c5753478|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:31.213Z|e8d29d15-f768-48b0-bfa8-f975c5753478|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:31.238Z|8a561886-9807-4653-8f1e-4844a0461d81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:31.239Z|8a561886-9807-4653-8f1e-4844a0461d81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:32.074Z|6807f884-51a7-416d-ac3c-c4e8afe1df0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:22:32.075Z|6807f884-51a7-416d-ac3c-c4e8afe1df0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:22:32.815Z|f060326b-603f-40d2-892e-82420a4cf6f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:22:32.816Z|f060326b-603f-40d2-892e-82420a4cf6f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:22:33.613Z|7b778f29-7d61-4330-b003-4ccca0685237|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:33.614Z|7b778f29-7d61-4330-b003-4ccca0685237|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:33.942Z|af61d0ad-6ba6-4417-a552-8a57d4800fc7|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:22:33.944Z|af61d0ad-6ba6-4417-a552-8a57d4800fc7|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:41.243Z|14d0dca7-c0bd-47d9-9ddd-d8a9e5ab0ef4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:41.245Z|14d0dca7-c0bd-47d9-9ddd-d8a9e5ab0ef4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:41.260Z|90431efa-a145-42f3-bd3f-28b38a5838b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:41.261Z|90431efa-a145-42f3-bd3f-28b38a5838b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:43.649Z|e705e45e-4e60-4a51-98f4-e918eefe5d83|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:43.650Z|e705e45e-4e60-4a51-98f4-e918eefe5d83|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:47.073Z|6de0fc1d-bfb1-4f42-9092-64c422b9d0f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:22:47.075Z|6de0fc1d-bfb1-4f42-9092-64c422b9d0f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:22:51.272Z|cc8beb29-5cc3-413a-bf1d-a560d567561b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:51.273Z|cc8beb29-5cc3-413a-bf1d-a560d567561b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:51.282Z|bb3e1b1d-cfba-43dc-a79b-007a8e912744|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:51.282Z|bb3e1b1d-cfba-43dc-a79b-007a8e912744|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:22:53.683Z|8c357a2e-c79f-435f-be4f-13e169a08f65|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:22:53.683Z|8c357a2e-c79f-435f-be4f-13e169a08f65|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:01.295Z|fb153c83-ad25-4ba1-acca-7508ef002d67|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:01.296Z|fb153c83-ad25-4ba1-acca-7508ef002d67|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:01.306Z|1dffebd1-6ce5-44a6-ab28-8eb27deb8dc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:01.306Z|1dffebd1-6ce5-44a6-ab28-8eb27deb8dc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:02.073Z|13e0aa6e-81da-4f26-9d6b-373abf1713e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:23:02.077Z|13e0aa6e-81da-4f26-9d6b-373abf1713e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:23:02.816Z|8381e0d5-6ba7-4de0-aa03-7e266c547dba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:23:02.817Z|8381e0d5-6ba7-4de0-aa03-7e266c547dba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:23:03.706Z|f3a2a271-439a-4c76-8ee9-d57be3002326|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:03.707Z|f3a2a271-439a-4c76-8ee9-d57be3002326|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:11.325Z|950a837f-f2c2-4078-b448-c2d958424f31|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:11.326Z|950a837f-f2c2-4078-b448-c2d958424f31|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:11.347Z|6ae33528-d08f-4f0c-951f-8082af834ddd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:11.348Z|6ae33528-d08f-4f0c-951f-8082af834ddd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:13.736Z|87493a63-c9a8-43f8-9c36-60d45681fda8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:13.737Z|87493a63-c9a8-43f8-9c36-60d45681fda8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:17.073Z|1ef1f240-215b-4f62-a1fe-d0d1988ca5a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:23:17.074Z|1ef1f240-215b-4f62-a1fe-d0d1988ca5a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:23:21.350Z|e9763028-0f7f-4bd9-986d-8054658a172c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:21.350Z|e9763028-0f7f-4bd9-986d-8054658a172c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:21.377Z|ecbc0b32-9681-4b1a-856c-622c79399b27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:21.379Z|ecbc0b32-9681-4b1a-856c-622c79399b27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:23.760Z|ac0a419b-b9ed-46db-a5fb-e6dcf8a91e8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:23.760Z|ac0a419b-b9ed-46db-a5fb-e6dcf8a91e8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:31.374Z|b08531c4-1189-4b1e-862a-d2c30f31c816|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:31.375Z|b08531c4-1189-4b1e-862a-d2c30f31c816|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:31.413Z|184cc026-4faa-4be8-a69d-18634ae47763|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:31.414Z|184cc026-4faa-4be8-a69d-18634ae47763|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:32.073Z|32b3d61a-b2df-4b28-b4c5-9a9ebe0d9b34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:23:32.074Z|32b3d61a-b2df-4b28-b4c5-9a9ebe0d9b34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:23:32.817Z|caed0cfe-22aa-46c5-92ee-a9e26f855f6d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:23:32.818Z|caed0cfe-22aa-46c5-92ee-a9e26f855f6d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:23:33.781Z|6fc0148e-d1e5-46a7-b010-210f420045e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:33.782Z|6fc0148e-d1e5-46a7-b010-210f420045e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:33.947Z|9d25fd5c-1ff8-424b-88be-deaf9715d14f|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:23:33.959Z|9d25fd5c-1ff8-424b-88be-deaf9715d14f|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:41.412Z|65addeed-2cd9-45af-8994-e7f1c02aae8d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:41.413Z|65addeed-2cd9-45af-8994-e7f1c02aae8d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:41.444Z|8e5aeb78-424a-4ce7-8fef-bd199eca5255|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:41.445Z|8e5aeb78-424a-4ce7-8fef-bd199eca5255|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:43.803Z|74d14f84-3acc-4c85-97f3-09a55ae18f5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:43.804Z|74d14f84-3acc-4c85-97f3-09a55ae18f5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:47.074Z|949f9dd4-9ac0-4a3b-972b-ab940adeb4a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:23:47.078Z|949f9dd4-9ac0-4a3b-972b-ab940adeb4a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:23:51.434Z|8e960bb2-d460-4e4e-8783-25863f284c4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:51.435Z|8e960bb2-d460-4e4e-8783-25863f284c4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:51.473Z|281bc469-cc2a-4f74-a52e-451c044f3291|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:51.474Z|281bc469-cc2a-4f74-a52e-451c044f3291|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:23:53.830Z|8ac6a3f5-bf03-4002-95c0-c4db76cbf3b0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:23:53.831Z|8ac6a3f5-bf03-4002-95c0-c4db76cbf3b0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:01.459Z|17599100-5255-440a-949b-38c1de4dc0da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:01.460Z|17599100-5255-440a-949b-38c1de4dc0da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:01.496Z|6a601f43-2bd1-4405-b6a8-81fd429999e2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:01.497Z|6a601f43-2bd1-4405-b6a8-81fd429999e2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:02.074Z|d95d7d03-88fa-4ef4-80fc-98b7e78916a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:24:02.074Z|d95d7d03-88fa-4ef4-80fc-98b7e78916a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:24:02.819Z|34b3b8de-7f95-4d25-968a-51cf73dd060a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:24:02.820Z|34b3b8de-7f95-4d25-968a-51cf73dd060a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:24:03.861Z|9e82f0fb-df79-4928-a882-8d235f94d3f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:03.867Z|9e82f0fb-df79-4928-a882-8d235f94d3f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:11.485Z|ab983680-cfbb-49d2-b016-938faede91cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:11.487Z|ab983680-cfbb-49d2-b016-938faede91cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:11.518Z|075e32ae-8771-4e4b-9b40-a86d2adf75ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:11.519Z|075e32ae-8771-4e4b-9b40-a86d2adf75ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:13.890Z|0282e619-4ed2-4df2-a41d-11621db9157c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:13.891Z|0282e619-4ed2-4df2-a41d-11621db9157c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:17.074Z|18edf507-3e45-4561-8ba7-403b1d487701|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:24:17.074Z|18edf507-3e45-4561-8ba7-403b1d487701|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:24:21.513Z|218ad3dd-945a-4463-947c-4b6da30236ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:21.513Z|218ad3dd-945a-4463-947c-4b6da30236ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:21.547Z|ad6c79b0-06e1-4104-a2e1-fb0a4be8ef57|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:21.548Z|ad6c79b0-06e1-4104-a2e1-fb0a4be8ef57|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:23.913Z|4401ea39-78d9-469a-b3b3-e845c672f15a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:23.914Z|4401ea39-78d9-469a-b3b3-e845c672f15a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:31.537Z|7d55c83f-fb7c-425c-95d7-b945982e61f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:31.538Z|7d55c83f-fb7c-425c-95d7-b945982e61f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:31.572Z|9869a241-0fc6-41d2-9b18-917d21b9157e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:31.572Z|9869a241-0fc6-41d2-9b18-917d21b9157e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:32.073Z|ba0ee3f5-024a-45be-ac3a-eeb00cfb3eb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:24:32.078Z|ba0ee3f5-024a-45be-ac3a-eeb00cfb3eb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:24:32.821Z|12a7e981-570c-401f-a188-814d41096ee6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:24:32.822Z|12a7e981-570c-401f-a188-814d41096ee6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:24:33.937Z|ccb858c9-5e04-44d6-a79a-f085d5d1c7e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:33.938Z|ccb858c9-5e04-44d6-a79a-f085d5d1c7e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:33.940Z|b8be2c9e-c911-4538-9d9c-f27a5a08474a|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:24:33.941Z|b8be2c9e-c911-4538-9d9c-f27a5a08474a|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:41.561Z|5b09f2f0-9870-42fa-ad42-08142c7162ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:41.563Z|5b09f2f0-9870-42fa-ad42-08142c7162ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:41.596Z|31fc2aa7-3d48-4885-9f19-77d9a246211a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:41.597Z|31fc2aa7-3d48-4885-9f19-77d9a246211a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:43.963Z|bc5e795c-8cf7-4282-90b5-8d103fd5b183|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:43.964Z|bc5e795c-8cf7-4282-90b5-8d103fd5b183|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:47.074Z|2673d464-3f3e-4e95-b0c2-5f072320adf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:24:47.074Z|2673d464-3f3e-4e95-b0c2-5f072320adf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:24:51.590Z|2ce3b4f7-4a8a-487a-9f93-ccbc29d44c88|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:51.591Z|2ce3b4f7-4a8a-487a-9f93-ccbc29d44c88|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:51.620Z|5999e0e3-916f-436c-aa94-368cccb64add|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:51.621Z|5999e0e3-916f-436c-aa94-368cccb64add|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:24:53.999Z|a2a2c423-4c38-4698-b230-7d80c4e133a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:24:54.000Z|a2a2c423-4c38-4698-b230-7d80c4e133a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:01.615Z|8549b84d-6660-4f7c-9127-ea9c91217114|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:01.616Z|8549b84d-6660-4f7c-9127-ea9c91217114|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:01.648Z|d18375b6-76bb-4cdc-a868-485754b19037|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:01.648Z|d18375b6-76bb-4cdc-a868-485754b19037|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:02.074Z|cd467170-a8fa-4b4c-8ca0-f7bafba98ff6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:25:02.074Z|cd467170-a8fa-4b4c-8ca0-f7bafba98ff6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:25:02.823Z|83915d06-171e-459e-b57f-e019fd400ac9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:25:02.823Z|83915d06-171e-459e-b57f-e019fd400ac9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:25:04.044Z|c1acae1b-24a5-4389-a970-a21875c24f54|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:04.045Z|c1acae1b-24a5-4389-a970-a21875c24f54|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:11.650Z|f24d2e5d-5d44-450a-a226-a9a13d9d5ad6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:11.651Z|f24d2e5d-5d44-450a-a226-a9a13d9d5ad6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:11.672Z|467974ac-5700-47aa-b3ea-e7353bf519b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:11.673Z|467974ac-5700-47aa-b3ea-e7353bf519b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:14.074Z|1a188dfd-d5a9-468a-a652-2b2a806aa003|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:14.075Z|1a188dfd-d5a9-468a-a652-2b2a806aa003|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:17.074Z|8ded2cd3-d8f1-4f04-8c79-39b4beec168e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:25:17.077Z|8ded2cd3-d8f1-4f04-8c79-39b4beec168e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:25:21.683Z|a9286bf6-62c3-4f46-9c41-2324d0f4fb14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:21.684Z|a9286bf6-62c3-4f46-9c41-2324d0f4fb14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:21.700Z|8011ee4d-1a6d-41a5-b817-13eb2a0b66ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:21.701Z|8011ee4d-1a6d-41a5-b817-13eb2a0b66ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:24.102Z|062a9f0d-f503-4ec3-843d-7db1d310d712|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:24.102Z|062a9f0d-f503-4ec3-843d-7db1d310d712|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:31.707Z|f4bc4c88-3c0b-436b-9fee-75e556486412|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:31.708Z|f4bc4c88-3c0b-436b-9fee-75e556486412|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:31.726Z|11aff4e8-0b90-494c-b5c7-c6ec00bc9ff8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:31.727Z|11aff4e8-0b90-494c-b5c7-c6ec00bc9ff8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:32.074Z|8e194ad7-06b0-4006-a7b8-7e1871570f9d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:25:32.074Z|8e194ad7-06b0-4006-a7b8-7e1871570f9d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:25:32.824Z|7b19dd46-61f3-474d-95e6-9837becb1bbc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:25:32.825Z|7b19dd46-61f3-474d-95e6-9837becb1bbc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:25:33.939Z|4e1fa43b-6dae-452e-9c3d-1bb70b236d7a|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:25:33.940Z|4e1fa43b-6dae-452e-9c3d-1bb70b236d7a|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:34.149Z|23ce9137-3901-46b8-82b7-c089d86fa351|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:34.151Z|23ce9137-3901-46b8-82b7-c089d86fa351|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:41.747Z|f09f56d9-a4bd-42b2-a009-196422239ad5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:41.749Z|f09f56d9-a4bd-42b2-a009-196422239ad5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:41.753Z|7a72ae0a-72c1-41d3-ad7d-ef92be7fcf9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:41.753Z|7a72ae0a-72c1-41d3-ad7d-ef92be7fcf9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:44.176Z|7f61f4b6-1d34-4479-a0c2-d8385f315b75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:44.177Z|7f61f4b6-1d34-4479-a0c2-d8385f315b75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:47.074Z|d7fa6a87-72fd-45e5-b2ad-755e44f0fed1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:25:47.074Z|d7fa6a87-72fd-45e5-b2ad-755e44f0fed1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:25:51.774Z|fb383153-cc58-4328-9c6c-11d63e1ff2a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:51.775Z|fb383153-cc58-4328-9c6c-11d63e1ff2a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:51.777Z|bc5d0d00-3bdd-49ae-aed8-62f70d6b6b2b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:51.785Z|bc5d0d00-3bdd-49ae-aed8-62f70d6b6b2b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:25:54.200Z|e40f2681-dcdb-4fc2-8077-92f74d72bac9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:25:54.201Z|e40f2681-dcdb-4fc2-8077-92f74d72bac9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:01.796Z|5b2d3f4a-e5a6-435a-bb37-4d34218ce355|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:01.797Z|5b2d3f4a-e5a6-435a-bb37-4d34218ce355|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:01.806Z|253a5dc9-526f-4063-8eb0-6dccb899c436|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:01.807Z|253a5dc9-526f-4063-8eb0-6dccb899c436|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:02.074Z|96e012b3-c5cb-4526-a6a3-b9f8e7cb6519|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:26:02.077Z|96e012b3-c5cb-4526-a6a3-b9f8e7cb6519|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:26:02.826Z|416dc09f-7592-47ba-bcc7-100006a52f11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:26:02.827Z|416dc09f-7592-47ba-bcc7-100006a52f11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:26:04.265Z|e444a6f4-987b-4017-8593-7adcc2f5fd2b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:04.267Z|e444a6f4-987b-4017-8593-7adcc2f5fd2b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:11.821Z|31c44cda-3c1b-487a-97b3-a39d4bb53a14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:11.822Z|31c44cda-3c1b-487a-97b3-a39d4bb53a14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:11.833Z|9607e1bb-29fc-480a-8e35-abe71cec59f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:11.834Z|9607e1bb-29fc-480a-8e35-abe71cec59f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:14.288Z|9fea8687-e7f6-4eda-b144-35c2cdaa8d29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:14.289Z|9fea8687-e7f6-4eda-b144-35c2cdaa8d29|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:17.074Z|346668d1-03fc-4534-947f-3a8e6a111a23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:26:17.075Z|346668d1-03fc-4534-947f-3a8e6a111a23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:26:21.852Z|78bef2d6-4018-499c-a066-fb7b091efe0f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:21.853Z|78bef2d6-4018-499c-a066-fb7b091efe0f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:21.866Z|798ea0b2-cac2-47b9-8772-0581b680bbb9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:21.866Z|798ea0b2-cac2-47b9-8772-0581b680bbb9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:24.311Z|bc4b583e-6678-4e70-a31f-abe8ef7df604|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:24.312Z|bc4b583e-6678-4e70-a31f-abe8ef7df604|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:31.883Z|e89c2846-c7cd-4ea3-b37c-ac576d3f5691|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:31.883Z|e89c2846-c7cd-4ea3-b37c-ac576d3f5691|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:31.888Z|6d089c1b-09e7-491c-89c8-88caa7f0f8eb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:31.889Z|6d089c1b-09e7-491c-89c8-88caa7f0f8eb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:32.074Z|fb080ed4-a32f-44b8-b914-f22c4814dc1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:26:32.075Z|fb080ed4-a32f-44b8-b914-f22c4814dc1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:26:32.828Z|d3d6a08e-547a-49fa-abcd-43b9cfd561f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:26:32.828Z|d3d6a08e-547a-49fa-abcd-43b9cfd561f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:26:33.942Z|2b51c75e-40a1-458e-a4f6-026a194e65ff|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:26:33.944Z|2b51c75e-40a1-458e-a4f6-026a194e65ff|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:34.337Z|4afc6760-7455-49ef-9a35-1e655f747c3c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:34.338Z|4afc6760-7455-49ef-9a35-1e655f747c3c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:41.904Z|002d14a5-8464-4891-b1d0-5a525bee7f5d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:41.905Z|002d14a5-8464-4891-b1d0-5a525bee7f5d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:41.911Z|a8c6a381-0d4c-4fde-a989-f2f483aa1708|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:41.912Z|a8c6a381-0d4c-4fde-a989-f2f483aa1708|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:44.361Z|9064384b-a34b-4b11-a5ab-6f9a40726c3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:44.362Z|9064384b-a34b-4b11-a5ab-6f9a40726c3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:47.074Z|0d2b5b83-7750-47b9-bf6b-521dc5f42bf2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:26:47.078Z|0d2b5b83-7750-47b9-bf6b-521dc5f42bf2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:26:51.926Z|cbf5255c-27d9-4def-9833-274548036c92|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:51.928Z|cbf5255c-27d9-4def-9833-274548036c92|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:51.931Z|d5eb8fcf-5482-46f3-91cc-d5b56c94bcf8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:51.932Z|d5eb8fcf-5482-46f3-91cc-d5b56c94bcf8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:26:54.386Z|bc4732ad-fc83-4f48-b226-1dd06125b9fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:26:54.387Z|bc4732ad-fc83-4f48-b226-1dd06125b9fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:01.952Z|9ddcba8d-f899-4237-8b3b-1f7b510bb03f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:01.953Z|9ddcba8d-f899-4237-8b3b-1f7b510bb03f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:01.959Z|17c94e2c-9b37-49f6-a26d-defb57ad8b5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:01.960Z|17c94e2c-9b37-49f6-a26d-defb57ad8b5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:02.074Z|ab7959b1-04c6-4822-bf6d-82868b48b9c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:27:02.075Z|ab7959b1-04c6-4822-bf6d-82868b48b9c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:27:02.829Z|3b8902f9-7fae-4864-bf9f-155375c52d71|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:27:02.830Z|3b8902f9-7fae-4864-bf9f-155375c52d71|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:27:04.411Z|ba9c88a6-6ea1-49db-a6cd-df3bea475377|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:04.413Z|ba9c88a6-6ea1-49db-a6cd-df3bea475377|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:11.983Z|7390841a-3601-412b-a694-623201833052|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:11.983Z|1aa456c5-e0a4-4f3a-ac33-8ee511d0e798|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:11.984Z|7390841a-3601-412b-a694-623201833052|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:11.984Z|1aa456c5-e0a4-4f3a-ac33-8ee511d0e798|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:14.440Z|9b1ff13c-bc58-4711-b2e1-9f14454b035b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:14.443Z|9b1ff13c-bc58-4711-b2e1-9f14454b035b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:17.074Z|6b5fab33-63dd-49cb-af96-b8cc6e6e1fc7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:27:17.076Z|6b5fab33-63dd-49cb-af96-b8cc6e6e1fc7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:27:22.008Z|7e21d3c0-d328-4837-ba80-ed4ea619ad12|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:22.009Z|7e21d3c0-d328-4837-ba80-ed4ea619ad12|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:22.011Z|96800eba-6cef-4a98-bd5f-01206a4554b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:22.012Z|96800eba-6cef-4a98-bd5f-01206a4554b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:24.469Z|47754bf5-7676-4fd7-83ab-ec4bb6a803b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:24.470Z|47754bf5-7676-4fd7-83ab-ec4bb6a803b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:32.037Z|caf39b05-fb92-4c22-b015-6bac55637202|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:32.037Z|700cbc7e-6df0-4920-8fbc-a58c42e6d593|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:32.038Z|700cbc7e-6df0-4920-8fbc-a58c42e6d593|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:32.038Z|caf39b05-fb92-4c22-b015-6bac55637202|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:32.074Z|218a4ba5-e8bb-43c8-b54a-2525a288e11b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:27:32.077Z|218a4ba5-e8bb-43c8-b54a-2525a288e11b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:27:32.831Z|20887c67-4448-4706-8d30-8d819cb2eb14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:27:32.833Z|20887c67-4448-4706-8d30-8d819cb2eb14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:27:33.941Z|18544b1b-1d7a-4f50-8942-10cd525c2ffa|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:27:33.942Z|18544b1b-1d7a-4f50-8942-10cd525c2ffa|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:34.496Z|0a7672a2-60c6-4a26-9e0f-7a63dc8dcb4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:34.497Z|0a7672a2-60c6-4a26-9e0f-7a63dc8dcb4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:42.061Z|a5da158a-d8ae-4f7c-85f2-f0df93084c8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:42.062Z|a5da158a-d8ae-4f7c-85f2-f0df93084c8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:42.068Z|89ad6f28-142d-4f2e-acfd-5ea7a2380934|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:42.069Z|89ad6f28-142d-4f2e-acfd-5ea7a2380934|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:44.530Z|1d40b890-c59c-4317-bc61-3fd6c566891e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:44.531Z|1d40b890-c59c-4317-bc61-3fd6c566891e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:47.074Z|42caf1cc-afb1-4c83-9257-563a0cf03d29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:27:47.074Z|42caf1cc-afb1-4c83-9257-563a0cf03d29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:27:52.086Z|dae24ef1-04b4-4eb4-bd91-33757efb3709|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:52.088Z|dae24ef1-04b4-4eb4-bd91-33757efb3709|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:52.094Z|7e3f5c74-3679-4152-8002-7110bbb54f68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:52.094Z|7e3f5c74-3679-4152-8002-7110bbb54f68|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:27:54.552Z|69cef3c3-3dd7-42f5-b8dc-9e6daba2b22a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:27:54.553Z|69cef3c3-3dd7-42f5-b8dc-9e6daba2b22a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:02.074Z|68f5c4ed-8498-480d-8ae7-13d6904b5d8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:28:02.074Z|68f5c4ed-8498-480d-8ae7-13d6904b5d8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:28:02.111Z|3381e913-dc09-4534-86b9-4db00260a437|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:02.113Z|3381e913-dc09-4534-86b9-4db00260a437|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:02.136Z|4ce0acb2-f5b6-426d-b161-57596c3f9c50|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:02.137Z|4ce0acb2-f5b6-426d-b161-57596c3f9c50|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:02.834Z|537beb88-3a6a-49b8-b126-95f20134909c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:28:02.835Z|537beb88-3a6a-49b8-b126-95f20134909c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:28:04.577Z|0eff044e-e9f9-41b7-a671-99a758431db0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:04.577Z|0eff044e-e9f9-41b7-a671-99a758431db0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:12.138Z|dd91d5ae-3ed2-4f9d-8928-7ed774e6a99c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:12.139Z|dd91d5ae-3ed2-4f9d-8928-7ed774e6a99c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:12.157Z|d5597948-4ce0-4ca0-81f5-afd9b66cfe9d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:12.158Z|d5597948-4ce0-4ca0-81f5-afd9b66cfe9d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:14.599Z|e85710be-da50-4b58-b19d-04ec6177229c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:14.600Z|e85710be-da50-4b58-b19d-04ec6177229c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:17.074Z|a1fdc96e-df4c-4f51-888c-c3c25adf0226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:28:17.078Z|a1fdc96e-df4c-4f51-888c-c3c25adf0226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:28:22.162Z|00448d7c-438c-4585-acd9-3518bec95089|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:22.163Z|00448d7c-438c-4585-acd9-3518bec95089|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:22.179Z|1fcbcedd-32d6-449a-9b83-c711a4f55418|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:22.180Z|1fcbcedd-32d6-449a-9b83-c711a4f55418|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:24.620Z|370db84f-d1ba-431c-9bed-81296d0b9ac5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:24.621Z|370db84f-d1ba-431c-9bed-81296d0b9ac5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:32.074Z|71c4d648-8d14-4c6f-9fef-0100446fe0f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:28:32.074Z|71c4d648-8d14-4c6f-9fef-0100446fe0f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:28:32.184Z|517f811a-6a7d-4783-8737-d415923cc38e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:32.185Z|517f811a-6a7d-4783-8737-d415923cc38e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:32.201Z|7219dbaf-0f89-4d14-997f-cf67f40705e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:32.202Z|7219dbaf-0f89-4d14-997f-cf67f40705e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:32.836Z|6be7d7b6-a751-458a-a8ab-39aee0176219|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:28:32.837Z|6be7d7b6-a751-458a-a8ab-39aee0176219|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:28:33.942Z|0deb68b5-715a-463d-947f-1b1c29a650c6|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:28:33.946Z|0deb68b5-715a-463d-947f-1b1c29a650c6|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:34.647Z|efce955d-afd6-4f86-8216-fa4c7c3873bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:34.649Z|efce955d-afd6-4f86-8216-fa4c7c3873bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:42.207Z|4cf63cb4-7557-43b6-9dcb-39867f76406e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:42.208Z|4cf63cb4-7557-43b6-9dcb-39867f76406e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:42.225Z|30988a07-a0bf-4ff3-80ce-688fcfd7d6ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:42.227Z|30988a07-a0bf-4ff3-80ce-688fcfd7d6ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:44.690Z|ccade0b9-99e8-4f9b-9518-cc953b50959d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:44.691Z|ccade0b9-99e8-4f9b-9518-cc953b50959d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:47.073Z|f7bc6e0d-7528-4d61-9510-8e06c0ec38c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:28:47.074Z|f7bc6e0d-7528-4d61-9510-8e06c0ec38c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:28:52.228Z|b64c0c81-b29b-44e8-b409-269ae5f26469|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:52.229Z|b64c0c81-b29b-44e8-b409-269ae5f26469|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:52.247Z|639303b5-420f-40be-a3b1-bc4a8b362b0a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:52.249Z|639303b5-420f-40be-a3b1-bc4a8b362b0a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:28:54.715Z|0fb02c7b-accd-4c82-bee7-55313f001608|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:28:54.716Z|0fb02c7b-accd-4c82-bee7-55313f001608|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:02.074Z|d98bc43f-08fd-4087-aa14-9d05d02465b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:29:02.080Z|d98bc43f-08fd-4087-aa14-9d05d02465b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:29:02.252Z|f1305a07-e8e7-46c1-aca7-bd59e0fc2912|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:02.253Z|f1305a07-e8e7-46c1-aca7-bd59e0fc2912|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:02.273Z|c5671afa-9c65-4ce0-b8d9-08cbc440e9bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:02.274Z|c5671afa-9c65-4ce0-b8d9-08cbc440e9bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:02.837Z|25ced91e-289c-4fee-87ae-c2493f66e204|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:29:02.838Z|25ced91e-289c-4fee-87ae-c2493f66e204|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:29:04.750Z|d1402286-713d-4ba1-b058-9ca5661d3ba8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:04.751Z|d1402286-713d-4ba1-b058-9ca5661d3ba8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:12.279Z|d6277f6d-15ae-4be7-8c10-8b6d5b4f9019|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:12.279Z|d6277f6d-15ae-4be7-8c10-8b6d5b4f9019|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:12.297Z|05ed164d-465a-4fc0-ab2c-580c52b8e15f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:12.297Z|05ed164d-465a-4fc0-ab2c-580c52b8e15f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:14.775Z|35d121d0-add2-4ef7-bd0c-50815eedd2b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:14.776Z|35d121d0-add2-4ef7-bd0c-50815eedd2b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:17.073Z|a96d0d3f-0e17-4f23-85fb-c65eece6fe13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:29:17.074Z|a96d0d3f-0e17-4f23-85fb-c65eece6fe13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:29:22.302Z|5f3440b8-aeb1-41d5-a290-6d4cd1c61c61|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:22.302Z|5f3440b8-aeb1-41d5-a290-6d4cd1c61c61|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:22.319Z|2e9ff475-ec8f-41b0-b1b0-12cfbc9848e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:22.319Z|2e9ff475-ec8f-41b0-b1b0-12cfbc9848e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:24.799Z|fd08f6ba-0ed9-49fe-aa24-889cb7fe6e36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:24.800Z|fd08f6ba-0ed9-49fe-aa24-889cb7fe6e36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:32.074Z|6afa724a-732a-416e-9d93-8676e86b3e43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:29:32.074Z|6afa724a-732a-416e-9d93-8676e86b3e43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:29:32.329Z|7318ca85-2304-486f-9243-cfa1739a3a34|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:32.330Z|7318ca85-2304-486f-9243-cfa1739a3a34|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:32.340Z|3829b2e5-4008-463b-84df-150e7ed20392|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:32.341Z|3829b2e5-4008-463b-84df-150e7ed20392|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:32.839Z|5466ad59-a8fc-462e-b78a-b5b4b6577ee6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:29:32.839Z|5466ad59-a8fc-462e-b78a-b5b4b6577ee6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:29:33.942Z|6b62757c-ed05-46f1-b3a6-eea15c2fc995|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:29:33.943Z|6b62757c-ed05-46f1-b3a6-eea15c2fc995|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:34.837Z|87f7435e-c61a-4b20-854c-d37714c08839|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:34.838Z|87f7435e-c61a-4b20-854c-d37714c08839|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:42.352Z|3bc15bfe-7e75-4082-abd1-a63fe11483b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:42.353Z|3bc15bfe-7e75-4082-abd1-a63fe11483b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:42.363Z|cc0e3cbf-6e1a-488b-875f-e93afc488862|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:42.364Z|cc0e3cbf-6e1a-488b-875f-e93afc488862|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:44.860Z|551b79c6-25b0-4af0-b1d9-8e61a1ba69f1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:44.861Z|551b79c6-25b0-4af0-b1d9-8e61a1ba69f1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:47.074Z|501d415f-8095-4f3b-a141-fafdc91ede65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:29:47.078Z|501d415f-8095-4f3b-a141-fafdc91ede65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:29:52.377Z|82872a3d-84d7-425d-8d90-7d1149c70827|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:52.378Z|82872a3d-84d7-425d-8d90-7d1149c70827|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:52.387Z|94c656ca-7f46-4f06-a931-26d38b058c9f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:52.388Z|94c656ca-7f46-4f06-a931-26d38b058c9f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:29:54.883Z|65c575d7-ec4c-45b9-8f5f-bb048faa1c31|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:29:54.884Z|65c575d7-ec4c-45b9-8f5f-bb048faa1c31|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:02.074Z|8b54ab87-d9b7-483c-abc1-7e7f9a1a5c8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:30:02.074Z|8b54ab87-d9b7-483c-abc1-7e7f9a1a5c8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:30:02.400Z|827ecc35-8b65-424e-ab8f-fc22bbfd449f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:02.400Z|827ecc35-8b65-424e-ab8f-fc22bbfd449f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:02.413Z|9c4afcb0-1fb8-4405-88fc-c0e806ff7a1a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:02.414Z|9c4afcb0-1fb8-4405-88fc-c0e806ff7a1a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:02.840Z|5d953707-c53b-400b-b445-a17fb7e7aa86|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:30:02.841Z|5d953707-c53b-400b-b445-a17fb7e7aa86|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:30:04.908Z|45b04f9a-2492-47e9-88c4-aa6424719490|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:04.909Z|45b04f9a-2492-47e9-88c4-aa6424719490|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:12.433Z|db59862c-3582-4964-a2f9-ed0c0d01381d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:12.434Z|c2d3b974-55f0-4145-9de3-accad14b5126|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:12.434Z|db59862c-3582-4964-a2f9-ed0c0d01381d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:12.434Z|c2d3b974-55f0-4145-9de3-accad14b5126|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:14.937Z|4140c6b0-28aa-4a37-9dcb-c59a149726b0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:14.938Z|4140c6b0-28aa-4a37-9dcb-c59a149726b0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:17.073Z|6fcc6382-011a-4abc-8345-b3e9958a1eb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:30:17.074Z|6fcc6382-011a-4abc-8345-b3e9958a1eb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:30:22.456Z|c16c77ce-336e-49de-9cdb-cede21e765c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:22.457Z|c16c77ce-336e-49de-9cdb-cede21e765c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:22.458Z|772f3369-4813-47fc-97d9-8e101d05ed41|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:22.458Z|772f3369-4813-47fc-97d9-8e101d05ed41|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:24.962Z|6907a96b-0b54-43c4-950d-fb2d1f67bb64|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:24.963Z|6907a96b-0b54-43c4-950d-fb2d1f67bb64|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:32.074Z|597d36c8-ce2a-409d-a5ad-2f2bd7878345|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:30:32.077Z|597d36c8-ce2a-409d-a5ad-2f2bd7878345|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:30:32.479Z|6d3a582c-99bf-4ea7-a77e-9d7abbd1ad02|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:32.480Z|6d3a582c-99bf-4ea7-a77e-9d7abbd1ad02|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:32.483Z|4b59e669-1054-482d-87c6-2b7650ebb211|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:32.483Z|4b59e669-1054-482d-87c6-2b7650ebb211|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:32.841Z|352f4fe6-6c48-44ff-b604-d1b5cfaa5510|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:30:32.842Z|352f4fe6-6c48-44ff-b604-d1b5cfaa5510|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:30:33.940Z|1c43ec23-4a11-482a-950a-0f1fbe73890f|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:30:33.941Z|1c43ec23-4a11-482a-950a-0f1fbe73890f|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:34.984Z|3022ed6b-484b-4afe-9c8d-7f04cd648ce4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:34.986Z|3022ed6b-484b-4afe-9c8d-7f04cd648ce4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:42.503Z|79caec23-7dff-402a-b9c3-bcb6e5c192c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:42.503Z|277be504-93e4-4a62-b2bb-3835cc1f3d7d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:42.504Z|277be504-93e4-4a62-b2bb-3835cc1f3d7d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:42.504Z|79caec23-7dff-402a-b9c3-bcb6e5c192c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:45.009Z|c36adf56-443c-4832-883b-8dc814aaa77e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:45.010Z|c36adf56-443c-4832-883b-8dc814aaa77e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:47.074Z|37682784-36e8-4c0f-96ce-d4c28ebea16b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:30:47.075Z|37682784-36e8-4c0f-96ce-d4c28ebea16b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:30:52.525Z|302a49fe-2699-4f73-859f-dc01d523ff01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:52.525Z|0451d1c9-33e2-46e6-8cac-b6c68c3ec867|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:52.525Z|0451d1c9-33e2-46e6-8cac-b6c68c3ec867|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:52.526Z|302a49fe-2699-4f73-859f-dc01d523ff01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:30:55.032Z|03b59821-ad3e-414a-a2c8-76d2a916fd31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:30:55.032Z|03b59821-ad3e-414a-a2c8-76d2a916fd31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:02.073Z|37545d91-a18a-4a39-9893-049c7da41746|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:31:02.074Z|37545d91-a18a-4a39-9893-049c7da41746|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:31:02.549Z|3eeaefdf-bbb8-4b51-80c2-fc5804a01169|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:02.554Z|3eeaefdf-bbb8-4b51-80c2-fc5804a01169|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:02.557Z|54befe37-d346-4440-92bf-956a1c580e2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:02.558Z|54befe37-d346-4440-92bf-956a1c580e2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:02.843Z|4f637e8d-76bf-47aa-9f12-eb8547cd6e58|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:31:02.846Z|4f637e8d-76bf-47aa-9f12-eb8547cd6e58|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:31:05.057Z|1da84cd2-2fab-4b5c-a614-5a93295da709|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:05.058Z|1da84cd2-2fab-4b5c-a614-5a93295da709|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:12.578Z|28b79f93-5a2f-4732-8893-52189a1ed908|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:12.579Z|28b79f93-5a2f-4732-8893-52189a1ed908|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:12.586Z|11ae019c-a985-4922-9b38-66acea45760e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:12.587Z|11ae019c-a985-4922-9b38-66acea45760e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:15.080Z|be3dc9c2-4838-49cb-93f6-a01bb52dc9c0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:15.081Z|be3dc9c2-4838-49cb-93f6-a01bb52dc9c0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:17.074Z|c2e024e5-f89f-4028-a189-8910700886c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:31:17.078Z|c2e024e5-f89f-4028-a189-8910700886c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:31:22.604Z|a43b0904-190b-402c-9f32-c3cd97805cf4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:22.605Z|a43b0904-190b-402c-9f32-c3cd97805cf4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:22.611Z|9b80b40f-ce0a-4ce1-946b-0ef7b2a6ed0a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:22.612Z|9b80b40f-ce0a-4ce1-946b-0ef7b2a6ed0a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:25.112Z|fb22ebce-b330-41ff-a1e7-766c3c377d10|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:25.113Z|fb22ebce-b330-41ff-a1e7-766c3c377d10|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:32.073Z|4e7e634b-5a05-4344-9893-4441c68f6d7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:31:32.074Z|4e7e634b-5a05-4344-9893-4441c68f6d7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:31:32.630Z|3c010692-95ca-4641-acca-62293f1ff1bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:32.631Z|3c010692-95ca-4641-acca-62293f1ff1bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:32.633Z|898466e9-e20e-4ad3-b4d0-7b30ed3e9580|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:32.635Z|898466e9-e20e-4ad3-b4d0-7b30ed3e9580|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:32.847Z|1a7423ba-d29e-4fce-bb66-21928455f723|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:31:32.848Z|1a7423ba-d29e-4fce-bb66-21928455f723|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:31:33.940Z|60953c0a-c2c5-42aa-864f-fe97b144beab|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:31:33.942Z|60953c0a-c2c5-42aa-864f-fe97b144beab|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:35.141Z|2fd31ea6-a675-4812-bdb6-54865fddf4f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:35.153Z|2fd31ea6-a675-4812-bdb6-54865fddf4f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:42.653Z|59b5ecc7-3048-4b63-b096-ae94e3b283df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:42.654Z|59b5ecc7-3048-4b63-b096-ae94e3b283df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:42.660Z|299d2023-8818-42dd-8b2d-7d7573a05ef7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:42.661Z|299d2023-8818-42dd-8b2d-7d7573a05ef7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:45.175Z|79acc81f-cb9f-4c62-b79f-b41b1c811521|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:45.176Z|79acc81f-cb9f-4c62-b79f-b41b1c811521|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:47.074Z|1ad6af60-0e33-4ca7-a9be-1288db7172c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:31:47.074Z|1ad6af60-0e33-4ca7-a9be-1288db7172c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:31:52.684Z|975b7526-526f-4c5d-a2d2-a2095d233020|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:52.684Z|95b35ded-7b4b-4717-8a27-eb52fb15cefc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:52.685Z|975b7526-526f-4c5d-a2d2-a2095d233020|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:52.685Z|95b35ded-7b4b-4717-8a27-eb52fb15cefc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:31:55.197Z|36d19536-e0ac-4519-8cec-cc0e66b866ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:31:55.198Z|36d19536-e0ac-4519-8cec-cc0e66b866ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:02.073Z|6c1733a1-a75c-470a-af92-5fef43806ca6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:32:02.077Z|6c1733a1-a75c-470a-af92-5fef43806ca6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:32:02.708Z|815c06cc-37d3-4481-b641-819376cbdae3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:02.709Z|815c06cc-37d3-4481-b641-819376cbdae3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:02.722Z|67cda6af-cb73-4db8-ab02-ad729177b666|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:02.723Z|67cda6af-cb73-4db8-ab02-ad729177b666|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:02.849Z|0dcb2978-6e29-4e91-8d9c-5a11a375677c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:32:02.851Z|0dcb2978-6e29-4e91-8d9c-5a11a375677c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:32:05.220Z|930844c2-ff0f-4293-8bc2-f9a81389ffee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:05.221Z|930844c2-ff0f-4293-8bc2-f9a81389ffee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:12.734Z|7ff42d21-e866-4f1f-8c0f-8106ebf402fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:12.734Z|7ff42d21-e866-4f1f-8c0f-8106ebf402fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:12.755Z|cce31313-9bab-49cc-a537-111e429fcaf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:12.756Z|cce31313-9bab-49cc-a537-111e429fcaf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:15.246Z|a84ab857-6837-461a-8dfb-5678af77f0d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:15.247Z|a84ab857-6837-461a-8dfb-5678af77f0d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:17.074Z|7bbc57a2-3a19-4cff-befb-9ac251a8d498|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:32:17.074Z|7bbc57a2-3a19-4cff-befb-9ac251a8d498|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:32:22.761Z|12790e6e-9af7-4c41-976d-f06ded7b49bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:22.762Z|12790e6e-9af7-4c41-976d-f06ded7b49bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:22.777Z|53a8558d-081f-4c40-9032-84ca9dcd6f1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:22.778Z|53a8558d-081f-4c40-9032-84ca9dcd6f1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:25.267Z|c4c75a75-c8b4-465d-ae09-a7556bcf9699|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:25.268Z|c4c75a75-c8b4-465d-ae09-a7556bcf9699|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:32.074Z|4f7b2584-0529-4029-8408-e8811cff9c80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:32:32.074Z|4f7b2584-0529-4029-8408-e8811cff9c80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:32:32.785Z|c116e266-ae1d-4339-a9ec-aa8eb5f47215|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:32.786Z|c116e266-ae1d-4339-a9ec-aa8eb5f47215|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:32.798Z|834818cc-fc5c-4fda-bd82-598554e12419|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:32.798Z|834818cc-fc5c-4fda-bd82-598554e12419|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:32.852Z|b3744808-dcb3-41e9-ab55-4901abe52061|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:32:32.852Z|b3744808-dcb3-41e9-ab55-4901abe52061|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:32:33.940Z|5594ce80-781a-4a9e-96e2-90cb5a56f98b|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:32:33.942Z|5594ce80-781a-4a9e-96e2-90cb5a56f98b|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:35.288Z|2d341ec5-9d23-435e-acc7-3f6636475352|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:35.289Z|2d341ec5-9d23-435e-acc7-3f6636475352|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:42.811Z|af340915-5431-43f8-a51f-6189f1ea951e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:42.812Z|af340915-5431-43f8-a51f-6189f1ea951e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:42.833Z|87082560-e5a9-41b9-aea9-39ed19c9b6c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:42.834Z|87082560-e5a9-41b9-aea9-39ed19c9b6c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:45.311Z|85c811ec-09b0-4a45-b095-7202f1768d6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:45.312Z|85c811ec-09b0-4a45-b095-7202f1768d6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:47.073Z|64ce32c5-58c7-422e-955f-fd8038850076|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:32:47.078Z|64ce32c5-58c7-422e-955f-fd8038850076|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:32:52.833Z|1ecaa516-5456-4446-ac4b-8bcbd8e8cd66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:52.833Z|1ecaa516-5456-4446-ac4b-8bcbd8e8cd66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:52.854Z|f0364c57-1f72-496e-9172-4ad3c6b2db3c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:52.855Z|f0364c57-1f72-496e-9172-4ad3c6b2db3c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:32:55.337Z|2db72e5d-4dda-4769-bff9-1b92cd7e339b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:32:55.337Z|2db72e5d-4dda-4769-bff9-1b92cd7e339b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:02.073Z|453b0357-d19f-4c97-9e6f-5c7c7202e0ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:33:02.074Z|453b0357-d19f-4c97-9e6f-5c7c7202e0ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:33:02.854Z|96c1605a-a56f-4ab6-b1b2-769511583aac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:33:02.855Z|96c1605a-a56f-4ab6-b1b2-769511583aac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:33:02.854Z|19e7748e-b3c6-4648-946f-14baaab47afc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:02.856Z|19e7748e-b3c6-4648-946f-14baaab47afc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:02.875Z|50ce0cec-f4f7-4948-baf3-d2eb9c1d0f32|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:02.876Z|50ce0cec-f4f7-4948-baf3-d2eb9c1d0f32|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:05.362Z|c7799ba0-8ddb-4b2e-8d73-b532bf199fa8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:05.363Z|c7799ba0-8ddb-4b2e-8d73-b532bf199fa8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:12.878Z|383f3657-d219-44b5-8d2c-0c6c4ac8d01b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:12.879Z|383f3657-d219-44b5-8d2c-0c6c4ac8d01b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:12.895Z|0db61191-bfd0-40d3-ac64-5323dcf16faf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:12.896Z|0db61191-bfd0-40d3-ac64-5323dcf16faf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:15.387Z|2ca017ab-ac1d-48c4-8769-e42e15e822f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:15.387Z|2ca017ab-ac1d-48c4-8769-e42e15e822f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:17.073Z|d150a5c6-a78b-4624-bf30-e64661f496a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:33:17.074Z|d150a5c6-a78b-4624-bf30-e64661f496a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:33:22.899Z|7d60ae42-23bd-4a51-b970-591598680f9e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:22.900Z|7d60ae42-23bd-4a51-b970-591598680f9e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:22.916Z|b9ffd4d2-f442-4996-bf3f-2b9a035ef223|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:22.917Z|b9ffd4d2-f442-4996-bf3f-2b9a035ef223|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:25.408Z|055fad19-9708-4ff1-a9d7-dc863be2ec3c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:25.410Z|055fad19-9708-4ff1-a9d7-dc863be2ec3c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:32.073Z|6dbc048f-639d-4473-bbb1-31171f9fae2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:33:32.079Z|6dbc048f-639d-4473-bbb1-31171f9fae2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:33:32.858Z|c6184dae-83ce-474f-93e1-2e223340849c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:33:32.859Z|c6184dae-83ce-474f-93e1-2e223340849c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:33:32.923Z|adc93b7c-b80d-4d07-a570-2c80caef4eb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:32.924Z|adc93b7c-b80d-4d07-a570-2c80caef4eb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:32.937Z|510b998f-1284-4ebd-a6a9-26d7c1b038d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:32.938Z|510b998f-1284-4ebd-a6a9-26d7c1b038d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:33.940Z|c2f5e652-caed-4b6d-b86d-8f196332d9ca|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:33:33.941Z|c2f5e652-caed-4b6d-b86d-8f196332d9ca|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:35.433Z|29be957d-bdc2-4792-85c1-2447d81a9dad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:35.434Z|29be957d-bdc2-4792-85c1-2447d81a9dad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:42.948Z|7da746bf-ed8f-4472-a549-abaa329e8da9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:42.949Z|7da746bf-ed8f-4472-a549-abaa329e8da9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:42.961Z|a1654da7-68dd-493e-b877-ccee6d9d9a7f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:42.962Z|a1654da7-68dd-493e-b877-ccee6d9d9a7f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:45.455Z|131564a2-784d-4e65-8aab-b695fca64a47|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:45.456Z|131564a2-784d-4e65-8aab-b695fca64a47|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:47.074Z|fd3ecb88-a659-4648-9238-551eb1fd7217|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:33:47.074Z|fd3ecb88-a659-4648-9238-551eb1fd7217|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:33:52.971Z|b32d28f5-94ef-4318-953e-404830b0f93d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:52.974Z|b32d28f5-94ef-4318-953e-404830b0f93d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:52.980Z|6ee911a2-3752-4f1e-a1cb-a5f88ad4b747|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:52.981Z|6ee911a2-3752-4f1e-a1cb-a5f88ad4b747|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:33:55.476Z|9d34a0c7-c095-4f1a-a291-26caf3e98750|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:33:55.477Z|9d34a0c7-c095-4f1a-a291-26caf3e98750|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:02.073Z|bdca1996-0341-4564-9977-89fe8ae09812|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:34:02.074Z|bdca1996-0341-4564-9977-89fe8ae09812|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:34:02.860Z|db89113c-a7d6-4980-9a46-5e92457f8366|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:34:02.861Z|db89113c-a7d6-4980-9a46-5e92457f8366|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:34:02.994Z|cd8a2b13-ddbf-466d-856c-439db2c570e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:02.995Z|cd8a2b13-ddbf-466d-856c-439db2c570e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:03.000Z|11ba0681-034f-4f1a-92c7-9d836f6c905b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:03.001Z|11ba0681-034f-4f1a-92c7-9d836f6c905b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:05.498Z|e1d7fcb1-e0be-4ffb-bc91-46fad8ef9380|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:05.499Z|e1d7fcb1-e0be-4ffb-bc91-46fad8ef9380|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:13.030Z|22980ab1-5fd7-4dc9-8a00-6ff74cc80763|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:13.030Z|e20caf36-a376-4727-8865-e3ca148eb4d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:13.031Z|e20caf36-a376-4727-8865-e3ca148eb4d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:13.031Z|22980ab1-5fd7-4dc9-8a00-6ff74cc80763|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:15.522Z|4ee3ffdf-9eec-409f-8d39-3bd5838498de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:15.523Z|4ee3ffdf-9eec-409f-8d39-3bd5838498de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:17.073Z|2de0b79d-a064-48ef-9f74-ea0ef2975c42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:34:17.078Z|2de0b79d-a064-48ef-9f74-ea0ef2975c42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:34:23.052Z|0140938c-4136-4bf4-ae62-01862b1d4090|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:23.052Z|06e9bc93-1e85-4ba9-b263-026403dedb6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:23.053Z|0140938c-4136-4bf4-ae62-01862b1d4090|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:23.053Z|06e9bc93-1e85-4ba9-b263-026403dedb6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:25.549Z|a060946e-5543-4dd6-b299-d457f533148f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:25.550Z|a060946e-5543-4dd6-b299-d457f533148f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:32.074Z|d7ad7a84-b799-4c71-8920-3df9f53e78ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:34:32.075Z|d7ad7a84-b799-4c71-8920-3df9f53e78ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:34:32.862Z|abba42d1-c4ab-4573-b34a-d48310676573|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:34:32.863Z|abba42d1-c4ab-4573-b34a-d48310676573|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:34:33.075Z|2c044390-2e51-41a0-a64b-52521f70853c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:33.076Z|2c044390-2e51-41a0-a64b-52521f70853c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:33.077Z|083754ba-a157-402d-9192-37a488610d2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:33.077Z|083754ba-a157-402d-9192-37a488610d2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:33.941Z|87771da4-d2cc-45df-8b52-133aeed1a64c|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:34:33.944Z|87771da4-d2cc-45df-8b52-133aeed1a64c|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:35.575Z|4d1eb81a-f0c0-4623-b5d9-aeb532ce7e2c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:35.576Z|4d1eb81a-f0c0-4623-b5d9-aeb532ce7e2c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:43.097Z|a946d58e-d659-4d02-a2a3-6d3812a72cbb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:43.097Z|dd7dab4a-d71b-4389-88df-dec45017c112|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:43.098Z|dd7dab4a-d71b-4389-88df-dec45017c112|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:43.098Z|a946d58e-d659-4d02-a2a3-6d3812a72cbb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:45.600Z|fe2c4967-c3da-49c0-883c-832837507a49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:45.601Z|fe2c4967-c3da-49c0-883c-832837507a49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:47.073Z|db683a3a-55fc-4d0d-9e8d-a787dd91aa2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:34:47.074Z|db683a3a-55fc-4d0d-9e8d-a787dd91aa2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:34:53.121Z|e294febe-2ddc-4494-a1b3-e6b8f6836f9e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:53.121Z|72943345-6418-44db-b812-34000fa89433|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:53.121Z|e294febe-2ddc-4494-a1b3-e6b8f6836f9e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:53.121Z|72943345-6418-44db-b812-34000fa89433|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:34:55.621Z|fe3af152-fa62-464b-9435-e93f6d1ddada|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:34:55.624Z|fe3af152-fa62-464b-9435-e93f6d1ddada|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:02.073Z|b6a37cc2-0e48-4222-9752-2eb80bb0adf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:35:02.083Z|b6a37cc2-0e48-4222-9752-2eb80bb0adf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:35:02.863Z|6263bed4-a9e3-4fa0-a01f-1a1c23a4cdfd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:35:02.864Z|6263bed4-a9e3-4fa0-a01f-1a1c23a4cdfd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:35:03.144Z|f462b5c5-8872-465a-9b53-9e5e7b696d1e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:03.146Z|f462b5c5-8872-465a-9b53-9e5e7b696d1e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:03.161Z|ddd18ce4-2b0e-4054-982e-269d8b3e2d01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:03.162Z|ddd18ce4-2b0e-4054-982e-269d8b3e2d01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:05.646Z|ce7a99ec-e1e6-4837-b117-d00768828bbf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:05.647Z|ce7a99ec-e1e6-4837-b117-d00768828bbf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:13.171Z|49e361ff-04d8-4594-a592-7c529671185c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:13.172Z|49e361ff-04d8-4594-a592-7c529671185c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:13.184Z|4cff826d-f47c-4beb-9e11-c6996571f3e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:13.185Z|4cff826d-f47c-4beb-9e11-c6996571f3e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:15.669Z|ea7a32ec-8f8d-4636-93ee-cc542d24eced|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:15.670Z|ea7a32ec-8f8d-4636-93ee-cc542d24eced|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:17.073Z|77f1b330-0305-491b-a444-a53c717df0df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:35:17.074Z|77f1b330-0305-491b-a444-a53c717df0df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:35:23.194Z|4cb4a4e5-8598-4307-a72c-9d833f7812f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:23.195Z|4cb4a4e5-8598-4307-a72c-9d833f7812f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:23.205Z|69b87b2b-46a0-4868-b8d7-374fc6a3fb80|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:23.206Z|69b87b2b-46a0-4868-b8d7-374fc6a3fb80|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:25.691Z|d87887d1-fe00-430c-815c-09361fa52f7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:25.692Z|d87887d1-fe00-430c-815c-09361fa52f7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:32.073Z|a0282d00-08fe-46e7-8f35-e4540d093735|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:35:32.074Z|a0282d00-08fe-46e7-8f35-e4540d093735|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:35:32.865Z|9f117564-af5c-4f6b-81f2-2286833c585d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:35:32.865Z|9f117564-af5c-4f6b-81f2-2286833c585d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:35:33.222Z|475b626e-5504-42df-a6a2-bf1d9d7647ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:33.223Z|475b626e-5504-42df-a6a2-bf1d9d7647ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:33.227Z|ab77b0df-ca00-40b6-86f7-bf212f3e5d50|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:33.228Z|ab77b0df-ca00-40b6-86f7-bf212f3e5d50|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:33.940Z|dfa946cc-ea30-4f3c-b13e-95cedb8556d4|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:35:33.941Z|dfa946cc-ea30-4f3c-b13e-95cedb8556d4|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:35.729Z|33a2b14b-3681-49e0-9cec-ae777b1a7956|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:35.730Z|33a2b14b-3681-49e0-9cec-ae777b1a7956|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:43.247Z|7cb2d15f-de83-4338-b26e-e6a2e1ede509|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:43.248Z|7cb2d15f-de83-4338-b26e-e6a2e1ede509|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:43.254Z|dbbad772-3aa5-43be-bf53-2803d4d16ad2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:43.255Z|dbbad772-3aa5-43be-bf53-2803d4d16ad2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:45.752Z|1f2873c1-82e8-4c00-9cf4-1dd0b076f937|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:45.753Z|1f2873c1-82e8-4c00-9cf4-1dd0b076f937|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:47.073Z|5559fd07-3b28-4a8e-98d4-d90050897b73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:35:47.078Z|5559fd07-3b28-4a8e-98d4-d90050897b73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:35:53.272Z|afd571be-501d-4002-b19b-8cd85c46f1eb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:53.273Z|afd571be-501d-4002-b19b-8cd85c46f1eb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:53.277Z|8b4f1152-9b7d-4e2c-a7e6-a5f80a1cc329|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:53.278Z|8b4f1152-9b7d-4e2c-a7e6-a5f80a1cc329|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:35:55.774Z|696c3dcd-25b0-4c69-a5b4-c4c6457d485d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:35:55.775Z|696c3dcd-25b0-4c69-a5b4-c4c6457d485d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:02.074Z|40c541ad-2965-42f6-a8d1-216b2753515e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:36:02.074Z|40c541ad-2965-42f6-a8d1-216b2753515e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:36:02.866Z|4566c328-603e-4303-845a-0af1f24a91ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:36:02.867Z|4566c328-603e-4303-845a-0af1f24a91ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:36:03.295Z|f75ef9df-73c0-485b-a185-8b97a97afa08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:03.297Z|f75ef9df-73c0-485b-a185-8b97a97afa08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:03.298Z|01335c4c-9f4f-49bf-98ca-fe39493fb6dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:03.299Z|01335c4c-9f4f-49bf-98ca-fe39493fb6dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:05.797Z|4d215cfc-197f-4e81-ba16-043e9b822cc6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:05.797Z|4d215cfc-197f-4e81-ba16-043e9b822cc6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:13.322Z|8bca647c-7d86-4af5-a558-cc8cad1aac9c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:13.323Z|8bca647c-7d86-4af5-a558-cc8cad1aac9c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:13.326Z|e0103f34-349f-4e10-b903-5b712a6c97c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:13.327Z|e0103f34-349f-4e10-b903-5b712a6c97c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:15.833Z|1f8d0637-b4b1-429f-a151-3bcf0c85cf7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:15.834Z|1f8d0637-b4b1-429f-a151-3bcf0c85cf7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:17.073Z|17dc4e98-0e94-4b13-98ef-718d47ed7676|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:36:17.074Z|17dc4e98-0e94-4b13-98ef-718d47ed7676|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:36:23.347Z|ff0a7990-2c78-422e-b0a7-83885d7cc5b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:23.347Z|50075c6c-75fe-4a8a-a21f-cfb38fc1ab77|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:23.348Z|50075c6c-75fe-4a8a-a21f-cfb38fc1ab77|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:23.348Z|ff0a7990-2c78-422e-b0a7-83885d7cc5b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:25.856Z|351f11d6-0279-47af-b769-a6ee6dc614fa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:25.857Z|351f11d6-0279-47af-b769-a6ee6dc614fa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:32.073Z|3561285e-8991-468c-b363-79b133a3bd5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:36:32.077Z|3561285e-8991-468c-b363-79b133a3bd5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:36:32.867Z|b62b8b0e-b58b-465b-bf8d-bf5a3b8b06a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:36:32.868Z|b62b8b0e-b58b-465b-bf8d-bf5a3b8b06a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:36:33.369Z|0139a901-6983-45f5-8fc2-be611dcbb6f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:33.369Z|180eb6f2-7c27-4a34-b621-0b3e9b1fdfcc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:33.370Z|0139a901-6983-45f5-8fc2-be611dcbb6f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:33.370Z|180eb6f2-7c27-4a34-b621-0b3e9b1fdfcc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:33.941Z|d43fc844-17f7-4581-ba57-b556a4e0a309|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:36:33.942Z|d43fc844-17f7-4581-ba57-b556a4e0a309|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:35.888Z|71d6fe76-2c0e-451a-8dd8-0ddfc129c2b9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:35.889Z|71d6fe76-2c0e-451a-8dd8-0ddfc129c2b9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:43.394Z|fa9447b4-b330-4c64-99a8-a44369b23d7e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:43.394Z|81304ba6-28d6-4612-b537-8542959e827e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:43.395Z|fa9447b4-b330-4c64-99a8-a44369b23d7e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:43.395Z|81304ba6-28d6-4612-b537-8542959e827e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:45.915Z|5d2da919-aed2-4a2b-bb38-1aee99c9c00f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:45.916Z|5d2da919-aed2-4a2b-bb38-1aee99c9c00f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:47.074Z|a4dac968-f59d-40f3-aecc-8675124c1fb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:36:47.074Z|a4dac968-f59d-40f3-aecc-8675124c1fb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:36:53.418Z|3397163a-8527-432b-874f-8fa94bf555db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:53.419Z|3397163a-8527-432b-874f-8fa94bf555db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:53.421Z|b63b8894-3158-4fb4-81ff-51249c952b43|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:53.421Z|b63b8894-3158-4fb4-81ff-51249c952b43|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:36:55.963Z|761a061d-8472-4fdd-9fa9-d6fd04a4479b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:36:55.964Z|761a061d-8472-4fdd-9fa9-d6fd04a4479b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:02.074Z|16956216-4cc2-4007-9492-99c1d824419a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:37:02.075Z|16956216-4cc2-4007-9492-99c1d824419a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:37:02.868Z|827e4284-e47e-4c06-bc72-6b1cc44b0eee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:37:02.869Z|827e4284-e47e-4c06-bc72-6b1cc44b0eee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:37:03.443Z|050c16f8-1517-451f-8e45-d20a15583148|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:03.444Z|050c16f8-1517-451f-8e45-d20a15583148|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:03.447Z|d44c7ee9-2ee3-4834-8cb0-d969123ff4d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:03.447Z|d44c7ee9-2ee3-4834-8cb0-d969123ff4d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:05.988Z|dc6750c3-89c8-4f32-9081-11412e74b8af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:05.990Z|dc6750c3-89c8-4f32-9081-11412e74b8af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:13.470Z|7b465ae6-4124-49bc-b9c1-d20feae265ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:13.472Z|7b465ae6-4124-49bc-b9c1-d20feae265ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:13.474Z|f671b2e6-777c-440a-b0b1-a7c98ffcaea2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:13.475Z|f671b2e6-777c-440a-b0b1-a7c98ffcaea2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:16.048Z|4d02098f-d3fd-48dc-a3eb-f751f7fb3fae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:16.050Z|4d02098f-d3fd-48dc-a3eb-f751f7fb3fae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:17.074Z|28815b98-40a9-4349-b0f4-b271050c0b84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:37:17.078Z|28815b98-40a9-4349-b0f4-b271050c0b84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:37:23.495Z|91a1bac3-2965-4f70-8566-60794dc9d89c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:23.497Z|91a1bac3-2965-4f70-8566-60794dc9d89c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:23.505Z|6c5e3186-1d57-436d-ac77-54005c25e6bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:23.505Z|6c5e3186-1d57-436d-ac77-54005c25e6bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:26.080Z|96d12a5d-bf9d-4f8d-99bf-aedff208ce15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:26.081Z|96d12a5d-bf9d-4f8d-99bf-aedff208ce15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:32.074Z|b328fd60-c195-4f68-9126-9682a53102ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:37:32.075Z|b328fd60-c195-4f68-9126-9682a53102ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:37:32.870Z|00354660-1135-4793-bbfb-f0f3705e9c62|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:37:32.871Z|00354660-1135-4793-bbfb-f0f3705e9c62|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:37:33.526Z|e8b98ab9-24e4-4374-ae4c-e673185a0543|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:33.527Z|e8b98ab9-24e4-4374-ae4c-e673185a0543|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:33.530Z|c72bd608-7f4e-4635-9974-9c73212f0c06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:33.535Z|c72bd608-7f4e-4635-9974-9c73212f0c06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:33.942Z|2fa1e4c3-4c32-4b6e-bb08-db9592ddbcd4|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:37:33.943Z|2fa1e4c3-4c32-4b6e-bb08-db9592ddbcd4|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:36.110Z|6788b85f-53b2-4dc7-96f5-a8088b2c5e9d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:36.112Z|6788b85f-53b2-4dc7-96f5-a8088b2c5e9d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:43.552Z|18d17a05-e8c4-4a5f-828e-dd1a1bec7db1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:43.553Z|18d17a05-e8c4-4a5f-828e-dd1a1bec7db1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:43.556Z|5d216cbd-ea62-42da-a81a-7f11036c5567|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:43.557Z|5d216cbd-ea62-42da-a81a-7f11036c5567|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:46.137Z|cfdb6d8a-fc2a-4da5-b7d4-c43a584a1726|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:46.139Z|cfdb6d8a-fc2a-4da5-b7d4-c43a584a1726|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:47.074Z|799eeaac-3de3-450f-99f1-ccdbb877b797|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:37:47.074Z|799eeaac-3de3-450f-99f1-ccdbb877b797|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:37:53.576Z|0a527788-3a5b-4a6e-ad25-0d0814757556|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:53.576Z|de74df31-f6b9-4e1e-ab7f-2009afb3d2e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:53.577Z|0a527788-3a5b-4a6e-ad25-0d0814757556|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:53.578Z|de74df31-f6b9-4e1e-ab7f-2009afb3d2e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:37:56.163Z|6c35c539-fe85-454d-94ef-be92fd16bcc3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:37:56.165Z|6c35c539-fe85-454d-94ef-be92fd16bcc3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:02.073Z|769a38d3-60ea-4f90-a638-4884dc408dc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:38:02.077Z|769a38d3-60ea-4f90-a638-4884dc408dc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:38:02.871Z|2af5cb0f-6693-4b68-8579-2c4029ad37d7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:38:02.872Z|2af5cb0f-6693-4b68-8579-2c4029ad37d7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:38:03.597Z|d0d14e4f-14a2-426f-8957-b9547b0c36a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:03.598Z|d0d14e4f-14a2-426f-8957-b9547b0c36a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:03.598Z|ca722788-310e-4129-9243-1171f9a0aaba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:03.599Z|ca722788-310e-4129-9243-1171f9a0aaba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:06.186Z|9d508ba8-85dc-4b21-8e5c-67c06a9a3def|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:06.187Z|9d508ba8-85dc-4b21-8e5c-67c06a9a3def|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:13.621Z|3954fc33-c918-472f-afd6-56f3f10ecff7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:13.622Z|3954fc33-c918-472f-afd6-56f3f10ecff7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:13.630Z|bd809b84-3f1f-4c11-8c7c-8f87c2d00d6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:13.630Z|bd809b84-3f1f-4c11-8c7c-8f87c2d00d6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:16.209Z|084ff418-985e-4b2a-86f6-34c5e79048f2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:16.210Z|084ff418-985e-4b2a-86f6-34c5e79048f2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:17.074Z|fdae4d9c-0369-4c6b-aea7-199f8f521eb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:38:17.074Z|fdae4d9c-0369-4c6b-aea7-199f8f521eb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:38:23.646Z|df3ad66e-e08d-4af3-aa0e-5b00c158371a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:23.647Z|df3ad66e-e08d-4af3-aa0e-5b00c158371a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:23.651Z|c21b936b-92f3-4f75-b48c-ca4840d4c85c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:23.651Z|c21b936b-92f3-4f75-b48c-ca4840d4c85c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:26.233Z|9d4c25ae-30c8-488f-bec3-35b039949645|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:26.234Z|9d4c25ae-30c8-488f-bec3-35b039949645|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:32.073Z|6c621f70-54cd-4d49-a1dd-039aa3616e79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:38:32.074Z|6c621f70-54cd-4d49-a1dd-039aa3616e79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:38:32.873Z|b44b7366-d137-4d51-9c47-322a16fe0b05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:38:32.873Z|b44b7366-d137-4d51-9c47-322a16fe0b05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:38:33.668Z|1627ceba-3600-4368-8fa6-3bc8033fa00a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:33.669Z|1627ceba-3600-4368-8fa6-3bc8033fa00a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:33.767Z|d24301af-fb28-47e4-b252-6286ffb6c106|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:33.768Z|d24301af-fb28-47e4-b252-6286ffb6c106|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:33.941Z|f83e00c1-7afa-40d0-9890-081f6758c991|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:38:33.942Z|f83e00c1-7afa-40d0-9890-081f6758c991|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:36.260Z|ec4b4cee-9b6c-497c-83dd-8afe1ca9e220|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:36.261Z|ec4b4cee-9b6c-497c-83dd-8afe1ca9e220|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:43.784Z|14a3f523-7b18-4736-b5b3-20d5217e0c56|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:43.785Z|14a3f523-7b18-4736-b5b3-20d5217e0c56|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:43.789Z|9ccd3713-6b43-47c5-9084-63feeb3a7e41|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:43.790Z|9ccd3713-6b43-47c5-9084-63feeb3a7e41|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:46.285Z|2ea869b3-4ab1-40f0-8a47-c8598c7a0b6b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:46.286Z|2ea869b3-4ab1-40f0-8a47-c8598c7a0b6b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:47.074Z|9427a381-ac18-4bc2-bfe2-31f5840dbe7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:38:47.077Z|9427a381-ac18-4bc2-bfe2-31f5840dbe7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:38:53.807Z|8dfff448-9f47-40bc-9c31-020e9c6345ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:53.808Z|8dfff448-9f47-40bc-9c31-020e9c6345ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:53.814Z|9d342329-73bb-4ab7-9958-839da499ab8e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:53.815Z|9d342329-73bb-4ab7-9958-839da499ab8e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:38:56.310Z|32ba2e57-2bc6-4e26-8564-1d61b558011f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:38:56.312Z|32ba2e57-2bc6-4e26-8564-1d61b558011f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:02.073Z|3885b6f3-4d85-4f58-8489-ad04b71ec642|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:39:02.074Z|3885b6f3-4d85-4f58-8489-ad04b71ec642|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:39:02.874Z|2534d0b2-ce3e-4921-ba07-3cad510cc072|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:39:02.875Z|2534d0b2-ce3e-4921-ba07-3cad510cc072|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:39:03.832Z|a66ad5f1-04f4-459e-92fa-428abdbff818|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:03.833Z|a66ad5f1-04f4-459e-92fa-428abdbff818|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:03.835Z|44dad777-9a71-4dda-b5e0-62b64958a309|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:03.839Z|44dad777-9a71-4dda-b5e0-62b64958a309|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:06.337Z|e15af4ae-c36e-4e01-8472-364f4066eec9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:06.338Z|e15af4ae-c36e-4e01-8472-364f4066eec9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:13.855Z|a65ef4c2-277e-42bb-b920-0d3cc1c1733e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:13.856Z|a65ef4c2-277e-42bb-b920-0d3cc1c1733e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:13.863Z|58618e07-ea16-42c1-a79c-9a9c26ef88aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:13.864Z|58618e07-ea16-42c1-a79c-9a9c26ef88aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:16.359Z|2450d308-90e9-4f8f-9c6e-ba5aa545ccbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:16.360Z|2450d308-90e9-4f8f-9c6e-ba5aa545ccbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:17.074Z|39fafaab-fa74-424b-a7e2-63a1c4ddc727|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:39:17.074Z|39fafaab-fa74-424b-a7e2-63a1c4ddc727|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:39:23.879Z|7ee2229f-1a96-448a-968d-0b9e79e9a747|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:23.881Z|7ee2229f-1a96-448a-968d-0b9e79e9a747|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:23.885Z|ff7499f8-822e-4d7e-b081-6f8fcb3b5250|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:23.885Z|ff7499f8-822e-4d7e-b081-6f8fcb3b5250|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:26.381Z|fef5dd67-12dd-4bae-880c-93f61e844b19|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:26.381Z|fef5dd67-12dd-4bae-880c-93f61e844b19|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:32.073Z|ffa487e2-d273-491b-aaba-f58d6d9b06fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:39:32.077Z|ffa487e2-d273-491b-aaba-f58d6d9b06fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:39:32.876Z|60e5e6da-b95d-4696-8677-65f35facb710|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:39:32.876Z|60e5e6da-b95d-4696-8677-65f35facb710|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:39:33.907Z|0a269428-905b-46bb-b85e-a8cb7b19a3f2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:33.909Z|0a269428-905b-46bb-b85e-a8cb7b19a3f2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:33.916Z|c67bcb68-18a8-4e6c-9313-1bee810a6717|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:33.917Z|c67bcb68-18a8-4e6c-9313-1bee810a6717|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:33.940Z|799b4826-652b-48cb-b1c3-840c8775eafc|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:39:33.943Z|799b4826-652b-48cb-b1c3-840c8775eafc|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:36.404Z|fa3ddf77-ab6d-4e00-abe6-4d32d196180d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:36.405Z|fa3ddf77-ab6d-4e00-abe6-4d32d196180d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:43.934Z|b6e2ccf1-b6d4-4089-8f1e-a0eda332a248|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:43.935Z|b6e2ccf1-b6d4-4089-8f1e-a0eda332a248|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:43.942Z|2c5a8bf3-f2a2-49ea-8c34-9bf14b383bac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:43.943Z|2c5a8bf3-f2a2-49ea-8c34-9bf14b383bac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:46.426Z|fd90f534-49f9-4943-8e2f-95bfc4f6ec34|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:46.427Z|fd90f534-49f9-4943-8e2f-95bfc4f6ec34|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:47.073Z|70909667-679d-4a74-81fc-31abe55e5668|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:39:47.074Z|70909667-679d-4a74-81fc-31abe55e5668|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:39:53.958Z|7dcb67f1-de7b-4b92-b2cf-5d2ab02cda0f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:53.958Z|7dcb67f1-de7b-4b92-b2cf-5d2ab02cda0f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:53.966Z|56d39633-fcd6-4529-8212-e8c998627e4a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:53.967Z|56d39633-fcd6-4529-8212-e8c998627e4a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:39:56.449Z|75100443-b17f-405f-8c40-33f4aea56c03|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:39:56.449Z|75100443-b17f-405f-8c40-33f4aea56c03|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:02.074Z|528b85af-dadc-481c-96a1-87da0d55ffde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:40:02.074Z|528b85af-dadc-481c-96a1-87da0d55ffde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:40:02.877Z|1d70fac8-1ebc-42e6-b861-576aa23fd844|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:40:02.878Z|1d70fac8-1ebc-42e6-b861-576aa23fd844|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:40:03.980Z|edd3c0c1-31b7-461f-a74e-fd9e58bc0b90|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:03.981Z|edd3c0c1-31b7-461f-a74e-fd9e58bc0b90|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:03.990Z|91ca3ca9-dc3d-4538-b5b5-6ae77d52efcb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:03.991Z|91ca3ca9-dc3d-4538-b5b5-6ae77d52efcb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:06.475Z|39389cbf-f88c-479e-a736-7e98621ab56e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:06.476Z|39389cbf-f88c-479e-a736-7e98621ab56e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:14.036Z|e41345a5-25aa-4174-94ac-1597aab7f37b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:14.037Z|e41345a5-25aa-4174-94ac-1597aab7f37b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:14.038Z|7a9cab5a-8723-4497-93f9-ac4688bb1607|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:14.038Z|7a9cab5a-8723-4497-93f9-ac4688bb1607|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:16.500Z|0ee62691-718f-4e9a-8eb5-008ef8042f5b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:16.501Z|0ee62691-718f-4e9a-8eb5-008ef8042f5b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:17.073Z|7091829a-ba05-40ef-ab10-640541185f2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:40:17.077Z|7091829a-ba05-40ef-ab10-640541185f2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:40:24.061Z|8d2239c3-f603-4cc4-9104-adfbe8c79403|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:24.061Z|fcc4d2e6-1c1b-48c9-a6e6-a1e0adbb154c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:24.062Z|8d2239c3-f603-4cc4-9104-adfbe8c79403|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:24.062Z|fcc4d2e6-1c1b-48c9-a6e6-a1e0adbb154c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:26.527Z|01478b5b-8caf-40c1-bc3e-0b97592f60c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:26.528Z|01478b5b-8caf-40c1-bc3e-0b97592f60c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:32.073Z|67c248a9-353e-4aea-a4d2-b1ade5ec10ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:40:32.074Z|67c248a9-353e-4aea-a4d2-b1ade5ec10ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:40:32.879Z|a950a50d-b4b6-4ca3-8e74-e29edf79540a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:40:32.879Z|a950a50d-b4b6-4ca3-8e74-e29edf79540a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:40:33.941Z|9839183d-3437-4392-94eb-45e0d544e537|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:40:33.942Z|9839183d-3437-4392-94eb-45e0d544e537|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:34.123Z|1947d70a-d594-463c-bc62-6f6534508a81|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:34.124Z|a8babe6e-3431-4bf4-a0e1-685bbf86d29d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:34.124Z|1947d70a-d594-463c-bc62-6f6534508a81|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:34.125Z|a8babe6e-3431-4bf4-a0e1-685bbf86d29d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:36.551Z|ef57d5db-38fe-4e52-adaf-739ca9c9cbf2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:36.552Z|ef57d5db-38fe-4e52-adaf-739ca9c9cbf2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:44.148Z|7aff9a7b-d8f6-424b-86a1-168c08512b2b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:44.148Z|1e1bf507-d7d6-4600-99a8-92e2c728a414|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:44.149Z|7aff9a7b-d8f6-424b-86a1-168c08512b2b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:44.149Z|1e1bf507-d7d6-4600-99a8-92e2c728a414|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:46.579Z|3758a820-f1fc-48cb-9d92-b912272a12db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:46.580Z|3758a820-f1fc-48cb-9d92-b912272a12db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:47.074Z|21d8a1f1-482b-4029-9039-a3e34186cfc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:40:47.074Z|21d8a1f1-482b-4029-9039-a3e34186cfc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:40:54.170Z|8061468a-3803-405a-a041-1a25af3ae504|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:54.171Z|8061468a-3803-405a-a041-1a25af3ae504|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:54.171Z|d0616ea9-f63d-44f5-860a-906d25ba3447|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:54.172Z|d0616ea9-f63d-44f5-860a-906d25ba3447|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:40:56.608Z|007999a0-8a8b-46f3-9b0e-4405f8077fdf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:40:56.609Z|007999a0-8a8b-46f3-9b0e-4405f8077fdf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:02.074Z|813e5d27-e764-4353-9acd-9b775dd9ede7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:41:02.077Z|813e5d27-e764-4353-9acd-9b775dd9ede7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:41:02.880Z|31c8714c-cca1-4e5a-b7b3-35115dc1df5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:41:02.881Z|31c8714c-cca1-4e5a-b7b3-35115dc1df5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:41:04.194Z|5065e9d0-ba07-4400-9156-7b3ce4b5d663|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:04.195Z|5065e9d0-ba07-4400-9156-7b3ce4b5d663|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:04.198Z|29d9bc39-1d4b-425f-baf0-bf6733a5af66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:04.199Z|29d9bc39-1d4b-425f-baf0-bf6733a5af66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:06.631Z|dc8134bb-8d96-49a7-bc77-f52e8e8f09c7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:06.631Z|dc8134bb-8d96-49a7-bc77-f52e8e8f09c7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:14.222Z|c04d605e-d1e2-4d24-a136-64e45d837510|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:14.223Z|c04d605e-d1e2-4d24-a136-64e45d837510|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:14.226Z|8d6057f9-9a1b-4e0a-9912-ecd321afd506|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:14.227Z|8d6057f9-9a1b-4e0a-9912-ecd321afd506|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:16.652Z|03614386-165d-42a4-8caf-5be850af1efc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:16.653Z|03614386-165d-42a4-8caf-5be850af1efc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:17.074Z|27fa7681-cfa9-478b-b36d-ccf907769438|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:41:17.074Z|27fa7681-cfa9-478b-b36d-ccf907769438|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:41:24.245Z|4d7089c2-b40b-4acc-b5c0-4ef2271bb8d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:24.246Z|4d7089c2-b40b-4acc-b5c0-4ef2271bb8d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:24.250Z|a0051bdb-733c-48d0-bc39-812ce4b8e283|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:24.251Z|a0051bdb-733c-48d0-bc39-812ce4b8e283|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:26.674Z|6e1822da-1c85-4c99-b11c-ccc0977fed78|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:26.676Z|6e1822da-1c85-4c99-b11c-ccc0977fed78|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:32.073Z|93b60d72-2186-4b57-92bf-2022e6d0bca5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:41:32.074Z|93b60d72-2186-4b57-92bf-2022e6d0bca5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:41:32.882Z|0b10dd85-caa7-41a2-952f-706570888cef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:41:32.882Z|0b10dd85-caa7-41a2-952f-706570888cef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:41:33.941Z|361d39c0-7e27-45d0-b8c5-cb1d15fd78d5|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:41:33.943Z|361d39c0-7e27-45d0-b8c5-cb1d15fd78d5|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:34.269Z|35ff295a-54b9-4d0a-8e5e-0f6f553f0657|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:34.270Z|35ff295a-54b9-4d0a-8e5e-0f6f553f0657|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:34.271Z|7241002c-fa8d-4340-9424-a86f02a9a4e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:34.272Z|7241002c-fa8d-4340-9424-a86f02a9a4e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:36.699Z|44cee7d0-e357-4326-b4fb-c0dcc5c835e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:36.700Z|44cee7d0-e357-4326-b4fb-c0dcc5c835e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:44.291Z|5320fd58-db5a-4ed4-a981-278d8017516a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:44.292Z|5320fd58-db5a-4ed4-a981-278d8017516a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:44.301Z|b26bc6cd-09ad-4a92-980c-a8eddee2fbbd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:44.302Z|b26bc6cd-09ad-4a92-980c-a8eddee2fbbd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:46.725Z|c2ac24bd-084b-4c32-9d17-db0a314f8ec9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:46.726Z|c2ac24bd-084b-4c32-9d17-db0a314f8ec9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:47.074Z|2245a7fa-0d50-4024-8eff-fd4df85f88f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:41:47.078Z|2245a7fa-0d50-4024-8eff-fd4df85f88f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:41:54.322Z|80ef2e0f-9b82-4279-8551-150217336bc8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:54.322Z|8e9db896-e056-44c0-b6ea-8b3cbc8617e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:54.325Z|8e9db896-e056-44c0-b6ea-8b3cbc8617e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:54.325Z|80ef2e0f-9b82-4279-8551-150217336bc8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:41:56.753Z|293ee94f-0221-409e-ab4a-75d7d64b7335|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:41:56.759Z|293ee94f-0221-409e-ab4a-75d7d64b7335|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:02.073Z|eca18557-7ca6-429b-be12-e1dc773d71f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:42:02.074Z|eca18557-7ca6-429b-be12-e1dc773d71f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:42:02.883Z|0c934376-9b31-49fa-a48b-bfec91944e28|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:42:02.884Z|0c934376-9b31-49fa-a48b-bfec91944e28|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:42:04.353Z|5ba074e0-b342-4c6f-8551-90463dc4cf8c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:04.353Z|5ba074e0-b342-4c6f-8551-90463dc4cf8c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:04.352Z|34527c26-ffad-4d53-b2e9-7d466159eeab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:04.358Z|34527c26-ffad-4d53-b2e9-7d466159eeab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:06.784Z|4941e4dd-74df-48c6-832f-e762d127c91c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:06.785Z|4941e4dd-74df-48c6-832f-e762d127c91c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:14.379Z|62cbbfb5-7b1c-427b-8bec-870437179b1b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:14.380Z|cd5ec03d-4d53-47cb-adda-561302576c79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:14.380Z|cd5ec03d-4d53-47cb-adda-561302576c79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:14.380Z|62cbbfb5-7b1c-427b-8bec-870437179b1b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:16.827Z|7058893a-3a17-4caf-a7e5-8eb48b31a584|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:16.828Z|7058893a-3a17-4caf-a7e5-8eb48b31a584|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:17.073Z|cd7da451-c676-416a-ac91-d4a4961373f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:42:17.074Z|cd7da451-c676-416a-ac91-d4a4961373f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:42:24.409Z|399fbbfa-ec53-4ab5-b1f0-3055bfe67e32|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:24.410Z|65c3a817-ca13-4ae8-9b19-5272ee59dac6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:24.410Z|399fbbfa-ec53-4ab5-b1f0-3055bfe67e32|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:24.410Z|65c3a817-ca13-4ae8-9b19-5272ee59dac6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:26.880Z|ac07a2be-294f-45a9-9c4d-b7f39c8fa325|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:26.881Z|ac07a2be-294f-45a9-9c4d-b7f39c8fa325|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:32.073Z|505c7a46-b0d1-45bf-b7da-7655f2163e48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:42:32.077Z|505c7a46-b0d1-45bf-b7da-7655f2163e48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:42:32.885Z|a28b7bba-9d55-460d-a5d6-d409517a36ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:42:32.886Z|a28b7bba-9d55-460d-a5d6-d409517a36ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:42:33.940Z|ac80f71a-de4b-45ce-94d3-5db95e54d5a5|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:42:33.941Z|ac80f71a-de4b-45ce-94d3-5db95e54d5a5|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:34.432Z|4d0d92f9-c7f0-4a1c-923e-cf1f0b674742|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:34.432Z|69f97bb6-c78e-4854-b4ea-4784ac677e73|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:34.433Z|4d0d92f9-c7f0-4a1c-923e-cf1f0b674742|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:34.433Z|69f97bb6-c78e-4854-b4ea-4784ac677e73|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:36.908Z|3cf782c3-a2a2-4d6e-8440-a8258fe7b2b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:36.908Z|3cf782c3-a2a2-4d6e-8440-a8258fe7b2b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:44.455Z|82d02885-0f77-4bce-a856-0e419da7dea1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:44.456Z|82d02885-0f77-4bce-a856-0e419da7dea1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:44.464Z|9661763d-65f8-4b1c-a5a0-19d36feba3ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:44.465Z|9661763d-65f8-4b1c-a5a0-19d36feba3ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:46.932Z|84d23536-b0dc-4818-888b-ebe11fdae964|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:46.933Z|84d23536-b0dc-4818-888b-ebe11fdae964|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:47.074Z|6a6da0d1-3a49-4353-83f3-3d20698b00e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:42:47.075Z|6a6da0d1-3a49-4353-83f3-3d20698b00e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:42:54.479Z|b76775fd-8bc0-4936-8955-218dfa1f834f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:54.480Z|b76775fd-8bc0-4936-8955-218dfa1f834f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:54.487Z|1d50d985-c0be-4d37-adfd-762763fb3fce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:54.488Z|1d50d985-c0be-4d37-adfd-762763fb3fce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:42:56.953Z|19e2c470-47bc-444c-a128-36185809a6b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:42:56.954Z|19e2c470-47bc-444c-a128-36185809a6b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:02.073Z|200dfa5c-b600-4437-8262-15413e2a96f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:43:02.074Z|200dfa5c-b600-4437-8262-15413e2a96f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:43:02.887Z|690e876e-7b59-4a6d-ba11-1fa9f7a681ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:43:02.888Z|690e876e-7b59-4a6d-ba11-1fa9f7a681ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:43:04.503Z|8182739d-e1d3-4052-be85-4a2150a05d91|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:04.504Z|8182739d-e1d3-4052-be85-4a2150a05d91|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:04.519Z|51c8484f-2c0b-4ce6-83cd-a40fbc362b3c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:04.519Z|51c8484f-2c0b-4ce6-83cd-a40fbc362b3c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:06.976Z|84a33b32-e078-4ffe-892e-5bb1c7dba58d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:06.977Z|84a33b32-e078-4ffe-892e-5bb1c7dba58d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:14.531Z|9c09e968-c151-4d87-836c-6fe8ffa6903d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:14.531Z|9c09e968-c151-4d87-836c-6fe8ffa6903d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:14.539Z|35d68b12-0f47-499b-95ec-6a42aa073edd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:14.540Z|35d68b12-0f47-499b-95ec-6a42aa073edd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:17.000Z|e5be2ace-f825-43de-a0a3-cddd8458758e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:17.001Z|e5be2ace-f825-43de-a0a3-cddd8458758e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:17.073Z|32e528f7-0904-4386-a5b1-fc9ea60203c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:43:17.078Z|32e528f7-0904-4386-a5b1-fc9ea60203c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:43:24.552Z|787f6d95-1464-4df3-b222-dc73d119a11a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:24.553Z|787f6d95-1464-4df3-b222-dc73d119a11a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:24.559Z|af43dd4d-ded7-49f6-80c7-8ed83fe16000|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:24.560Z|af43dd4d-ded7-49f6-80c7-8ed83fe16000|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:27.030Z|5e2f83e0-9242-422e-be44-ca5ab0c291be|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:27.031Z|5e2f83e0-9242-422e-be44-ca5ab0c291be|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:32.074Z|0d72bd14-c92f-4247-97a1-84c38f0786de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:43:32.074Z|0d72bd14-c92f-4247-97a1-84c38f0786de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:43:32.889Z|2d441671-1cc9-4a9f-b120-75a8afe1031d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:43:32.889Z|2d441671-1cc9-4a9f-b120-75a8afe1031d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:43:33.946Z|5195604b-cc3b-469b-bf88-4d91bb21c575|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:43:33.947Z|5195604b-cc3b-469b-bf88-4d91bb21c575|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:34.576Z|59765054-e66b-48a8-b4d3-40f97475974e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:34.577Z|59765054-e66b-48a8-b4d3-40f97475974e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:34.583Z|7808df65-82b9-44fc-9a25-ebcb0251c015|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:34.583Z|7808df65-82b9-44fc-9a25-ebcb0251c015|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:37.057Z|936153ad-0b73-46f3-8bf6-4531ebef546c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:37.059Z|936153ad-0b73-46f3-8bf6-4531ebef546c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:44.598Z|9d0b71d1-7551-4f96-a2f5-637a71d72e73|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:44.599Z|9d0b71d1-7551-4f96-a2f5-637a71d72e73|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:44.606Z|1d7da8ac-a25d-4b55-b06c-8dd1c658f118|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:44.607Z|1d7da8ac-a25d-4b55-b06c-8dd1c658f118|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:47.074Z|98663142-8c15-40f5-88be-b33e321c3161|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:43:47.074Z|98663142-8c15-40f5-88be-b33e321c3161|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:43:47.088Z|e91acf0d-1de9-4080-ba65-cac811a38e57|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:47.089Z|e91acf0d-1de9-4080-ba65-cac811a38e57|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:54.623Z|49dd60e9-ce9c-4641-9dfd-6902fd5cd977|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:54.624Z|49dd60e9-ce9c-4641-9dfd-6902fd5cd977|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:54.627Z|35ca5740-a978-410d-9fe2-9ab6fd5a5e43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:54.627Z|35ca5740-a978-410d-9fe2-9ab6fd5a5e43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:43:57.111Z|b59068f7-c498-492a-9596-67412cd72a08|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:43:57.112Z|b59068f7-c498-492a-9596-67412cd72a08|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:02.074Z|4f8acd32-fde2-43ed-ab00-97ac10d82740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:44:02.078Z|4f8acd32-fde2-43ed-ab00-97ac10d82740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:44:02.890Z|f7ca71b6-8afc-4d4b-bdbe-ecfa31d15020|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:44:02.891Z|f7ca71b6-8afc-4d4b-bdbe-ecfa31d15020|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:44:04.653Z|742f1850-56bc-4600-8d93-b01d280aaa3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:04.653Z|742f1850-56bc-4600-8d93-b01d280aaa3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:04.654Z|4dbc83cd-bbcd-4f67-9dbc-051b60c0a313|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:04.654Z|4dbc83cd-bbcd-4f67-9dbc-051b60c0a313|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:07.136Z|3e955f3e-2495-423b-aa97-40df21f66874|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:07.137Z|3e955f3e-2495-423b-aa97-40df21f66874|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:14.678Z|411a6682-3e1a-44b8-80c8-7135057909af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:14.678Z|411a6682-3e1a-44b8-80c8-7135057909af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:14.682Z|09855a5e-fa8f-4ee2-ba31-ac94fddcb498|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:14.683Z|09855a5e-fa8f-4ee2-ba31-ac94fddcb498|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:17.073Z|9852ad25-0019-4fb5-bce4-93875efa9c3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:44:17.075Z|9852ad25-0019-4fb5-bce4-93875efa9c3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:44:17.159Z|5a0507ba-f0b1-42a0-a2fc-1fc9caccb691|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:17.159Z|5a0507ba-f0b1-42a0-a2fc-1fc9caccb691|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:24.699Z|f9796b3c-c7c6-4c71-bb95-db0318cc82d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:24.701Z|f9796b3c-c7c6-4c71-bb95-db0318cc82d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:24.706Z|a7c02e5f-4f23-4f54-ace0-a42508cbc1e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:24.708Z|a7c02e5f-4f23-4f54-ace0-a42508cbc1e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:27.181Z|a1578904-36bd-42a6-ae15-3bfe53514845|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:27.182Z|a1578904-36bd-42a6-ae15-3bfe53514845|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:32.073Z|1472dba1-60f0-4848-a5d4-1eb94e3405df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:44:32.074Z|1472dba1-60f0-4848-a5d4-1eb94e3405df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:44:32.892Z|b28c9a50-f71c-4882-b375-35a7200d0bd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:44:32.893Z|b28c9a50-f71c-4882-b375-35a7200d0bd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:44:33.940Z|32a935bb-4572-478b-977d-6161517dfc65|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:44:33.941Z|32a935bb-4572-478b-977d-6161517dfc65|http-nio-8080-exec-10|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:34.739Z|c6babd78-3a70-4f9c-a346-23e3b35b8411|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:34.740Z|c6babd78-3a70-4f9c-a346-23e3b35b8411|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:34.740Z|d4b4f1d1-25ed-4f9c-84b5-f9c97bae1bfe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:34.741Z|d4b4f1d1-25ed-4f9c-84b5-f9c97bae1bfe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:37.209Z|c5171d6b-c820-4c6e-9d86-406132869a06|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:37.210Z|c5171d6b-c820-4c6e-9d86-406132869a06|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:44.763Z|b9eb625a-3bfe-4a5f-b5b2-49d11f96cbe8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:44.763Z|b0c1a5b7-1286-4175-81f3-89b98a3c3687|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:44.764Z|b0c1a5b7-1286-4175-81f3-89b98a3c3687|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:44.764Z|b9eb625a-3bfe-4a5f-b5b2-49d11f96cbe8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:47.074Z|35935612-a18b-44a5-a45b-bba69c86418c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:44:47.079Z|35935612-a18b-44a5-a45b-bba69c86418c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:44:47.237Z|b0dda38d-3cf4-4364-9d23-92054476b8a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:47.238Z|b0dda38d-3cf4-4364-9d23-92054476b8a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:54.785Z|63f525ad-9cf3-4421-a101-ecf5029866f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:54.785Z|65c2e6db-4895-40d1-b512-fb5109ad782e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:54.785Z|63f525ad-9cf3-4421-a101-ecf5029866f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:54.785Z|65c2e6db-4895-40d1-b512-fb5109ad782e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:44:57.267Z|853079f4-c297-446d-9dcf-d138f4ac004a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:44:57.267Z|853079f4-c297-446d-9dcf-d138f4ac004a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:02.073Z|ed36ace7-4600-48ac-a2bd-f0cd120ce078|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:45:02.074Z|ed36ace7-4600-48ac-a2bd-f0cd120ce078|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:45:02.893Z|44fb8d1b-8a9b-4816-87b3-7e185e56faa2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:45:02.894Z|44fb8d1b-8a9b-4816-87b3-7e185e56faa2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:45:04.812Z|8fb78266-d343-437d-90ce-2d0af6363571|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:04.815Z|760790ec-15da-438d-b6c0-961d30241262|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:04.816Z|760790ec-15da-438d-b6c0-961d30241262|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:04.813Z|8fb78266-d343-437d-90ce-2d0af6363571|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:07.289Z|e7fc31a7-892a-41ef-8199-5a0b3b33d34c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:07.291Z|e7fc31a7-892a-41ef-8199-5a0b3b33d34c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:14.840Z|5b41d6d6-c7d0-4e1a-bf11-3fd5662fdbf0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:14.841Z|5b41d6d6-c7d0-4e1a-bf11-3fd5662fdbf0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:14.840Z|5e821dc4-80f0-4ab5-92e9-a299ec177138|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:14.842Z|5e821dc4-80f0-4ab5-92e9-a299ec177138|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:17.073Z|7793fa11-03a4-4da8-a489-38a30b27c5ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:45:17.074Z|7793fa11-03a4-4da8-a489-38a30b27c5ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:45:17.316Z|a8ea2983-f8a0-48c5-bef1-2897c78a0ee5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:17.316Z|a8ea2983-f8a0-48c5-bef1-2897c78a0ee5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:24.863Z|7745a30f-619e-4850-8781-c2f9d3a3e5f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:24.863Z|2ca0ee48-8ba2-4a6e-b3a8-16345b3f17bc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:24.864Z|2ca0ee48-8ba2-4a6e-b3a8-16345b3f17bc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:24.864Z|7745a30f-619e-4850-8781-c2f9d3a3e5f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:27.336Z|aeaadfd6-fb91-4433-b567-ade029731b13|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:27.337Z|aeaadfd6-fb91-4433-b567-ade029731b13|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:32.073Z|a5ec4304-bfb8-4116-b699-f4d0f8339005|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:45:32.078Z|a5ec4304-bfb8-4116-b699-f4d0f8339005|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:45:32.895Z|a71f76af-3629-4b63-938d-34f2d4294e8f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:45:32.895Z|a71f76af-3629-4b63-938d-34f2d4294e8f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:45:33.940Z|8deb8857-07ce-47dc-9d16-3b033ae4808c|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:45:33.941Z|8deb8857-07ce-47dc-9d16-3b033ae4808c|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:34.886Z|00c5ff9a-9d24-4415-a581-710c615102a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:34.886Z|480278cd-ed20-4eea-9bc3-df4f47ba3120|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:34.887Z|480278cd-ed20-4eea-9bc3-df4f47ba3120|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:34.887Z|00c5ff9a-9d24-4415-a581-710c615102a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:37.368Z|0763a025-6c92-4d09-91b1-ef5d27385a63|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:37.369Z|0763a025-6c92-4d09-91b1-ef5d27385a63|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:44.919Z|c7028914-6751-4221-b138-9e96d7b79114|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:44.919Z|21dbb94e-e858-4eb8-810b-09ec011a0b24|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:44.920Z|21dbb94e-e858-4eb8-810b-09ec011a0b24|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:44.920Z|c7028914-6751-4221-b138-9e96d7b79114|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:47.074Z|45c40ac9-5fd3-4cf7-a962-fa87815370f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:45:47.074Z|45c40ac9-5fd3-4cf7-a962-fa87815370f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:45:47.391Z|06d1622d-a594-4a1c-bf9d-e1fefd8eb919|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:47.392Z|06d1622d-a594-4a1c-bf9d-e1fefd8eb919|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:54.940Z|493fe2d6-1d27-46fa-a06c-1accb0127c4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:54.940Z|eada9d35-99ba-45ed-b3cf-d4f2e7709749|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:54.941Z|493fe2d6-1d27-46fa-a06c-1accb0127c4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:54.941Z|eada9d35-99ba-45ed-b3cf-d4f2e7709749|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:45:57.416Z|10a012e2-d4f9-4dd7-bb71-9600e752ad66|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:45:57.417Z|10a012e2-d4f9-4dd7-bb71-9600e752ad66|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:02.074Z|9abdd630-a135-4bb7-b985-5348e5e441ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:46:02.075Z|9abdd630-a135-4bb7-b985-5348e5e441ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:46:02.896Z|14738ea3-8be6-4d2a-82c0-50eb27825d64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:46:02.897Z|14738ea3-8be6-4d2a-82c0-50eb27825d64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:46:04.962Z|47f60d44-4473-4369-ab07-e2d8af08a726|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:04.963Z|47f60d44-4473-4369-ab07-e2d8af08a726|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:04.968Z|a067aa19-28e3-4ba2-a299-2bb90d0ac9e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:04.969Z|a067aa19-28e3-4ba2-a299-2bb90d0ac9e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:07.441Z|1bcee48e-6f2d-42a0-8f27-7daf8f967d5d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:07.442Z|1bcee48e-6f2d-42a0-8f27-7daf8f967d5d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:14.984Z|22c2db6b-1004-4469-b6da-867dfef222aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:14.985Z|22c2db6b-1004-4469-b6da-867dfef222aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:14.991Z|edbe36bf-87ab-4414-9528-a01f53c21e90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:14.991Z|edbe36bf-87ab-4414-9528-a01f53c21e90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:17.073Z|d99fdb25-a074-4dbe-9023-1b0fb151df39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:46:17.077Z|d99fdb25-a074-4dbe-9023-1b0fb151df39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:46:17.468Z|5c32aad5-0fd0-4873-8965-9eb1feecf4fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:17.469Z|5c32aad5-0fd0-4873-8965-9eb1feecf4fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:25.006Z|22bc639c-4548-4729-a6fc-9d170e0f4bca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:25.007Z|22bc639c-4548-4729-a6fc-9d170e0f4bca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:25.012Z|3df148d1-e333-46d3-89f6-b8555f060958|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:25.013Z|3df148d1-e333-46d3-89f6-b8555f060958|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:27.493Z|12e7cf41-b1f4-4de5-90bd-665afc333d24|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:27.494Z|12e7cf41-b1f4-4de5-90bd-665afc333d24|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:32.074Z|ad53606a-4337-4791-9a79-483368be8957|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:46:32.074Z|ad53606a-4337-4791-9a79-483368be8957|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:46:32.897Z|3e9c575f-4054-4491-8370-03f6b259d075|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:46:32.898Z|3e9c575f-4054-4491-8370-03f6b259d075|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:46:33.946Z|90cc5cfa-11c9-422b-8085-6aedc89200dd|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:46:33.948Z|90cc5cfa-11c9-422b-8085-6aedc89200dd|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:35.031Z|d9681b48-36f7-4731-a0f3-ad5505b2274a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:35.032Z|d9681b48-36f7-4731-a0f3-ad5505b2274a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:35.034Z|6504e4da-e272-4c7c-9402-637e49765e06|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:35.035Z|6504e4da-e272-4c7c-9402-637e49765e06|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:37.519Z|ef46a5dc-49f3-4e5b-b0ae-3da14a1f682a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:37.520Z|ef46a5dc-49f3-4e5b-b0ae-3da14a1f682a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:45.058Z|a47f92ee-4e9c-42b2-bda4-7fa144d013d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:45.058Z|7589230f-4f28-4f93-9081-52c993f50972|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:45.061Z|7589230f-4f28-4f93-9081-52c993f50972|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:45.061Z|a47f92ee-4e9c-42b2-bda4-7fa144d013d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:47.074Z|72d7d124-51d4-42a7-a8bd-a9e45567edd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:46:47.075Z|72d7d124-51d4-42a7-a8bd-a9e45567edd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:46:47.541Z|a4d56373-d2cc-4530-bbcd-0d531c798332|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:47.542Z|a4d56373-d2cc-4530-bbcd-0d531c798332|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:55.085Z|bb3a8251-5c14-46a2-997f-915d35fc305d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:55.086Z|b41a720f-ba07-4159-86c1-8262d4282a52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:55.087Z|bb3a8251-5c14-46a2-997f-915d35fc305d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:55.087Z|b41a720f-ba07-4159-86c1-8262d4282a52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:46:57.565Z|1495ac4c-7e78-46ec-95d9-22b79ad579be|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:46:57.565Z|1495ac4c-7e78-46ec-95d9-22b79ad579be|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:02.074Z|c74262a0-5c59-4b2c-a8ec-d372708f9715|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:47:02.078Z|c74262a0-5c59-4b2c-a8ec-d372708f9715|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:47:02.899Z|244cdf9d-1397-4af7-bf69-9f5a0c374869|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:47:02.899Z|244cdf9d-1397-4af7-bf69-9f5a0c374869|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:47:05.128Z|d03c8b5d-19cb-446e-87c1-5268c1dfd276|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:05.128Z|e667e1be-ce74-435c-a48a-e6021742cd7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:05.129Z|d03c8b5d-19cb-446e-87c1-5268c1dfd276|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:05.129Z|e667e1be-ce74-435c-a48a-e6021742cd7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:07.590Z|e3de23ad-d386-44c6-bc34-53ca02d52264|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:07.591Z|e3de23ad-d386-44c6-bc34-53ca02d52264|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:15.152Z|a08d1ae6-187a-475e-bc7b-ae0198b1598f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:15.152Z|2f4a9e16-f965-4b70-8e16-0eee59ec7739|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:15.153Z|a08d1ae6-187a-475e-bc7b-ae0198b1598f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:15.153Z|2f4a9e16-f965-4b70-8e16-0eee59ec7739|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:17.074Z|418bb036-c5ee-4741-a291-d45a3e0b9941|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:47:17.074Z|418bb036-c5ee-4741-a291-d45a3e0b9941|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:47:17.613Z|13981b8b-2050-490b-913c-5110a0994c3b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:17.615Z|13981b8b-2050-490b-913c-5110a0994c3b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:25.176Z|a1ce2c03-0f85-492d-ada2-ddab9a2f690e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:25.176Z|916942ad-db9d-4440-92f6-7539374571c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:25.177Z|a1ce2c03-0f85-492d-ada2-ddab9a2f690e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:25.178Z|916942ad-db9d-4440-92f6-7539374571c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:27.638Z|2061c5d1-6411-4a99-8d7d-642a9ed736f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:27.639Z|2061c5d1-6411-4a99-8d7d-642a9ed736f8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:32.073Z|d77731ea-5cd0-4c00-a81d-e0ef553506f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:47:32.074Z|d77731ea-5cd0-4c00-a81d-e0ef553506f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:47:32.900Z|4397415f-b044-4b50-91bd-c5d02ff5bec3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:47:32.901Z|4397415f-b044-4b50-91bd-c5d02ff5bec3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:47:33.941Z|dff3ddec-c865-43cd-ae74-2ae89878ef3c|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:47:33.942Z|dff3ddec-c865-43cd-ae74-2ae89878ef3c|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:35.212Z|574249f0-530d-4693-b7f6-8f1767d08e9d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:35.214Z|574249f0-530d-4693-b7f6-8f1767d08e9d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:35.217Z|da16351e-44cd-4a38-8f11-57648796c659|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:35.218Z|da16351e-44cd-4a38-8f11-57648796c659|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:37.676Z|664caaef-5961-456a-90d5-c338f9c7708c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:37.678Z|664caaef-5961-456a-90d5-c338f9c7708c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:45.237Z|e1485a4e-de89-4aed-8608-ee08f30fccd1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:45.237Z|6dce73cc-1b58-47e0-956c-9477fc5aacc8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:45.238Z|6dce73cc-1b58-47e0-956c-9477fc5aacc8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:45.238Z|e1485a4e-de89-4aed-8608-ee08f30fccd1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:47.073Z|1f447f01-1a88-4a16-97ad-48a8c71c9635|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:47:47.077Z|1f447f01-1a88-4a16-97ad-48a8c71c9635|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:47:47.701Z|8b47b1f1-cfa3-4530-9b68-75d864c56907|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:47.702Z|8b47b1f1-cfa3-4530-9b68-75d864c56907|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:55.260Z|870c94d2-4c8b-404d-9fea-1d492d51abcf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:55.261Z|870c94d2-4c8b-404d-9fea-1d492d51abcf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:55.263Z|f46bfc1c-b587-45e4-993b-5a249bbfaae9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:55.265Z|f46bfc1c-b587-45e4-993b-5a249bbfaae9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:47:57.729Z|e1436ad3-5967-4ca5-b3a4-af0b54096a07|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:47:57.730Z|e1436ad3-5967-4ca5-b3a4-af0b54096a07|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:02.074Z|45121cde-9112-4f1a-83aa-9a46a9737d01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:48:02.074Z|45121cde-9112-4f1a-83aa-9a46a9737d01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:48:02.901Z|18f8633d-7a8d-4b9c-bdf8-bfa8d5ae37e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:48:02.902Z|18f8633d-7a8d-4b9c-bdf8-bfa8d5ae37e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:48:05.281Z|2492b497-53d5-4a90-8ac9-9cb39b8ac87a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:05.282Z|2492b497-53d5-4a90-8ac9-9cb39b8ac87a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:05.283Z|acdb64a1-09fc-4ba9-9c27-bf78ad282378|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:05.284Z|acdb64a1-09fc-4ba9-9c27-bf78ad282378|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:07.752Z|c78e2a8f-5840-4c87-b2aa-6a2deb3d37da|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:07.752Z|c78e2a8f-5840-4c87-b2aa-6a2deb3d37da|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:15.304Z|812d0dbe-b415-4ac9-97c9-5a14da635584|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:15.305Z|812d0dbe-b415-4ac9-97c9-5a14da635584|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:15.310Z|27544b73-d80f-4152-bd52-44e8679864cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:15.311Z|27544b73-d80f-4152-bd52-44e8679864cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:17.078Z|447c1530-0cfa-4910-9fff-cfc69f569504|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:48:17.082Z|447c1530-0cfa-4910-9fff-cfc69f569504|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:48:17.776Z|a0ff2e56-19d1-4b1d-a3ca-739d8c4fee54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:17.777Z|a0ff2e56-19d1-4b1d-a3ca-739d8c4fee54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:25.330Z|6c62307a-88b3-4b1f-b361-d75478d731ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:25.331Z|6c62307a-88b3-4b1f-b361-d75478d731ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:25.337Z|50f6d24a-ec9f-4d9a-8f08-bb4f75bbf8e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:25.338Z|50f6d24a-ec9f-4d9a-8f08-bb4f75bbf8e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:27.798Z|bec77082-66bc-40f2-9c6a-29dfcb70f95a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:27.799Z|bec77082-66bc-40f2-9c6a-29dfcb70f95a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:32.074Z|0203db09-6a20-4d86-b159-bba7fa14b2f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:48:32.074Z|0203db09-6a20-4d86-b159-bba7fa14b2f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:48:32.903Z|7aa2f09e-4677-4319-939b-bbd3177dfe3a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:48:32.903Z|7aa2f09e-4677-4319-939b-bbd3177dfe3a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:48:33.940Z|882e0e21-b350-4176-81d8-daeb399d2104|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:48:33.942Z|882e0e21-b350-4176-81d8-daeb399d2104|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:35.354Z|9fcc6332-d06b-4396-b214-1294ad69ab38|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:35.355Z|9fcc6332-d06b-4396-b214-1294ad69ab38|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:35.362Z|418ba263-8df9-48ee-9294-33d33d419d8f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:35.363Z|418ba263-8df9-48ee-9294-33d33d419d8f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:37.820Z|08d623b0-3550-4693-a1f5-fefcc021f0eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:37.821Z|08d623b0-3550-4693-a1f5-fefcc021f0eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:45.377Z|2e15ca61-62c6-424d-89c9-66a7483a8ad0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:45.378Z|2e15ca61-62c6-424d-89c9-66a7483a8ad0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:45.393Z|339b5863-5e05-4378-b174-4bc5bf5c5754|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:45.394Z|339b5863-5e05-4378-b174-4bc5bf5c5754|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:47.074Z|62b5a2be-bf93-4d8b-848d-e1c2cbee7d23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:48:47.074Z|62b5a2be-bf93-4d8b-848d-e1c2cbee7d23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:48:47.843Z|9565b933-1f67-40eb-9197-8a3500dfe5ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:47.844Z|9565b933-1f67-40eb-9197-8a3500dfe5ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:55.401Z|fc6ccc25-c1b4-4173-bb81-bcf418f05225|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:55.403Z|fc6ccc25-c1b4-4173-bb81-bcf418f05225|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:55.413Z|db9af5fa-b4c9-4095-80cc-b7bdade8236a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:55.414Z|db9af5fa-b4c9-4095-80cc-b7bdade8236a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:48:57.866Z|11374e8d-c75c-4640-ad73-8184c2e6e32a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:48:57.867Z|11374e8d-c75c-4640-ad73-8184c2e6e32a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:02.073Z|e63c2fc2-e3ca-4ce0-8dcf-8a0031de7dca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:49:02.075Z|e63c2fc2-e3ca-4ce0-8dcf-8a0031de7dca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:49:02.904Z|eb0c8a22-2e64-4297-9fef-cb7736b6738a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:49:02.905Z|eb0c8a22-2e64-4297-9fef-cb7736b6738a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:49:05.425Z|9e9da943-41df-4422-89e9-9c653d5fde62|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:05.426Z|9e9da943-41df-4422-89e9-9c653d5fde62|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:05.435Z|b83b9c06-63e6-4bf8-8de8-f72cb99227f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:05.435Z|b83b9c06-63e6-4bf8-8de8-f72cb99227f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:07.890Z|81f76894-d81a-4bd3-bb25-41d5f380830a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:07.891Z|81f76894-d81a-4bd3-bb25-41d5f380830a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:15.446Z|3c0b7a05-ab2c-47ce-9f8e-125a28aa98b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:15.447Z|3c0b7a05-ab2c-47ce-9f8e-125a28aa98b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:15.455Z|58dac878-2fb5-4ea3-8027-c31418f14552|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:15.457Z|58dac878-2fb5-4ea3-8027-c31418f14552|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:17.073Z|dcd14f1f-95b0-461e-a6ad-4191883936f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:49:17.074Z|dcd14f1f-95b0-461e-a6ad-4191883936f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:49:17.919Z|61bf6bd5-68ee-4ae5-b152-f3c5ff50f0c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:17.920Z|61bf6bd5-68ee-4ae5-b152-f3c5ff50f0c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:25.468Z|b28e19bc-ebb2-4439-9ca0-21c7cfc79e5f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:25.468Z|b28e19bc-ebb2-4439-9ca0-21c7cfc79e5f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:25.479Z|670c4224-ed5b-4054-be4a-6ffda19fd706|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:25.479Z|670c4224-ed5b-4054-be4a-6ffda19fd706|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:27.942Z|9f4aed03-eed2-442d-ac90-f2e3cb3840a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:27.946Z|9f4aed03-eed2-442d-ac90-f2e3cb3840a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:32.074Z|3dffe1fa-5672-4667-bf57-3acf8a4776e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:49:32.075Z|3dffe1fa-5672-4667-bf57-3acf8a4776e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:49:32.906Z|6f195d9e-ae73-40fa-bbd8-3f3975055217|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:49:32.906Z|6f195d9e-ae73-40fa-bbd8-3f3975055217|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:49:33.941Z|1b840419-c066-46a5-9446-f48a392e2439|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:49:33.942Z|1b840419-c066-46a5-9446-f48a392e2439|http-nio-8080-exec-2|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:35.490Z|9c69cd71-c58c-4fad-bf22-12af9e36503e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:35.491Z|9c69cd71-c58c-4fad-bf22-12af9e36503e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:35.499Z|8533234b-9ff5-47c7-81ed-c3f16ce31112|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:35.500Z|8533234b-9ff5-47c7-81ed-c3f16ce31112|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:37.967Z|27aa0b0e-a70c-4a09-b177-d9ad702707e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:37.968Z|27aa0b0e-a70c-4a09-b177-d9ad702707e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:45.520Z|6121e77c-a4d0-4ef6-bc1b-4438222f5a2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:45.520Z|26ffdf1d-c3b2-431a-bac7-f5bffb688954|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:45.521Z|26ffdf1d-c3b2-431a-bac7-f5bffb688954|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:45.521Z|6121e77c-a4d0-4ef6-bc1b-4438222f5a2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:47.074Z|a45d4ea4-e58e-41ad-af66-dafe15a7bb4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:49:47.075Z|a45d4ea4-e58e-41ad-af66-dafe15a7bb4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:49:47.989Z|903c83e4-43d4-450a-b343-afa62f47c979|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:47.990Z|903c83e4-43d4-450a-b343-afa62f47c979|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:55.542Z|b9860948-908a-4d71-b560-b162c3ed90a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:55.543Z|b9860948-908a-4d71-b560-b162c3ed90a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:55.549Z|c978ff2c-fa65-4864-90f0-aa6b64fd9d8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:55.549Z|c978ff2c-fa65-4864-90f0-aa6b64fd9d8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:49:58.012Z|211c5d43-8ef7-4db8-92bb-6fba13f0e6af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:49:58.013Z|211c5d43-8ef7-4db8-92bb-6fba13f0e6af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:02.074Z|85d73dd3-8d46-413c-9575-fcb4e5f9ee1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:50:02.075Z|85d73dd3-8d46-413c-9575-fcb4e5f9ee1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:50:02.907Z|e8e86271-390a-4975-a8f4-4ca72c9d0434|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:50:02.908Z|e8e86271-390a-4975-a8f4-4ca72c9d0434|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:50:05.570Z|df0e6a9f-eda0-4a58-a9ed-bf2935822d54|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:05.571Z|df0e6a9f-eda0-4a58-a9ed-bf2935822d54|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:05.589Z|9cc4a285-f5bc-42d3-97be-ceacafec41cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:05.590Z|9cc4a285-f5bc-42d3-97be-ceacafec41cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:08.034Z|87be5114-a3f1-4de5-ae20-77fd4732e31e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:08.035Z|87be5114-a3f1-4de5-ae20-77fd4732e31e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:15.598Z|be9bc902-d2bd-4e25-a7cc-f3207b88b636|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:15.599Z|be9bc902-d2bd-4e25-a7cc-f3207b88b636|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:15.620Z|88dc82a0-e2d7-4539-9f33-69e7923426cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:15.621Z|88dc82a0-e2d7-4539-9f33-69e7923426cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:17.074Z|4b0e36a4-df62-4db7-ac32-b2cd9f03a842|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:50:17.074Z|4b0e36a4-df62-4db7-ac32-b2cd9f03a842|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:50:18.060Z|3dd16ea0-34dd-450a-8fd0-c5a6f1f13829|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:18.061Z|3dd16ea0-34dd-450a-8fd0-c5a6f1f13829|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:25.629Z|4bfb9510-ef65-4fb4-8d27-f186acfd09a9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:25.631Z|4bfb9510-ef65-4fb4-8d27-f186acfd09a9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:25.641Z|635815b5-ea30-4729-be1e-d7c9d1f487d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:25.642Z|635815b5-ea30-4729-be1e-d7c9d1f487d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:28.082Z|8b4f0a84-5d20-427c-b746-247dd4ece026|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:28.083Z|8b4f0a84-5d20-427c-b746-247dd4ece026|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:32.073Z|96a35e9b-f3c5-4b61-990a-fd108e8baee3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:50:32.077Z|96a35e9b-f3c5-4b61-990a-fd108e8baee3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:50:32.909Z|4a2fe107-d01d-47e2-8258-8855c98ff257|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:50:32.909Z|4a2fe107-d01d-47e2-8258-8855c98ff257|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:50:33.940Z|8bf93be9-8204-49a7-a27a-911de1d27406|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:50:33.941Z|8bf93be9-8204-49a7-a27a-911de1d27406|http-nio-8080-exec-8|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:35.664Z|5b74ed1e-4983-44f1-adce-518040883e65|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:35.665Z|5b74ed1e-4983-44f1-adce-518040883e65|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:35.667Z|2e077afb-3a45-4058-a1ad-987049639af5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:35.667Z|2e077afb-3a45-4058-a1ad-987049639af5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:38.111Z|d6e575fd-a4fd-4d8e-969e-e4847e1cd39d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:38.112Z|d6e575fd-a4fd-4d8e-969e-e4847e1cd39d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:45.695Z|cd946fd1-5a43-44ee-9b1a-ddda0513df42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:45.695Z|40bfa04d-2ce5-4a04-8d22-c4db547832a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:45.695Z|cd946fd1-5a43-44ee-9b1a-ddda0513df42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:45.696Z|40bfa04d-2ce5-4a04-8d22-c4db547832a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:47.073Z|f24f6ee6-10bb-409b-837c-36a08ca7cb1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:50:47.074Z|f24f6ee6-10bb-409b-837c-36a08ca7cb1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:50:48.135Z|546d42e1-adbd-4063-b804-604ae12b5978|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:48.135Z|546d42e1-adbd-4063-b804-604ae12b5978|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:55.717Z|024b2717-5a4b-4db2-8284-b2bbf5e28d2a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:55.717Z|b47b24a9-4240-49fd-8c87-feda18db86e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:55.718Z|b47b24a9-4240-49fd-8c87-feda18db86e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:55.718Z|024b2717-5a4b-4db2-8284-b2bbf5e28d2a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:50:58.156Z|04a8e3ff-640b-4cac-9da5-a8169d242946|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:50:58.157Z|04a8e3ff-640b-4cac-9da5-a8169d242946|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:02.073Z|f379781a-5792-480c-9ed9-a5b58c62c35f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:51:02.074Z|f379781a-5792-480c-9ed9-a5b58c62c35f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:51:02.910Z|0e3c0423-fdf5-4253-8064-6d0c17832870|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:51:02.911Z|0e3c0423-fdf5-4253-8064-6d0c17832870|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:51:05.738Z|a9087848-fb4c-4fe5-ac26-fbb614d2037a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:05.739Z|a9087848-fb4c-4fe5-ac26-fbb614d2037a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:05.740Z|72e85580-2c19-4277-8d55-83b6453a3ff9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:05.741Z|72e85580-2c19-4277-8d55-83b6453a3ff9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:08.178Z|c091296a-5fa2-481e-a1ed-c6ba5d4d56bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:08.179Z|c091296a-5fa2-481e-a1ed-c6ba5d4d56bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:15.764Z|17208132-f703-4f06-9374-e5c538c38dfc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:15.764Z|8011a881-1127-4ab3-8caa-567a9d874597|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:15.765Z|17208132-f703-4f06-9374-e5c538c38dfc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:15.765Z|8011a881-1127-4ab3-8caa-567a9d874597|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:17.073Z|6eff776c-0a77-4760-aba6-a2740df721f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:51:17.077Z|6eff776c-0a77-4760-aba6-a2740df721f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:51:18.202Z|bbb890e4-1349-4de5-8502-343f0b094b04|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:18.203Z|bbb890e4-1349-4de5-8502-343f0b094b04|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:25.788Z|c0ecd430-1d4d-465e-bf35-9fd13c4a54d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:25.789Z|c0ecd430-1d4d-465e-bf35-9fd13c4a54d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:25.811Z|877cdcf3-ba96-4c53-9dac-8f557d6b2217|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:25.812Z|877cdcf3-ba96-4c53-9dac-8f557d6b2217|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:28.226Z|f68f419f-1ea8-46fc-a2ef-28343a42e9d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:28.227Z|f68f419f-1ea8-46fc-a2ef-28343a42e9d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:32.073Z|3e961e52-3c2e-4d6a-8283-6a5cddbb1e5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:51:32.074Z|3e961e52-3c2e-4d6a-8283-6a5cddbb1e5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:51:32.911Z|44f3e801-0be0-4819-8760-cc6001f85b52|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:51:32.912Z|44f3e801-0be0-4819-8760-cc6001f85b52|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:51:33.940Z|32c225c5-5c84-4958-91f7-fe3f20d3106f|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:51:33.941Z|32c225c5-5c84-4958-91f7-fe3f20d3106f|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:35.818Z|d95956d0-87fb-4a04-8afd-bdb9df2b6d87|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:35.819Z|d95956d0-87fb-4a04-8afd-bdb9df2b6d87|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:35.833Z|8c4ffd4c-d97c-4c1b-849f-476dfc2460d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:35.834Z|8c4ffd4c-d97c-4c1b-849f-476dfc2460d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:38.247Z|b8ce8a6e-3667-4214-ac63-07a3154f493b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:38.248Z|b8ce8a6e-3667-4214-ac63-07a3154f493b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:45.839Z|11c259e3-24b1-4866-9d37-2a3d65484828|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:45.840Z|11c259e3-24b1-4866-9d37-2a3d65484828|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:45.856Z|68614729-82a0-42e2-8e2c-fbc3d5833086|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:45.857Z|68614729-82a0-42e2-8e2c-fbc3d5833086|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:47.073Z|86fb1172-2329-43a2-8683-d142a1f245d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:51:47.074Z|86fb1172-2329-43a2-8683-d142a1f245d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:51:48.268Z|b0017a7d-58f2-4646-853e-7c4856c27c8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:48.269Z|b0017a7d-58f2-4646-853e-7c4856c27c8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:55.861Z|b7577a97-c69a-48b0-a3de-f5e29ef3abd3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:55.862Z|b7577a97-c69a-48b0-a3de-f5e29ef3abd3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:55.887Z|b4c4f77f-79dd-48f4-8e48-46645d88117d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:55.888Z|b4c4f77f-79dd-48f4-8e48-46645d88117d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:51:58.291Z|eb9c1386-d7bc-4673-9c4e-4d3dc148961e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:51:58.292Z|eb9c1386-d7bc-4673-9c4e-4d3dc148961e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:02.073Z|6979d79a-488f-449a-83f9-157d72c55db8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:52:02.077Z|6979d79a-488f-449a-83f9-157d72c55db8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:52:02.913Z|8782d431-f939-4170-99db-150e6013766e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:52:02.914Z|8782d431-f939-4170-99db-150e6013766e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:52:05.891Z|f97a8f0f-4455-41c0-8d60-546db0531df0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:05.892Z|f97a8f0f-4455-41c0-8d60-546db0531df0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:05.909Z|e3fbfee1-998d-45ae-b443-ecca5f5a87d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:05.910Z|e3fbfee1-998d-45ae-b443-ecca5f5a87d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:08.320Z|b985b476-8ecf-4575-be63-fdab152c086f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:08.321Z|b985b476-8ecf-4575-be63-fdab152c086f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:15.946Z|91e919d2-c8eb-4aae-81fa-3ee9acf6778b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:15.948Z|91e919d2-c8eb-4aae-81fa-3ee9acf6778b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:15.950Z|6ca8da72-5fb4-40f5-ade4-1c64dc8e3bd8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:15.951Z|6ca8da72-5fb4-40f5-ade4-1c64dc8e3bd8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:17.073Z|669d30ec-0123-4b00-9553-2a0538b63e20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:52:17.074Z|669d30ec-0123-4b00-9553-2a0538b63e20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:52:18.343Z|d599d410-de65-41bb-94d2-86b94cbc2ce0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:18.343Z|d599d410-de65-41bb-94d2-86b94cbc2ce0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:25.970Z|508c43ee-f221-48dc-ac4e-a2cd90af2a38|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:25.971Z|508c43ee-f221-48dc-ac4e-a2cd90af2a38|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:25.981Z|961d4ba5-4ead-47be-9481-f0b4aeacb8a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:25.981Z|961d4ba5-4ead-47be-9481-f0b4aeacb8a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:28.366Z|6bcafd22-a7fb-4942-a2cf-3beb078c4695|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:28.367Z|6bcafd22-a7fb-4942-a2cf-3beb078c4695|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:32.073Z|b141b89b-2b08-4c16-b141-d3f564866b5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:52:32.074Z|b141b89b-2b08-4c16-b141-d3f564866b5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:52:32.914Z|26c0d074-af43-45a6-8566-9b351c683c8c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:52:32.915Z|26c0d074-af43-45a6-8566-9b351c683c8c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:52:33.941Z|5806233e-8dd3-4846-90b6-6be3297e6ea6|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:52:33.944Z|5806233e-8dd3-4846-90b6-6be3297e6ea6|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:35.993Z|6719d9a4-47eb-40c0-a6b9-b53b0a4660f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:35.994Z|6719d9a4-47eb-40c0-a6b9-b53b0a4660f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:36.021Z|f1d1a664-a864-407e-8f82-171ec5cfb714|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:36.023Z|f1d1a664-a864-407e-8f82-171ec5cfb714|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:38.388Z|0ab3149f-21b1-4d28-b738-df283b1f900e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:38.389Z|0ab3149f-21b1-4d28-b738-df283b1f900e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:46.025Z|d7cd1fdf-adfb-4b82-b0ee-efff0975b594|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:46.026Z|d7cd1fdf-adfb-4b82-b0ee-efff0975b594|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:46.068Z|41a6bf61-63ab-4f5a-b1a1-fd4c55f70c48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:46.070Z|41a6bf61-63ab-4f5a-b1a1-fd4c55f70c48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:47.074Z|339db52b-7191-4cbd-aa33-f1bb802b6f08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:52:47.077Z|339db52b-7191-4cbd-aa33-f1bb802b6f08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:52:48.413Z|e52425b2-dd99-4d71-8417-f409a144e76e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:48.414Z|e52425b2-dd99-4d71-8417-f409a144e76e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:56.054Z|c3c2ec00-0e56-4ed5-9c81-5695c930fc4d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:56.055Z|c3c2ec00-0e56-4ed5-9c81-5695c930fc4d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:56.090Z|c81ed567-5788-4960-b0a0-c11b5eefb181|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:56.091Z|c81ed567-5788-4960-b0a0-c11b5eefb181|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:52:58.439Z|7e9d31b8-e351-4a9a-a8f8-09bae7f6dfd9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:52:58.441Z|7e9d31b8-e351-4a9a-a8f8-09bae7f6dfd9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:02.074Z|8da0f141-1eb6-4980-a3a2-2489ec6f46f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:53:02.074Z|8da0f141-1eb6-4980-a3a2-2489ec6f46f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:53:02.916Z|b935b555-e1a4-4a08-aded-f99db5e2cbcf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:53:02.916Z|b935b555-e1a4-4a08-aded-f99db5e2cbcf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:53:06.090Z|bd2681cd-ca85-481d-8389-24c68a2fc5e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:06.092Z|bd2681cd-ca85-481d-8389-24c68a2fc5e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:06.124Z|61a49501-c598-4cdf-b86b-f276c011660f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:06.125Z|61a49501-c598-4cdf-b86b-f276c011660f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:08.466Z|e516a2f4-f29e-4aa5-9c46-c314b4bf5990|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:08.467Z|e516a2f4-f29e-4aa5-9c46-c314b4bf5990|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:16.124Z|79543101-c89b-4672-947b-4687d526eb11|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:16.125Z|79543101-c89b-4672-947b-4687d526eb11|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:16.148Z|3b9c34fa-1324-41b1-9246-3b1dc9c7727a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:16.149Z|3b9c34fa-1324-41b1-9246-3b1dc9c7727a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:17.074Z|383e4859-ad3a-40c7-9c47-e92bac964d06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:53:17.074Z|383e4859-ad3a-40c7-9c47-e92bac964d06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:53:18.489Z|76f0ff45-8f6a-4ee3-8d80-6474cf36495f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:18.490Z|76f0ff45-8f6a-4ee3-8d80-6474cf36495f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:24.494Z|70b7e264-7dc4-42e2-af0c-ba76b01cf565|http-nio-8080-exec-5|error|UNKNOWN|||INFO|500||Entering 2022-03-04T16:53:24.498Z|70b7e264-7dc4-42e2-af0c-ba76b01cf565|http-nio-8080-exec-5|error|UNKNOWN|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:24.621Z|f27beb41-4af8-489a-98c5-f3044027e4b3|http-nio-8080-exec-4|error|UNKNOWN|||INFO|500||Entering 2022-03-04T16:53:24.622Z|f27beb41-4af8-489a-98c5-f3044027e4b3|http-nio-8080-exec-4|error|UNKNOWN|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:24.711Z||http-nio-8080-exec-9|||||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 the HTTP protocol [RTSP/1.00x0d0x0a0x0d...] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:559) 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-03-04T16:53:25.059Z||http-nio-8080-exec-8|||||ERROR|500||Uncaught exception thrown org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String "%2e" at org.springframework.security.web.firewall.StrictHttpFirewall.rejectedBlacklistedUrls(StrictHttpFirewall.java:369) at org.springframework.security.web.firewall.StrictHttpFirewall.getFirewalledRequest(StrictHttpFirewall.java:336) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:194) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T16:53:25.062Z||http-nio-8080-exec-8|||||ERROR|500||Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String "%2e" at org.springframework.security.web.firewall.StrictHttpFirewall.rejectedBlacklistedUrls(StrictHttpFirewall.java:369) at org.springframework.security.web.firewall.StrictHttpFirewall.getFirewalledRequest(StrictHttpFirewall.java:336) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:194) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T16:53:26.151Z|3e6b4e50-f39b-4b85-b323-ccdce305fc22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:26.152Z|3e6b4e50-f39b-4b85-b323-ccdce305fc22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:26.172Z|4f889cde-7ee4-47b3-8930-fc0ca6ce2d7e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:26.173Z|4f889cde-7ee4-47b3-8930-fc0ca6ce2d7e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:28.516Z|b14ac07c-78f4-4e20-a3a8-fa61f2533e8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:28.517Z|b14ac07c-78f4-4e20-a3a8-fa61f2533e8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:32.074Z|7f68186b-a79e-4d0d-91f6-26e9cbe61202|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:53:32.081Z|7f68186b-a79e-4d0d-91f6-26e9cbe61202|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:53:32.920Z|85b57290-9364-4921-b704-6fbf2212b040|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:53:32.921Z|85b57290-9364-4921-b704-6fbf2212b040|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:53:33.940Z|516cab08-35b3-4da5-a57f-6a9849766968|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:53:33.941Z|516cab08-35b3-4da5-a57f-6a9849766968|http-nio-8080-exec-7|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:36.183Z|08e582a3-4637-4cc4-a5ef-02455d0d33fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:36.184Z|08e582a3-4637-4cc4-a5ef-02455d0d33fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:36.199Z|4ba1bc7c-e949-42b4-a444-8d363580f567|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:36.200Z|4ba1bc7c-e949-42b4-a444-8d363580f567|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:38.573Z|bed2c622-7bd3-4828-a498-e11464bc0a77|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:38.574Z|bed2c622-7bd3-4828-a498-e11464bc0a77|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:46.216Z|c018d89d-c100-4ac6-bbda-1c4443b9d01f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:46.217Z|c018d89d-c100-4ac6-bbda-1c4443b9d01f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:46.222Z|0ef0d8f9-01c5-4c87-80cc-56d22344eb75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:46.223Z|0ef0d8f9-01c5-4c87-80cc-56d22344eb75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:47.074Z|f1fd92de-b1d8-41fd-b97f-72021eeeb9dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:53:47.074Z|f1fd92de-b1d8-41fd-b97f-72021eeeb9dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:53:48.597Z|6fe628df-32b5-4163-8e11-a7d0e40eeacc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:48.598Z|6fe628df-32b5-4163-8e11-a7d0e40eeacc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:56.245Z|7ac8ffaf-5c21-4255-8417-10ba6a71837e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:56.245Z|7ac8ffaf-5c21-4255-8417-10ba6a71837e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:56.248Z|62846228-59c1-4bbc-8683-9a70b73933bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:56.249Z|62846228-59c1-4bbc-8683-9a70b73933bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:53:58.621Z|fc795a4b-e766-4c85-a6b6-3304c3a0e99c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:53:58.622Z|fc795a4b-e766-4c85-a6b6-3304c3a0e99c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:02.073Z|9503865b-c63f-4cfb-9608-ed2ea5e9d10d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:54:02.074Z|9503865b-c63f-4cfb-9608-ed2ea5e9d10d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:54:02.921Z|037cce50-07c0-4824-acec-3a62714c236f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:54:02.922Z|037cce50-07c0-4824-acec-3a62714c236f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:54:06.273Z|5086a9cc-a897-42bd-9041-e7bc5aa87f7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:06.274Z|5086a9cc-a897-42bd-9041-e7bc5aa87f7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:06.281Z|277f77f3-e149-4875-a82a-367bb4025b81|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:06.282Z|277f77f3-e149-4875-a82a-367bb4025b81|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:08.666Z|dd8fb15d-1709-4f9b-a242-aa75598379f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:08.667Z|dd8fb15d-1709-4f9b-a242-aa75598379f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:16.297Z|36ee9e91-de0e-4bba-9269-8a40d10c8377|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:16.297Z|36ee9e91-de0e-4bba-9269-8a40d10c8377|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:16.312Z|0922b244-157c-468f-bbc2-24e6d28004f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:16.313Z|0922b244-157c-468f-bbc2-24e6d28004f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:17.073Z|00e4e8b6-edca-4d82-b219-c724c2ef28ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:54:17.077Z|00e4e8b6-edca-4d82-b219-c724c2ef28ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:54:18.693Z|25d7cd4e-9b69-4f9b-9db1-68c6e82076bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:18.694Z|25d7cd4e-9b69-4f9b-9db1-68c6e82076bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:26.320Z|8694fe96-432a-4edd-bc4e-a961d735a30c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:26.321Z|8694fe96-432a-4edd-bc4e-a961d735a30c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:26.336Z|9482d674-4264-40b5-996b-f391fab55a8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:26.337Z|9482d674-4264-40b5-996b-f391fab55a8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:28.719Z|9912a5a8-21eb-48e3-b20b-0357284a99e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:28.720Z|9912a5a8-21eb-48e3-b20b-0357284a99e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:32.074Z|01eaae91-ae0c-4d39-b175-a72844e083ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:54:32.074Z|01eaae91-ae0c-4d39-b175-a72844e083ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:54:32.922Z|84d89fb8-8779-48f0-9327-24a85c246abd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:54:32.923Z|84d89fb8-8779-48f0-9327-24a85c246abd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:54:33.942Z|638d38e5-69a5-4dda-bf92-409b483781bd|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:54:33.943Z|638d38e5-69a5-4dda-bf92-409b483781bd|http-nio-8080-exec-9|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:36.356Z|7a67c617-3820-4f4d-a4f3-019b425f8e98|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:36.357Z|7a67c617-3820-4f4d-a4f3-019b425f8e98|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:36.369Z|173ed08f-edd6-4e6c-8e8e-b8dc8b1feaa0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:36.370Z|173ed08f-edd6-4e6c-8e8e-b8dc8b1feaa0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:38.745Z|cdcf30ee-48bb-4972-bc66-4101e805f307|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:38.746Z|cdcf30ee-48bb-4972-bc66-4101e805f307|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:46.379Z|c4b0f5a1-73b5-4202-b887-867bbfd57be0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:46.380Z|c4b0f5a1-73b5-4202-b887-867bbfd57be0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:46.392Z|0596da7c-6a80-42e0-891a-19bf76c451e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:46.393Z|0596da7c-6a80-42e0-891a-19bf76c451e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:47.073Z|635ee0b6-a914-4e18-9340-043c01e10a9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:54:47.074Z|635ee0b6-a914-4e18-9340-043c01e10a9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:54:48.785Z|d8ac0fec-3b76-45a1-89f1-96aba34bfc8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:48.786Z|d8ac0fec-3b76-45a1-89f1-96aba34bfc8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:56.408Z|3585f2d6-c844-4466-b4f9-419bdabde55a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:56.409Z|3585f2d6-c844-4466-b4f9-419bdabde55a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:56.424Z|d29bbbee-9b87-4ab7-b284-5fcf56bd94c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:56.424Z|d29bbbee-9b87-4ab7-b284-5fcf56bd94c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:54:58.814Z|9a17448a-9e56-4a12-afe7-06d49f3f0177|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:54:58.815Z|9a17448a-9e56-4a12-afe7-06d49f3f0177|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:02.074Z|8c8f03d4-9969-4e58-b2c7-836c41c8f7dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:55:02.080Z|8c8f03d4-9969-4e58-b2c7-836c41c8f7dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:55:02.924Z|9baef2a5-e348-4ba6-954b-21d19443f1c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:55:02.924Z|9baef2a5-e348-4ba6-954b-21d19443f1c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:55:06.431Z|4dde4268-b8e5-46fd-a897-81c0ac0560d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:06.432Z|4dde4268-b8e5-46fd-a897-81c0ac0560d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:06.451Z|753691ae-d264-4150-87de-279cea5c8181|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:06.453Z|753691ae-d264-4150-87de-279cea5c8181|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:08.839Z|fa51c7b0-35da-404d-b45a-8cf40c20ea5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:08.839Z|fa51c7b0-35da-404d-b45a-8cf40c20ea5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:16.460Z|41180073-5577-4056-83bf-e170cbce3b05|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:16.461Z|41180073-5577-4056-83bf-e170cbce3b05|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:16.475Z|f968704b-fce9-43bd-83a6-e3dbcd2acada|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:16.477Z|f968704b-fce9-43bd-83a6-e3dbcd2acada|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:17.074Z|13507a8c-6782-4434-b7e1-c8a9ccbb9683|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:55:17.075Z|13507a8c-6782-4434-b7e1-c8a9ccbb9683|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:55:18.863Z|b2532f06-1b52-44c0-827d-488c74ad4d94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:18.864Z|b2532f06-1b52-44c0-827d-488c74ad4d94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:26.488Z|05478f31-cb31-4c82-b353-47c326a848ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:26.489Z|05478f31-cb31-4c82-b353-47c326a848ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:26.497Z|be01764a-8330-4938-8393-673ebb7a857f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:26.498Z|be01764a-8330-4938-8393-673ebb7a857f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:28.888Z|65fd8101-3843-418d-af84-999cfd2e5ebd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:28.889Z|65fd8101-3843-418d-af84-999cfd2e5ebd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:32.074Z|db50ca99-957f-415f-9df8-6d716eb88e60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:55:32.074Z|db50ca99-957f-415f-9df8-6d716eb88e60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:55:32.925Z|43e33166-a980-4aed-8022-b93d47667131|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:55:32.926Z|43e33166-a980-4aed-8022-b93d47667131|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:55:33.941Z|ca90d494-137f-42cf-a12a-cbd8ca1d3abb|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:55:33.942Z|ca90d494-137f-42cf-a12a-cbd8ca1d3abb|http-nio-8080-exec-1|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:36.524Z|87214377-f563-430c-8377-6543dc67c9fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:36.525Z|87214377-f563-430c-8377-6543dc67c9fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:36.533Z|106fe185-1378-404d-b3dd-3de7aee7315d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:36.534Z|106fe185-1378-404d-b3dd-3de7aee7315d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:38.924Z|dde3abc4-52ad-4b88-bfd0-7ab073b805a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:38.925Z|dde3abc4-52ad-4b88-bfd0-7ab073b805a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:46.549Z|222346e3-92f2-4dd6-91e3-3d0da87e7e6c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:46.551Z|222346e3-92f2-4dd6-91e3-3d0da87e7e6c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:46.559Z|60518797-be6a-4257-a4f6-04bc813f1375|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:46.560Z|60518797-be6a-4257-a4f6-04bc813f1375|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:47.074Z|1829841f-7b2d-4ecf-8add-066ac408d45f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:55:47.077Z|1829841f-7b2d-4ecf-8add-066ac408d45f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:55:48.945Z|f4d0374f-a44e-4641-9423-7f08b7cf56dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:48.946Z|f4d0374f-a44e-4641-9423-7f08b7cf56dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:56.574Z|24ad4cb2-29f5-4bf1-a8fa-7cecb257aa91|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:56.575Z|24ad4cb2-29f5-4bf1-a8fa-7cecb257aa91|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:56.587Z|9ac2b549-932d-4575-b45b-d910207cf8ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:56.588Z|9ac2b549-932d-4575-b45b-d910207cf8ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:55:58.967Z|e1b2c177-9ff4-49dd-83c0-dddb971777bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:55:58.968Z|e1b2c177-9ff4-49dd-83c0-dddb971777bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:02.074Z|51d2e6e2-6a1c-49c9-81ab-afa9114aa845|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:56:02.075Z|51d2e6e2-6a1c-49c9-81ab-afa9114aa845|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:56:02.926Z|32a4742d-d5e4-4db2-9bee-65f01cd11632|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:56:02.927Z|32a4742d-d5e4-4db2-9bee-65f01cd11632|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:56:06.601Z|8d80a2cc-fd7b-4218-8bb7-939cd18391c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:06.603Z|8d80a2cc-fd7b-4218-8bb7-939cd18391c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:06.620Z|75d42cf8-36e3-41d1-a7b1-0ac24f65e262|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:06.621Z|75d42cf8-36e3-41d1-a7b1-0ac24f65e262|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:08.989Z|701824ea-4bc3-4e0d-ae99-caa96b2ed5e0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:08.990Z|701824ea-4bc3-4e0d-ae99-caa96b2ed5e0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:16.645Z|25d799f6-7892-444e-b671-bad938bcd1c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:16.645Z|451af9fc-3e5e-475f-8965-b2c2c0da7462|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:16.647Z|451af9fc-3e5e-475f-8965-b2c2c0da7462|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:16.647Z|25d799f6-7892-444e-b671-bad938bcd1c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:17.074Z|6adc4211-2923-4a17-a08d-c0d0b424fb79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:56:17.076Z|6adc4211-2923-4a17-a08d-c0d0b424fb79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:56:19.011Z|b2a16ced-5d27-4674-91df-87fc5bf76ac1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:19.012Z|b2a16ced-5d27-4674-91df-87fc5bf76ac1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:26.673Z|306a6cc7-dd6c-4c0f-8ffa-132a7b3fa753|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:26.674Z|306a6cc7-dd6c-4c0f-8ffa-132a7b3fa753|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:26.677Z|3ee221f1-87d0-47f5-b5bf-d99fe3330a02|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:26.678Z|3ee221f1-87d0-47f5-b5bf-d99fe3330a02|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:29.034Z|5ed84dd4-4055-4c83-bd12-7b91140b580e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:29.035Z|5ed84dd4-4055-4c83-bd12-7b91140b580e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:32.074Z|4986865e-e3e6-4349-9d48-a55317012f18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:56:32.078Z|4986865e-e3e6-4349-9d48-a55317012f18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:56:32.928Z|7a01985f-f90c-4e94-a196-c1ad637eff1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:56:32.929Z|7a01985f-f90c-4e94-a196-c1ad637eff1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:56:33.941Z|27606a7c-770f-467f-8143-c22946d166f8|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:56:33.942Z|27606a7c-770f-467f-8143-c22946d166f8|http-nio-8080-exec-3|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:36.697Z|09c2c811-e37a-4925-a9b0-20a86573eca8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:36.698Z|09c2c811-e37a-4925-a9b0-20a86573eca8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:36.717Z|d8640687-cdc3-4d32-baad-ed6aeb832dff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:36.718Z|d8640687-cdc3-4d32-baad-ed6aeb832dff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:39.061Z|7e53d67b-ece9-423b-b93a-bbc7e1ff84a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:39.063Z|7e53d67b-ece9-423b-b93a-bbc7e1ff84a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:46.748Z|2357c52b-e058-470e-8de1-b1ba7173b647|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:46.750Z|2357c52b-e058-470e-8de1-b1ba7173b647|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:46.752Z|936cf817-03da-484f-b459-b2b192600132|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:46.752Z|936cf817-03da-484f-b459-b2b192600132|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:47.074Z|dcdaa4e7-0517-46da-b705-41a1d0f304db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:56:47.074Z|dcdaa4e7-0517-46da-b705-41a1d0f304db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:56:49.087Z|9bc685f5-1afe-4bad-8f39-c9884bfef448|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:49.088Z|9bc685f5-1afe-4bad-8f39-c9884bfef448|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:56.774Z|d380403f-b52e-4fe0-8ee3-f77e2bbf681e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:56.775Z|1e6fcc58-8470-45a4-b60d-875f3da85bd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:56.776Z|1e6fcc58-8470-45a4-b60d-875f3da85bd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:56.775Z|d380403f-b52e-4fe0-8ee3-f77e2bbf681e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:56:59.114Z|527e1132-95a8-40af-baa8-400e7553e45d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:56:59.115Z|527e1132-95a8-40af-baa8-400e7553e45d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:02.074Z|d050c5e9-5343-4991-a496-efe181381885|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:57:02.075Z|d050c5e9-5343-4991-a496-efe181381885|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:57:02.929Z|cb9cc7aa-c16c-4d1f-9f02-ec325be0ca84|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:57:02.930Z|cb9cc7aa-c16c-4d1f-9f02-ec325be0ca84|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:57:06.808Z|a1bff327-4150-4879-bb3a-5ee69befa608|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:06.809Z|a1bff327-4150-4879-bb3a-5ee69befa608|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:06.820Z|7f87e363-9b6e-4553-b5bc-82db841bfaa1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:06.821Z|7f87e363-9b6e-4553-b5bc-82db841bfaa1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:09.139Z|c8c3ab29-ae11-4f65-8ca6-d0ce48344f08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:09.139Z|c8c3ab29-ae11-4f65-8ca6-d0ce48344f08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:16.857Z|de218b72-27f4-44c0-b4a3-d17c3b62b96d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:16.857Z|7cf408ab-ca16-496f-a3aa-f9871190d20e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:16.857Z|de218b72-27f4-44c0-b4a3-d17c3b62b96d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:16.858Z|7cf408ab-ca16-496f-a3aa-f9871190d20e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:17.073Z|3333bb06-cad8-4428-89d6-819e8b5011c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:57:17.078Z|3333bb06-cad8-4428-89d6-819e8b5011c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:57:19.161Z|8c4138c0-ed06-404a-bbf2-b38332a2bbd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:19.162Z|8c4138c0-ed06-404a-bbf2-b38332a2bbd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:23.996Z|058186ef-9764-49a7-b8b0-77063f0e47aa|http-nio-8080-exec-1|error|UNKNOWN|||INFO|500||Entering 2022-03-04T16:57:23.997Z|058186ef-9764-49a7-b8b0-77063f0e47aa|http-nio-8080-exec-1|error|UNKNOWN|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:24.111Z|be6f93a5-9b6b-4b4e-a12f-d9fd7bf08190|http-nio-8080-exec-7|error|UNKNOWN|||INFO|500||Entering 2022-03-04T16:57:24.112Z|be6f93a5-9b6b-4b4e-a12f-d9fd7bf08190|http-nio-8080-exec-7|error|UNKNOWN|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:24.449Z||http-nio-8080-exec-5|||||ERROR|500||Uncaught exception thrown org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String "%2e" at org.springframework.security.web.firewall.StrictHttpFirewall.rejectedBlacklistedUrls(StrictHttpFirewall.java:369) at org.springframework.security.web.firewall.StrictHttpFirewall.getFirewalledRequest(StrictHttpFirewall.java:336) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:194) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T16:57:24.452Z||http-nio-8080-exec-5|||||ERROR|500||Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String "%2e" at org.springframework.security.web.firewall.StrictHttpFirewall.rejectedBlacklistedUrls(StrictHttpFirewall.java:369) at org.springframework.security.web.firewall.StrictHttpFirewall.getFirewalledRequest(StrictHttpFirewall.java:336) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:194) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) 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-03-04T16:57:26.884Z|e7275b9e-9078-4988-a46d-0ff7c58082e3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:26.885Z|e7275b9e-9078-4988-a46d-0ff7c58082e3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:26.892Z|b785d981-f53d-4411-8ff4-96eb0455fdb5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:26.893Z|b785d981-f53d-4411-8ff4-96eb0455fdb5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:29.185Z|b2144e49-aeb6-4851-9b64-08482fcea8eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:29.187Z|b2144e49-aeb6-4851-9b64-08482fcea8eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:32.074Z|c9869913-fc5e-44fb-8d59-581bf47adf2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:57:32.074Z|c9869913-fc5e-44fb-8d59-581bf47adf2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:57:32.931Z|5b03539f-be3e-4061-805f-54790d25b1d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:57:32.931Z|5b03539f-be3e-4061-805f-54790d25b1d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:57:33.948Z|b27af923-222b-40b2-9ac5-9c81e04bf808|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:57:33.949Z|b27af923-222b-40b2-9ac5-9c81e04bf808|http-nio-8080-exec-4|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:36.916Z|dfea73ca-09ca-4109-ae7f-84c29533a020|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:36.916Z|104b7d0e-3bdb-49d8-a10a-8dc3c41224d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:36.917Z|dfea73ca-09ca-4109-ae7f-84c29533a020|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:36.917Z|104b7d0e-3bdb-49d8-a10a-8dc3c41224d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:39.214Z|384d95ab-3a72-4b18-afff-df9765f62dca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:39.215Z|384d95ab-3a72-4b18-afff-df9765f62dca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:46.952Z|f9925142-80d3-46dc-8e6a-90993181807f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:46.953Z|f9925142-80d3-46dc-8e6a-90993181807f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:46.953Z|ac8b1c03-3800-4ce0-b5d2-04b729ad9efc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:46.954Z|ac8b1c03-3800-4ce0-b5d2-04b729ad9efc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:47.074Z|be4a2c75-4e0c-4ff3-aa93-030d4cf98777|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:57:47.074Z|be4a2c75-4e0c-4ff3-aa93-030d4cf98777|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:57:49.240Z|06e9284d-577c-48f5-a6c1-da640c13a68a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:49.240Z|06e9284d-577c-48f5-a6c1-da640c13a68a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:56.981Z|2b4c4259-8f16-4d93-917a-c1bbc60c7ef3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:56.982Z|75506b68-de24-49ca-b754-f640dc3bfab5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:56.982Z|2b4c4259-8f16-4d93-917a-c1bbc60c7ef3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:56.983Z|75506b68-de24-49ca-b754-f640dc3bfab5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:57:59.264Z|c378392f-d43a-4aae-b869-a3a04e283e3e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:57:59.264Z|c378392f-d43a-4aae-b869-a3a04e283e3e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:02.073Z|238145ef-aaa4-482b-b46b-e56513d8711a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:58:02.077Z|238145ef-aaa4-482b-b46b-e56513d8711a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:58:02.932Z|7befa251-567b-43d9-a7a2-b25eb8c1e655|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:58:02.933Z|7befa251-567b-43d9-a7a2-b25eb8c1e655|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:58:07.024Z|98824f8a-be95-4706-8757-776cfdc8a70e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:07.026Z|98824f8a-be95-4706-8757-776cfdc8a70e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:07.028Z|dba80962-0ca1-4a74-916e-9db59b9e2f10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:07.029Z|dba80962-0ca1-4a74-916e-9db59b9e2f10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:09.292Z|9d7e7b91-b4ae-43c3-a5bc-ee6022b17b7d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:09.293Z|9d7e7b91-b4ae-43c3-a5bc-ee6022b17b7d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:17.048Z|0364f92a-59b2-4ebc-9fab-b280ef5d006b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:17.049Z|0364f92a-59b2-4ebc-9fab-b280ef5d006b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:17.051Z|d6fae65f-9317-4f90-93ce-a0a6ec4b791f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:17.052Z|d6fae65f-9317-4f90-93ce-a0a6ec4b791f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:17.074Z|07eb3d08-48fc-4a21-96a3-e84d0633a310|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:58:17.075Z|07eb3d08-48fc-4a21-96a3-e84d0633a310|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:58:19.319Z|6381461b-f878-483c-a6a6-96cf1554d2ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:19.320Z|6381461b-f878-483c-a6a6-96cf1554d2ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:27.072Z|44f8e1c2-06d1-4283-851f-3c6984aa2126|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:27.072Z|524b86dd-4a01-4a45-987f-5174e5463077|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:27.073Z|44f8e1c2-06d1-4283-851f-3c6984aa2126|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:27.073Z|524b86dd-4a01-4a45-987f-5174e5463077|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:29.347Z|3d854a30-f8e3-4e8b-a615-dea4c8cee517|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:29.348Z|3d854a30-f8e3-4e8b-a615-dea4c8cee517|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:32.074Z|4eab0f0f-fdb2-4389-b6f5-61a689859757|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:58:32.074Z|4eab0f0f-fdb2-4389-b6f5-61a689859757|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:58:32.933Z|c718f7bf-f2a8-445a-acc1-25ecc442a95c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:58:32.934Z|c718f7bf-f2a8-445a-acc1-25ecc442a95c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:58:33.941Z|b91781a7-933a-4e1f-8cc8-561e2b9a1e82|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:58:33.941Z|b91781a7-933a-4e1f-8cc8-561e2b9a1e82|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:37.101Z|02c5c411-113d-453e-a470-fd8d09bef600|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:37.102Z|02c5c411-113d-453e-a470-fd8d09bef600|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:37.106Z|bb917ad4-b7a9-4c31-acb0-4ba96a1b23f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:37.108Z|bb917ad4-b7a9-4c31-acb0-4ba96a1b23f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:39.373Z|9142151c-d489-46d9-96e1-4a38447569d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:39.373Z|9142151c-d489-46d9-96e1-4a38447569d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:47.073Z|3c2db67f-70cc-4560-be2f-9e015a1e706b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:58:47.077Z|3c2db67f-70cc-4560-be2f-9e015a1e706b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:58:47.125Z|82ad2820-1be0-46a3-a058-d2aee3c0257f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:47.126Z|82ad2820-1be0-46a3-a058-d2aee3c0257f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:47.131Z|6b2d1521-7ea5-401e-8c60-8b53ac9704d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:47.132Z|6b2d1521-7ea5-401e-8c60-8b53ac9704d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:49.394Z|26921dbe-7af2-4b95-9c45-ef5ed6ab6444|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:49.395Z|26921dbe-7af2-4b95-9c45-ef5ed6ab6444|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:57.149Z|adc3b058-f636-4029-baaf-35410b7aa5e3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:57.151Z|adc3b058-f636-4029-baaf-35410b7aa5e3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:57.154Z|7aa9790f-d78a-4412-ad1d-e86279822de4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:57.157Z|7aa9790f-d78a-4412-ad1d-e86279822de4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:58:59.418Z|68143f0e-5e6b-4e9c-b839-e56f5af44670|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:58:59.419Z|68143f0e-5e6b-4e9c-b839-e56f5af44670|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:02.073Z|eafb3a2a-e9db-4e55-859b-d8c6e36b0b03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:59:02.074Z|eafb3a2a-e9db-4e55-859b-d8c6e36b0b03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:59:02.935Z|15a561cc-222b-42a7-ba1f-67a03cb32eb0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:59:02.936Z|15a561cc-222b-42a7-ba1f-67a03cb32eb0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:59:07.174Z|ea5c0a1b-0c5a-426a-a236-b8d42731c843|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:07.175Z|ea5c0a1b-0c5a-426a-a236-b8d42731c843|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:07.178Z|1130ab4b-991e-4380-9499-50cb6bf61d6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:07.179Z|1130ab4b-991e-4380-9499-50cb6bf61d6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:09.444Z|edd2e542-b9c8-4107-9bb3-bef51cf951fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:09.445Z|edd2e542-b9c8-4107-9bb3-bef51cf951fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:17.074Z|23bc4742-91ad-4f99-884c-680a5eb4c910|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:59:17.074Z|23bc4742-91ad-4f99-884c-680a5eb4c910|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:59:17.209Z|bdaeff0c-f2ce-4998-99b9-8817e5e79933|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:17.209Z|c167094f-b8c1-4069-9d6d-198162b4abe7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:17.210Z|bdaeff0c-f2ce-4998-99b9-8817e5e79933|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:17.210Z|c167094f-b8c1-4069-9d6d-198162b4abe7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:19.467Z|07e796db-8daf-4c42-a0f6-8a9c51e67b9f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:19.468Z|07e796db-8daf-4c42-a0f6-8a9c51e67b9f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:27.230Z|abbe7a63-6b2a-42ec-a197-ddc862a60cae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:27.231Z|abbe7a63-6b2a-42ec-a197-ddc862a60cae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:27.230Z|04d1a3b7-44f6-48e0-afbf-979aedc6a391|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:27.234Z|04d1a3b7-44f6-48e0-afbf-979aedc6a391|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:29.488Z|dd6f088e-f38e-4e40-aec8-5c5ee02ed233|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:29.489Z|dd6f088e-f38e-4e40-aec8-5c5ee02ed233|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:32.073Z|69ebd872-3c64-4928-bbd7-1f0f22d19654|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:59:32.077Z|69ebd872-3c64-4928-bbd7-1f0f22d19654|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:59:32.936Z|d4d752bf-df4c-43f6-adc1-f882e719855b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:59:32.937Z|d4d752bf-df4c-43f6-adc1-f882e719855b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:59:33.941Z|c418da6e-bf29-4ff4-a0b2-861606574a94|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T16:59:33.942Z|c418da6e-bf29-4ff4-a0b2-861606574a94|http-nio-8080-exec-6|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:37.257Z|d6087871-cbad-41d3-9694-01c4a081de12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:37.258Z|d6087871-cbad-41d3-9694-01c4a081de12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:37.283Z|58a0522e-f274-4f4e-8b7a-0db058aa2780|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:37.284Z|58a0522e-f274-4f4e-8b7a-0db058aa2780|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:39.511Z|acb32127-791e-42cf-81f6-8a84b64c21f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:39.511Z|acb32127-791e-42cf-81f6-8a84b64c21f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:47.073Z|5cbb1f0c-f418-4afd-bf57-c687d80c2c7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T16:59:47.075Z|5cbb1f0c-f418-4afd-bf57-c687d80c2c7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T16:59:47.278Z|5d6f8f21-0e92-4f08-bdf1-5302d07d1358|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:47.279Z|5d6f8f21-0e92-4f08-bdf1-5302d07d1358|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:47.310Z|c01a2625-7195-4065-a166-3fde7ae3800e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:47.311Z|c01a2625-7195-4065-a166-3fde7ae3800e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:49.531Z|82f45a74-b2e3-4647-bda3-0f95e1584b18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:49.535Z|82f45a74-b2e3-4647-bda3-0f95e1584b18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:57.299Z|5ce8ad60-76f3-4fd9-866e-d21939559e58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:57.300Z|5ce8ad60-76f3-4fd9-866e-d21939559e58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:57.332Z|1e99c935-bd32-4a3c-944d-130e9b05994e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:57.333Z|1e99c935-bd32-4a3c-944d-130e9b05994e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T16:59:59.565Z|64604f77-7b37-4a38-a024-693b6f393ed0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T16:59:59.565Z|64604f77-7b37-4a38-a024-693b6f393ed0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:02.074Z|aceabe4e-e68f-4533-b385-8966df60f89c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:00:02.074Z|aceabe4e-e68f-4533-b385-8966df60f89c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:00:02.937Z|62bf8816-0e02-4c9e-a69d-1b5c92e72786|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:00:02.938Z|62bf8816-0e02-4c9e-a69d-1b5c92e72786|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:00:07.322Z|9f530a14-49f6-4e61-bbc1-f36420810364|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:07.323Z|9f530a14-49f6-4e61-bbc1-f36420810364|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:07.358Z|93f3c72c-1299-4b0b-8a96-8a451e569ba4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:07.359Z|93f3c72c-1299-4b0b-8a96-8a451e569ba4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:09.588Z|3c66d4f7-f054-4cd4-bf3a-4fa01d5c9927|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:09.589Z|3c66d4f7-f054-4cd4-bf3a-4fa01d5c9927|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:17.073Z|ab14a18e-a679-45e5-840e-bcb5e9c71d99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:00:17.082Z|ab14a18e-a679-45e5-840e-bcb5e9c71d99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:00:17.344Z|3ceb7df6-7296-4a85-8574-40219f483b7d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:17.345Z|3ceb7df6-7296-4a85-8574-40219f483b7d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:17.381Z|7e235a53-412d-4b7f-a562-5575b671e065|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:17.382Z|7e235a53-412d-4b7f-a562-5575b671e065|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:19.615Z|bcfc6a84-a5b6-4ef6-b951-442579fdcf42|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:19.616Z|bcfc6a84-a5b6-4ef6-b951-442579fdcf42|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:27.385Z|6006f7a5-a189-47cb-8752-d02ba869b33f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:27.386Z|6006f7a5-a189-47cb-8752-d02ba869b33f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:27.404Z|4c000d00-fbb4-482d-9965-7367b5c979a1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:27.405Z|4c000d00-fbb4-482d-9965-7367b5c979a1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:29.640Z|48936c55-2771-4fc5-94c6-28aa8881e049|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:29.641Z|48936c55-2771-4fc5-94c6-28aa8881e049|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:32.073Z|9c041935-0f94-4dce-a0ab-036f120ade18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:00:32.074Z|9c041935-0f94-4dce-a0ab-036f120ade18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:00:32.939Z|4b818a3a-6551-4f7c-ae45-029116712267|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:00:32.939Z|4b818a3a-6551-4f7c-ae45-029116712267|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:00:33.941Z|6a3d81ec-201f-4bc1-b090-03d1bd5fb7b4|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|500||Entering 2022-03-04T17:00:33.942Z|6a3d81ec-201f-4bc1-b090-03d1bd5fb7b4|http-nio-8080-exec-5|manage/health|kube-probe/1.22|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:37.409Z|5aa6070e-5fdc-4305-a488-1c9c13c21234|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:37.411Z|5aa6070e-5fdc-4305-a488-1c9c13c21234|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:37.428Z|c4d9325d-4b50-489f-983c-c4d9a41703b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:37.428Z|c4d9325d-4b50-489f-983c-c4d9a41703b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:39.662Z|6ff47ee2-28eb-4f9c-9f9b-6e2021a8f764|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:39.664Z|6ff47ee2-28eb-4f9c-9f9b-6e2021a8f764|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:47.074Z|add1fefa-b5c5-4525-99fa-0c52ca8209df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:00:47.075Z|add1fefa-b5c5-4525-99fa-0c52ca8209df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:00:47.437Z|f8a8c1f5-5b84-49a7-a1c3-4ceaafc4cd67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:47.437Z|f8a8c1f5-5b84-49a7-a1c3-4ceaafc4cd67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:47.452Z|f807f034-ddc9-4e0d-8b18-17b76faea16b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:47.453Z|f807f034-ddc9-4e0d-8b18-17b76faea16b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:49.689Z|fd829950-83ca-49f1-a18f-30300a697045|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:49.690Z|fd829950-83ca-49f1-a18f-30300a697045|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:57.469Z|ac69cf66-383d-41a2-ba83-990af34dbc33|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:57.470Z|ac69cf66-383d-41a2-ba83-990af34dbc33|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:57.476Z|0a2b40d4-07b4-47a7-8ac6-24198ef0ae7e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:57.478Z|0a2b40d4-07b4-47a7-8ac6-24198ef0ae7e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:00:59.715Z|b0c3795a-b9de-4a1c-a435-560bee61a217|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:00:59.716Z|b0c3795a-b9de-4a1c-a435-560bee61a217|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:01:02.074Z|749becce-9335-484c-8537-ec70d0f7c5d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:01:02.077Z|749becce-9335-484c-8537-ec70d0f7c5d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:01:02.940Z|fc227438-4bb5-41ec-8782-f8b49a43f4e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:01:02.941Z|fc227438-4bb5-41ec-8782-f8b49a43f4e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:01:07.508Z|34b62943-98e9-4885-b866-9cb09631639c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:01:07.510Z|34b62943-98e9-4885-b866-9cb09631639c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:01:07.516Z|3d44392d-f316-4adc-90a1-b26bf50a10ac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:01:07.517Z|3d44392d-f316-4adc-90a1-b26bf50a10ac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:01:09.741Z|4d876b08-d800-4b74-8f5f-5787c8af85f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:01:09.742Z|4d876b08-d800-4b74-8f5f-5787c8af85f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:01:17.074Z|481394d0-ee80-4be8-b0fe-dbf6515a7d4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2022-03-04T17:01:17.075Z|481394d0-ee80-4be8-b0fe-dbf6515a7d4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2022-03-04T17:01:17.534Z|0aa41c2d-684e-44d3-bc35-b2e8576132ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:01:17.535Z|0aa41c2d-684e-44d3-bc35-b2e8576132ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:01:17.543Z|9dafacff-00c8-4cc2-80d8-0beb0840495a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:01:17.544Z|9dafacff-00c8-4cc2-80d8-0beb0840495a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:01:19.774Z|f1edd833-a4c6-481b-9afe-4fb83f939e44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:01:19.776Z|f1edd833-a4c6-481b-9afe-4fb83f939e44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:01:27.559Z|b76fa881-aab2-4be3-a1a8-f27e436dd5f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:01:27.563Z|b76fa881-aab2-4be3-a1a8-f27e436dd5f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2022-03-04T17:01:27.565Z|a353860f-027b-42e5-9d3a-8cce29226a01|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2022-03-04T17:01:27.567Z|a353860f-027b-42e5-9d3a-8cce29226a01|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.