Log session start time Thu Dec 01 09:15:05 CST 2022

Logback Log Messages

Log session start time Thu Dec 01 09:19:11 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 09:15:06,236 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 18248 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 09:15:06,247 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 09:15:09,567 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 09:15:09,849 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:15:09,858 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:15:09,954 Finished Spring Data repository scanning in 82ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:15:09,968 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:15:09,970 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:15:10,022 Finished Spring Data repository scanning in 50ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:15:10,114 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:15:10,117 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:15:10,192 Finished Spring Data repository scanning in 47ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:15:11,320 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:11,323 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8506324] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:11,365 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:11,385 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:11,466 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:11,475 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:11,918 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:12,272 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:12,277 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$5cb7df2f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:15:13,310 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 09:15:13,337 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:15:13,341 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 09:15:13,342 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 09:15:14,056 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 09:15:14,057 Root WebApplicationContext: initialization completed in 7674 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 09:15:17,208 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 09:15:17,228 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:15:18,311 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 09:15:18,313 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:15:18,902 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 09:15:18,903 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 09:15:18,904 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:15:18,905 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:15:18,906 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 09:15:33,102 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:15:33,103 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 09:15:33,104 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:15:33,105 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 09:15:38,479 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 09:15:38,480 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 09:15:38,481 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 09:15:38,482 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 09:15:38,483 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 09:15:41,201 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 09:15:41,793 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:15:41,949 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 09:15:42,060 Started DataSyncApplication in 38.152 seconds (JVM running for 59.024) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 09:16:06,697 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.web.client.HttpClientErrorException$BadRequest: 400 : [{"timestamp":"2022-12-01T01:16:01.582+00:00","status":400,"error":"Bad Request","path":"/api/subject/authList"}]
    at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:101)
    at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)
    at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)
    at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
    at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:782)
    at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:740)
    at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:674)
    at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:315)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Logback Log Messages

Log session start time Thu Dec 01 09:31:39 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 09:19:13,449 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 5708 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 09:19:13,461 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 09:19:28,788 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 09:19:29,101 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:19:29,108 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:19:29,210 Finished Spring Data repository scanning in 86ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:19:29,222 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:19:29,224 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:19:29,300 Finished Spring Data repository scanning in 56ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:19:29,745 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:19:29,863 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:19:30,402 Finished Spring Data repository scanning in 313ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:19:33,441 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:33,446 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8e0a16de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:33,458 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:33,468 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:33,514 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:33,520 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:37,856 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:38,315 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:38,324 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$e27192e9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:19:49,785 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 09:19:50,011 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:19:50,013 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 09:19:50,017 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 09:19:55,015 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 09:19:55,091 Root WebApplicationContext: initialization completed in 40618 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 09:20:06,613 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 09:20:07,052 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:20:10,430 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 09:20:10,432 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:20:11,786 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 09:20:11,787 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 09:20:11,788 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:20:11,789 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:20:11,790 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 09:20:22,905 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:20:22,906 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 09:20:22,908 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:20:22,909 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 09:20:23,298 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 09:20:23,299 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 09:20:23,300 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 09:20:23,302 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 09:20:23,302 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 09:20:24,000 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 09:20:24,275 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:20:24,466 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 09:20:24,539 Started DataSyncApplication in 76.549 seconds (JVM running for 109.326) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 09:31:12,762 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
java.lang.NullPointerException: null
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:168)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Logback Log Messages

Log session start time Thu Dec 01 09:44:33 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 09:31:39,777 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 1536 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 09:31:39,787 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 09:31:41,392 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 09:31:41,570 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:31:41,579 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:31:41,679 Finished Spring Data repository scanning in 82ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:31:41,699 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:31:41,702 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:31:41,755 Finished Spring Data repository scanning in 47ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:31:41,809 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:31:41,814 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:31:41,889 Finished Spring Data repository scanning in 36ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:31:42,588 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:42,591 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9d285d2e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:42,600 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:42,610 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:42,650 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:42,655 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:42,844 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:43,057 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:43,060 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$f18fd939] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:31:43,543 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 09:31:43,560 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:31:43,562 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 09:31:43,562 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 09:31:43,867 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 09:31:43,867 Root WebApplicationContext: initialization completed in 3939 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 09:31:44,185 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 09:31:44,195 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:31:44,597 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 09:31:44,598 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:31:44,754 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 09:31:44,755 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 09:31:44,756 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:31:44,757 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:31:44,758 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 09:31:48,913 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:31:48,914 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 09:31:48,914 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:31:48,915 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 09:31:49,167 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 09:31:49,167 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 09:31:49,167 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 09:31:49,168 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 09:31:49,169 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 09:31:49,419 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 09:31:49,480 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:31:49,510 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 09:31:49,531 Started DataSyncApplication in 11.688 seconds (JVM running for 17.372) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 09:41:41,880 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
java.lang.ClassCastException: com.alibaba.fastjson.JSONArray cannot be cast to com.alibaba.fastjson.JSONObject
    at com.alibaba.fastjson.JSONObject.getJSONObject(JSONObject.java:134)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
ERROR 2022-12-01 09:42:30,903 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
java.lang.ClassCastException: com.alibaba.fastjson.JSONArray cannot be cast to com.alibaba.fastjson.JSONObject
    at com.alibaba.fastjson.JSONObject.getJSONObject(JSONObject.java:134)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Logback Log Messages

Log session start time Thu Dec 01 09:50:25 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 09:44:34,103 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 14860 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 09:44:34,115 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 09:44:43,808 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 09:44:44,246 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:44:44,252 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:44:44,383 Finished Spring Data repository scanning in 105ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:44:44,402 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:44:44,404 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:44:44,467 Finished Spring Data repository scanning in 61ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:44:44,534 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:44:44,537 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:44:44,630 Finished Spring Data repository scanning in 58ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:44:50,440 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:44:50,445 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$72d8da37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:44:50,862 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:44:51,372 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:44:52,192 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:44:52,201 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:44:52,711 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:44:53,135 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:44:53,142 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$c7405642] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:45:02,928 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 09:45:03,009 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:45:03,010 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 09:45:03,011 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 09:45:03,996 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 09:45:03,998 Root WebApplicationContext: initialization completed in 29687 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 09:45:10,695 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 09:45:10,758 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:45:11,960 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 09:45:11,963 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:45:12,292 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 09:45:12,293 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 09:45:12,295 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:45:12,296 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:45:12,297 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 09:45:22,795 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:45:22,797 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 09:45:22,861 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:45:22,863 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 09:45:23,609 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 09:45:23,610 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 09:45:23,613 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 09:45:23,617 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 09:45:23,617 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 09:45:25,545 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 09:45:25,898 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:45:25,950 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 09:45:26,014 Started DataSyncApplication in 53.891 seconds (JVM running for 63.643) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 09:47:05,069 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.web.client.HttpClientErrorException$BadRequest: 400 : [{"timestamp":"2022-12-01T01:46:57.890+00:00","status":400,"error":"Bad Request","path":"/analysis/viewPointAnalysis"}]
    at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:101)
    at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)
    at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)
    at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
    at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:782)
    at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:740)
    at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:674)
    at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:315)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
ERROR 2022-12-01 09:49:16,185 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.web.client.HttpClientErrorException$BadRequest: 400 : [{"timestamp":"2022-12-01T01:49:16.840+00:00","status":400,"error":"Bad Request","path":"/analysis/viewPointAnalysis"}]
    at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:101)
    at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)
    at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)
    at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
    at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:782)
    at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:740)
    at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:674)
    at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:315)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Logback Log Messages

Log session start time Thu Dec 01 09:54:28 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 09:50:25,965 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 15820 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 09:50:25,980 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 09:50:28,940 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 09:50:29,194 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:50:29,202 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:50:29,381 Finished Spring Data repository scanning in 152ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:50:29,393 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:50:29,396 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:50:29,457 Finished Spring Data repository scanning in 57ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:50:29,551 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:50:29,554 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:50:29,662 Finished Spring Data repository scanning in 49ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:50:31,197 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:31,201 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7b126e10] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:31,229 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:31,250 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:31,331 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:31,338 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:31,866 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:32,309 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:32,334 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$cf79ea1b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:50:33,396 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 09:50:33,429 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:50:33,433 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 09:50:33,434 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 09:50:34,089 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 09:50:34,090 Root WebApplicationContext: initialization completed in 7917 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 09:50:34,839 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 09:50:34,862 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:50:36,588 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 09:50:36,591 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:50:36,997 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 09:50:36,998 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 09:50:36,999 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:50:37,000 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:50:37,001 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 09:50:54,881 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:50:54,885 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 09:50:54,889 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:50:54,892 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 09:50:55,436 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 09:50:55,437 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 09:50:55,438 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 09:50:55,439 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 09:50:55,440 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 09:50:56,174 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 09:50:56,313 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:50:56,362 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 09:50:56,432 Started DataSyncApplication in 32.652 seconds (JVM running for 57.631) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 09:52:45,205 {conn-10005, pstmt-20000} execute error. SELECT COUNT( 1 ) FROM CIS_SUBJECT WHERE (id = ?) statementLogError Slf4jLogFilter.java 149
java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.query(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163)
    at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:143)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
    at com.sun.proxy.$Proxy103.query(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
    at com.sun.proxy.$Proxy78.selectOne(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:108)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.selectCount(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:205)
    at com.sun.proxy.$Proxy92.selectCount(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:266)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$712058f2.count(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
ERROR 2022-12-01 09:52:58,778 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 ### The error may exist in com/zzsn/mapper/SubjectMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT COUNT( 1 ) FROM CIS_SUBJECT WHERE (id = ?) ### Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
    at com.sun.proxy.$Proxy78.selectOne(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:108)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.selectCount(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:205)
    at com.sun.proxy.$Proxy92.selectCount(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:266)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$712058f2.count(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.query(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163)
    at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:143)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
    at com.sun.proxy.$Proxy103.query(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
     ... 32 common frames omitted
Logback Log Messages

Log session start time Thu Dec 01 09:58:50 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 09:54:28,920 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 21820 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 09:54:28,930 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 09:54:31,585 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 09:54:31,788 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:54:31,794 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:54:31,900 Finished Spring Data repository scanning in 73ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:54:31,910 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:54:31,911 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:54:31,946 Finished Spring Data repository scanning in 34ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:54:31,982 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:54:31,986 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:54:32,043 Finished Spring Data repository scanning in 33ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:54:33,647 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:33,650 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e70272f7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:33,704 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:33,726 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:33,888 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:34,330 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:36,048 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:36,445 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:36,451 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$3b69ef02] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:54:37,829 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 09:54:37,880 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:54:37,882 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 09:54:37,883 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 09:54:38,312 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 09:54:38,313 Root WebApplicationContext: initialization completed in 9216 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 09:54:39,175 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 09:54:39,194 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:54:41,205 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 09:54:41,206 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:54:41,586 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 09:54:41,588 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 09:54:41,589 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:54:41,590 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:54:41,590 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 09:54:51,328 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:54:51,329 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 09:54:51,330 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:54:51,331 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 09:54:51,946 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 09:54:51,947 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 09:54:51,948 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 09:54:51,951 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 09:54:51,953 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 09:54:52,514 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 09:54:52,644 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:54:52,684 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 09:54:52,719 Started DataSyncApplication in 26.121 seconds (JVM running for 34.831) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 09:55:56,222 {conn-10005, pstmt-20000} execute error. SELECT COUNT( 1 ) FROM CIS_SUBJECT WHERE (id = ?) statementLogError Slf4jLogFilter.java 149
java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.query(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163)
    at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:143)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
    at com.sun.proxy.$Proxy103.query(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
    at com.sun.proxy.$Proxy78.selectOne(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:108)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.selectCount(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:205)
    at com.sun.proxy.$Proxy92.selectCount(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:266)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$e143f208.count(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
ERROR 2022-12-01 09:56:10,626 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 ### The error may exist in com/zzsn/mapper/SubjectMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT COUNT( 1 ) FROM CIS_SUBJECT WHERE (id = ?) ### Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
    at com.sun.proxy.$Proxy78.selectOne(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:108)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.selectCount(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:205)
    at com.sun.proxy.$Proxy92.selectCount(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:266)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$e143f208.count(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.query(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163)
    at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:143)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
    at com.sun.proxy.$Proxy103.query(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
     ... 32 common frames omitted
Logback Log Messages

Log session start time Thu Dec 01 10:12:11 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 09:58:51,337 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 22376 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 09:58:51,372 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 09:58:55,264 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 09:58:55,432 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:58:55,438 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:58:55,565 Finished Spring Data repository scanning in 115ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:58:55,578 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:58:55,580 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:58:55,629 Finished Spring Data repository scanning in 47ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:58:55,670 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 09:58:55,678 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 09:58:55,746 Finished Spring Data repository scanning in 33ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 09:58:56,917 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:56,921 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$966a7d05] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:56,938 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:56,957 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:57,015 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:57,025 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:57,409 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:57,733 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:57,737 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$ead1f910] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 09:58:58,711 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 09:58:58,750 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:58:58,977 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 09:58:58,979 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 09:58:59,775 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 09:58:59,777 Root WebApplicationContext: initialization completed in 8125 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 09:59:00,771 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 09:59:00,812 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:59:02,959 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 09:59:02,961 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 09:59:03,201 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 09:59:03,203 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 09:59:03,204 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:59:03,205 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 09:59:03,206 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 09:59:14,393 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:59:14,396 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 09:59:14,397 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 09:59:14,398 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 09:59:14,923 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 09:59:14,925 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 09:59:14,925 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 09:59:14,926 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 09:59:14,927 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 09:59:15,630 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 09:59:15,814 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 09:59:15,893 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 09:59:15,960 Started DataSyncApplication in 27.432 seconds (JVM running for 42.272) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 10:08:13,172 {conn-10005, pstmt-20000} execute error. SELECT COUNT( 1 ) FROM CIS_SUBJECT WHERE (id = ?) statementLogError Slf4jLogFilter.java 149
java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.query(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163)
    at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:143)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
    at com.sun.proxy.$Proxy103.query(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
    at com.sun.proxy.$Proxy78.selectOne(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:108)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.selectCount(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor.invoke(DynamicDataSourceAnnotationInterceptor.java:52)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
    at com.sun.proxy.$Proxy92.selectCount(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:266)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$72aae242.count(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
ERROR 2022-12-01 10:11:50,403 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 ### The error may exist in com/zzsn/mapper/SubjectMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT COUNT( 1 ) FROM CIS_SUBJECT WHERE (id = ?) ### Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
    at com.sun.proxy.$Proxy78.selectOne(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:108)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.selectCount(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor.invoke(DynamicDataSourceAnnotationInterceptor.java:52)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
    at com.sun.proxy.$Proxy92.selectCount(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:266)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$72aae242.count(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.query(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163)
    at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:143)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
    at com.sun.proxy.$Proxy103.query(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
     ... 36 common frames omitted
Logback Log Messages

Log session start time Thu Dec 01 10:31:46 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 10:12:11,943 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 17144 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 10:12:11,956 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 10:12:14,296 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 10:12:14,375 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:12:14,378 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:12:14,421 Finished Spring Data repository scanning in 34ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:12:14,427 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:12:14,428 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:12:14,448 Finished Spring Data repository scanning in 19ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:12:14,471 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:12:14,473 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:12:14,505 Finished Spring Data repository scanning in 16ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:12:15,067 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,069 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e2cd97fd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,079 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,087 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,118 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,122 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,323 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,486 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,488 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$37351408] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:12:15,969 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 10:12:15,990 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 10:12:15,991 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 10:12:15,992 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 10:12:16,360 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 10:12:16,365 Root WebApplicationContext: initialization completed in 4233 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 10:12:17,632 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 10:12:17,691 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 10:12:18,514 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 10:12:18,515 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 10:12:18,637 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 10:12:18,638 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 10:12:18,638 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 10:12:18,639 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 10:12:18,639 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 10:12:22,722 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 10:12:22,723 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 10:12:22,724 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 10:12:22,725 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 10:12:22,952 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 10:12:22,953 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 10:12:22,953 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 10:12:22,954 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 10:12:22,954 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 10:12:23,264 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 10:12:23,436 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 10:12:23,500 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 10:12:23,549 Started DataSyncApplication in 15.101 seconds (JVM running for 19.585) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 10:12:48,954 {conn-110005, pstmt-120000} execute error. SELECT COUNT( 1 ) FROM CIS_SUBJECT WHERE (id = ?) statementLogError Slf4jLogFilter.java 149
java.sql.SQLSyntaxErrorException: ORA-00904: "ID": 标识符无效
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.query(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163)
    at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:143)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
    at com.sun.proxy.$Proxy103.query(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
    at com.sun.proxy.$Proxy78.selectOne(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:108)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.selectCount(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor.invoke(DynamicDataSourceAnnotationInterceptor.java:52)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
    at com.sun.proxy.$Proxy92.selectCount(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:266)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$4e73b50d.count(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
ERROR 2022-12-01 10:30:18,511 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "ID": 标识符无效 ### The error may exist in com/zzsn/mapper/SubjectMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT COUNT( 1 ) FROM CIS_SUBJECT WHERE (id = ?) ### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "ID": 标识符无效 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "ID": 标识符无效
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
    at com.sun.proxy.$Proxy78.selectOne(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:108)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.selectCount(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor.invoke(DynamicDataSourceAnnotationInterceptor.java:52)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
    at com.sun.proxy.$Proxy92.selectCount(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:266)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$4e73b50d.count(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.sql.SQLSyntaxErrorException: ORA-00904: "ID": 标识符无效
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.query(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163)
    at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:143)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
    at com.sun.proxy.$Proxy103.query(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
     ... 36 common frames omitted
Logback Log Messages

Log session start time Thu Dec 01 10:37:03 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 10:31:46,850 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 20792 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 10:31:46,859 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 10:31:48,632 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 10:31:48,715 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:31:48,718 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:31:48,760 Finished Spring Data repository scanning in 31ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:31:48,765 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:31:48,766 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:31:48,788 Finished Spring Data repository scanning in 20ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:31:48,808 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:31:48,810 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:31:48,843 Finished Spring Data repository scanning in 16ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:31:49,443 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:49,445 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bb2d17b4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:49,456 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:49,467 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:49,502 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:49,507 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:49,697 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:50,041 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:50,051 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$f9493bf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:31:51,048 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 10:31:51,072 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 10:31:51,073 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 10:31:51,074 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 10:31:51,603 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 10:31:51,604 Root WebApplicationContext: initialization completed in 4635 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 10:31:52,123 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 10:31:52,143 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 10:31:53,259 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 10:31:53,260 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 10:31:53,610 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 10:31:53,612 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 10:31:53,612 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 10:31:53,613 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 10:31:53,614 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 10:31:58,024 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 10:31:58,026 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 10:31:58,027 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 10:31:58,028 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 10:31:58,201 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 10:31:58,201 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 10:31:58,201 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 10:31:58,202 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 10:31:58,202 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 10:31:58,432 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 10:31:58,484 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 10:31:58,511 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 10:31:58,530 Started DataSyncApplication in 13.781 seconds (JVM running for 17.733) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 10:33:44,033 {conn-110005, pstmt-120001} execute error. INSERT INTO CIS_SUBJECT ( id, title, suject_dy, point_analysis, event_context, propagation_path, statistic_analysis ) VALUES ( ?, ?, ?, ?, ?, ?, ? ) statementLogError Slf4jLogFilter.java 149
java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.update(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54)
    at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.update(MybatisCachingExecutor.java:83)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy103.update(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
    at com.sun.proxy.$Proxy78.insert(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.insert(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor.invoke(DynamicDataSourceAnnotationInterceptor.java:52)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
    at com.sun.proxy.$Proxy92.insert(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:59)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$1f25ca0c.save(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:202)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
ERROR 2022-12-01 10:34:14,866 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.jdbc.UncategorizedSQLException: ### Error updating database. Cause: java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值 ### The error may exist in com/zzsn/mapper/SubjectMapper.java (best guess) ### The error may involve com.zzsn.mapper.SubjectMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO CIS_SUBJECT ( id, title, suject_dy, point_analysis, event_context, propagation_path, statistic_analysis ) VALUES ( ?, ?, ?, ?, ?, ?, ? ) ### Cause: java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值 ; uncategorized SQLException; SQL state [72000]; error code [1461]; ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值 ; nested exception is java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:89)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
    at com.sun.proxy.$Proxy78.insert(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.insert(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor.invoke(DynamicDataSourceAnnotationInterceptor.java:52)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
    at com.sun.proxy.$Proxy92.insert(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:59)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$1f25ca0c.save(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:202)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.update(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54)
    at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.update(MybatisCachingExecutor.java:83)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy103.update(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
     ... 36 common frames omitted
Logback Log Messages

Log session start time Thu Dec 01 10:52:26 CST 2022

Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 10:37:03,348 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 18744 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 10:37:03,365 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 10:37:12,776 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 10:37:13,509 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:37:13,516 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:37:13,688 Finished Spring Data repository scanning in 144ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:37:13,706 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:37:13,709 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:37:13,754 Finished Spring Data repository scanning in 42ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:37:13,810 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:37:13,814 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:37:13,929 Finished Spring Data repository scanning in 59ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:37:16,507 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:16,512 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1ac17a1b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:16,547 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:16,568 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:16,679 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:16,693 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:17,638 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:21,112 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:21,128 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$6f28f626] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:37:26,385 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 10:37:26,474 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 10:37:26,477 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 10:37:26,479 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 10:37:29,103 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 10:37:29,119 Root WebApplicationContext: initialization completed in 25596 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 10:37:35,526 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 10:37:35,577 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 10:37:36,621 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 10:37:36,623 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 10:37:36,886 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 10:37:36,887 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 10:37:36,888 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 10:37:36,889 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 10:37:36,890 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 10:37:42,808 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 10:37:42,810 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 10:37:42,811 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 10:37:42,812 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 10:37:43,016 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 10:37:43,016 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 10:37:43,017 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 10:37:43,017 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 10:37:43,018 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 10:37:43,262 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 10:37:43,391 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 10:37:43,417 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 10:37:43,440 Started DataSyncApplication in 48.158 seconds (JVM running for 67.532) logStarted StartupInfoLogger.java 61
ERROR 2022-12-01 10:40:55,961 {conn-110001, pstmt-120001} execute error. INSERT INTO CIS_SUBJECT ( id, title, suject_dy, point_analysis, event_context, propagation_path, statistic_analysis ) VALUES ( ?, ?, ?, ?, ?, ?, ? ) statementLogError Slf4jLogFilter.java 149
java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.update(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54)
    at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.update(MybatisCachingExecutor.java:83)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy103.update(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
    at com.sun.proxy.$Proxy78.insert(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.insert(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor.invoke(DynamicDataSourceAnnotationInterceptor.java:52)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
    at com.sun.proxy.$Proxy92.insert(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:59)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$cb30ef54.save(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:202)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
ERROR 2022-12-01 10:41:35,201 Unexpected error occurred in scheduled task handleError TaskUtils.java 95
org.springframework.jdbc.UncategorizedSQLException: ### Error updating database. Cause: java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值 ### The error may exist in com/zzsn/mapper/SubjectMapper.java (best guess) ### The error may involve com.zzsn.mapper.SubjectMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO CIS_SUBJECT ( id, title, suject_dy, point_analysis, event_context, propagation_path, statistic_analysis ) VALUES ( ?, ?, ?, ?, ?, ?, ? ) ### Cause: java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值 ; uncategorized SQLException; SQL state [72000]; error code [1461]; ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值 ; nested exception is java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:89)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
    at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
    at com.sun.proxy.$Proxy78.insert(Unknown Source)
    at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
    at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
    at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96)
    at com.sun.proxy.$Proxy91.insert(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor.invoke(DynamicDataSourceAnnotationInterceptor.java:52)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
    at com.sun.proxy.$Proxy92.insert(Unknown Source)
    at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:59)
    at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
    at com.zzsn.service.impl.SubjectServiceImpl$$EnhancerBySpringCGLIB$$cb30ef54.save(<generated>)
    at com.zzsn.task.DataSyncTask.run2(DataSyncTask.java:202)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.sql.SQLException: ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:627)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy104.update(Unknown Source)
    at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54)
    at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
    at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.update(MybatisCachingExecutor.java:83)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
    at com.sun.proxy.$Proxy103.update(Unknown Source)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
     ... 36 common frames omitted
Level Date Message MethodOfCaller FileOfCaller LineOfCaller
INFO 2022-12-01 10:52:26,557 Starting DataSyncApplication on DESKTOP-V7J96CJ with PID 13316 (E:\ideaWorkerspace\kgjDataSyncNoImage\target\classes started by WIN10 in E:\ideaWorkerspace\kgjDataSyncNoImage) logStarting StartupInfoLogger.java 55
INFO 2022-12-01 10:52:26,568 The following profiles are active: pro logStartupProfileInfo SpringApplication.java 655
WARN 2022-12-01 10:52:27,842 No MyBatis mapper was found in '[com.zzsn]' package. Please check your configuration. warn Logger.java 44
INFO 2022-12-01 10:52:27,935 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:52:27,939 Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:52:27,979 Finished Spring Data repository scanning in 32ms. Found 0 Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:52:27,986 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:52:27,988 Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:52:28,012 Finished Spring Data repository scanning in 21ms. Found 0 Reactive Elasticsearch repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:52:28,035 Multiple Spring Data modules found, entering strict repository configuration mode! multipleStoresDetected RepositoryConfigurationDelegate.java 249
INFO 2022-12-01 10:52:28,037 Bootstrapping Spring Data Redis repositories in DEFAULT mode. registerRepositoriesIn RepositoryConfigurationDelegate.java 127
INFO 2022-12-01 10:52:28,075 Finished Spring Data repository scanning in 19ms. Found 0 Redis repository interfaces. registerRepositoriesIn RepositoryConfigurationDelegate.java 187
INFO 2022-12-01 10:52:28,739 Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:28,741 Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e345ab2d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:28,752 Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:28,761 Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:28,798 Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:28,803 Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:28,985 Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:29,167 Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:29,173 Bean 'redisConfig' of type [com.zzsn.config.RedisConfig$$EnhancerBySpringCGLIB$$37ad2738] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) postProcessAfterInitialization PostProcessorRegistrationDelegate.java 335
INFO 2022-12-01 10:52:30,035 Tomcat initialized with port(s): 8088 (http) initialize TomcatWebServer.java 108
INFO 2022-12-01 10:52:30,064 Initializing ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 10:52:30,066 Starting service [Tomcat] log DirectJDKLog.java 173
INFO 2022-12-01 10:52:30,068 Starting Servlet engine: [Apache Tomcat/9.0.38] log DirectJDKLog.java 173
INFO 2022-12-01 10:52:30,621 Initializing Spring embedded WebApplicationContext log DirectJDKLog.java 173
INFO 2022-12-01 10:52:30,621 Root WebApplicationContext: initialization completed in 3855 ms prepareWebApplicationContext ServletWebServerApplicationContext.java 285
INFO 2022-12-01 10:52:31,097 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置 <init> DynamicDataSourceCreator.java 113
WARN 2022-12-01 10:52:31,114 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 10:52:32,219 {dataSource-1,master} inited init DruidDataSource.java 1003
WARN 2022-12-01 10:52:32,220 oracle.jdbc.driver.OracleDriver is deprecated.Having use oracle.jdbc.OracleDriver. setDriverClassName DruidAbstractDataSource.java 1214
INFO 2022-12-01 10:52:32,641 {dataSource-2,slave} inited init DruidDataSource.java 1003
INFO 2022-12-01 10:52:32,644 初始共加载 2 个数据源 afterPropertiesSet DynamicRoutingDataSource.java 203
INFO 2022-12-01 10:52:32,645 动态数据源-加载 slave 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 10:52:32,647 动态数据源-加载 master 成功 addDataSource DynamicRoutingDataSource.java 142
INFO 2022-12-01 10:52:32,648 当前的默认数据源是单数据源,数据源名为 master afterPropertiesSet DynamicRoutingDataSource.java 212
WARN 2022-12-01 10:52:37,277 Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 10:52:37,277 Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
WARN 2022-12-01 10:52:37,278 Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 273
WARN 2022-12-01 10:52:37,278 Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. register CustomConversions.java 263
INFO 2022-12-01 10:52:37,482 Version Spring Data Elasticsearch: 4.0.4.RELEASE logVersions VersionInfo.java 59
INFO 2022-12-01 10:52:37,483 Version Elasticsearch Client in build: 7.6.2 logVersions VersionInfo.java 60
INFO 2022-12-01 10:52:37,483 Version Elasticsearch Client used: 7.6.2 logVersions VersionInfo.java 61
INFO 2022-12-01 10:52:37,483 Version Elasticsearch cluster: 6.8.1 logVersions VersionInfo.java 69
WARN 2022-12-01 10:52:37,484 Version mismatch in between Elasticsearch Client and Cluster: 7.6.2 - 6.8.1 logVersions VersionInfo.java 72
INFO 2022-12-01 10:52:37,716 Initializing ExecutorService 'taskScheduler' initialize ExecutorConfigurationSupport.java 181
INFO 2022-12-01 10:52:37,765 Starting ProtocolHandler ["http-nio-8088"] log DirectJDKLog.java 173
INFO 2022-12-01 10:52:37,793 Tomcat started on port(s): 8088 (http) with context path '' start TomcatWebServer.java 220
INFO 2022-12-01 10:52:37,811 Started DataSyncApplication in 13.82 seconds (JVM running for 19.685) logStarted StartupInfoLogger.java 61