exec java -Dfile.encoding=utf-8 -Dloader.path=/opt/apps -Dspring.config.additional-location=/opt/apps/config/ -XX:+ExitOnOutOfMemoryError -cp . -jar /opt/apps/app.jar Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts 21:48:31,682 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@40258c2f - URL [jar:nested:/opt/apps/app.jar/!BOOT-INF/classes/!/logback-spring.xml] is not of type file 21:48:31,806 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 21:48:31,806 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 21:48:31,815 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 21:48:31,843 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [info_log] 21:48:31,844 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 21:48:31,859 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1629454900 - setting totalSizeCap to 10 GB 21:48:31,864 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1629454900 - Archive files will be limited to [10 MB] each. 21:48:31,868 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1629454900 - No compression will be used 21:48:31,869 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1629454900 - Will use the pattern /opt/dataease2.0/logs/dataease/info.%d.%i.log for the active file 21:48:31,892 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@26be6ca7 - The date pattern is 'yyyy-MM-dd' from file name pattern '/opt/dataease2.0/logs/dataease/info.%d.%i.log'. 21:48:31,893 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@26be6ca7 - Roll-over at midnight. 21:48:31,900 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@26be6ca7 - Setting initial period to 2026-05-25T13:48:31.899Z 21:48:31,903 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 21:48:31,907 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[info_log] - Active log file name: /opt/dataease2.0/logs/dataease/info.log 21:48:31,908 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[info_log] - File property is set to [/opt/dataease2.0/logs/dataease/info.log] 21:48:31,910 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [error_log] 21:48:31,910 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 21:48:31,911 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1584918772 - setting totalSizeCap to 10 GB 21:48:31,912 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1584918772 - Archive files will be limited to [10 MB] each. 21:48:31,912 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1584918772 - No compression will be used 21:48:31,912 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1584918772 - Will use the pattern /opt/dataease2.0/logs/dataease/error.%d.%i.log for the active file 21:48:31,913 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@19b30c92 - The date pattern is 'yyyy-MM-dd' from file name pattern '/opt/dataease2.0/logs/dataease/error.%d.%i.log'. 21:48:31,913 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@19b30c92 - Roll-over at midnight. 21:48:31,913 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@19b30c92 - Setting initial period to 2026-05-25T13:48:31.913Z 21:48:31,914 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 21:48:31,915 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[error_log] - Active log file name: /opt/dataease2.0/logs/dataease/error.log 21:48:31,915 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[error_log] - File property is set to [/opt/dataease2.0/logs/dataease/error.log] 21:48:31,915 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO 21:48:31,916 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@4816c290 - Propagating INFO level on Logger[ROOT] onto the JUL framework 21:48:31,917 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 21:48:31,917 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [info_log] to Logger[ROOT] 21:48:31,917 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [error_log] to Logger[ROOT] 21:48:31,917 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@379ab47b - End of configuration. 21:48:31,917 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@307765b4 - Registering current configuration as safe fallback point . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.3.0) 2026-05-25 21:48:31.971 INFO  --- [kground-preinit] o.h.validator.internal.util.Version  : HV000001: Hibernate Validator 8.0.1.Final 2026-05-25 21:48:32.111 INFO  --- [ main] io.dataease.CoreApplication  : Starting CoreApplication v2.10.21 using Java 21.0.6 with PID 1 (/opt/apps/app.jar started by root in /deployments) 2026-05-25 21:48:32.112 INFO  --- [ main] io.dataease.CoreApplication  : The following 1 profile is active: "standalone" 2026-05-25 21:48:34.643 INFO  --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode 2026-05-25 21:48:34.648 INFO  --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data LDAP repositories in DEFAULT mode. 2026-05-25 21:48:34.775 INFO  --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 116 ms. Found 0 LDAP repository interfaces. 2026-05-25 21:48:34.799 INFO  --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode 2026-05-25 21:48:34.801 INFO  --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2026-05-25 21:48:34.832 INFO  --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 0 Redis repository interfaces. 2026-05-25 21:48:36.164 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.184 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.189 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.207 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.217 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.221 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.264 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.292 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'quartz-com.fit2cloud.autoconfigure.QuartzProperties' of type [com.fit2cloud.autoconfigure.QuartzProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.306 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.319 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration' of type [org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.326 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'transactionExecutionListeners' of type [org.springframework.boot.autoconfigure.transaction.ExecutionListenersTransactionManagerCustomizer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.333 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' of type [org.springframework.boot.autoconfigure.transaction.TransactionProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.336 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'platformTransactionManagerCustomizers' of type [org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.347 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'transactionManager' of type [org.springframework.jdbc.support.JdbcTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.367 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.fit2cloud.autoconfigure.QuartzAutoConfiguration' of type [com.fit2cloud.autoconfigure.QuartzAutoConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [schedulerStarter] is declared through a non-static factory method on that class; consider declaring it as static instead. 2026-05-25 21:48:36.394 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.flyway-org.springframework.boot.autoconfigure.flyway.FlywayProperties' of type [org.springframework.boot.autoconfigure.flyway.FlywayProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.411 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$FlywayConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$FlywayConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.427 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'flywayConnectionDetails' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$PropertiesFlywayConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.433 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'resourceProviderCustomizer' of type [org.springframework.boot.autoconfigure.flyway.ResourceProviderCustomizer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.630 WARN  --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'flyway' of type [org.flywaydb.core.Flyway] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [schedulerStarter]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE. 2026-05-25 21:48:36.672 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:49:07.873 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:49:38.905 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:50:09.937 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:50:40.971 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:51:12.001 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:51:43.026 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:52:14.042 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:52:45.071 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:53:16.104 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:53:47.115 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:54:18.146 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:54:49.178 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:55:20.199 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:55:51.231 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:56:22.261 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:56:53.293 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting... 2026-05-25 21:57:24.325 INFO  --- [ main] com.zaxxer.hikari.HikariDataSource  : HikariPool-1 - Starting...