Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/apih/ -Dlogging.config=/app/logback-spring.xml  -Dspring.config.additional-location=/app/config/override.yaml  

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

2022-11-16T23:11:59.867Z||main|||||INFO|500||The following profiles are active: basic
2022-11-16T23:12:14.193Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-16T23:12:14.194Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-16T23:12:14.300Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-16T23:12:22.381Z||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-11-16T23:12:22.605Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-16T23:12:22.936Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-16T23:12:23.740Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-16T23:12:23.750Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-16T23:12:24.072Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-16T23:12:24.609Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-16T23:12:25.267Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-16T23:12:27.051Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-16T23:12:29.059Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-16T23:12:29.121Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-16T23:12:29.743Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-16T23:12:29.897Z||main|||||ERROR|500||Could not fetch the SequenceInformation from the database
java.sql.SQLTransactionRollbackException: (conn=1134) Deadlock found when trying to get lock; try restarting transaction
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:76)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:363)
	at org.mariadb.jdbc.MariaDbStatement.executeQuery(MariaDbStatement.java:612)
	at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
	at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
	at org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl.extractMetadata(SequenceInformationExtractorMariaDBDatabaseImpl.java:52)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.sequenceInformationList(JdbcEnvironmentImpl.java:403)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.(JdbcEnvironmentImpl.java:268)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:114)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:391)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:378)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1109)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.apihandlerinfra.ApiHandlerApplication.main(ApiHandlerApplication.java:56)
	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.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: Deadlock found when trying to get lock; try restarting transaction
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:262)
	at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:357)
	... 52 common frames omitted
Caused by: java.sql.SQLException: Deadlock found when trying to get lock; try restarting transaction
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:256)
	... 53 common frames omitted
2022-11-16T23:12:30.185Z||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-11-16T23:12:31.758Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-16T23:12:33.086Z||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-11-16T23:12:40.144Z||main|||||WARN|500||---
2022-11-16T23:12:40.144Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-16T23:12:40.145Z||main|||||WARN|500||---
2022-11-16T23:12:40.700Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-16T23:12:46.480Z||main|||||INFO|500||Started ApiHandlerApplication in 49.806 seconds (JVM running for 52.524)
2022-11-16T23:12:46.492Z|de4ffabe-0692-467f-a01e-71174cd2dae9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:12:46.509Z|de4ffabe-0692-467f-a01e-71174cd2dae9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:12:46.511Z|99db36bf-1e9e-4376-b54e-7c906a7c73a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:12:46.519Z|99db36bf-1e9e-4376-b54e-7c906a7c73a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:12:51.817Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-16T23:12:52.051Z|08d0c914-819e-4bf9-8f38-1f644eb7cee9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:12:52.051Z|aaeec086-4c40-4d7b-b68e-bd1888a849ea|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-11-16T23:12:52.446Z|08d0c914-819e-4bf9-8f38-1f644eb7cee9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:12:52.446Z|aaeec086-4c40-4d7b-b68e-bd1888a849ea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:12:52.883Z|69054db8-faa9-4b7a-9100-9844cc3c259f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:12:52.884Z|69054db8-faa9-4b7a-9100-9844cc3c259f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:01.472Z|f411bf2c-7b50-4d1b-8d1a-6b10526d8030|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:13:01.474Z|f411bf2c-7b50-4d1b-8d1a-6b10526d8030|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:13:02.687Z|7648183e-877a-4f53-824b-ea000d82e3d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:02.689Z|7648183e-877a-4f53-824b-ea000d82e3d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:02.693Z|f98e089a-c0d1-4dd0-8b27-51b600e4aadb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:02.695Z|f98e089a-c0d1-4dd0-8b27-51b600e4aadb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:02.915Z|d4f668c7-9d11-4b75-bb94-2019596e1fd1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:02.916Z|d4f668c7-9d11-4b75-bb94-2019596e1fd1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:12.728Z|7cb85ad4-30b2-4948-a1b5-3b4fe29e483e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:12.730Z|7cb85ad4-30b2-4948-a1b5-3b4fe29e483e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:12.736Z|ad204ef0-9ff5-4466-a9f6-05186f4c159d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:12.738Z|ad204ef0-9ff5-4466-a9f6-05186f4c159d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:12.953Z|38c607ad-4122-4556-b782-b6dd5e7f21f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:12.954Z|38c607ad-4122-4556-b782-b6dd5e7f21f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:16.471Z|80993a8b-24fe-45ee-b4c5-6c5642679640|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:13:16.472Z|80993a8b-24fe-45ee-b4c5-6c5642679640|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:13:16.520Z|b3cf04ad-7003-4f7b-ab57-0f89f3bf2632|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:13:16.521Z|b3cf04ad-7003-4f7b-ab57-0f89f3bf2632|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:13:22.789Z|e852acd5-e8c4-44a3-b1ad-baf0bb65021d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:22.791Z|e852acd5-e8c4-44a3-b1ad-baf0bb65021d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:22.815Z|6b90be5f-4b50-4926-8476-f378b8c4e5ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:22.819Z|6b90be5f-4b50-4926-8476-f378b8c4e5ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:23.041Z|c373ca0f-c77c-43de-96d8-ff417046d737|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:23.043Z|c373ca0f-c77c-43de-96d8-ff417046d737|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:31.471Z|47e42ab3-b067-4205-8e8d-43b392b7dc9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:13:31.473Z|47e42ab3-b067-4205-8e8d-43b392b7dc9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:13:32.863Z|8faae6a7-bf7f-4840-bc0b-721894b5c549|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:32.864Z|a9f57170-3578-4193-b636-c148c7b17219|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:32.865Z|a9f57170-3578-4193-b636-c148c7b17219|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:32.864Z|8faae6a7-bf7f-4840-bc0b-721894b5c549|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:33.070Z|ce24a006-0cf5-48f5-b364-4957e4ceda50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:33.072Z|ce24a006-0cf5-48f5-b364-4957e4ceda50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:42.893Z|151e51f3-20b2-4752-a4cf-9f3571b330ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:42.894Z|151e51f3-20b2-4752-a4cf-9f3571b330ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:42.912Z|a37517ef-4902-48fd-a6ec-797365e0eb23|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:42.913Z|a37517ef-4902-48fd-a6ec-797365e0eb23|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:43.109Z|d921e3c9-8973-4918-b92c-0f741fd4ab0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:43.112Z|d921e3c9-8973-4918-b92c-0f741fd4ab0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:46.471Z|6efdfb76-6f44-4ac4-931a-9371a861f36a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:13:46.475Z|6efdfb76-6f44-4ac4-931a-9371a861f36a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:13:46.522Z|722275b2-1aff-423f-a02f-3131a6b151ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:13:46.523Z|722275b2-1aff-423f-a02f-3131a6b151ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:13:52.936Z|75ef20e2-3d90-4a57-ba90-d8c31c5fe7da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:52.937Z|75ef20e2-3d90-4a57-ba90-d8c31c5fe7da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:52.941Z|cf7d5ec7-4257-4bb2-a293-91b48307e9a2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:52.944Z|cf7d5ec7-4257-4bb2-a293-91b48307e9a2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:13:53.144Z|81f3234b-c1ff-47dd-ad92-82d23534d4a3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:13:53.146Z|81f3234b-c1ff-47dd-ad92-82d23534d4a3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:01.471Z|a3f4e22c-2d78-4545-90ee-c32a9ecc2490|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:14:01.472Z|a3f4e22c-2d78-4545-90ee-c32a9ecc2490|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:14:02.983Z|0218d810-0a98-409c-a487-8cba29bb3edf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:02.983Z|a8840cce-27a3-42ac-b8d8-ea2eec0395aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:02.985Z|0218d810-0a98-409c-a487-8cba29bb3edf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:02.985Z|a8840cce-27a3-42ac-b8d8-ea2eec0395aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:03.179Z|eaee6f41-5362-4edf-b286-0462e9320f6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:03.181Z|eaee6f41-5362-4edf-b286-0462e9320f6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:13.012Z|f83390fb-7482-44de-a387-aa67b6ed3217|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:13.013Z|f83390fb-7482-44de-a387-aa67b6ed3217|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:13.027Z|f6fe06ae-ce77-461e-9f1b-3f19be2ffec2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:13.028Z|f6fe06ae-ce77-461e-9f1b-3f19be2ffec2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:13.215Z|817c7d09-19b0-4f18-9ca8-eceeaa559dc1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:13.216Z|817c7d09-19b0-4f18-9ca8-eceeaa559dc1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:16.471Z|72a267b4-aefc-4410-bf94-f1e48209119f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:14:16.472Z|72a267b4-aefc-4410-bf94-f1e48209119f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:14:16.525Z|ad56832b-1d6f-4b35-ad83-0c11329d5a59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:14:16.526Z|ad56832b-1d6f-4b35-ad83-0c11329d5a59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:14:23.038Z|3487654c-b168-4134-a581-d590a15435d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:23.044Z|3487654c-b168-4134-a581-d590a15435d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:23.049Z|e7c704b6-741e-4649-87df-c275d4b52fc8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:23.052Z|e7c704b6-741e-4649-87df-c275d4b52fc8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:23.245Z|ca81d2b6-4919-4fe1-846b-8158df58779a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:23.246Z|ca81d2b6-4919-4fe1-846b-8158df58779a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:31.471Z|903bc590-46aa-4729-b4d2-526bb03fb37b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:14:31.474Z|903bc590-46aa-4729-b4d2-526bb03fb37b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:14:33.076Z|c237c16e-4e81-4117-8d19-9c2603962322|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:33.076Z|d589a17b-51bf-4edb-93c6-d73028b01a17|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:33.077Z|c237c16e-4e81-4117-8d19-9c2603962322|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:33.077Z|d589a17b-51bf-4edb-93c6-d73028b01a17|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:33.273Z|c4e17043-8446-46df-bb88-f12de0dfc51e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:33.274Z|c4e17043-8446-46df-bb88-f12de0dfc51e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:43.105Z|516003e8-1e4b-43bc-bdaf-d8c1285c9ab7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:43.106Z|516003e8-1e4b-43bc-bdaf-d8c1285c9ab7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:43.107Z|88a73100-d907-4642-905a-225ac2df25ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:43.109Z|88a73100-d907-4642-905a-225ac2df25ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:43.301Z|eb64203c-48e1-4e60-8f9d-e9661c6e8ad6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:43.302Z|eb64203c-48e1-4e60-8f9d-e9661c6e8ad6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:46.472Z|59d06209-2e3a-4f57-8240-aa2515d29f12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:14:46.473Z|59d06209-2e3a-4f57-8240-aa2515d29f12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:14:46.527Z|39d0557c-3199-445d-ad38-770b074efc6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:14:46.528Z|39d0557c-3199-445d-ad38-770b074efc6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:14:53.144Z|aefff034-fa98-4f7d-abd5-1e20d605a9d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:53.145Z|cef7d6db-9d12-4248-8368-38a9d59f9f76|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:53.146Z|cef7d6db-9d12-4248-8368-38a9d59f9f76|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:53.146Z|aefff034-fa98-4f7d-abd5-1e20d605a9d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:14:53.341Z|ac4851eb-7fa9-42f1-8290-b67548156bb1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:14:53.352Z|ac4851eb-7fa9-42f1-8290-b67548156bb1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:01.471Z|8f19ba83-7bf6-4baf-87c4-750ff2a83673|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:15:01.472Z|8f19ba83-7bf6-4baf-87c4-750ff2a83673|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:15:03.180Z|9a2f7235-cd35-450d-88f2-83bbcd3ac96e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:03.181Z|9a2f7235-cd35-450d-88f2-83bbcd3ac96e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:03.181Z|9c092dd4-738a-4b70-9289-f9e4f8f94e03|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:03.183Z|9c092dd4-738a-4b70-9289-f9e4f8f94e03|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:03.413Z|80ed4290-98f2-424c-b4e6-d7a79631794e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:03.414Z|80ed4290-98f2-424c-b4e6-d7a79631794e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:13.217Z|a1b94a83-bd3f-403b-8509-95a62e6295b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:13.220Z|a1b94a83-bd3f-403b-8509-95a62e6295b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:13.220Z|da52758e-5058-482d-97df-c37c6981c0b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:13.221Z|da52758e-5058-482d-97df-c37c6981c0b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:13.441Z|721e482e-f212-4aa7-9360-601d64a1d0bc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:13.442Z|721e482e-f212-4aa7-9360-601d64a1d0bc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:16.473Z|40e8e98d-46b9-4ab0-9d97-1c590b8851dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:15:16.477Z|40e8e98d-46b9-4ab0-9d97-1c590b8851dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:15:16.530Z|0ddc93b3-9a58-400a-837f-c4fc364066f6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:15:16.531Z|0ddc93b3-9a58-400a-837f-c4fc364066f6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:15:23.249Z|3ba75932-7b6d-42dc-b958-f281d55d9ad2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:23.251Z|3ba75932-7b6d-42dc-b958-f281d55d9ad2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:23.255Z|65f03116-295e-442f-9241-ca500a16a849|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:23.256Z|65f03116-295e-442f-9241-ca500a16a849|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:23.473Z|f16a8d9d-5dbb-446b-82f6-42ec44dba2c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:23.474Z|f16a8d9d-5dbb-446b-82f6-42ec44dba2c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:31.471Z|321ce3b9-40f7-48a7-ba25-a543730edd67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:15:31.472Z|321ce3b9-40f7-48a7-ba25-a543730edd67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:15:33.283Z|4aa7442c-b4b7-47f7-8e3a-208b34055019|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:33.283Z|e435d4f5-e954-4ffb-94b1-64ffed91ab8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:33.284Z|e435d4f5-e954-4ffb-94b1-64ffed91ab8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:33.284Z|4aa7442c-b4b7-47f7-8e3a-208b34055019|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:33.503Z|e2b9e64c-7cb3-4c30-9b87-3b18d9220c1e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:33.504Z|e2b9e64c-7cb3-4c30-9b87-3b18d9220c1e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:43.312Z|a6622d53-34c8-4c8e-b862-602a22edf2c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:43.312Z|df9d3d39-4ad4-4560-8c70-11c715609296|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:43.314Z|df9d3d39-4ad4-4560-8c70-11c715609296|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:43.314Z|a6622d53-34c8-4c8e-b862-602a22edf2c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:43.530Z|a7251c9f-6953-4a8f-b419-ae24edef568f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:43.532Z|a7251c9f-6953-4a8f-b419-ae24edef568f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:46.471Z|1bc20f0a-e446-4c62-bdab-38fc80b8b1a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:15:46.472Z|1bc20f0a-e446-4c62-bdab-38fc80b8b1a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:15:46.532Z|ecd80362-f5b4-4560-8e24-a2fec2925d2d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:15:46.533Z|ecd80362-f5b4-4560-8e24-a2fec2925d2d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:15:53.340Z|59e8bd26-650e-4d86-9bc2-c9d31b08051c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:53.340Z|c4dd5979-7df9-47f9-951a-5d90f18a9ff0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:53.341Z|59e8bd26-650e-4d86-9bc2-c9d31b08051c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:53.341Z|c4dd5979-7df9-47f9-951a-5d90f18a9ff0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:15:53.559Z|58fe6a26-e9b1-4827-b3f7-42f53c4d7a58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:15:53.560Z|58fe6a26-e9b1-4827-b3f7-42f53c4d7a58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:01.471Z|26202e9e-bcf6-45ed-a629-94f4f1419988|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:16:01.474Z|26202e9e-bcf6-45ed-a629-94f4f1419988|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:16:03.366Z|c446ad6f-4059-414c-8320-954a8a9bcdcc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:03.366Z|bd914f52-ee2f-4346-818d-7b70bab9dfdc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:03.367Z|c446ad6f-4059-414c-8320-954a8a9bcdcc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:03.367Z|bd914f52-ee2f-4346-818d-7b70bab9dfdc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:03.594Z|03def9d5-ed05-49a9-8a9e-c4f8bfecfa1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:03.595Z|03def9d5-ed05-49a9-8a9e-c4f8bfecfa1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:13.405Z|69c482c3-dc71-47e2-99e7-9e76f7d4142e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:13.406Z|69c482c3-dc71-47e2-99e7-9e76f7d4142e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:13.410Z|9fd2b906-6116-4daf-975f-775b728ec392|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:13.411Z|9fd2b906-6116-4daf-975f-775b728ec392|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:13.622Z|ac27f0ba-5d96-4d8f-88f3-94b073dfe82a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:13.624Z|ac27f0ba-5d96-4d8f-88f3-94b073dfe82a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:16.471Z|e1054318-7f69-4f90-8fac-15d1ed3aade6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:16:16.472Z|e1054318-7f69-4f90-8fac-15d1ed3aade6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:16:16.534Z|70d0f9af-6926-48e9-940c-96b67bee952e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:16:16.535Z|70d0f9af-6926-48e9-940c-96b67bee952e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:16:23.438Z|e9d921fc-665d-43b4-9b50-93f0434176ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:23.438Z|be61d867-e281-40f2-bf02-cc77ae812192|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:23.438Z|e9d921fc-665d-43b4-9b50-93f0434176ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:23.439Z|be61d867-e281-40f2-bf02-cc77ae812192|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:23.652Z|1e0634ca-b2c5-4ca7-b56d-38b1198ccb2b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:23.653Z|1e0634ca-b2c5-4ca7-b56d-38b1198ccb2b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:31.472Z|3720b31e-5ba7-4a8b-996a-6f141d72520f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:16:31.473Z|3720b31e-5ba7-4a8b-996a-6f141d72520f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:16:33.464Z|ec7ce760-0862-4ed4-9a74-a26a00250984|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:33.465Z|ec7ce760-0862-4ed4-9a74-a26a00250984|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:33.468Z|448993c6-7b9a-456a-abeb-71fa0672dfe9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:33.470Z|448993c6-7b9a-456a-abeb-71fa0672dfe9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:33.684Z|d5cd5334-3233-4d7d-bf93-d868cc233502|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:33.685Z|d5cd5334-3233-4d7d-bf93-d868cc233502|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:43.492Z|016d4184-9cf3-412e-9c51-31e02c562b72|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:43.493Z|016d4184-9cf3-412e-9c51-31e02c562b72|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:43.498Z|2c827e51-510d-48e6-8aba-f1522e4234cf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:43.499Z|2c827e51-510d-48e6-8aba-f1522e4234cf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:43.711Z|0a30d9e8-c4cd-4b4b-88f1-b1cc9e1ff51d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:43.712Z|0a30d9e8-c4cd-4b4b-88f1-b1cc9e1ff51d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:46.471Z|a6968167-a2aa-4eca-844f-bfe69a745520|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:16:46.474Z|a6968167-a2aa-4eca-844f-bfe69a745520|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:16:46.536Z|08bc8401-3f3a-49f2-a631-0bb60c78b488|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:16:46.537Z|08bc8401-3f3a-49f2-a631-0bb60c78b488|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:16:53.523Z|542893b9-ba06-47ec-bb89-a5dff8d891cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:53.523Z|9716ebdc-eaa2-47a1-afaa-80c871cf9201|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:53.524Z|9716ebdc-eaa2-47a1-afaa-80c871cf9201|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:53.524Z|542893b9-ba06-47ec-bb89-a5dff8d891cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:16:53.742Z|40665075-e5ae-4510-851b-bda9b099a6e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:16:53.743Z|40665075-e5ae-4510-851b-bda9b099a6e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:01.471Z|a0baa846-51eb-4624-b052-d0f3d114f796|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:17:01.472Z|a0baa846-51eb-4624-b052-d0f3d114f796|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:17:03.550Z|a780047e-7fe2-413d-b0ef-0e89d2a1938d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:03.551Z|a780047e-7fe2-413d-b0ef-0e89d2a1938d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:03.555Z|3abe4695-a7b3-4578-93f0-1a0c3f002637|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:03.556Z|3abe4695-a7b3-4578-93f0-1a0c3f002637|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:03.772Z|cbda63b1-cf45-492c-822c-eb2c6538c2cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:03.773Z|cbda63b1-cf45-492c-822c-eb2c6538c2cd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:13.576Z|454ca776-c554-4c6f-a284-61a7172ecffe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:13.578Z|454ca776-c554-4c6f-a284-61a7172ecffe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:13.583Z|a7882b91-b7e6-4367-9397-81552556fe59|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:13.583Z|a7882b91-b7e6-4367-9397-81552556fe59|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:13.819Z|ee2ce08e-27fa-42c7-beb4-2e5a2ec2d2a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:13.820Z|ee2ce08e-27fa-42c7-beb4-2e5a2ec2d2a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:16.471Z|146e0bce-e0bf-45af-8556-b027b030395d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:17:16.472Z|146e0bce-e0bf-45af-8556-b027b030395d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:17:16.538Z|f569ca78-224c-4d8b-b5fd-75968485fb3f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:17:16.539Z|f569ca78-224c-4d8b-b5fd-75968485fb3f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:17:23.605Z|f2cd375b-7a98-4701-a753-4057ad89e7a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:23.605Z|61c65743-8a2c-4fb0-976d-290d4aff27bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:23.606Z|61c65743-8a2c-4fb0-976d-290d4aff27bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:23.606Z|f2cd375b-7a98-4701-a753-4057ad89e7a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:23.847Z|bf93063a-d414-43ec-a256-6ca9e48bc756|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:23.848Z|bf93063a-d414-43ec-a256-6ca9e48bc756|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:31.471Z|807b92d0-bf0c-46fe-bf9e-c661b993cca2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:17:31.474Z|807b92d0-bf0c-46fe-bf9e-c661b993cca2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:17:33.630Z|aa5a9e6f-5ad0-479e-9490-08a1c93e7037|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:33.630Z|e0d85f55-165a-4437-8184-20b6e35b122c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:33.631Z|e0d85f55-165a-4437-8184-20b6e35b122c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:33.631Z|aa5a9e6f-5ad0-479e-9490-08a1c93e7037|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:33.875Z|4b989a51-d7c1-4a05-b193-50549db9b571|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:33.876Z|4b989a51-d7c1-4a05-b193-50549db9b571|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:43.657Z|3d826d1d-dd22-44a8-9cb2-d9d72393adf4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:43.657Z|3a3f3f8a-93fe-4aad-9ef2-93a8094edb3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:43.658Z|3d826d1d-dd22-44a8-9cb2-d9d72393adf4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:43.658Z|3a3f3f8a-93fe-4aad-9ef2-93a8094edb3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:43.903Z|2fa182eb-62d7-4ea7-9d63-149c0007c343|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:43.904Z|2fa182eb-62d7-4ea7-9d63-149c0007c343|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:46.471Z|c14910ec-7a11-45f3-b8b6-2fb63a03638f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:17:46.472Z|c14910ec-7a11-45f3-b8b6-2fb63a03638f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:17:46.540Z|42c60e4b-a375-415f-817b-62ba755018ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:17:46.540Z|42c60e4b-a375-415f-817b-62ba755018ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:17:53.684Z|c5d4f686-90fc-41a7-896e-50812e097019|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:53.686Z|10a8dc5f-f261-49db-9cdd-0b206b18257d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:53.686Z|c5d4f686-90fc-41a7-896e-50812e097019|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:53.687Z|10a8dc5f-f261-49db-9cdd-0b206b18257d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:17:53.927Z|1ff3eefa-d7db-46a1-a3fa-55438cfb9ef2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:17:53.928Z|1ff3eefa-d7db-46a1-a3fa-55438cfb9ef2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:01.471Z|c7b40707-a318-4d52-93cf-3dcdffe83be6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:18:01.472Z|c7b40707-a318-4d52-93cf-3dcdffe83be6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:18:03.738Z|29e10958-6c91-4e08-adb3-e795fd854390|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:03.738Z|7a839b2f-ab74-45aa-8139-61f4ec31c5a4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:03.739Z|7a839b2f-ab74-45aa-8139-61f4ec31c5a4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:03.740Z|29e10958-6c91-4e08-adb3-e795fd854390|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:03.951Z|58e0e46b-38e3-4947-b9c7-359c5735f2e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:03.952Z|58e0e46b-38e3-4947-b9c7-359c5735f2e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:13.770Z|f84aacbd-d705-4571-a55e-138b80bb2013|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:13.771Z|f84aacbd-d705-4571-a55e-138b80bb2013|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:13.773Z|ad72fdea-d156-4c74-a8d5-c8792ecb2334|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:13.773Z|ad72fdea-d156-4c74-a8d5-c8792ecb2334|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:13.978Z|262ec9ec-c8d9-45a8-b197-5cc2f7f5c0e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:13.979Z|262ec9ec-c8d9-45a8-b197-5cc2f7f5c0e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:16.471Z|b056f07d-77fc-47a4-9405-9ca28995d168|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:18:16.474Z|b056f07d-77fc-47a4-9405-9ca28995d168|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:18:16.541Z|0c7e3fa7-7f89-4349-a5ee-867bfca08a8a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:18:16.542Z|0c7e3fa7-7f89-4349-a5ee-867bfca08a8a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:18:23.806Z|e4c58f07-9ebc-40f9-b9b0-6b06fa199471|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:23.807Z|e4c58f07-9ebc-40f9-b9b0-6b06fa199471|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:23.813Z|af2b7d74-4b60-4aa2-8086-a7d763264006|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:23.814Z|af2b7d74-4b60-4aa2-8086-a7d763264006|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:24.005Z|dbdf09ae-5c56-4093-b679-f777091a0204|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:24.006Z|dbdf09ae-5c56-4093-b679-f777091a0204|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:31.471Z|5d27c9b3-64fe-41da-880c-772f7bcf7bc9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:18:31.472Z|5d27c9b3-64fe-41da-880c-772f7bcf7bc9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:18:33.831Z|3fb877da-e453-4504-bdca-0ab5e12fb2d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:33.832Z|3fb877da-e453-4504-bdca-0ab5e12fb2d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:33.837Z|8dbef042-d9cc-426a-8361-c39c7cdf9409|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:33.837Z|8dbef042-d9cc-426a-8361-c39c7cdf9409|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:34.032Z|16fecd03-0a69-4525-9881-369e86362247|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:34.033Z|16fecd03-0a69-4525-9881-369e86362247|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:43.859Z|992cc2ac-a4b6-48e8-9c12-d8af4c08663b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:43.860Z|992cc2ac-a4b6-48e8-9c12-d8af4c08663b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:43.870Z|da0eb9c4-5ba2-4d79-ac3f-930cc69ad5f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:43.870Z|da0eb9c4-5ba2-4d79-ac3f-930cc69ad5f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:44.070Z|91a84e60-03e6-4765-9ee1-44f0893095b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:44.071Z|91a84e60-03e6-4765-9ee1-44f0893095b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:46.471Z|76044f21-4ebf-4745-9dc3-c1f5e0cddfc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:18:46.472Z|76044f21-4ebf-4745-9dc3-c1f5e0cddfc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:18:46.544Z|f40aba8a-f45e-4c7a-b90e-830c7512f26d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:18:46.545Z|f40aba8a-f45e-4c7a-b90e-830c7512f26d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:18:53.887Z|aa71ccf0-1003-4534-83ea-734302490dea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:53.888Z|aa71ccf0-1003-4534-83ea-734302490dea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:53.909Z|ba1ecfa4-fb35-4b84-ba39-536515ee3d83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:53.910Z|ba1ecfa4-fb35-4b84-ba39-536515ee3d83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:18:54.098Z|9b4a455b-d137-4c65-960f-35e8c8c4ba9b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:18:54.099Z|9b4a455b-d137-4c65-960f-35e8c8c4ba9b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:01.471Z|e7bd840a-98a7-4e25-9a60-3b9b3e2edf8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:19:01.476Z|e7bd840a-98a7-4e25-9a60-3b9b3e2edf8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:19:03.912Z|00b6249a-8ff1-4195-8ce3-127051424e9c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:03.913Z|00b6249a-8ff1-4195-8ce3-127051424e9c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:03.931Z|9787a8dd-14cb-4720-9de5-b3f5a1f29a9d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:03.932Z|9787a8dd-14cb-4720-9de5-b3f5a1f29a9d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:04.126Z|2f055afa-0e08-4ef1-b8cf-8f4975043c97|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:04.127Z|2f055afa-0e08-4ef1-b8cf-8f4975043c97|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:13.936Z|74f7542a-7b03-48e8-9a0d-6204f4884782|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:13.937Z|74f7542a-7b03-48e8-9a0d-6204f4884782|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:13.953Z|934179c9-c23a-41ae-917e-75a875df29fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:13.954Z|934179c9-c23a-41ae-917e-75a875df29fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:14.150Z|e8d89b9d-9890-473e-88fe-e7f9ebb3e370|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:14.151Z|e8d89b9d-9890-473e-88fe-e7f9ebb3e370|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:16.471Z|4d8a6a5f-f8d7-4e8f-bc0b-7a0cac78c3f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:19:16.472Z|4d8a6a5f-f8d7-4e8f-bc0b-7a0cac78c3f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:19:16.546Z|96b398dd-a5a8-4cba-b862-07da7b967231|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:19:16.547Z|96b398dd-a5a8-4cba-b862-07da7b967231|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:19:23.963Z|41d2e602-4616-4430-b467-6defb0ef78bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:23.965Z|41d2e602-4616-4430-b467-6defb0ef78bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:23.977Z|867ae742-d83d-4068-b77f-5309d482999a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:23.978Z|867ae742-d83d-4068-b77f-5309d482999a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:24.178Z|fe69982b-1690-4858-a753-6c680263d73b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:24.178Z|fe69982b-1690-4858-a753-6c680263d73b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:31.471Z|db7186ad-f40a-4498-888d-a81d304ffe0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:19:31.472Z|db7186ad-f40a-4498-888d-a81d304ffe0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:19:33.990Z|752ad194-37ac-47d4-98f5-7fb458cc2b64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:33.991Z|752ad194-37ac-47d4-98f5-7fb458cc2b64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:33.997Z|6c1b0c67-3f69-4609-b9e5-1817c1f74f4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:33.998Z|6c1b0c67-3f69-4609-b9e5-1817c1f74f4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:34.202Z|2684df08-f452-4d9a-88ea-bb6b5d9d9019|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:34.203Z|2684df08-f452-4d9a-88ea-bb6b5d9d9019|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:44.023Z|d1312c5a-39aa-423c-90ad-e51979df745b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:44.024Z|d1312c5a-39aa-423c-90ad-e51979df745b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:44.031Z|4fb1fc37-372d-44f3-b7d2-0695133dc7b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:44.032Z|4fb1fc37-372d-44f3-b7d2-0695133dc7b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:44.229Z|89879ad0-13df-44b6-b3b7-1e7ec4450276|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:44.230Z|89879ad0-13df-44b6-b3b7-1e7ec4450276|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:46.471Z|4c0cde34-225e-4d4f-bd6a-2a91a6f2e984|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:19:46.473Z|4c0cde34-225e-4d4f-bd6a-2a91a6f2e984|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:19:46.548Z|d956ad93-987e-41d3-8da1-c067a362d383|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:19:46.549Z|d956ad93-987e-41d3-8da1-c067a362d383|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:19:54.049Z|ba770f12-537c-43fb-a9aa-90e33a533a9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:54.050Z|ba770f12-537c-43fb-a9aa-90e33a533a9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:54.054Z|f79112c2-a6ab-4103-905e-73cef2279dc3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:54.055Z|f79112c2-a6ab-4103-905e-73cef2279dc3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:19:54.254Z|6bf8c745-25b4-48ef-8ced-522105d4aef9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:19:54.255Z|6bf8c745-25b4-48ef-8ced-522105d4aef9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:01.471Z|adf87490-0f6a-44e1-98c5-b0df1cb34245|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:20:01.472Z|adf87490-0f6a-44e1-98c5-b0df1cb34245|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:20:04.074Z|4cb44241-c2f7-4a4b-81c8-bd36c33ece6f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:04.075Z|4cb44241-c2f7-4a4b-81c8-bd36c33ece6f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:04.078Z|0ef14fb8-18d2-4047-8fff-2d1a94e09de7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:04.079Z|0ef14fb8-18d2-4047-8fff-2d1a94e09de7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:04.280Z|54c726d2-7bde-44d2-abd1-9ff50b736b2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:04.281Z|54c726d2-7bde-44d2-abd1-9ff50b736b2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:14.102Z|9ea93bd2-e11c-4d1b-b4d8-e213cf55af71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:14.103Z|9ea93bd2-e11c-4d1b-b4d8-e213cf55af71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:14.106Z|ca8e1218-0d0c-4541-8d0e-299c6b2fb2eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:14.107Z|ca8e1218-0d0c-4541-8d0e-299c6b2fb2eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:14.304Z|a15a73d7-eaae-40af-8759-d4d40c0a1cd1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:14.305Z|a15a73d7-eaae-40af-8759-d4d40c0a1cd1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:16.471Z|35e53d2c-e3f5-40e2-b4a2-1959e62f1bd9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:20:16.472Z|35e53d2c-e3f5-40e2-b4a2-1959e62f1bd9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:20:16.551Z|4cae6e59-681c-4de2-9dd7-f87f703cffc1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:20:16.552Z|4cae6e59-681c-4de2-9dd7-f87f703cffc1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:20:24.128Z|0534f6a7-d1f5-42cd-b987-478cf185db99|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:24.129Z|548624f0-57e0-4d0d-85a4-6769724aecd4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:24.129Z|548624f0-57e0-4d0d-85a4-6769724aecd4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:24.129Z|0534f6a7-d1f5-42cd-b987-478cf185db99|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:24.330Z|49dcc8a4-28b4-4941-90cd-33827ac9e2a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:24.331Z|49dcc8a4-28b4-4941-90cd-33827ac9e2a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:31.471Z|6eda07bd-0846-4455-9c9a-e38be994af6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:20:31.474Z|6eda07bd-0846-4455-9c9a-e38be994af6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:20:34.156Z|047c000a-7e24-476a-b534-99358c8c8f28|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:34.157Z|047c000a-7e24-476a-b534-99358c8c8f28|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:34.158Z|70a0a5fa-ffdf-4369-b501-4064aa79f639|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:34.159Z|70a0a5fa-ffdf-4369-b501-4064aa79f639|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:34.362Z|30a83552-aed2-4fff-9cb4-12be5e7520fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:34.364Z|30a83552-aed2-4fff-9cb4-12be5e7520fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:44.183Z|6fe4ee05-8bc3-472a-9d1f-2579c68d9d89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:44.183Z|40e675dd-46eb-4f08-8f6a-bbc69cb817fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:44.184Z|6fe4ee05-8bc3-472a-9d1f-2579c68d9d89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:44.184Z|40e675dd-46eb-4f08-8f6a-bbc69cb817fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:44.390Z|1fbe5db9-62e5-4b16-bbd5-33d2af0ab9af|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:44.391Z|1fbe5db9-62e5-4b16-bbd5-33d2af0ab9af|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:46.471Z|55d6c259-f7b1-4d5b-8cbb-5d0fd99b1b47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:20:46.472Z|55d6c259-f7b1-4d5b-8cbb-5d0fd99b1b47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:20:46.553Z|380a2493-05b6-4f35-b38b-ce8178df8806|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:20:46.553Z|380a2493-05b6-4f35-b38b-ce8178df8806|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:20:54.206Z|0cb83f1c-dc93-44eb-ac72-d1124ebe07c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:54.206Z|9779a4bc-300b-45db-bcfa-60170f89b6e3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:54.207Z|0cb83f1c-dc93-44eb-ac72-d1124ebe07c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:54.207Z|9779a4bc-300b-45db-bcfa-60170f89b6e3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:20:54.414Z|11484989-275e-4a9b-9186-2121dd72cca3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:20:54.414Z|11484989-275e-4a9b-9186-2121dd72cca3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:01.471Z|d63a2d90-06f3-41c0-ac5a-54ca97987033|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:21:01.472Z|d63a2d90-06f3-41c0-ac5a-54ca97987033|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:21:04.232Z|b60274a5-edc8-4dd7-b872-b1a3e63a8103|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:04.232Z|62fe3db6-863c-44ed-8686-098410c90bc8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:04.233Z|62fe3db6-863c-44ed-8686-098410c90bc8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:04.233Z|b60274a5-edc8-4dd7-b872-b1a3e63a8103|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:04.442Z|2013a5c0-8824-4db4-a4fe-c3b78f52c2e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:04.443Z|2013a5c0-8824-4db4-a4fe-c3b78f52c2e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:14.259Z|6a6e73ac-19f6-493d-b966-af197750eab6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:14.259Z|057abec2-ee62-4896-83b4-d0659916d07d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:14.260Z|6a6e73ac-19f6-493d-b966-af197750eab6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:14.260Z|057abec2-ee62-4896-83b4-d0659916d07d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:14.468Z|670420f9-f46f-46d1-b99c-328b7b23661c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:14.469Z|670420f9-f46f-46d1-b99c-328b7b23661c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:16.471Z|1ca4efbc-1f9c-4edb-acd9-1322359786b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:21:16.474Z|1ca4efbc-1f9c-4edb-acd9-1322359786b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:21:16.554Z|6694d0b4-1ab8-4ac2-b36a-2596f440f078|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:21:16.555Z|6694d0b4-1ab8-4ac2-b36a-2596f440f078|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:21:24.284Z|b6be5607-848e-434d-b613-2dabdfce296e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:24.285Z|b6be5607-848e-434d-b613-2dabdfce296e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:24.296Z|98565123-48da-42ff-b971-1f3b92de8314|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:24.297Z|98565123-48da-42ff-b971-1f3b92de8314|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:24.493Z|1b68120d-af45-4499-a62c-f257f0f500f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:24.494Z|1b68120d-af45-4499-a62c-f257f0f500f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:31.471Z|f952190c-8f01-4500-abe4-d0760016e236|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:21:31.472Z|f952190c-8f01-4500-abe4-d0760016e236|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:21:34.314Z|2b5e6657-1f41-4bc6-9978-d4fad50e8f29|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:34.315Z|2b5e6657-1f41-4bc6-9978-d4fad50e8f29|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:34.321Z|eeea3ede-3942-4b3d-b702-d657b59ef7ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:34.322Z|eeea3ede-3942-4b3d-b702-d657b59ef7ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:34.517Z|41a58e59-5914-489d-9536-71150017b204|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:34.519Z|41a58e59-5914-489d-9536-71150017b204|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:44.340Z|520da217-a523-422a-bbfc-cb50f2e7b147|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:44.340Z|520da217-a523-422a-bbfc-cb50f2e7b147|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:44.348Z|3e807ded-6674-4b1a-b1a7-672292200088|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:44.349Z|3e807ded-6674-4b1a-b1a7-672292200088|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:44.544Z|2e200eb6-151b-4232-a1e6-a06e04193ab1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:44.544Z|2e200eb6-151b-4232-a1e6-a06e04193ab1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:46.471Z|e4b44397-56e7-442a-9069-47a5223efd39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:21:46.472Z|e4b44397-56e7-442a-9069-47a5223efd39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:21:46.556Z|a1612ecd-2197-4b18-af3b-1d7e6dc2b1c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:21:46.557Z|a1612ecd-2197-4b18-af3b-1d7e6dc2b1c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:21:54.370Z|cf9d4de4-e5b7-4ac2-bffa-0895212ad365|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:54.371Z|cf9d4de4-e5b7-4ac2-bffa-0895212ad365|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:54.378Z|141084b7-7fd3-4c16-b827-2190ba74e08d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:54.378Z|141084b7-7fd3-4c16-b827-2190ba74e08d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:21:54.569Z|bade0efb-146d-43df-b2da-b9d3fe0bc89f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:21:54.570Z|bade0efb-146d-43df-b2da-b9d3fe0bc89f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:01.471Z|c10ba473-1ac4-4261-be97-86b12e5a6c83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:22:01.474Z|c10ba473-1ac4-4261-be97-86b12e5a6c83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:22:04.399Z|076250bb-c909-4ab0-9ebd-cc5e30e304a0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:04.400Z|076250bb-c909-4ab0-9ebd-cc5e30e304a0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:04.403Z|3f96bad5-474a-4500-b39d-d9c9ac528d18|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:04.404Z|3f96bad5-474a-4500-b39d-d9c9ac528d18|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:04.592Z|763fdbc1-e9eb-473d-91b9-22abdba52d86|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:04.593Z|763fdbc1-e9eb-473d-91b9-22abdba52d86|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:14.427Z|86f53bd0-7780-4e4c-ac6e-60f091bc2389|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:14.427Z|971dd446-41cb-4f14-9d01-cf5def141cc3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:14.428Z|86f53bd0-7780-4e4c-ac6e-60f091bc2389|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:14.428Z|971dd446-41cb-4f14-9d01-cf5def141cc3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:14.619Z|828606ed-858e-48ad-8d4a-41ebe43b9297|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:14.620Z|828606ed-858e-48ad-8d4a-41ebe43b9297|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:16.471Z|c086180d-f1a8-4031-976e-39ba4e73c059|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:22:16.472Z|c086180d-f1a8-4031-976e-39ba4e73c059|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:22:16.557Z|04875536-83b5-495c-9227-225c80685913|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:22:16.558Z|04875536-83b5-495c-9227-225c80685913|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:22:18.478Z|553925d0-e056-4866-aa64-ff8e010536b3|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:22:18.479Z|553925d0-e056-4866-aa64-ff8e010536b3|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:24.457Z|20194f42-97db-4d6a-8800-f2a1e46374d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:24.458Z|20194f42-97db-4d6a-8800-f2a1e46374d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:24.458Z|abc23d19-b6ce-4ae5-aed7-6a2edadfe00f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:24.459Z|abc23d19-b6ce-4ae5-aed7-6a2edadfe00f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:24.644Z|c2d01342-92b3-44cb-a018-3bb624daf355|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:24.645Z|c2d01342-92b3-44cb-a018-3bb624daf355|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:31.471Z|9d02ab5c-d71e-456f-b3a8-a7713b170e82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:22:31.472Z|9d02ab5c-d71e-456f-b3a8-a7713b170e82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:22:34.488Z|dfefd3d7-a7ae-473e-9b15-61b714baf7de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:34.489Z|dfefd3d7-a7ae-473e-9b15-61b714baf7de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:34.490Z|f6729cd3-2f0d-4cff-86bf-529f79c8c156|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:34.490Z|f6729cd3-2f0d-4cff-86bf-529f79c8c156|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:34.669Z|bb6e3f53-0c91-4813-93e0-ad2d5629add2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:34.670Z|bb6e3f53-0c91-4813-93e0-ad2d5629add2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:44.519Z|9dae5a1f-dfe4-42d6-aa42-fbee5e04d468|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:44.519Z|5e105652-6c31-4114-8305-a0f33a9f20aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:44.521Z|9dae5a1f-dfe4-42d6-aa42-fbee5e04d468|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:44.521Z|5e105652-6c31-4114-8305-a0f33a9f20aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:44.693Z|e7ecf449-43d1-4bf2-a4da-20fec8835d05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:44.694Z|e7ecf449-43d1-4bf2-a4da-20fec8835d05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:46.471Z|25132f8e-1810-4a9c-bdc2-701756bac96a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:22:46.475Z|25132f8e-1810-4a9c-bdc2-701756bac96a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:22:46.559Z|4210d03a-2ff2-48a9-af67-f85738842cb4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:22:46.560Z|4210d03a-2ff2-48a9-af67-f85738842cb4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:22:54.549Z|d6ca1d6d-4fc5-47d8-8e06-a59af9c9017a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:54.549Z|7ff6a0c8-8654-424b-9e83-e47c7b1faa3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:54.550Z|7ff6a0c8-8654-424b-9e83-e47c7b1faa3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:54.550Z|d6ca1d6d-4fc5-47d8-8e06-a59af9c9017a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:22:54.720Z|d14d6bf8-ea23-4009-b245-d6d694b545f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:22:54.721Z|d14d6bf8-ea23-4009-b245-d6d694b545f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:01.471Z|35fb82ef-d37a-498f-9827-111e26d85457|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:23:01.472Z|35fb82ef-d37a-498f-9827-111e26d85457|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:23:04.581Z|668ad099-6dd2-4f67-aa94-fe4e7365b900|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:04.582Z|668ad099-6dd2-4f67-aa94-fe4e7365b900|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:04.584Z|874b61f9-5afd-469e-b64f-0466fe7f7650|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:04.585Z|874b61f9-5afd-469e-b64f-0466fe7f7650|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:04.750Z|36562b50-42b7-4ffb-9dc3-12fbef9d06e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:04.750Z|36562b50-42b7-4ffb-9dc3-12fbef9d06e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:14.608Z|46123a8c-f9c8-482e-ad39-b95cab4485f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:14.608Z|f75e8851-c890-4452-99c6-c74cdecbd1de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:14.609Z|46123a8c-f9c8-482e-ad39-b95cab4485f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:14.609Z|f75e8851-c890-4452-99c6-c74cdecbd1de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:14.774Z|c6bb4055-4ad0-478c-b80e-2995e6a2661e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:14.775Z|c6bb4055-4ad0-478c-b80e-2995e6a2661e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:16.471Z|6eeeab16-7b27-49e2-973e-a023d965ac16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:23:16.472Z|6eeeab16-7b27-49e2-973e-a023d965ac16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:23:16.561Z|d9907bbf-c365-4e1a-9750-1d2f84d14a60|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:23:16.562Z|d9907bbf-c365-4e1a-9750-1d2f84d14a60|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:23:18.465Z|a70cd374-d03e-43d4-a1cd-26a33213d53b|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:23:18.466Z|a70cd374-d03e-43d4-a1cd-26a33213d53b|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:24.633Z|15643545-5f2a-4c5c-9c46-989184718fa6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:24.633Z|ea33b1fc-b0d6-45c9-adb6-db6046c40ec0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:24.634Z|15643545-5f2a-4c5c-9c46-989184718fa6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:24.634Z|ea33b1fc-b0d6-45c9-adb6-db6046c40ec0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:24.797Z|ed38fef5-8723-4087-83b0-09e1fafcaefe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:24.798Z|ed38fef5-8723-4087-83b0-09e1fafcaefe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:31.471Z|c9420a87-0cbe-4df2-a363-a380a5e11967|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:23:31.474Z|c9420a87-0cbe-4df2-a363-a380a5e11967|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:23:34.658Z|a30161c0-e2d9-41ec-81e9-ca174a02c8ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:34.659Z|96b0c28d-d216-4793-898f-5d9a72261a14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:34.659Z|a30161c0-e2d9-41ec-81e9-ca174a02c8ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:34.660Z|96b0c28d-d216-4793-898f-5d9a72261a14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:34.820Z|7069f803-81b8-4f4f-9628-8558ccbe32d3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:34.821Z|7069f803-81b8-4f4f-9628-8558ccbe32d3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:44.685Z|6ed92d0a-241c-4945-97db-e7bf4e4d0568|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:44.685Z|412b6491-0a0e-46ee-8450-34e9d08a3529|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:44.686Z|6ed92d0a-241c-4945-97db-e7bf4e4d0568|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:44.687Z|412b6491-0a0e-46ee-8450-34e9d08a3529|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:44.844Z|2e40044b-f063-493b-b732-102c32cd99bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:44.845Z|2e40044b-f063-493b-b732-102c32cd99bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:46.471Z|3ceed5c5-ac47-42a0-aff8-c3dd1f49dfaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:23:46.472Z|3ceed5c5-ac47-42a0-aff8-c3dd1f49dfaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:23:46.562Z|e49b755e-d02b-45e1-9037-86db74dda404|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:23:46.563Z|e49b755e-d02b-45e1-9037-86db74dda404|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:23:54.713Z|7c822669-0ca8-44ff-ae41-91456d3d3dca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:54.713Z|9c437b4c-295f-4ce2-b875-ccf78bf02874|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:54.714Z|9c437b4c-295f-4ce2-b875-ccf78bf02874|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:54.714Z|7c822669-0ca8-44ff-ae41-91456d3d3dca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:23:54.870Z|7fb2af63-e297-475c-9dfe-c956fef8a5c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:23:54.870Z|7fb2af63-e297-475c-9dfe-c956fef8a5c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:01.471Z|caf11f3f-8d37-43e1-bb2c-1741308a1ed7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:24:01.471Z|caf11f3f-8d37-43e1-bb2c-1741308a1ed7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:24:04.741Z|993745bc-c79f-47f9-acb4-7ed402482d35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:04.742Z|993745bc-c79f-47f9-acb4-7ed402482d35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:04.748Z|8ea38ad4-daa3-4ff2-9663-42e83f7e0c8d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:04.749Z|8ea38ad4-daa3-4ff2-9663-42e83f7e0c8d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:04.895Z|150946d3-bc37-4c8c-8040-f670cfaa918e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:04.896Z|150946d3-bc37-4c8c-8040-f670cfaa918e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:14.767Z|af60d6d8-7bb3-43ed-acc5-9d342f02033c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:14.768Z|af60d6d8-7bb3-43ed-acc5-9d342f02033c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:14.768Z|a749ec8c-dca3-4023-92d5-e5810f79d8d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:14.769Z|a749ec8c-dca3-4023-92d5-e5810f79d8d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:14.921Z|fe0cc71a-309c-49ca-8fa7-d86005fe5e40|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:14.922Z|fe0cc71a-309c-49ca-8fa7-d86005fe5e40|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:16.471Z|5cd82e20-f118-486e-b1bc-be0e86ba8f48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:24:16.473Z|5cd82e20-f118-486e-b1bc-be0e86ba8f48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:24:16.564Z|cdfdfaf9-72e4-43d0-a191-b6e4ab0e4b6c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:24:16.565Z|cdfdfaf9-72e4-43d0-a191-b6e4ab0e4b6c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:24:18.466Z|52e8d7a0-faac-4523-8791-09f1ed79f501|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:24:18.470Z|52e8d7a0-faac-4523-8791-09f1ed79f501|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:24.791Z|1f084865-7cb0-498c-8411-65ae95e11f01|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:24.791Z|0a768db1-c951-4481-a33f-442701c08f67|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:24.792Z|1f084865-7cb0-498c-8411-65ae95e11f01|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:24.793Z|0a768db1-c951-4481-a33f-442701c08f67|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:24.945Z|ad630aa0-9eac-44a7-8046-644844eadb1e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:24.946Z|ad630aa0-9eac-44a7-8046-644844eadb1e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:31.471Z|081ba59e-cacb-4ec3-bec9-c97d357a1f91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:24:31.471Z|081ba59e-cacb-4ec3-bec9-c97d357a1f91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:24:34.818Z|6452b52c-1d92-4434-ad65-0fe775fcc0cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:34.818Z|2e669478-a2c3-4fee-94f1-8f08ab450a2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:34.819Z|6452b52c-1d92-4434-ad65-0fe775fcc0cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:34.818Z|2e669478-a2c3-4fee-94f1-8f08ab450a2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:34.968Z|2e175c6c-5c21-4f11-8ab7-70cf0c1f2999|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:34.969Z|2e175c6c-5c21-4f11-8ab7-70cf0c1f2999|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:44.844Z|0fc8d05d-e5dd-4133-8e0f-282a51407079|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:44.845Z|85cec2b6-8582-4718-a44a-c994c56b2eed|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:44.845Z|0fc8d05d-e5dd-4133-8e0f-282a51407079|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:44.846Z|85cec2b6-8582-4718-a44a-c994c56b2eed|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:44.994Z|883ee444-12e0-44f4-9aa9-974683551a88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:44.995Z|883ee444-12e0-44f4-9aa9-974683551a88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:46.471Z|0db020c8-690f-4b7b-bcfd-eeded7cb7c54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:24:46.472Z|0db020c8-690f-4b7b-bcfd-eeded7cb7c54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:24:46.566Z|19bcc461-e0ac-4bda-95a6-ab442225fd84|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:24:46.566Z|19bcc461-e0ac-4bda-95a6-ab442225fd84|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:24:54.871Z|ce78a20d-cfa0-4d60-a744-bd6c5550f57e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:54.871Z|ce78a20d-cfa0-4d60-a744-bd6c5550f57e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:54.878Z|4d17e3ef-cddc-4de1-8157-2968bad461b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:54.878Z|4d17e3ef-cddc-4de1-8157-2968bad461b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:24:55.018Z|7513838b-0ff7-4d7e-8fd5-f52471dda204|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:24:55.019Z|7513838b-0ff7-4d7e-8fd5-f52471dda204|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:01.471Z|3309271c-7b3a-4265-b20c-a004d3605e43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:25:01.473Z|3309271c-7b3a-4265-b20c-a004d3605e43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:25:04.898Z|b2a2abb4-cb6f-4f54-97d2-515adfc13396|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:04.899Z|b2a2abb4-cb6f-4f54-97d2-515adfc13396|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:04.900Z|f7bae859-beed-4ccd-829e-dc826c91c59e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:04.901Z|f7bae859-beed-4ccd-829e-dc826c91c59e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:05.041Z|adee92b4-28a9-424a-be6f-62f3f68932a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:05.042Z|adee92b4-28a9-424a-be6f-62f3f68932a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:14.921Z|eaffee68-5e9a-45e7-af00-94ed7e845dbc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:14.921Z|7f543f19-efdd-4d7b-a26c-368351a0c715|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:14.922Z|eaffee68-5e9a-45e7-af00-94ed7e845dbc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:14.922Z|7f543f19-efdd-4d7b-a26c-368351a0c715|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:15.066Z|c1520da9-2094-4bb8-8748-00b7086829c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:15.067Z|c1520da9-2094-4bb8-8748-00b7086829c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:16.471Z|04c5c8a7-86be-4504-8967-b218084aa19b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:25:16.471Z|04c5c8a7-86be-4504-8967-b218084aa19b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:25:16.567Z|b2ea1ca5-1831-4846-b99c-8781431e0788|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:25:16.568Z|b2ea1ca5-1831-4846-b99c-8781431e0788|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:25:18.465Z|01a9580c-ac78-4983-a972-e7bccd2a76d4|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:25:18.466Z|01a9580c-ac78-4983-a972-e7bccd2a76d4|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:24.947Z|2abde68a-36c6-48c1-8129-afd07717efd3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:24.947Z|d86f7f47-2fa4-4182-a96c-ba9c07077a73|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:24.948Z|2abde68a-36c6-48c1-8129-afd07717efd3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:24.948Z|d86f7f47-2fa4-4182-a96c-ba9c07077a73|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:25.092Z|75424256-c6be-426c-a7dd-a0b8e0a137bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:25.093Z|75424256-c6be-426c-a7dd-a0b8e0a137bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:31.471Z|476fc744-fe6a-4377-8a93-9f5635bb0990|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:25:31.471Z|476fc744-fe6a-4377-8a93-9f5635bb0990|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:25:34.971Z|3a84612a-ee7f-4a78-b795-3b44c962dfd7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:34.971Z|824acc20-57ad-46a5-af11-36424777f48f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:34.972Z|824acc20-57ad-46a5-af11-36424777f48f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:34.972Z|3a84612a-ee7f-4a78-b795-3b44c962dfd7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:35.115Z|7a237cf2-9bca-4972-b48c-fbfd9a54eb32|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:35.116Z|7a237cf2-9bca-4972-b48c-fbfd9a54eb32|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:44.997Z|0c991e5c-237c-4c2e-96d6-9ba47b282ec1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:44.997Z|eb891baf-c3c6-4fa6-b531-7d595646b487|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:44.998Z|0c991e5c-237c-4c2e-96d6-9ba47b282ec1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:44.998Z|eb891baf-c3c6-4fa6-b531-7d595646b487|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:45.142Z|77aad0f1-9d7d-4514-81eb-7c935306bf61|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:45.143Z|77aad0f1-9d7d-4514-81eb-7c935306bf61|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:46.471Z|f5202054-e698-42b0-af16-7d336a76b44e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:25:46.474Z|f5202054-e698-42b0-af16-7d336a76b44e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:25:46.569Z|228cc8e8-2f1c-4ba0-9818-b89e32f10da9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:25:46.569Z|228cc8e8-2f1c-4ba0-9818-b89e32f10da9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:25:55.023Z|9b000be5-29fb-4da8-bbdc-5a70b68f7a77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:55.023Z|785d8f83-cd23-49d7-ac48-5b186fcf479f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:55.024Z|9b000be5-29fb-4da8-bbdc-5a70b68f7a77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:55.024Z|785d8f83-cd23-49d7-ac48-5b186fcf479f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:25:55.166Z|211caa51-538b-443d-9a61-7490a7e55ba3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:25:55.167Z|211caa51-538b-443d-9a61-7490a7e55ba3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:01.472Z|6a3b960c-c823-4ebf-8f42-0542fff3e30c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:26:01.473Z|6a3b960c-c823-4ebf-8f42-0542fff3e30c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:26:05.047Z|3c8f6e12-013f-4526-a137-fb074d24a9f4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:05.047Z|c8725d5b-8eba-4e57-b746-3505b9c986dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:05.048Z|3c8f6e12-013f-4526-a137-fb074d24a9f4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:05.048Z|c8725d5b-8eba-4e57-b746-3505b9c986dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:05.190Z|24a223d0-c89b-4242-84df-f32e10372c87|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:05.191Z|24a223d0-c89b-4242-84df-f32e10372c87|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:15.072Z|5b8484e7-5950-4b80-b9b1-86c9ea8b7c26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:15.073Z|5b8484e7-5950-4b80-b9b1-86c9ea8b7c26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:15.073Z|216f8ff0-648c-4d10-a5f0-65a14e98511a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:15.074Z|216f8ff0-648c-4d10-a5f0-65a14e98511a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:15.215Z|de1881ae-3124-4f17-9cbb-652f79881dfc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:15.216Z|de1881ae-3124-4f17-9cbb-652f79881dfc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:16.471Z|2f9815bc-4113-4ff8-ad14-936436b52821|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:26:16.471Z|2f9815bc-4113-4ff8-ad14-936436b52821|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:26:16.570Z|d22d7014-f29c-464d-97ef-9fcc7352adc7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:26:16.571Z|d22d7014-f29c-464d-97ef-9fcc7352adc7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:26:18.465Z|0a30cbf7-6063-46ff-9bb6-a72102bce5f0|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:26:18.466Z|0a30cbf7-6063-46ff-9bb6-a72102bce5f0|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:25.095Z|12458dca-e33d-4484-9eb6-390842f3b93d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:25.096Z|12458dca-e33d-4484-9eb6-390842f3b93d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:25.096Z|4794dc54-c4df-428d-a7d9-8a796315ae32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:25.097Z|4794dc54-c4df-428d-a7d9-8a796315ae32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:25.239Z|6db7c83e-a268-4fe7-bc04-3ce41c959244|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:25.240Z|6db7c83e-a268-4fe7-bc04-3ce41c959244|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:31.471Z|d27638f2-2f2d-4529-9b24-fbacc08e9fbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:26:31.474Z|d27638f2-2f2d-4529-9b24-fbacc08e9fbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:26:35.118Z|0eb53407-0a88-4f25-9fe5-2a69a3105ec8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:35.118Z|b073c6fa-cba2-4298-a9bc-ed1de9800faf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:35.119Z|b073c6fa-cba2-4298-a9bc-ed1de9800faf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:35.119Z|0eb53407-0a88-4f25-9fe5-2a69a3105ec8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:35.263Z|34d52922-422d-46cf-ac08-c288171a7f40|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:35.264Z|34d52922-422d-46cf-ac08-c288171a7f40|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:45.143Z|eaec0775-8b60-4ea9-a237-4a895256d531|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:45.143Z|4b9ef6fe-0ddd-4ad3-9206-1512c358a84c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:45.144Z|eaec0775-8b60-4ea9-a237-4a895256d531|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:45.144Z|4b9ef6fe-0ddd-4ad3-9206-1512c358a84c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:45.287Z|8a2c6d1a-5ab4-4869-b21a-f21aafd17f3b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:45.288Z|8a2c6d1a-5ab4-4869-b21a-f21aafd17f3b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:46.471Z|64622fda-285c-49bd-9ec8-83d4542ccb5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:26:46.471Z|64622fda-285c-49bd-9ec8-83d4542ccb5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:26:46.571Z|d590acfb-75d9-434f-8ee8-1dc8e1beab47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:26:46.572Z|d590acfb-75d9-434f-8ee8-1dc8e1beab47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:26:55.167Z|2c5789d3-caf2-4086-833b-5354dc0826ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:55.168Z|2c5789d3-caf2-4086-833b-5354dc0826ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:55.169Z|cf3bcd29-2805-404a-beeb-b28e723eacc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:55.170Z|cf3bcd29-2805-404a-beeb-b28e723eacc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:26:55.312Z|8b6e3824-29a9-4178-bcc6-47ba17d688e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:26:55.313Z|8b6e3824-29a9-4178-bcc6-47ba17d688e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:01.471Z|5a37ec86-6304-42c1-b20f-980ef9247d5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:27:01.472Z|5a37ec86-6304-42c1-b20f-980ef9247d5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:27:05.193Z|63cabb25-91b3-4d9d-bf90-51e3c63d7eba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:05.193Z|67631bb7-4a4b-43fe-9018-e07290284ce3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:05.193Z|63cabb25-91b3-4d9d-bf90-51e3c63d7eba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:05.193Z|67631bb7-4a4b-43fe-9018-e07290284ce3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:05.337Z|50195e81-5940-4e19-b73d-bd1094bb4a99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:05.338Z|50195e81-5940-4e19-b73d-bd1094bb4a99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:15.218Z|df32382a-5889-437f-9524-46fe3b46e1b1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:15.218Z|a28d14a0-64c6-4646-bcb4-43589dd93dda|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:15.219Z|a28d14a0-64c6-4646-bcb4-43589dd93dda|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:15.219Z|df32382a-5889-437f-9524-46fe3b46e1b1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:15.361Z|f3414372-0dc0-4ed0-b91e-1754fda7bfd2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:15.362Z|f3414372-0dc0-4ed0-b91e-1754fda7bfd2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:16.471Z|c0003d5b-b7c4-481c-9c7e-f328f613a23b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:27:16.473Z|c0003d5b-b7c4-481c-9c7e-f328f613a23b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:27:16.573Z|e0b6d748-4e68-4239-bb03-c0aa15ce650a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:27:16.574Z|e0b6d748-4e68-4239-bb03-c0aa15ce650a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:27:18.467Z|51900c36-d30d-44cb-a23e-306d3956cc91|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:27:18.467Z|51900c36-d30d-44cb-a23e-306d3956cc91|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:25.242Z|ca594183-e96a-43f0-947e-6f42d18d752f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:25.242Z|ca594183-e96a-43f0-947e-6f42d18d752f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:25.249Z|5676f758-ea6c-48b8-b5d7-cf1a34e97fab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:25.250Z|5676f758-ea6c-48b8-b5d7-cf1a34e97fab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:25.391Z|74a00cbc-1355-4d68-8936-baf33d03c1a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:25.392Z|74a00cbc-1355-4d68-8936-baf33d03c1a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:31.471Z|7d2ef357-3628-4dcc-acf3-5e693d66dc78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:27:31.472Z|7d2ef357-3628-4dcc-acf3-5e693d66dc78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:27:35.267Z|bb90c550-7d99-4726-8057-6e7005c267c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:35.268Z|bb90c550-7d99-4726-8057-6e7005c267c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:35.270Z|baea01c2-5d00-4b41-984a-ed20b898755f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:35.270Z|baea01c2-5d00-4b41-984a-ed20b898755f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:35.416Z|99d1027d-a30f-4b72-a441-1a409c96f385|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:35.417Z|99d1027d-a30f-4b72-a441-1a409c96f385|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:45.297Z|675d6ac3-a879-4570-93f3-bb4c18603ca1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:45.297Z|675d6ac3-a879-4570-93f3-bb4c18603ca1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:45.298Z|d8cf0551-aadc-4319-b901-f448f2c05c86|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:45.299Z|d8cf0551-aadc-4319-b901-f448f2c05c86|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:45.440Z|8e6cdb19-70fe-48bc-a760-5648a8392eee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:45.441Z|8e6cdb19-70fe-48bc-a760-5648a8392eee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:46.471Z|4f89a257-8f93-4999-9cb5-7ddc3e32d28f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:27:46.472Z|4f89a257-8f93-4999-9cb5-7ddc3e32d28f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:27:46.575Z|579c96ea-21e1-4b3b-9b54-7f28a82bbce7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:27:46.575Z|579c96ea-21e1-4b3b-9b54-7f28a82bbce7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:27:55.322Z|c6f95c71-d11f-411e-a9c1-5b4fec442e2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:55.322Z|4a65f2da-8340-4dcb-afbb-30ec5efb2317|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:55.323Z|c6f95c71-d11f-411e-a9c1-5b4fec442e2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:55.326Z|4a65f2da-8340-4dcb-afbb-30ec5efb2317|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:27:55.467Z|f65f82d5-e586-47d5-a45d-b4826383dd70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:27:55.468Z|f65f82d5-e586-47d5-a45d-b4826383dd70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:01.471Z|4b080593-e1f7-4928-8322-6d64c708d470|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:28:01.474Z|4b080593-e1f7-4928-8322-6d64c708d470|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:28:05.354Z|164a6f34-bd65-4b60-96d7-bf3b02f81152|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:05.354Z|f7b6881c-a5a3-4935-8ee7-66b8eca5c013|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:05.355Z|164a6f34-bd65-4b60-96d7-bf3b02f81152|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:05.356Z|f7b6881c-a5a3-4935-8ee7-66b8eca5c013|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:05.490Z|86e3597f-0d00-48ad-b99d-cb7f7bdac01f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:05.491Z|86e3597f-0d00-48ad-b99d-cb7f7bdac01f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:15.381Z|3ee43a82-763f-47c3-8abb-3f8dec469f12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:15.381Z|e5c56e41-8939-4d00-ae1d-94d535ee83e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:15.381Z|e5c56e41-8939-4d00-ae1d-94d535ee83e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:15.381Z|3ee43a82-763f-47c3-8abb-3f8dec469f12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:15.518Z|10e4c6b9-df3d-44a6-9ec4-9e262cfb0c54|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:15.518Z|10e4c6b9-df3d-44a6-9ec4-9e262cfb0c54|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:16.471Z|bf62ec76-9505-441a-a81c-0230e0b117fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:28:16.471Z|bf62ec76-9505-441a-a81c-0230e0b117fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:28:16.578Z|d1820b19-8a2b-47a5-b118-c92ad0a07e37|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:28:16.578Z|d1820b19-8a2b-47a5-b118-c92ad0a07e37|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:28:18.466Z|f91ec2c1-63aa-482e-b5ed-dd3dc818a145|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:28:18.467Z|f91ec2c1-63aa-482e-b5ed-dd3dc818a145|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:25.407Z|08298d91-0e06-4d25-a5be-ba54091f6594|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:25.407Z|5ae6baa3-298f-4b4e-a5fa-cc3678e9d555|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:25.408Z|08298d91-0e06-4d25-a5be-ba54091f6594|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:25.408Z|5ae6baa3-298f-4b4e-a5fa-cc3678e9d555|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:25.545Z|58348dda-543f-478d-a3b3-ac9d117ecb3f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:25.546Z|58348dda-543f-478d-a3b3-ac9d117ecb3f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:31.471Z|74beb63c-fe37-4d17-8856-f5ebd8a710ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:28:31.472Z|74beb63c-fe37-4d17-8856-f5ebd8a710ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:28:35.433Z|5d335977-2971-4a20-849a-0ee451149ad6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:35.433Z|19d382df-7a14-4005-b227-77bf93cefe20|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:35.434Z|19d382df-7a14-4005-b227-77bf93cefe20|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:35.434Z|5d335977-2971-4a20-849a-0ee451149ad6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:35.572Z|892bbd87-93ab-4919-b649-1c9ec9f5c576|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:35.573Z|892bbd87-93ab-4919-b649-1c9ec9f5c576|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:45.458Z|c30c7b84-dc77-4483-b533-405121b8085c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:45.458Z|beffd8d0-3ae5-4b8a-a63d-e034603bda90|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:45.458Z|beffd8d0-3ae5-4b8a-a63d-e034603bda90|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:45.459Z|c30c7b84-dc77-4483-b533-405121b8085c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:45.596Z|4f6c1038-b00b-4eeb-8df5-e373496d2bd1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:45.597Z|4f6c1038-b00b-4eeb-8df5-e373496d2bd1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:46.471Z|55851a2a-0eb7-4bcc-b7ff-195f48bd1144|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:28:46.474Z|55851a2a-0eb7-4bcc-b7ff-195f48bd1144|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:28:46.579Z|88e32357-f6e2-4b85-a9c3-b61d2b2bfa87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:28:46.580Z|88e32357-f6e2-4b85-a9c3-b61d2b2bfa87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:28:55.481Z|9c589e68-c8ce-4953-b9d2-241d03afe223|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:55.481Z|91dcb3df-352b-48ff-abe2-349a8a94a02b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:55.482Z|9c589e68-c8ce-4953-b9d2-241d03afe223|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:55.483Z|91dcb3df-352b-48ff-abe2-349a8a94a02b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:28:55.620Z|38b9fdf4-5b39-47ae-96a2-6d2b25f6768d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:28:55.621Z|38b9fdf4-5b39-47ae-96a2-6d2b25f6768d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:01.471Z|c258d1d5-9373-46b0-9237-6bb226639de2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:29:01.471Z|c258d1d5-9373-46b0-9237-6bb226639de2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:29:05.506Z|45f5b4b8-2d2d-48cd-a300-6f7f70dde6d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:05.506Z|45f5b4b8-2d2d-48cd-a300-6f7f70dde6d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:05.507Z|f91dae4a-72fd-44a8-9fbf-5a3730f1dc67|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:05.507Z|f91dae4a-72fd-44a8-9fbf-5a3730f1dc67|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:05.644Z|cbdf1646-0410-4064-a7c6-4fe7f8f56c9f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:05.644Z|cbdf1646-0410-4064-a7c6-4fe7f8f56c9f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:15.529Z|0abc3e42-db5f-4bfe-9c41-f2886dbfc2e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:15.530Z|2371a720-c898-44d3-af08-e9dfa1b1e136|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:15.530Z|0abc3e42-db5f-4bfe-9c41-f2886dbfc2e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:15.531Z|2371a720-c898-44d3-af08-e9dfa1b1e136|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:15.668Z|741c5b5b-21af-47ea-b3ac-6cc200465b11|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:15.669Z|741c5b5b-21af-47ea-b3ac-6cc200465b11|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:16.471Z|c3f67729-628a-4af8-af82-5e2fc2748134|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:29:16.471Z|c3f67729-628a-4af8-af82-5e2fc2748134|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:29:16.581Z|ce3293ea-1472-4c59-8fa7-3955bbea41b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:29:16.581Z|ce3293ea-1472-4c59-8fa7-3955bbea41b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:29:18.464Z|dd0158ae-8422-4784-a478-06e4219bb3fb|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:29:18.465Z|dd0158ae-8422-4784-a478-06e4219bb3fb|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:25.554Z|9f21f70c-4b7a-420b-92c2-9d998c5e0f09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:25.554Z|a198bfcd-d2a2-4c19-981e-d06dd33a2c8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:25.555Z|9f21f70c-4b7a-420b-92c2-9d998c5e0f09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:25.555Z|a198bfcd-d2a2-4c19-981e-d06dd33a2c8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:25.692Z|ef9a3757-a966-4f2d-b7e9-f4f1f66b0f6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:25.693Z|ef9a3757-a966-4f2d-b7e9-f4f1f66b0f6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:31.471Z|1bac2a9a-9283-41da-bad0-1b9e2f7f0096|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:29:31.475Z|1bac2a9a-9283-41da-bad0-1b9e2f7f0096|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:29:35.580Z|e188e2d5-b3a1-4d3c-9b8d-4cb063be2876|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:35.581Z|e188e2d5-b3a1-4d3c-9b8d-4cb063be2876|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:35.587Z|fbed9aaf-39b3-455e-a684-387aae9f0ccd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:35.588Z|fbed9aaf-39b3-455e-a684-387aae9f0ccd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:35.719Z|5bf62bd0-c06c-4822-926f-e27623548dda|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:35.720Z|5bf62bd0-c06c-4822-926f-e27623548dda|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:45.607Z|1193d800-9871-4a74-8262-31f1f9e71d49|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:45.608Z|1193d800-9871-4a74-8262-31f1f9e71d49|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:45.609Z|a1f79a36-08f6-420b-a173-6117f9a7fd67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:45.610Z|a1f79a36-08f6-420b-a173-6117f9a7fd67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:45.743Z|a5dc1b37-a170-42e7-9f4f-1444cbb70cd0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:45.744Z|a5dc1b37-a170-42e7-9f4f-1444cbb70cd0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:46.471Z|42f03615-8156-4e26-bd51-373130079b86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:29:46.472Z|42f03615-8156-4e26-bd51-373130079b86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:29:46.582Z|863dfb56-68cb-465a-a1aa-e429abfbc904|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:29:46.583Z|863dfb56-68cb-465a-a1aa-e429abfbc904|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:29:55.637Z|de1dfbc3-1c94-43ed-9c30-36d989f1c5a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:55.637Z|dd277bc6-ea66-4e02-8c95-ee5317e28b84|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:55.638Z|de1dfbc3-1c94-43ed-9c30-36d989f1c5a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:55.638Z|dd277bc6-ea66-4e02-8c95-ee5317e28b84|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:29:55.770Z|27be6990-b835-4cd2-8a13-ea3bd7c24c12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:29:55.771Z|27be6990-b835-4cd2-8a13-ea3bd7c24c12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:01.471Z|d0bd3043-c7b2-4ad7-9052-70f330eb7fdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:30:01.472Z|d0bd3043-c7b2-4ad7-9052-70f330eb7fdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:30:05.663Z|5307eb09-8bea-429d-8e45-37b0c11ce541|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:05.663Z|74df0067-c1d7-4700-99ed-ec88e4c5dfa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:05.664Z|5307eb09-8bea-429d-8e45-37b0c11ce541|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:05.664Z|74df0067-c1d7-4700-99ed-ec88e4c5dfa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:05.794Z|2985ad7f-af10-44e7-8e76-d856b64924a9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:05.795Z|2985ad7f-af10-44e7-8e76-d856b64924a9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:15.692Z|c5f2c275-03fa-4361-8093-89e679ce8921|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:15.693Z|c5f2c275-03fa-4361-8093-89e679ce8921|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:15.695Z|0413fa5f-894a-47cf-ba7d-e8d8e68e72ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:15.696Z|0413fa5f-894a-47cf-ba7d-e8d8e68e72ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:15.823Z|bf697c2e-19cd-4758-8e00-2e9a7966c128|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:15.824Z|bf697c2e-19cd-4758-8e00-2e9a7966c128|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:16.471Z|237d8629-5103-4e28-b79a-d2a31a1bac4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:30:16.475Z|237d8629-5103-4e28-b79a-d2a31a1bac4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:30:16.584Z|b8d6c019-b08a-40e6-b773-dc04eaa4a593|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:30:16.584Z|b8d6c019-b08a-40e6-b773-dc04eaa4a593|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:30:18.467Z|74c38853-8e0e-400b-bdf2-fd5ebbac50cf|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:30:18.469Z|74c38853-8e0e-400b-bdf2-fd5ebbac50cf|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:25.724Z|11d0e152-fd45-409e-8f17-8b240847e943|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:25.724Z|832196fa-451d-450b-bbe6-cc9088e2e446|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:25.726Z|11d0e152-fd45-409e-8f17-8b240847e943|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:25.726Z|832196fa-451d-450b-bbe6-cc9088e2e446|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:25.849Z|9ce0b00c-9bdc-4b8c-9caa-6350a09f3f81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:25.849Z|9ce0b00c-9bdc-4b8c-9caa-6350a09f3f81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:31.471Z|7ddad568-48f0-4806-85ec-a518a476d746|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:30:31.473Z|7ddad568-48f0-4806-85ec-a518a476d746|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:30:35.754Z|f49aaee9-cb5d-4ed0-b473-c55e3649e996|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:35.754Z|181d6a20-fb30-409e-b1d2-796cc438d9e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:35.754Z|181d6a20-fb30-409e-b1d2-796cc438d9e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:35.755Z|f49aaee9-cb5d-4ed0-b473-c55e3649e996|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:35.872Z|e8a782dd-e9ad-4ff6-8939-fe6c5912387f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:35.873Z|e8a782dd-e9ad-4ff6-8939-fe6c5912387f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:45.779Z|fe8798be-7bbf-4003-bca1-3e5305b6a644|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:45.779Z|c3d410a3-ed19-4446-be68-a1708443fb51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:45.780Z|fe8798be-7bbf-4003-bca1-3e5305b6a644|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:45.780Z|c3d410a3-ed19-4446-be68-a1708443fb51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:45.894Z|2976e267-fbb4-42c3-b213-f335e918426f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:45.895Z|2976e267-fbb4-42c3-b213-f335e918426f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:46.471Z|733b0523-ca57-4c68-8550-f3d74dad81f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:30:46.472Z|733b0523-ca57-4c68-8550-f3d74dad81f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:30:46.585Z|37630f4a-bf23-4a7a-84ca-7fdedcd2de3d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:30:46.585Z|37630f4a-bf23-4a7a-84ca-7fdedcd2de3d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:30:55.805Z|900e417f-a8e1-4a78-aa55-bd508f998323|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:55.805Z|dc101182-e97f-42b6-a1d6-81eebcbc6ca3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:55.806Z|900e417f-a8e1-4a78-aa55-bd508f998323|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:55.806Z|dc101182-e97f-42b6-a1d6-81eebcbc6ca3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:30:55.917Z|fd889fdd-9fcd-4395-8a3d-4e4850b2f7e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:30:55.918Z|fd889fdd-9fcd-4395-8a3d-4e4850b2f7e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:01.471Z|7e187a62-aa84-4751-8219-3eac58b95139|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:31:01.474Z|7e187a62-aa84-4751-8219-3eac58b95139|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:31:05.831Z|cca4bd05-5ba9-42c1-911c-80afd7e4dfa6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:05.832Z|cca4bd05-5ba9-42c1-911c-80afd7e4dfa6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:05.837Z|cd632de6-63c1-4549-b3e3-f07a0392e558|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:05.838Z|cd632de6-63c1-4549-b3e3-f07a0392e558|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:05.941Z|24e13ddf-60ac-4943-9560-3d1dd709012d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:05.942Z|24e13ddf-60ac-4943-9560-3d1dd709012d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:15.854Z|9e6fef17-9511-4973-977b-1fcd38f43ed8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:15.855Z|9e6fef17-9511-4973-977b-1fcd38f43ed8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:15.859Z|dcce7607-4d0c-41ef-a07a-04ab69b611e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:15.859Z|dcce7607-4d0c-41ef-a07a-04ab69b611e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:15.965Z|c5393969-ea3e-4d14-817b-46de749dbe71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:15.966Z|c5393969-ea3e-4d14-817b-46de749dbe71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:16.471Z|92d711a2-500a-4997-900b-f5dc292ad352|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:31:16.472Z|92d711a2-500a-4997-900b-f5dc292ad352|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:31:16.586Z|70fc4378-b082-42ca-b958-4d2b111215ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:31:16.587Z|70fc4378-b082-42ca-b958-4d2b111215ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:31:18.466Z|b8a121de-f96f-41ac-b23e-de5617586088|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:31:18.466Z|b8a121de-f96f-41ac-b23e-de5617586088|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:25.878Z|af7924e7-7fa3-4c30-885c-fe700b51b687|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:25.878Z|528b9186-52b5-4b7c-8d7a-9f3682930280|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:25.879Z|528b9186-52b5-4b7c-8d7a-9f3682930280|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:25.879Z|af7924e7-7fa3-4c30-885c-fe700b51b687|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:25.991Z|dd7c49d6-c4e0-4df5-8533-97b16770bd22|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:25.992Z|dd7c49d6-c4e0-4df5-8533-97b16770bd22|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:31.471Z|66481b67-a549-439e-bbd9-42c5411a943f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:31:31.472Z|66481b67-a549-439e-bbd9-42c5411a943f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:31:35.902Z|607e6250-7b7e-4ab8-b4ee-7548f0f60863|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:35.904Z|607e6250-7b7e-4ab8-b4ee-7548f0f60863|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:35.910Z|58380d2c-f4ee-4c13-a067-767e47c35726|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:35.911Z|58380d2c-f4ee-4c13-a067-767e47c35726|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:36.015Z|5f1e207b-8181-4c63-9f20-417e3cc484e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:36.016Z|5f1e207b-8181-4c63-9f20-417e3cc484e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:45.928Z|3646fa77-9c62-4d39-b07b-aafdbc7b5d00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:45.929Z|3646fa77-9c62-4d39-b07b-aafdbc7b5d00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:45.934Z|7c9acb58-f857-44e0-9673-44a10e9c8991|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:45.934Z|7c9acb58-f857-44e0-9673-44a10e9c8991|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:46.037Z|14c51a61-d1dd-42f2-9ae5-cdc7bf09a554|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:46.037Z|14c51a61-d1dd-42f2-9ae5-cdc7bf09a554|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:46.471Z|c51175c1-fb65-4549-845e-38873dacd05a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:31:46.474Z|c51175c1-fb65-4549-845e-38873dacd05a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:31:46.588Z|6c384d50-b254-49a1-97e4-632841ba739f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:31:46.589Z|6c384d50-b254-49a1-97e4-632841ba739f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:31:55.952Z|37de24f9-e59e-4f91-b253-952d11b88c15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:55.953Z|37de24f9-e59e-4f91-b253-952d11b88c15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:55.953Z|6755bd05-510c-4c88-9cca-b322147c8b98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:55.954Z|6755bd05-510c-4c88-9cca-b322147c8b98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:31:56.060Z|41084a95-26d4-4c15-83ab-a047743844f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:31:56.061Z|41084a95-26d4-4c15-83ab-a047743844f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:01.471Z|b0b00b77-a436-4484-9d5a-2c42bb74b522|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:32:01.472Z|b0b00b77-a436-4484-9d5a-2c42bb74b522|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:32:05.977Z|ebfd6e87-ceb7-4b3f-928b-5438c9479e62|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:05.977Z|8768b09d-efdb-44d4-bce3-c9e631ebb716|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:05.978Z|ebfd6e87-ceb7-4b3f-928b-5438c9479e62|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:05.978Z|8768b09d-efdb-44d4-bce3-c9e631ebb716|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:06.084Z|d646e4d5-d6cc-4415-90c4-d88db235d2de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:06.085Z|d646e4d5-d6cc-4415-90c4-d88db235d2de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:16.001Z|599e194f-7c19-4214-a06a-7b6660d4ff18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:16.001Z|59c0ad2b-d42b-4390-a5fa-05cf5261133d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:16.002Z|599e194f-7c19-4214-a06a-7b6660d4ff18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:16.002Z|59c0ad2b-d42b-4390-a5fa-05cf5261133d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:16.107Z|a83a095c-a580-4b1c-b179-b595f76c8086|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:16.108Z|a83a095c-a580-4b1c-b179-b595f76c8086|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:16.471Z|25c8df36-2f55-4d98-addd-e7b87d1ac240|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:32:16.471Z|25c8df36-2f55-4d98-addd-e7b87d1ac240|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:32:16.590Z|8b9c50ed-18ae-4e67-a06c-ddd5e0526329|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:32:16.590Z|8b9c50ed-18ae-4e67-a06c-ddd5e0526329|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:32:18.465Z|de80caac-ff64-45c3-8e90-002083f76eba|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:32:18.466Z|de80caac-ff64-45c3-8e90-002083f76eba|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:26.026Z|92a69d66-5c50-4c76-ac8d-5322dca5a70a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:26.027Z|c1218b96-8eab-4ff4-85f1-4f55023bbd5e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:26.027Z|92a69d66-5c50-4c76-ac8d-5322dca5a70a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:26.027Z|c1218b96-8eab-4ff4-85f1-4f55023bbd5e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:26.131Z|63958be4-372e-4829-9901-546eda936eef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:26.131Z|63958be4-372e-4829-9901-546eda936eef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:31.471Z|2fc0f6c3-ae08-4364-b63f-d03c4c45743f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:32:31.473Z|2fc0f6c3-ae08-4364-b63f-d03c4c45743f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:32:36.052Z|cfee9ae2-cd9c-4e54-bf70-39668e0347a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:36.052Z|ec19d7ee-8281-44ec-993a-d0e7d013f29d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:36.053Z|cfee9ae2-cd9c-4e54-bf70-39668e0347a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:36.053Z|ec19d7ee-8281-44ec-993a-d0e7d013f29d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:36.154Z|1f32c975-d23d-441a-a382-83538ce04186|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:36.155Z|1f32c975-d23d-441a-a382-83538ce04186|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:46.078Z|c1f88bf0-db3f-4dab-9928-9edd00fc8e3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:46.079Z|c1f88bf0-db3f-4dab-9928-9edd00fc8e3f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:46.084Z|4d324260-08cb-4c7e-8afd-b74079a4d297|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:46.085Z|4d324260-08cb-4c7e-8afd-b74079a4d297|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:46.177Z|5e6e7721-1dcb-4707-a4ae-bcbb629df5c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:46.178Z|5e6e7721-1dcb-4707-a4ae-bcbb629df5c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:46.471Z|4b78e653-87a2-4af0-846d-62e47d418695|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:32:46.472Z|4b78e653-87a2-4af0-846d-62e47d418695|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:32:46.591Z|0b3d1dd6-1122-4175-bb12-17c8fe99233a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:32:46.591Z|0b3d1dd6-1122-4175-bb12-17c8fe99233a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:32:56.101Z|663d37a1-34e1-4d0e-9363-ca178f9011bd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:56.102Z|663d37a1-34e1-4d0e-9363-ca178f9011bd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:56.105Z|267b32e6-ccf0-4958-a79a-185767cdcdd4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:56.105Z|267b32e6-ccf0-4958-a79a-185767cdcdd4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:32:56.201Z|ac43242d-1619-4fdd-ac67-18cd2f6f788c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:32:56.202Z|ac43242d-1619-4fdd-ac67-18cd2f6f788c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:01.471Z|3ec1d15d-cacf-4046-b05b-9780dc63089d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:33:01.471Z|3ec1d15d-cacf-4046-b05b-9780dc63089d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:33:06.126Z|29a48f42-3d9e-4206-a56a-6797331f7d0c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:06.126Z|270e0c27-ca1b-4356-84a7-87c5c2bca6f3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:06.127Z|29a48f42-3d9e-4206-a56a-6797331f7d0c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:06.127Z|270e0c27-ca1b-4356-84a7-87c5c2bca6f3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:06.226Z|329e9022-50df-45b6-9fe7-03baec63498a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:06.227Z|329e9022-50df-45b6-9fe7-03baec63498a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:16.151Z|a831d1f9-6699-420e-8b75-0d86bc513e35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:16.151Z|cd87d765-948f-4233-855f-dfee8cd1c082|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:16.152Z|a831d1f9-6699-420e-8b75-0d86bc513e35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:16.152Z|cd87d765-948f-4233-855f-dfee8cd1c082|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:16.250Z|e6ee9bef-8345-4160-a863-408130243d7e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:16.251Z|e6ee9bef-8345-4160-a863-408130243d7e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:16.471Z|713c48e6-c925-442e-a894-d233cfb7d2eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:33:16.473Z|713c48e6-c925-442e-a894-d233cfb7d2eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:33:16.592Z|474bebb9-1ee9-46be-aaa9-dccb2a456148|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:33:16.593Z|474bebb9-1ee9-46be-aaa9-dccb2a456148|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:33:18.465Z|379de3ef-39fd-4406-93d8-26b94f5f5a2f|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:33:18.467Z|379de3ef-39fd-4406-93d8-26b94f5f5a2f|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:26.174Z|af4a5f7b-2f51-48be-ae18-342ff65e4aa5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:26.174Z|3bec5e49-2171-4848-9740-c02f8c3038b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:26.175Z|af4a5f7b-2f51-48be-ae18-342ff65e4aa5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:26.175Z|3bec5e49-2171-4848-9740-c02f8c3038b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:26.277Z|029c0e0b-6b61-403d-a7bd-542743c14aa4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:26.278Z|029c0e0b-6b61-403d-a7bd-542743c14aa4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:31.471Z|fb80ccd8-7ba4-4128-8946-3fc1b29e00cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:33:31.472Z|fb80ccd8-7ba4-4128-8946-3fc1b29e00cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:33:36.199Z|03f20aa0-f912-40e3-a14c-9c7c3d5ea26a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:36.200Z|03f20aa0-f912-40e3-a14c-9c7c3d5ea26a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:36.199Z|6446a954-456f-4ee0-b3bc-df4725d531bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:36.207Z|6446a954-456f-4ee0-b3bc-df4725d531bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:36.306Z|3bdbff69-0d8b-4bf2-a0e1-330721831675|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:36.307Z|3bdbff69-0d8b-4bf2-a0e1-330721831675|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:46.222Z|ad8de05a-9df9-45e6-9a13-2a29f0e29088|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:46.223Z|ad8de05a-9df9-45e6-9a13-2a29f0e29088|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:46.225Z|715aaabe-91b2-46a9-af2e-1cb3dde4fe08|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:46.225Z|715aaabe-91b2-46a9-af2e-1cb3dde4fe08|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:46.332Z|83f5920d-f6cc-417d-a0fe-76bb2cfaaed0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:46.333Z|83f5920d-f6cc-417d-a0fe-76bb2cfaaed0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:46.471Z|65c3f2de-16dc-4b8b-b179-5cbf4f2b6fcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:33:46.472Z|65c3f2de-16dc-4b8b-b179-5cbf4f2b6fcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:33:46.594Z|2ad3e2fb-ae1c-4eaa-ac4b-0c8d63e57ff3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:33:46.595Z|2ad3e2fb-ae1c-4eaa-ac4b-0c8d63e57ff3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:33:56.250Z|93058708-c4ed-4b05-991c-b25c36ef46cc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:56.250Z|e30bdcac-25b7-47f8-beec-eef7c747d504|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:56.251Z|e30bdcac-25b7-47f8-beec-eef7c747d504|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:56.251Z|93058708-c4ed-4b05-991c-b25c36ef46cc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:33:56.355Z|9351466b-2b57-4727-aa24-41048731f579|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:33:56.356Z|9351466b-2b57-4727-aa24-41048731f579|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:01.471Z|b698cdfc-956c-439e-a396-885688c352a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:34:01.479Z|b698cdfc-956c-439e-a396-885688c352a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:34:06.274Z|166eedde-1314-48d7-b066-6941ff2332bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:06.274Z|8139c749-72d9-4950-bd0d-390099261b73|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:06.274Z|166eedde-1314-48d7-b066-6941ff2332bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:06.274Z|8139c749-72d9-4950-bd0d-390099261b73|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:06.378Z|17ec719d-9eaf-456c-b15e-6ec8d75ea609|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:06.378Z|17ec719d-9eaf-456c-b15e-6ec8d75ea609|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:16.300Z|ae591e7b-29b7-4172-b0ef-5f9cc572d37b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:16.301Z|ae591e7b-29b7-4172-b0ef-5f9cc572d37b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:16.300Z|c069a986-1a9a-4ef8-bc10-647b595694a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:16.308Z|c069a986-1a9a-4ef8-bc10-647b595694a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:16.401Z|bb9cc624-8ca2-49ff-9ca5-27569bb88abc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:16.401Z|bb9cc624-8ca2-49ff-9ca5-27569bb88abc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:16.471Z|e8dbb451-f8d8-4d45-974b-98f20970532f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:34:16.471Z|e8dbb451-f8d8-4d45-974b-98f20970532f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:34:16.596Z|0bc4f74e-f3d2-4ad3-805d-0fc654ef8756|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:34:16.596Z|0bc4f74e-f3d2-4ad3-805d-0fc654ef8756|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:34:18.464Z|866bc090-3e93-4b49-91b4-b0f5cbcf1fa1|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:34:18.465Z|866bc090-3e93-4b49-91b4-b0f5cbcf1fa1|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:26.337Z|1cf04a40-2596-4656-bda2-fe1fe0ffb0b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:26.338Z|1cf04a40-2596-4656-bda2-fe1fe0ffb0b3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:26.341Z|0711167a-8d9f-47d9-919e-16f072debae6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:26.342Z|0711167a-8d9f-47d9-919e-16f072debae6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:26.425Z|3699cfab-9bb6-4a20-98d5-5633ec8ff644|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:26.425Z|3699cfab-9bb6-4a20-98d5-5633ec8ff644|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:31.471Z|1fd3c009-bd53-4426-8c61-efb025365809|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:34:31.472Z|1fd3c009-bd53-4426-8c61-efb025365809|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:34:36.362Z|acbf7c27-5360-4262-a1cf-d6c848678e88|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:36.363Z|acbf7c27-5360-4262-a1cf-d6c848678e88|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:36.366Z|7d700116-46a4-49cc-a7f3-f116a3f724a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:36.367Z|7d700116-46a4-49cc-a7f3-f116a3f724a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:36.448Z|b30f64f4-cda7-4c0f-8cad-2462262f53a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:36.449Z|b30f64f4-cda7-4c0f-8cad-2462262f53a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:46.388Z|e81e0112-5975-441b-be12-45250a90cd37|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:46.388Z|3d96105a-4e68-4c2c-a7da-f403c83a584c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:46.389Z|e81e0112-5975-441b-be12-45250a90cd37|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:46.389Z|3d96105a-4e68-4c2c-a7da-f403c83a584c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:46.471Z|42b28a34-df9c-4c1e-8361-70e81aa3d14a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:34:46.472Z|65623b8a-7a0b-43a8-9e39-3b4d6b1a543f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:46.473Z|65623b8a-7a0b-43a8-9e39-3b4d6b1a543f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:46.475Z|42b28a34-df9c-4c1e-8361-70e81aa3d14a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:34:46.597Z|78d2d764-6ba5-4625-9333-22af5ce5f818|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:34:46.598Z|78d2d764-6ba5-4625-9333-22af5ce5f818|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:34:56.420Z|b893810f-4b2f-4ba5-9559-1caaadceca40|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:56.421Z|b893810f-4b2f-4ba5-9559-1caaadceca40|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:56.429Z|65f20d61-5434-4e91-a550-7470efaa971a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:56.431Z|65f20d61-5434-4e91-a550-7470efaa971a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:34:56.496Z|256f0d45-76af-4fb5-bf85-ea0625f6e454|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:34:56.497Z|256f0d45-76af-4fb5-bf85-ea0625f6e454|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:01.471Z|9f69fc04-050f-49fa-aa3e-cc10a4170085|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:35:01.471Z|9f69fc04-050f-49fa-aa3e-cc10a4170085|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:35:06.452Z|73b50c95-59f2-47e3-af9b-14ac5972e64f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:06.452Z|73b50c95-59f2-47e3-af9b-14ac5972e64f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:06.453Z|5a66cfba-4892-4381-b2be-8c9bf8eadf5b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:06.453Z|5a66cfba-4892-4381-b2be-8c9bf8eadf5b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:06.522Z|11b1d090-181f-4740-b84d-1be2e95a26aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:06.522Z|11b1d090-181f-4740-b84d-1be2e95a26aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:16.471Z|58abd9b9-8ad2-4f6b-9145-0d09fcd19b4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:35:16.472Z|58abd9b9-8ad2-4f6b-9145-0d09fcd19b4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:35:16.475Z|0d4058d2-46b4-42a3-9b51-975f616a6d18|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:16.475Z|ace4aacc-f8e0-4c7b-950d-31372851f8dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:16.476Z|0d4058d2-46b4-42a3-9b51-975f616a6d18|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:16.476Z|ace4aacc-f8e0-4c7b-950d-31372851f8dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:16.545Z|5a8c4956-d78f-4ef8-bb8e-98066baa6671|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:16.546Z|5a8c4956-d78f-4ef8-bb8e-98066baa6671|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:16.598Z|73770e23-57fa-45ab-bcd1-e2b46922069d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:35:16.599Z|73770e23-57fa-45ab-bcd1-e2b46922069d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:35:18.464Z|d50c1950-7a71-40fc-aea4-8fdcb9909c42|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:35:18.465Z|d50c1950-7a71-40fc-aea4-8fdcb9909c42|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:26.500Z|1a0a27f6-6d63-4fc1-8015-eb13ee3ffeb2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:26.500Z|ca42250c-720d-4419-982d-7ee3a9c07013|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:26.500Z|ca42250c-720d-4419-982d-7ee3a9c07013|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:26.500Z|1a0a27f6-6d63-4fc1-8015-eb13ee3ffeb2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:26.568Z|b35fd5a8-e482-4e97-85fc-5c93e1e1506d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:26.568Z|b35fd5a8-e482-4e97-85fc-5c93e1e1506d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:31.471Z|7f917c0f-4bc9-4b4d-8ea3-891732511fe8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:35:31.473Z|7f917c0f-4bc9-4b4d-8ea3-891732511fe8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:35:36.523Z|b432b8db-13f4-4360-a2cd-31db18a67996|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:36.524Z|b432b8db-13f4-4360-a2cd-31db18a67996|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:36.524Z|88aa0c97-c3b9-4538-a166-89cbd5de9a51|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:36.524Z|88aa0c97-c3b9-4538-a166-89cbd5de9a51|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:36.594Z|b0520b50-7dd2-4a7f-bc18-392b1856b84d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:36.595Z|b0520b50-7dd2-4a7f-bc18-392b1856b84d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:46.471Z|d3b51a21-1b38-4dae-9fda-964a1921b78a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:35:46.471Z|d3b51a21-1b38-4dae-9fda-964a1921b78a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:35:46.546Z|462fb015-bd87-4859-8665-72bd93c93566|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:46.546Z|eb8fefa0-d713-4621-8e9a-7571dad2807c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:46.547Z|462fb015-bd87-4859-8665-72bd93c93566|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:46.547Z|eb8fefa0-d713-4621-8e9a-7571dad2807c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:46.600Z|a21b538a-98bb-452b-9e56-071eb285c778|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:35:46.600Z|a21b538a-98bb-452b-9e56-071eb285c778|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:35:46.616Z|91071425-6f9c-4403-bf56-e1bb896b0238|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:46.617Z|91071425-6f9c-4403-bf56-e1bb896b0238|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:56.568Z|ba632806-37a9-4af6-8d06-cd8d7e68a0ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:56.568Z|7d548e63-90b8-4cdd-9698-d0e7bf3e6d94|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:56.569Z|ba632806-37a9-4af6-8d06-cd8d7e68a0ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:56.569Z|7d548e63-90b8-4cdd-9698-d0e7bf3e6d94|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:35:56.640Z|d2f308bd-cad7-47a6-a952-42402daac019|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:35:56.641Z|d2f308bd-cad7-47a6-a952-42402daac019|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:01.471Z|d0781026-7bd8-40f5-9a42-c084578c8ce7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:36:01.472Z|d0781026-7bd8-40f5-9a42-c084578c8ce7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:36:06.597Z|27586df4-0304-400c-94e5-8e9d0acfbfe7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:06.597Z|89ac7cf7-fa02-4496-babe-bc298c206838|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:06.598Z|27586df4-0304-400c-94e5-8e9d0acfbfe7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:06.598Z|89ac7cf7-fa02-4496-babe-bc298c206838|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:06.663Z|1c2ba48d-2958-4df4-98b8-efa4b33870d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:06.664Z|1c2ba48d-2958-4df4-98b8-efa4b33870d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:16.471Z|55cc8b2a-6e60-43eb-8d1d-3cb038ecf93d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:36:16.473Z|55cc8b2a-6e60-43eb-8d1d-3cb038ecf93d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:36:16.601Z|b8bb6b4d-5a11-47b6-a38c-0018dfd72aa1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:36:16.601Z|b8bb6b4d-5a11-47b6-a38c-0018dfd72aa1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:36:16.621Z|1fe6b5e2-06ac-4b71-98b6-ae099873d16d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:16.621Z|1fe6b5e2-06ac-4b71-98b6-ae099873d16d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:16.627Z|cced37f4-0db6-41ab-8226-24cb691579af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:16.627Z|cced37f4-0db6-41ab-8226-24cb691579af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:16.685Z|22a242c5-9deb-4d8f-bef4-15acaa95d3d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:16.685Z|22a242c5-9deb-4d8f-bef4-15acaa95d3d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:18.465Z|3ed282d8-d087-4666-a9fc-19c5d43101aa|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:36:18.465Z|3ed282d8-d087-4666-a9fc-19c5d43101aa|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:26.644Z|dadd95b1-5403-4e36-8d33-a79a37f64b35|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:26.645Z|dadd95b1-5403-4e36-8d33-a79a37f64b35|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:26.649Z|feb1a9fd-bfd7-40d7-a041-e16566ef8652|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:26.649Z|feb1a9fd-bfd7-40d7-a041-e16566ef8652|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:26.729Z|5228a757-48b7-4437-afb1-ed287e49fa6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:26.730Z|5228a757-48b7-4437-afb1-ed287e49fa6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:31.471Z|8a0802fb-615a-43b8-b691-e774f64ce54f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:36:31.471Z|8a0802fb-615a-43b8-b691-e774f64ce54f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:36:36.667Z|098f7017-2ca8-476c-9da6-9aa2c1b1d911|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:36.668Z|098f7017-2ca8-476c-9da6-9aa2c1b1d911|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:36.668Z|27a65a49-6dde-4539-88af-564d77fdc597|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:36.668Z|27a65a49-6dde-4539-88af-564d77fdc597|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:36.756Z|c1804512-43a7-42ff-83fb-cacfbdd982ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:36.757Z|c1804512-43a7-42ff-83fb-cacfbdd982ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:46.471Z|6dc8a53d-6b61-474c-a34d-0559fd3bf9fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:36:46.471Z|6dc8a53d-6b61-474c-a34d-0559fd3bf9fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:36:46.602Z|e318371b-995f-40fb-a567-04deae8ba4eb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:36:46.603Z|e318371b-995f-40fb-a567-04deae8ba4eb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:36:46.691Z|128d87f5-11f3-4641-ac58-87f2569541e9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:46.691Z|9b5b327c-44d7-4117-a9e1-8fdb2e7a7d28|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:46.692Z|128d87f5-11f3-4641-ac58-87f2569541e9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:46.692Z|9b5b327c-44d7-4117-a9e1-8fdb2e7a7d28|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:46.780Z|b99f13c8-ccd6-49a3-b33c-b2dd763a9008|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:46.780Z|b99f13c8-ccd6-49a3-b33c-b2dd763a9008|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:56.728Z|7e53ae57-9e6a-44e5-acc0-4c551512d9d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:56.728Z|f3c42d7f-93ed-4c03-8137-d8dc2637d26a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:56.728Z|7e53ae57-9e6a-44e5-acc0-4c551512d9d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:56.729Z|f3c42d7f-93ed-4c03-8137-d8dc2637d26a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:36:56.802Z|7df7181c-739f-4549-af21-dd1feb177bee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:36:56.802Z|7df7181c-739f-4549-af21-dd1feb177bee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:01.471Z|5cbdab38-2d16-4446-b750-43075b3186e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:37:01.473Z|5cbdab38-2d16-4446-b750-43075b3186e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:37:06.784Z|5e9fcb3b-4045-4b5a-93c7-245fa957260d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:06.784Z|49321a33-fecd-4ca4-a49b-e89ccc5b5600|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:06.785Z|5e9fcb3b-4045-4b5a-93c7-245fa957260d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:06.785Z|49321a33-fecd-4ca4-a49b-e89ccc5b5600|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:06.828Z|91002d41-94de-4713-8ff2-17ee839a6b6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:06.828Z|91002d41-94de-4713-8ff2-17ee839a6b6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:16.471Z|1b7a64a1-60a0-4a8f-8742-57d02d4728a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:37:16.472Z|1b7a64a1-60a0-4a8f-8742-57d02d4728a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:37:16.604Z|c2b4110d-04f1-49a8-984f-8c8d696e0b50|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:37:16.604Z|c2b4110d-04f1-49a8-984f-8c8d696e0b50|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:37:16.807Z|9ba65756-2396-4113-8f57-1dabd7646dcc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:16.808Z|9ba65756-2396-4113-8f57-1dabd7646dcc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:16.807Z|65969e71-12fe-4d02-bd50-cd2aa022c4c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:16.811Z|65969e71-12fe-4d02-bd50-cd2aa022c4c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:16.851Z|d1cee2e9-31ab-406e-968a-968786305897|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:16.851Z|d1cee2e9-31ab-406e-968a-968786305897|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:18.464Z|e9e5d316-3107-4e67-bb6d-dc490585970e|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:37:18.466Z|e9e5d316-3107-4e67-bb6d-dc490585970e|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:26.833Z|4cf26d1a-ffa9-4ce6-a1c7-04afa544d828|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:26.833Z|3925f608-5d3f-4f57-99dc-15bd7646fe3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:26.834Z|4cf26d1a-ffa9-4ce6-a1c7-04afa544d828|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:26.834Z|3925f608-5d3f-4f57-99dc-15bd7646fe3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:26.878Z|28ca5d69-bb23-4064-9a24-4a0d3edc331e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:26.879Z|28ca5d69-bb23-4064-9a24-4a0d3edc331e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:31.471Z|a492a5da-baf9-400b-8a8f-975b065a80d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:37:31.471Z|a492a5da-baf9-400b-8a8f-975b065a80d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:37:36.856Z|6fea2f6a-58c8-4b62-aa79-a065ede37473|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:36.857Z|6fea2f6a-58c8-4b62-aa79-a065ede37473|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:36.856Z|ed490e2f-41af-4e6d-ae22-f110e61c7c0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:36.860Z|ed490e2f-41af-4e6d-ae22-f110e61c7c0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:36.899Z|4eb89a18-7052-482a-9d5e-209452dcc07a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:36.900Z|4eb89a18-7052-482a-9d5e-209452dcc07a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:46.471Z|63d4f8a4-58a6-4777-8c1a-2f5f1db17de1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:37:46.474Z|63d4f8a4-58a6-4777-8c1a-2f5f1db17de1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:37:46.605Z|9199feeb-1ada-42c3-995c-03d9dd639411|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:37:46.606Z|9199feeb-1ada-42c3-995c-03d9dd639411|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:37:46.880Z|ba121968-3fef-4148-83f6-9da01fc69985|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:46.880Z|89648779-212f-4ac5-b712-80386796e527|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:46.880Z|ba121968-3fef-4148-83f6-9da01fc69985|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:46.881Z|89648779-212f-4ac5-b712-80386796e527|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:46.924Z|ff8e4c55-ed3c-49af-9e7a-ccdc36d1a1f8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:46.925Z|ff8e4c55-ed3c-49af-9e7a-ccdc36d1a1f8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:56.901Z|1ce1387e-f373-40fb-9b2e-cddba2ecebd6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:56.902Z|1ce1387e-f373-40fb-9b2e-cddba2ecebd6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:56.901Z|35f4af78-6acf-4267-be0e-15f17b66cdcf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:56.903Z|35f4af78-6acf-4267-be0e-15f17b66cdcf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:37:56.945Z|347d8bb8-ce28-4e66-a496-76d3b7901f60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:37:56.946Z|347d8bb8-ce28-4e66-a496-76d3b7901f60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:01.471Z|dc432d91-9a27-4b61-8934-7cfd43c606c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:38:01.471Z|dc432d91-9a27-4b61-8934-7cfd43c606c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:38:06.925Z|b8116bc3-c2c0-4fd1-a341-3c72590d25e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:06.925Z|1bd53007-8f8d-4d08-b7de-8fa943b4701f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:06.926Z|b8116bc3-c2c0-4fd1-a341-3c72590d25e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:06.926Z|1bd53007-8f8d-4d08-b7de-8fa943b4701f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:06.966Z|71bc85e3-b290-4c33-aa14-9876186f0ae0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:06.967Z|71bc85e3-b290-4c33-aa14-9876186f0ae0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:16.471Z|cfd1810f-86d4-4514-87d2-8bedc1c94037|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:38:16.472Z|cfd1810f-86d4-4514-87d2-8bedc1c94037|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:38:16.607Z|43dff29f-45a3-4de4-800e-b7da32b6954f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:38:16.607Z|43dff29f-45a3-4de4-800e-b7da32b6954f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:38:16.947Z|46c5bcf6-16a3-47e2-b7af-469273d3f702|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:16.947Z|1271517d-4c27-4066-9fde-191c7e884e8d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:16.947Z|1271517d-4c27-4066-9fde-191c7e884e8d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:16.947Z|46c5bcf6-16a3-47e2-b7af-469273d3f702|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:16.985Z|359d273d-7f1b-463c-8f17-5c26e9e8f9bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:16.986Z|359d273d-7f1b-463c-8f17-5c26e9e8f9bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:18.466Z|f6382dc8-a0fd-4021-93dd-dcd737b0f88a|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:38:18.467Z|f6382dc8-a0fd-4021-93dd-dcd737b0f88a|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:26.969Z|50467f62-1860-4f13-b563-f302b4cdb7b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:26.969Z|5b1363d4-6080-4797-98b0-69b7bdd63061|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:26.970Z|50467f62-1860-4f13-b563-f302b4cdb7b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:26.970Z|5b1363d4-6080-4797-98b0-69b7bdd63061|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:27.007Z|2d2361f5-6d4e-4eba-8d3b-da1cbf148f7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:27.008Z|2d2361f5-6d4e-4eba-8d3b-da1cbf148f7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:31.471Z|a56918be-2c5c-41cd-9263-fb3689e26a05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:38:31.474Z|a56918be-2c5c-41cd-9263-fb3689e26a05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:38:36.994Z|4ea7a60b-ce6e-49e7-a590-57ea87304137|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:36.995Z|4ea7a60b-ce6e-49e7-a590-57ea87304137|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:37.000Z|c6ea7e98-881f-4643-893b-ec841d950008|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:37.001Z|c6ea7e98-881f-4643-893b-ec841d950008|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:37.028Z|383b1ce0-16fa-437e-a24d-8de174e21c59|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:37.029Z|383b1ce0-16fa-437e-a24d-8de174e21c59|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:46.471Z|b9e2e601-65d6-4047-8117-6d8e7bf1575f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:38:46.472Z|b9e2e601-65d6-4047-8117-6d8e7bf1575f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:38:46.608Z|59a16881-cf3c-4938-95ea-fca981d75ab8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:38:46.608Z|59a16881-cf3c-4938-95ea-fca981d75ab8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:38:47.018Z|a6411f62-fb05-4ed3-a790-2036287450fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:47.019Z|a6411f62-fb05-4ed3-a790-2036287450fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:47.024Z|a14ce454-0ddd-4686-a07c-e6614556bc98|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:47.025Z|a14ce454-0ddd-4686-a07c-e6614556bc98|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:47.049Z|abfaf128-cb13-4d6e-aaac-b291a60f2d61|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:47.050Z|abfaf128-cb13-4d6e-aaac-b291a60f2d61|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:57.044Z|92442255-a704-42c0-85d2-1499c111093c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:57.045Z|3969bc87-2fa6-452e-9c1d-29ba1130831b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:57.045Z|3969bc87-2fa6-452e-9c1d-29ba1130831b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:57.045Z|92442255-a704-42c0-85d2-1499c111093c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:38:57.070Z|6015bf5c-09f7-435c-9761-4d001e27c242|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:38:57.070Z|6015bf5c-09f7-435c-9761-4d001e27c242|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:01.471Z|af7e16c0-164a-4de3-a460-1720af6c2ab1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:39:01.472Z|af7e16c0-164a-4de3-a460-1720af6c2ab1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:39:07.072Z|7bc66a85-8a6b-4784-a3ec-4d80a811d30d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:07.072Z|c0bda205-43d6-4c45-a3a3-5fcdd08abc01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:07.073Z|7bc66a85-8a6b-4784-a3ec-4d80a811d30d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:07.073Z|c0bda205-43d6-4c45-a3a3-5fcdd08abc01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:07.095Z|5c640081-4843-4ddb-9873-47f8486050a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:07.096Z|5c640081-4843-4ddb-9873-47f8486050a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:16.471Z|56092756-d44e-465e-a1b1-db132a3fd27e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:39:16.475Z|56092756-d44e-465e-a1b1-db132a3fd27e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:39:16.609Z|dfbc2181-c8ab-4c8c-891b-69f18993494c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:39:16.610Z|dfbc2181-c8ab-4c8c-891b-69f18993494c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:39:17.099Z|8336583c-f960-4d77-9a74-a8484a39cfce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:17.099Z|64df4adf-d076-4be4-8075-1304ac9b840e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:17.100Z|64df4adf-d076-4be4-8075-1304ac9b840e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:17.100Z|8336583c-f960-4d77-9a74-a8484a39cfce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:17.118Z|6ac1ea6f-d2a6-4861-bcf7-8ddc1212e590|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:17.119Z|6ac1ea6f-d2a6-4861-bcf7-8ddc1212e590|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:18.469Z|ade3f0d1-1405-4dd6-ade6-c3fa71fa7597|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:39:18.470Z|ade3f0d1-1405-4dd6-ade6-c3fa71fa7597|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:27.127Z|6d1984ac-cd0f-4f48-8d66-54d7d77a331f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:27.128Z|6d1984ac-cd0f-4f48-8d66-54d7d77a331f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:27.131Z|cc72f3fe-1116-475d-9ec8-4ea0d121a7d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:27.132Z|cc72f3fe-1116-475d-9ec8-4ea0d121a7d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:27.141Z|ab170bc3-75c0-4324-9252-c206fd119e4c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:27.142Z|ab170bc3-75c0-4324-9252-c206fd119e4c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:31.471Z|f8e3ed95-2134-4fb3-8563-255ee52dddf7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:39:31.472Z|f8e3ed95-2134-4fb3-8563-255ee52dddf7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:39:37.152Z|44bf8af4-9257-4b33-b060-fff604f1de11|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:37.152Z|5d2a5827-4345-4fea-9a77-7d1f5570c941|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:37.153Z|5d2a5827-4345-4fea-9a77-7d1f5570c941|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:37.153Z|44bf8af4-9257-4b33-b060-fff604f1de11|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:37.159Z|e37a05be-0e91-4da4-aafd-03d3a772a058|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:37.160Z|e37a05be-0e91-4da4-aafd-03d3a772a058|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:46.471Z|f527b09a-cf42-4621-bdeb-c8d895dadd2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:39:46.471Z|f527b09a-cf42-4621-bdeb-c8d895dadd2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:39:46.611Z|6b52b6e8-4075-45a3-be1f-e68ded1299d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:39:46.612Z|6b52b6e8-4075-45a3-be1f-e68ded1299d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:39:47.176Z|26e5b2e7-a8e5-4457-9d18-184e960a9643|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:47.176Z|de1b5f8d-aef4-43b0-9cf6-72fa4d6787f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:47.177Z|26e5b2e7-a8e5-4457-9d18-184e960a9643|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:47.177Z|de1b5f8d-aef4-43b0-9cf6-72fa4d6787f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:47.186Z|9e8f8abd-b4c2-4483-8a36-cdbd6b6dd399|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:47.187Z|9e8f8abd-b4c2-4483-8a36-cdbd6b6dd399|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:57.200Z|cb7177ae-6037-43fb-a816-7b7e92fcf21e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:57.201Z|cb7177ae-6037-43fb-a816-7b7e92fcf21e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:57.207Z|3499325a-fe92-4108-8e0c-d926f1bcc9e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:57.208Z|3499325a-fe92-4108-8e0c-d926f1bcc9e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:39:57.210Z|f5b31b15-d0a5-40c5-afab-5c59cdb4d127|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:39:57.211Z|f5b31b15-d0a5-40c5-afab-5c59cdb4d127|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:01.471Z|6ffc265c-f65f-4c3f-9575-da4b86de878e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:40:01.474Z|6ffc265c-f65f-4c3f-9575-da4b86de878e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:40:07.226Z|0d882616-d57b-4c20-9f91-aad811b62f22|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:07.227Z|0d882616-d57b-4c20-9f91-aad811b62f22|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:07.230Z|c96d926f-7ce4-4f90-b26e-d9d57fbdb767|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:07.230Z|c96d926f-7ce4-4f90-b26e-d9d57fbdb767|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:07.233Z|434a4686-5bfc-4755-ad78-1383a5fb17f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:07.233Z|434a4686-5bfc-4755-ad78-1383a5fb17f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:16.472Z|f65829ac-3eb8-410a-8586-85284ba26a6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:40:16.474Z|f65829ac-3eb8-410a-8586-85284ba26a6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:40:16.612Z|bef63e3a-031b-4b06-9e26-d0c50856b8b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:40:16.613Z|bef63e3a-031b-4b06-9e26-d0c50856b8b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:40:17.250Z|89c25d05-4672-4cab-9549-1acf6f0033cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:17.251Z|89c25d05-4672-4cab-9549-1acf6f0033cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:17.254Z|86eb543e-5764-45e8-9e50-a471fe9c7af1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:17.254Z|86eb543e-5764-45e8-9e50-a471fe9c7af1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:17.255Z|897b0c74-39ca-419e-8204-2eebb5417b5a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:17.255Z|897b0c74-39ca-419e-8204-2eebb5417b5a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:18.466Z|31faf59e-c5f5-4bc8-be8e-888b89961848|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:40:18.467Z|31faf59e-c5f5-4bc8-be8e-888b89961848|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:27.279Z|8daf498d-684b-4b4d-a66d-0c4cd056232f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:27.279Z|6359cd20-cc41-4e98-a377-b75d11d03d8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:27.279Z|88671119-e65e-41f7-b2e6-0393924eeb53|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:27.280Z|88671119-e65e-41f7-b2e6-0393924eeb53|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:27.280Z|6359cd20-cc41-4e98-a377-b75d11d03d8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:27.280Z|8daf498d-684b-4b4d-a66d-0c4cd056232f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:31.472Z|2384d9b9-fd4d-4214-967b-f16e22573f61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:40:31.472Z|2384d9b9-fd4d-4214-967b-f16e22573f61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:40:37.308Z|201bae86-5352-48a1-8c2b-67a614c16f84|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:37.308Z|009a9993-d26b-4390-9ebd-ab63d2b216ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:37.308Z|e062bac8-fdf5-48b4-998b-ec256ecbd25e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:37.309Z|201bae86-5352-48a1-8c2b-67a614c16f84|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:37.309Z|009a9993-d26b-4390-9ebd-ab63d2b216ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:37.309Z|e062bac8-fdf5-48b4-998b-ec256ecbd25e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:46.471Z|1a2cd05c-056b-4252-bde4-419d56a2aa0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:40:46.473Z|1a2cd05c-056b-4252-bde4-419d56a2aa0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:40:46.614Z|6c82a493-5cca-43de-bef4-39404dceab9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:40:46.615Z|6c82a493-5cca-43de-bef4-39404dceab9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:40:47.332Z|0dfca6bf-6232-4157-add4-6d1e177ad587|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:47.332Z|52f3a58d-ce1c-4d8f-b88f-672fd0dd823e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:47.332Z|995722d3-d201-40fa-9da9-7b6f5573392b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:47.332Z|0dfca6bf-6232-4157-add4-6d1e177ad587|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:47.332Z|995722d3-d201-40fa-9da9-7b6f5573392b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:47.332Z|52f3a58d-ce1c-4d8f-b88f-672fd0dd823e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:57.356Z|d63fee06-a9e3-4b27-a655-3de925bf7749|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:57.356Z|cf401d6a-d9c1-419b-8efc-1927e6082ecd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:57.357Z|d63fee06-a9e3-4b27-a655-3de925bf7749|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:57.357Z|cf401d6a-d9c1-419b-8efc-1927e6082ecd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:40:57.358Z|4ce73c31-39f1-40da-9f3f-5a4cb052f3bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:40:57.358Z|4ce73c31-39f1-40da-9f3f-5a4cb052f3bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:01.471Z|79a73b63-5f0a-472c-8a6c-52c910e392f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:41:01.472Z|79a73b63-5f0a-472c-8a6c-52c910e392f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:41:07.382Z|eb0155de-ec78-4d85-9f1c-cc8b54a49c14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:07.382Z|05d80530-fe9a-4d78-a7a9-305f32bbb718|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:07.382Z|b7a019a2-7252-47cb-ab36-85d19aa16a5a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:07.383Z|05d80530-fe9a-4d78-a7a9-305f32bbb718|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:07.383Z|eb0155de-ec78-4d85-9f1c-cc8b54a49c14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:07.383Z|b7a019a2-7252-47cb-ab36-85d19aa16a5a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:16.472Z|a3af2c90-942b-46bc-afac-99d7e53ca393|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:41:16.472Z|a3af2c90-942b-46bc-afac-99d7e53ca393|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:41:16.616Z|a6cd1274-45cc-4e22-9248-c9b8b33cf8d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:41:16.616Z|a6cd1274-45cc-4e22-9248-c9b8b33cf8d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:41:17.407Z|7498af24-542a-471d-8833-8772688dd1d0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:17.408Z|e4ba191a-cc01-4369-9c57-22cd8d504031|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:17.408Z|7498af24-542a-471d-8833-8772688dd1d0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:17.409Z|e4ba191a-cc01-4369-9c57-22cd8d504031|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:17.406Z|847f0252-b0a3-47a5-a6de-292aec5c4126|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:17.411Z|847f0252-b0a3-47a5-a6de-292aec5c4126|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:18.465Z|386ce499-cf26-4a74-8233-c6a1717f8be6|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:41:18.466Z|386ce499-cf26-4a74-8233-c6a1717f8be6|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:27.431Z|8ef303ce-a6c2-4abd-bb08-067b0156a4ac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:27.431Z|d7565ade-2b8a-409e-8819-219af6f52d78|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:27.431Z|95a09353-d13f-4826-bf6b-05bedbd38a8c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:27.432Z|d7565ade-2b8a-409e-8819-219af6f52d78|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:27.432Z|8ef303ce-a6c2-4abd-bb08-067b0156a4ac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:27.432Z|95a09353-d13f-4826-bf6b-05bedbd38a8c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:31.471Z|f06a15a4-cc1d-46e8-ba4b-ff5d5822b641|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:41:31.474Z|f06a15a4-cc1d-46e8-ba4b-ff5d5822b641|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:41:37.454Z|a83e4e07-1967-49d0-a0a6-54e0ac3fecc2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:37.455Z|a83e4e07-1967-49d0-a0a6-54e0ac3fecc2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:37.457Z|e9884575-cbf7-413e-9e45-9f761feac3a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:37.458Z|14af1f59-2143-4735-906d-eef8c5f09177|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:37.458Z|e9884575-cbf7-413e-9e45-9f761feac3a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:37.458Z|14af1f59-2143-4735-906d-eef8c5f09177|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:46.471Z|d49912e2-eaaa-4c1c-8d97-56bb30fc797e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:41:46.472Z|d49912e2-eaaa-4c1c-8d97-56bb30fc797e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:41:46.617Z|a2bcbaf8-4fd3-4fb8-9769-d4b8e6ce8f66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:41:46.617Z|a2bcbaf8-4fd3-4fb8-9769-d4b8e6ce8f66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:41:47.478Z|fcbe2b2c-f9fd-404a-9197-2dfc3dae6c50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:47.479Z|fcbe2b2c-f9fd-404a-9197-2dfc3dae6c50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:47.479Z|53ff1ce5-b566-494a-80ef-206649038563|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:47.479Z|dd57af53-ea38-406a-bf05-c6a147c56777|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:47.480Z|53ff1ce5-b566-494a-80ef-206649038563|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:47.480Z|dd57af53-ea38-406a-bf05-c6a147c56777|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:57.504Z|19bdee64-e74b-4b10-9646-7f7756ed3029|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:57.504Z|e2e1a896-7410-4ed2-83ec-5c3d6ea56929|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:57.505Z|19bdee64-e74b-4b10-9646-7f7756ed3029|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:57.505Z|e2e1a896-7410-4ed2-83ec-5c3d6ea56929|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:41:57.507Z|52f812d5-48e0-48fa-850a-61a55b4906aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:41:57.507Z|52f812d5-48e0-48fa-850a-61a55b4906aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:01.471Z|e6dc6e1e-1cc8-49cc-84be-a2179948ea5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:42:01.471Z|e6dc6e1e-1cc8-49cc-84be-a2179948ea5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:42:07.528Z|a4b03ee9-7e75-477c-b96e-f712ffa1101f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:07.528Z|699348b0-b0ee-40d3-bc0a-dcf14e47d49e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:07.528Z|bb3b072c-0f9c-493b-893c-4d9c658a5420|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:07.529Z|a4b03ee9-7e75-477c-b96e-f712ffa1101f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:07.529Z|699348b0-b0ee-40d3-bc0a-dcf14e47d49e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:07.529Z|bb3b072c-0f9c-493b-893c-4d9c658a5420|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:16.471Z|ec8d912c-f265-4a2b-95aa-d6ef9c09f858|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:42:16.472Z|ec8d912c-f265-4a2b-95aa-d6ef9c09f858|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:42:16.618Z|f74343a1-9b5f-4fd4-b294-69d85c6741b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:42:16.619Z|f74343a1-9b5f-4fd4-b294-69d85c6741b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:42:17.552Z|99cb9f0c-ce1b-415e-829c-ab2334046612|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:17.552Z|8bde8605-0c10-430f-ba7d-f13f2af0ad29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:17.552Z|99cb9f0c-ce1b-415e-829c-ab2334046612|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:17.552Z|c46a7ab7-4c97-489b-a085-2b047909335f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:17.553Z|c46a7ab7-4c97-489b-a085-2b047909335f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:17.553Z|8bde8605-0c10-430f-ba7d-f13f2af0ad29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:18.464Z|eb0f9843-d697-45b7-8fc4-f650b29ce290|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:42:18.465Z|eb0f9843-d697-45b7-8fc4-f650b29ce290|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:27.577Z|f95aa8a3-c31c-445d-8095-92ad81828c62|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:27.577Z|e6c97183-fd10-4ea8-b265-de70012aef5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:27.577Z|a475fcea-6d23-4fb1-a730-b03b51668b16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:27.578Z|f95aa8a3-c31c-445d-8095-92ad81828c62|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:27.578Z|e6c97183-fd10-4ea8-b265-de70012aef5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:27.578Z|a475fcea-6d23-4fb1-a730-b03b51668b16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:31.471Z|24b37c4f-e37f-4c8a-a427-3697655f8c40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:42:31.471Z|24b37c4f-e37f-4c8a-a427-3697655f8c40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:42:37.600Z|fcb33a71-ffe9-4fcd-8480-6a134b4504df|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:37.601Z|7e8bc26d-8bd0-453f-9ea7-89550b3fd2c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:37.600Z|49c1f3b0-f96e-4f11-8c93-89ac6aa058bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:37.601Z|fcb33a71-ffe9-4fcd-8480-6a134b4504df|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:37.601Z|49c1f3b0-f96e-4f11-8c93-89ac6aa058bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:37.601Z|7e8bc26d-8bd0-453f-9ea7-89550b3fd2c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:46.471Z|39c58705-56bf-4d8b-86e2-aeff7475c2f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:42:46.475Z|39c58705-56bf-4d8b-86e2-aeff7475c2f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:42:46.619Z|4d190fbc-d082-4bab-af66-2c82b201a99e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:42:46.620Z|4d190fbc-d082-4bab-af66-2c82b201a99e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:42:47.626Z|e968dff7-a0b4-47ed-8860-d5f6fef19ec8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:47.626Z|a52a1bc9-60e4-4b24-8470-20f0a28ccff3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:47.626Z|28c0b3d6-321b-4795-9c98-ad12bf8b3179|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:47.626Z|28c0b3d6-321b-4795-9c98-ad12bf8b3179|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:47.626Z|e968dff7-a0b4-47ed-8860-d5f6fef19ec8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:47.626Z|a52a1bc9-60e4-4b24-8470-20f0a28ccff3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:57.649Z|cc877d1c-95f6-44cc-98e7-8469eaeb7239|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:57.649Z|2b0b45f0-2c7e-4117-bd28-ac1a037df9aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:57.649Z|6911d1a1-123a-41e8-b33a-b2ae9c252460|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:42:57.650Z|cc877d1c-95f6-44cc-98e7-8469eaeb7239|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:57.650Z|2b0b45f0-2c7e-4117-bd28-ac1a037df9aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:42:57.650Z|6911d1a1-123a-41e8-b33a-b2ae9c252460|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:01.471Z|0dc1f607-92a2-4935-a500-9b9c76ff8365|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:43:01.471Z|0dc1f607-92a2-4935-a500-9b9c76ff8365|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:43:07.672Z|a9a200a1-a84d-43ed-9650-3e2f17459d04|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:07.672Z|69b112f0-35c0-4633-ae83-45a87d4eda39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:07.672Z|24a44765-b654-4eff-b0b5-4f77e269758e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:07.673Z|69b112f0-35c0-4633-ae83-45a87d4eda39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:07.673Z|a9a200a1-a84d-43ed-9650-3e2f17459d04|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:07.673Z|24a44765-b654-4eff-b0b5-4f77e269758e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:16.471Z|f4c96d03-a866-4f69-a05c-7e787cc1b921|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:43:16.471Z|f4c96d03-a866-4f69-a05c-7e787cc1b921|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:43:16.621Z|ec7e4ba4-55e9-4736-911c-b1d94303e256|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:43:16.621Z|ec7e4ba4-55e9-4736-911c-b1d94303e256|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:43:17.697Z|75bc8738-e322-45d2-8959-7ccfdde1e7c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:17.697Z|7f418665-f21b-4424-94cc-9c821407f29b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:17.698Z|75bc8738-e322-45d2-8959-7ccfdde1e7c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:17.698Z|7f418665-f21b-4424-94cc-9c821407f29b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:17.699Z|7d74e5ad-640a-4ecd-a7ee-72ce941c7b1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:17.699Z|7d74e5ad-640a-4ecd-a7ee-72ce941c7b1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:18.465Z|21a8f0c0-8eea-4787-b216-7a5b9c4f41be|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:43:18.466Z|21a8f0c0-8eea-4787-b216-7a5b9c4f41be|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:27.720Z|f475074c-03ff-4375-aa1a-e741e635b324|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:27.720Z|eb4fc330-eba8-4822-81d9-ece669c11222|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:27.721Z|f475074c-03ff-4375-aa1a-e741e635b324|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:27.721Z|eb4fc330-eba8-4822-81d9-ece669c11222|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:27.724Z|084604ce-05a1-4059-bda8-d449e555ce26|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:27.724Z|084604ce-05a1-4059-bda8-d449e555ce26|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:31.471Z|0728d389-f9b3-4c7a-922e-49384c31d951|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:43:31.473Z|0728d389-f9b3-4c7a-922e-49384c31d951|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:43:37.744Z|a9a35b31-7b8c-4e2b-9227-d944ae66fd21|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:37.745Z|a9a35b31-7b8c-4e2b-9227-d944ae66fd21|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:37.745Z|3b5a0972-24f6-4751-8254-c03c7f9b7312|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:37.746Z|3b5a0972-24f6-4751-8254-c03c7f9b7312|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:37.746Z|51a02438-7a31-4d0b-be19-c9ccf8e1df22|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:37.746Z|51a02438-7a31-4d0b-be19-c9ccf8e1df22|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:46.471Z|86be42de-bf3d-4cfd-a8fc-3284460ac35e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:43:46.472Z|86be42de-bf3d-4cfd-a8fc-3284460ac35e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:43:46.622Z|cbab169e-f1f5-4a4d-a6ce-30a1c539bbd3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:43:46.622Z|cbab169e-f1f5-4a4d-a6ce-30a1c539bbd3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:43:47.768Z|4b565ebc-4f48-4612-bd59-2fabc2e328df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:47.768Z|d0cae35e-5ecf-4ebd-9e26-aa0a98873f2c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:47.768Z|2d8bcd4a-f3bf-4028-8dfe-60673ec5ff01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:47.769Z|4b565ebc-4f48-4612-bd59-2fabc2e328df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:47.769Z|d0cae35e-5ecf-4ebd-9e26-aa0a98873f2c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:47.769Z|2d8bcd4a-f3bf-4028-8dfe-60673ec5ff01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:57.793Z|ff3263ce-4458-41c8-9333-0b79574b62de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:57.793Z|bb9c5a97-7c9a-475f-847d-871483ab44a4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:57.794Z|ff3263ce-4458-41c8-9333-0b79574b62de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:57.794Z|bb9c5a97-7c9a-475f-847d-871483ab44a4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:43:57.794Z|56f62de9-056a-4f42-beb9-d1df5d463afe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:43:57.795Z|56f62de9-056a-4f42-beb9-d1df5d463afe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:01.471Z|560538d3-35b6-4998-ac16-d877098f873b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:44:01.472Z|560538d3-35b6-4998-ac16-d877098f873b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:44:07.818Z|b4d778de-5e65-4529-8793-5ce6263e260f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:07.819Z|6a8b29b2-f818-45a7-a9a9-b163a0889821|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:07.819Z|b4d778de-5e65-4529-8793-5ce6263e260f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:07.819Z|c93667b2-cd87-4649-858f-662c9c190e00|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:07.819Z|6a8b29b2-f818-45a7-a9a9-b163a0889821|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:07.820Z|c93667b2-cd87-4649-858f-662c9c190e00|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:16.471Z|2b71540f-5d06-494d-86d7-ba0f81a2c890|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:44:16.473Z|2b71540f-5d06-494d-86d7-ba0f81a2c890|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:44:16.623Z|9423189a-cd77-4fee-8d4e-b41aca29544e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:44:16.624Z|9423189a-cd77-4fee-8d4e-b41aca29544e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:44:17.842Z|ac93bbe0-3662-464b-ad5f-555b5a60319a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:17.842Z|17200bac-5007-46a0-86a6-c1af4d1cf39f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:17.843Z|ac93bbe0-3662-464b-ad5f-555b5a60319a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:17.843Z|17200bac-5007-46a0-86a6-c1af4d1cf39f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:17.843Z|ce8d9159-209f-4fe0-92da-9826d00b5855|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:17.844Z|ce8d9159-209f-4fe0-92da-9826d00b5855|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:18.466Z|90a44fe5-4e60-4639-92f6-b1c236598a37|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:44:18.467Z|90a44fe5-4e60-4639-92f6-b1c236598a37|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:27.866Z|4a454f67-3fbb-4e3a-9458-2cf7845414af|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:27.867Z|4a454f67-3fbb-4e3a-9458-2cf7845414af|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:27.866Z|a3159f22-771d-403f-acdf-6e6f6b5041a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:27.866Z|88be0a87-f5d3-4ad6-93fd-0c326a4e3e6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:27.869Z|a3159f22-771d-403f-acdf-6e6f6b5041a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:27.869Z|88be0a87-f5d3-4ad6-93fd-0c326a4e3e6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:31.471Z|54e15930-141e-4d91-849a-13678a165011|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:44:31.472Z|54e15930-141e-4d91-849a-13678a165011|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:44:37.889Z|8b541c32-3ecb-4dab-aff5-8d830bd36378|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:37.889Z|f7f664b0-cb72-4dfb-94e6-d743fb4c80fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:37.890Z|f7f664b0-cb72-4dfb-94e6-d743fb4c80fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:37.890Z|8b541c32-3ecb-4dab-aff5-8d830bd36378|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:37.895Z|af636eb4-32ae-4dfa-a02b-d848ae4dc47a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:37.895Z|af636eb4-32ae-4dfa-a02b-d848ae4dc47a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:46.471Z|796ff0b4-de4a-4026-a414-405f4eaa1fcc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:44:46.472Z|796ff0b4-de4a-4026-a414-405f4eaa1fcc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:44:46.625Z|80788d08-a5bc-450a-8dc2-c13430d653a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:44:46.625Z|80788d08-a5bc-450a-8dc2-c13430d653a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:44:47.912Z|a03171e4-2c17-4b8e-9158-ce05ae45b17c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:47.912Z|7fbe6eba-ac40-471f-9794-f5bef8d13563|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:47.913Z|426e95bf-bfa0-47a9-97ef-bade1e57fe98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:47.913Z|a03171e4-2c17-4b8e-9158-ce05ae45b17c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:47.913Z|7fbe6eba-ac40-471f-9794-f5bef8d13563|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:47.914Z|426e95bf-bfa0-47a9-97ef-bade1e57fe98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:57.936Z|c487328b-0254-4d91-94af-0e3d925631f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:57.936Z|deccb087-fb8c-4c05-b4c3-4d3ed7f1e7ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:57.936Z|c487328b-0254-4d91-94af-0e3d925631f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:57.937Z|deccb087-fb8c-4c05-b4c3-4d3ed7f1e7ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:44:57.939Z|d5ae6206-c9ae-4bf4-9ac4-b48a76a48dcf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:44:57.940Z|d5ae6206-c9ae-4bf4-9ac4-b48a76a48dcf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:01.471Z|ed79f4de-0dcc-42ed-94b4-6e87192b1363|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:45:01.474Z|ed79f4de-0dcc-42ed-94b4-6e87192b1363|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:45:07.960Z|59f47608-caba-45f6-acac-d7f6f2cc82dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:07.961Z|59f47608-caba-45f6-acac-d7f6f2cc82dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:07.966Z|a9469fa2-ceaf-4349-9754-66b084cb4350|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:07.966Z|a9469fa2-ceaf-4349-9754-66b084cb4350|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:07.969Z|8827dfb6-c609-45ea-bbc3-ab0122f8afd4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:07.970Z|8827dfb6-c609-45ea-bbc3-ab0122f8afd4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:16.471Z|aac8b437-c1b5-42bf-8002-0ad9aabb9ca9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:45:16.472Z|aac8b437-c1b5-42bf-8002-0ad9aabb9ca9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:45:16.626Z|9d23cf7f-bfcb-4949-87cb-eca52fb3eba1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:45:16.626Z|9d23cf7f-bfcb-4949-87cb-eca52fb3eba1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:45:17.984Z|972b134e-3b3d-464a-840f-f1bdd9257e54|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:17.985Z|972b134e-3b3d-464a-840f-f1bdd9257e54|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:17.990Z|42adc465-0bb9-4048-93d6-239ab6400461|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:17.991Z|42adc465-0bb9-4048-93d6-239ab6400461|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:17.996Z|a5b5159b-ff14-4cc3-80d5-3c742c72342e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:17.997Z|a5b5159b-ff14-4cc3-80d5-3c742c72342e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:18.464Z|1c9eba7e-7a5f-42b9-bfca-b811393682be|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2022-11-16T23:45:18.466Z|1c9eba7e-7a5f-42b9-bfca-b811393682be|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:28.010Z|483cd40f-fbc6-45be-a185-550d0697ef73|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:28.011Z|20173bfd-21dc-40b5-a466-f7c711f8968a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:28.011Z|20173bfd-21dc-40b5-a466-f7c711f8968a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:28.011Z|483cd40f-fbc6-45be-a185-550d0697ef73|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:28.021Z|8813ac42-8b8e-44f8-bb18-1e8acff97d70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:28.021Z|8813ac42-8b8e-44f8-bb18-1e8acff97d70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:31.471Z|f3994fe9-1419-434a-af41-b95b4d1f7c8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2022-11-16T23:45:31.471Z|f3994fe9-1419-434a-af41-b95b4d1f7c8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2022-11-16T23:45:38.037Z|ba506efa-e7f5-436d-92e1-735076d55241|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:38.037Z|ba506efa-e7f5-436d-92e1-735076d55241|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:38.041Z|b8aec3fa-3feb-4e8e-aeda-a906828cd0bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:38.041Z|b8aec3fa-3feb-4e8e-aeda-a906828cd0bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2022-11-16T23:45:38.042Z|cbebae80-8e5c-45d5-920b-9b92e77d78a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2022-11-16T23:45:38.043Z|cbebae80-8e5c-45d5-920b-9b92e77d78a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.