2025-04-15T08:49:56.041102106+08:00 2025-04-15 08:49:56.040 [main] DEBUG c.w.s.m.S.selectDictTypeAll - [debug,137] - ==> Preparing: select dict_id, dict_name, dict_type, status, create_by, create_time, remark from pm_pc_sys_dict_type 2025-04-15T08:49:56.042659313+08:00 2025-04-15 08:49:56.042 [main] DEBUG c.w.s.m.S.selectDictTypeAll - [debug,137] - ==> Parameters: 2025-04-15T08:49:56.076839105+08:00 2025-04-15 08:49:56.076 [main] DEBUG c.w.s.m.S.selectDictTypeAll - [debug,137] - <== Total: 10 2025-04-15T08:49:56.077944305+08:00 2025-04-15 08:49:56.077 [main] DEBUG c.w.s.m.S.selectDictDataByType - [debug,137] - ==> Preparing: select dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, create_by, create_time, remark from pm_pc_sys_dict_data where status = '0' and dict_type = ? order by dict_sort asc 2025-04-15T08:49:56.080160253+08:00 2025-04-15 08:49:56.079 [main] DEBUG c.w.s.m.S.selectDictDataByType - [debug,137] - ==> Parameters: sys_user_sex(String) 2025-04-15T08:49:56.187012526+08:00 2025-04-15 08:49:56.186 [main] ERROR o.s.b.SpringApplication - [reportFailure,843] - Application run failed 2025-04-15T08:49:56.187044167+08:00 java.lang.IllegalStateException: Failed to execute CommandLineRunner 2025-04-15T08:49:56.187048577+08:00 at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:794) 2025-04-15T08:49:56.187051717+08:00 at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:775) 2025-04-15T08:49:56.187054477+08:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:345) 2025-04-15T08:49:56.187056997+08:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) 2025-04-15T08:49:56.187059477+08:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) 2025-04-15T08:49:56.187076598+08:00 at com.wxy.WxyApplication.main(WxyApplication.java:28) 2025-04-15T08:49:56.187079588+08:00 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2025-04-15T08:49:56.187082378+08:00 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2025-04-15T08:49:56.187084968+08:00 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2025-04-15T08:49:56.187087428+08:00 at java.lang.reflect.Method.invoke(Method.java:498) 2025-04-15T08:49:56.187089788+08:00 at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) 2025-04-15T08:49:56.187092468+08:00 at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) 2025-04-15T08:49:56.187094888+08:00 at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) 2025-04-15T08:49:56.187097268+08:00 at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) 2025-04-15T08:49:56.187099588+08:00 Caused by: org.springframework.jdbc.UncategorizedSQLException: 2025-04-15T08:49:56.187102038+08:00 ### Error querying database. Cause: java.sql.SQLException: Error 2025-04-15T08:49:56.187105248+08:00 ### The error may exist in URL [jar:file:/opt/wxy-admin.jar!/BOOT-INF/lib/wxy-system-3.8.0.jar!/mapper/system/SysDictDataMapper.xml] 2025-04-15T08:49:56.187107698+08:00 ### The error may involve com.wxy.system.mapper.SysDictDataMapper.selectDictDataByType-Inline 2025-04-15T08:49:56.187110438+08:00 ### The error occurred while setting parameters 2025-04-15T08:49:56.187113468+08:00 ### SQL: select dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, create_by, create_time, remark from pm_pc_sys_dict_data where status = '0' and dict_type = ? order by dict_sort asc 2025-04-15T08:49:56.187116128+08:00 ### Cause: java.sql.SQLException: Error 2025-04-15T08:49:56.187118778+08:00 ; uncategorized SQLException; SQL state [null]; error code [0]; Error; nested exception is java.sql.SQLException: Error 2025-04-15T08:49:56.187121348+08:00 at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92) 2025-04-15T08:49:56.187123728+08:00 at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441) 2025-04-15T08:49:56.187126138+08:00 at com.sun.proxy.$Proxy115.selectList(Unknown Source) 2025-04-15T08:49:56.187128468+08:00 at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) 2025-04-15T08:49:56.187130799+08:00 at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147) 2025-04-15T08:49:56.187133139+08:00 at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80) 2025-04-15T08:49:56.187135519+08:00 at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) 2025-04-15T08:49:56.187137909+08:00 at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) 2025-04-15T08:49:56.187140319+08:00 at com.sun.proxy.$Proxy273.selectDictDataByType(Unknown Source) 2025-04-15T08:49:56.187143169+08:00 at com.wxy.system.service.impl.SysDictTypeServiceImpl.loadingDictCache(SysDictTypeServiceImpl.java:154) 2025-04-15T08:49:56.187145549+08:00 at com.wxy.system.service.impl.SysDictTypeServiceImpl.init(SysDictTypeServiceImpl.java:51) 2025-04-15T08:49:56.187148139+08:00 at com.wxy.system.service.impl.SysDictTypeServiceImpl$$FastClassBySpringCGLIB$$cf566df1.invoke() 2025-04-15T08:49:56.187150479+08:00 at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) 2025-04-15T08:49:56.187152799+08:00 at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) 2025-04-15T08:49:56.187158409+08:00 at com.wxy.system.service.impl.SysDictTypeServiceImpl$$EnhancerBySpringCGLIB$$fe4b84f0.init() 2025-04-15T08:49:56.187160999+08:00 at com.wxy.system.config.SystemRunner.run(SystemRunner.java:21) 2025-04-15T08:49:56.187163329+08:00 at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:791) 2025-04-15T08:49:56.187166079+08:00 ... 13 common frames omitted 2025-04-15T08:49:56.187168499+08:00 Caused by: java.sql.SQLException: Error 2025-04-15T08:49:56.187173389+08:00 at com.alibaba.druid.pool.DruidDataSource.handleConnectionException(DruidDataSource.java:1878) 2025-04-15T08:49:56.187175919+08:00 at com.alibaba.druid.pool.DruidPooledConnection.handleException(DruidPooledConnection.java:122) 2025-04-15T08:49:56.187178299+08:00 at com.alibaba.druid.pool.DruidPooledStatement.checkException(DruidPooledStatement.java:87) 2025-04-15T08:49:56.187180659+08:00 at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:487) 2025-04-15T08:49:56.187182989+08:00 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2025-04-15T08:49:56.187195560+08:00 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2025-04-15T08:49:56.187198940+08:00 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2025-04-15T08:49:56.187201550+08:00 at java.lang.reflect.Method.invoke(Method.java:498) 2025-04-15T08:49:56.187204120+08:00 at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) 2025-04-15T08:49:56.187206520+08:00 at com.sun.proxy.$Proxy312.execute(Unknown Source) 2025-04-15T08:49:56.187208890+08:00 at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) 2025-04-15T08:49:56.187211320+08:00 at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) 2025-04-15T08:49:56.187213660+08:00 at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) 2025-04-15T08:49:56.187216010+08:00 at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) 2025-04-15T08:49:56.187218320+08:00 at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) 2025-04-15T08:49:56.187220640+08:00 at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) 2025-04-15T08:49:56.187223210+08:00 at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:132) 2025-04-15T08:49:56.187225520+08:00 at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) 2025-04-15T08:49:56.187227820+08:00 at com.sun.proxy.$Proxy308.query(Unknown Source) 2025-04-15T08:49:56.187230170+08:00 at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) 2025-04-15T08:49:56.187232480+08:00 at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) 2025-04-15T08:49:56.187234860+08:00 at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) 2025-04-15T08:49:56.187237220+08:00 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2025-04-15T08:49:56.187239610+08:00 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2025-04-15T08:49:56.187242050+08:00 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2025-04-15T08:49:56.187244430+08:00 at java.lang.reflect.Method.invoke(Method.java:498) 2025-04-15T08:49:56.187246781+08:00 at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) 2025-04-15T08:49:56.187249111+08:00 ... 28 common frames omitted 2025-04-15T08:49:56.187254191+08:00 Caused by: java.lang.ClassCastException: com.sun.proxy.$Proxy310 cannot be cast to com.oceanbase.jdbc.internal.protocol.MasterProtocol 2025-04-15T08:49:56.187256911+08:00 at com.oceanbase.jdbc.JDBC4PreparedStatement.executeInternal(JDBC4PreparedStatement.java:244) 2025-04-15T08:49:56.187259311+08:00 at com.oceanbase.jdbc.JDBC4PreparedStatement.execute(JDBC4PreparedStatement.java:177) 2025-04-15T08:49:56.187261691+08:00 at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446) 2025-04-15T08:49:56.187266291+08:00 at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) 2025-04-15T08:49:56.187268621+08:00 at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444) 2025-04-15T08:49:56.187271111+08:00 at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152) 2025-04-15T08:49:56.187273481+08:00 at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483) 2025-04-15T08:49:56.187275931+08:00 ... 51 common frames omitted 2025-04-15T08:49:56.192095365+08:00 2025-04-15 08:49:56.191 [main] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused. 2025-04-15T08:49:56.300309822+08:00 2025-04-15 08:49:56.300 [main] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. 2025-04-15T08:49:56.300521655+08:00 2025-04-15 08:49:56.300 [main] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused. 2025-04-15T08:49:56.301069135+08:00 2025-04-15 08:49:56.300 [main] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. 2025-04-15T08:49:56.301637865+08:00 2025-04-15 08:49:56.301 [main] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====